diff --git a/.gitignore b/.gitignore index b799c1eaf..7fe702f49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ /RetroShare.pro.user *.o +*.sw? +*.so +*.so.* moc_*.cpp qrc_*.cpp ui_*.h diff --git a/README.md b/README.md index dfbc37137..4394180f0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Build Status | Platform | Build Status | | :------------- | :------------- | | GNU/Linux, MacOS, (via travis-ci) | [![Build Status](https://travis-ci.org/RetroShare/RetroShare.svg?branch=master)](https://travis-ci.org/RetroShare/RetroShare) | -| Windows, `MSys2` (via appveyor) | [![Build status](https://ci.appveyor.com/api/projects/status/axkopdqj9fc48kwe?svg=true)](https://ci.appveyor.com/project/PhenomRetroShare/retroshare) | +| Windows, `MSys2` (via appveyor) | [![Build status](https://ci.appveyor.com/api/projects/status/fu7q0ye6pge53579?svg=true)](https://ci.appveyor.com/project/PhenomRetroShare/retroshare-59qxh) | Compilation on Windows ---------------------------- diff --git a/RetroShare.pro b/RetroShare.pro index 5b8bf2555..4f7e1934d 100644 --- a/RetroShare.pro +++ b/RetroShare.pro @@ -1,49 +1,51 @@ -!include("retroshare.pri"): error("Could not include file retroshare.pri") - -TEMPLATE = subdirs - -SUBDIRS += \ - openpgpsdk \ - libbitdht \ - libretroshare \ - libresapi \ - retroshare_gui \ - retroshare_nogui \ - plugins - -openpgpsdk.file = openpgpsdk/src/openpgpsdk.pro - -libbitdht.file = libbitdht/src/libbitdht.pro - -libretroshare.file = libretroshare/src/libretroshare.pro -libretroshare.depends = openpgpsdk libbitdht - -libresapi.file = libresapi/src/libresapi.pro -libresapi.depends = libretroshare - -retroshare_gui.file = retroshare-gui/src/retroshare-gui.pro -retroshare_gui.depends = libretroshare libresapi -retroshare_gui.target = retroshare-gui - -retroshare_nogui.file = retroshare-nogui/src/retroshare-nogui.pro -retroshare_nogui.depends = libretroshare libresapi -retroshare_nogui.target = retroshare-nogui - -plugins.file = plugins/plugins.pro -plugins.depends = retroshare_gui -plugins.target = plugins - -wikipoos { - SUBDIRS += pegmarkdown - pegmarkdown.file = supportlibs/pegmarkdown/pegmarkdown.pro - retroshare_gui.depends += pegmarkdown -} - -tests { - SUBDIRS += librssimulator - librssimulator.file = tests/librssimulator/librssimulator.pro - - SUBDIRS += unittests - unittests.file = tests/unittests/unittests.pro - unittests.depends = libretroshare librssimulator -} +!include("retroshare.pri"): error("Could not include file retroshare.pri") + +TEMPLATE = subdirs +#CONFIG += tests + +SUBDIRS += \ + openpgpsdk \ + libbitdht \ + libretroshare \ + libresapi \ + retroshare_gui \ + retroshare_nogui \ + plugins + +openpgpsdk.file = openpgpsdk/src/openpgpsdk.pro + +libbitdht.file = libbitdht/src/libbitdht.pro + +libretroshare.file = libretroshare/src/libretroshare.pro +libretroshare.depends = openpgpsdk libbitdht + +libresapi.file = libresapi/src/libresapi.pro +libresapi.depends = libretroshare + +retroshare_gui.file = retroshare-gui/src/retroshare-gui.pro +retroshare_gui.depends = libretroshare libresapi +retroshare_gui.target = retroshare-gui + +retroshare_nogui.file = retroshare-nogui/src/retroshare-nogui.pro +retroshare_nogui.depends = libretroshare libresapi +retroshare_nogui.target = retroshare-nogui + +plugins.file = plugins/plugins.pro +plugins.depends = retroshare_gui +plugins.target = plugins + +wikipoos { + SUBDIRS += pegmarkdown + pegmarkdown.file = supportlibs/pegmarkdown/pegmarkdown.pro + retroshare_gui.depends += pegmarkdown +} + +tests { + SUBDIRS += librssimulator + librssimulator.file = tests/librssimulator/librssimulator.pro + + SUBDIRS += unittests + unittests.file = tests/unittests/unittests.pro + unittests.depends = libretroshare librssimulator + unittests.target = unittests +} diff --git a/appveyor.yml b/appveyor.yml index 9ae64694e..6a4a4111f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ #---------------------------------# # version format -version: RetroShare 6.0.{build}-{branch} +version: RetroShare 0.6.0.{build}-{branch} # you can use {branch} name in version format too # version: 1.0.{build}-{branch} diff --git a/build_scripts/Debian+Ubuntu/changelog b/build_scripts/Debian+Ubuntu/changelog index a58c88a97..6230d6c4b 100644 --- a/build_scripts/Debian+Ubuntu/changelog +++ b/build_scripts/Debian+Ubuntu/changelog @@ -1,4 +1,300 @@ -retroshare06 (0.6.0-1.XXXXXX~YYYYYY) YYYYYY; urgency=low +retroshare06 (0.6.1-1.XXXXXX~YYYYYY) YYYYYY; urgency=low + + Release of version 0.6.1. + * See detailed logs: https://github.com/RetroShare/RetroShare/blob/master/build_scripts/Debian%2BUbuntu/changelog + * Release blog post: https://retroshareteam.wordpress.com + * Website: https://github.com/Retroshare/Retroshare/releases + + -- Cyril Soler Wed, 31 Aug 2016 12:00:00 +0100 + +retroshare06 (0.6.0-1.20160818.b9ac4f87) xenial; urgency=low + + 9780f1f Phenom Mon, 15 Aug 2016 12:00:44 +0200 Add AutoHide to RSImageBlockWidget + 368a429 csoler Wed, 17 Aug 2016 09:40:16 +0200 fixed read_125Size and write_125Size according to RFC4880 + 4b11fb1 defnax Tue, 16 Aug 2016 22:26:48 +0200 update FeedReader icons + 6682a7a defnax Tue, 16 Aug 2016 22:02:30 +0200 added new mainwindow icons for RetroShare. + 4d5be7f csoler Tue, 16 Aug 2016 10:29:21 +0200 Merge pull request #476 from PhenomRetroShare/Add_FilterBannedInIdDialog + 4572dc6 csoler Tue, 16 Aug 2016 10:22:00 +0200 Merge pull request #475 from PhenomRetroShare/Fix_RSTextBrowser_loadRessource_OnWindows + 26cbb27 csoler Tue, 16 Aug 2016 10:20:30 +0200 Merge pull request #472 from PhenomRetroShare/Fix_ChangeImageBlockedIconOnRSTextBrowser + bb9f158 csoler Tue, 16 Aug 2016 10:05:38 +0200 Merge pull request #473 from PhenomRetroShare/Fix_RsCertificate_toStdString + 81cd2e9 thunder2 Tue, 16 Aug 2016 09:09:19 +0200 Fixed MSYS2 compile (use correct bracket in pro file) + accd3ca Phenom Mon, 15 Aug 2016 19:05:00 +0200 Fix RsTextBrowser::loadRessource on Windows. + dd2e4c3 Phenom Mon, 15 Aug 2016 12:11:56 +0200 Change Image Blocked Icon On RSTextBrowser + 38a9e10 Phenom Mon, 15 Aug 2016 14:19:29 +0200 Fix RsCertificate::toStdString by fixing PGPKeyParser::read_125Size. + df44f50 Phenom Mon, 15 Aug 2016 19:53:43 +0200 Add Banned Filter in IdDialog. + b8158a4 Thunder Mon, 15 Aug 2016 19:54:52 +0200 Merge pull request #474 from PhenomRetroShare/Fix_MSys2WindowsCompilation + 3200ea5 Phenom Mon, 15 Aug 2016 16:16:46 +0200 Fix MSys2 Windows Compilation after #f1847a9 commit. + 3640e32 thunder2 Mon, 15 Aug 2016 11:49:36 +0200 Updated build of external libraries for Windows compile + f1847a9 thunder2 Sun, 14 Aug 2016 14:11:01 +0200 Changed check for MSYS2 environment for Windows compile + b0b4320 defnax Sat, 13 Aug 2016 16:20:58 +0200 decrease chat bar widget icon size + c01f5a3 defnax Sat, 13 Aug 2016 13:16:35 +0200 Merge pull request #468 from PhenomRetroShare/Add_ChatLoadEmbeddedImagesOption + fcad9d9 Phenom Sat, 13 Aug 2016 10:42:42 +0200 Fix RSTextBrowser::loadResource if image comes from stylesheet. + f71aad4 Phenom Tue, 9 Aug 2016 23:32:25 +0200 Add Chat Load Embedded Images Option like forum and message. + 0e1c0c2 defnax Fri, 12 Aug 2016 22:19:44 +0200 Added search filter for participants list. + ab82c4a csoler Fri, 12 Aug 2016 15:24:40 +0200 added missing return in PGPKeyUtil, causing corruption of keys in some--possible rare--situations + 81d42f0 thunder2 Fri, 12 Aug 2016 14:14:09 +0200 Fixed MSYS2AUTOMAKE path in msys2_build_libs/Makefile + f3b8843 thunder2 Fri, 12 Aug 2016 10:03:47 +0200 Fixed QMAKE_PRE_LINK for Windows compile without MSYS2 + 1fe7dce defnax Wed, 10 Aug 2016 00:22:23 +0200 Set icons for the voting combo box + d1645e9 defnax Tue, 9 Aug 2016 19:38:56 +0200 moved auto-ban checkbox to a better position + aaf13eb csoler Tue, 9 Aug 2016 10:47:08 +0200 Merge pull request #466 from PhenomRetroShare/Fix_RsCollEditorCountUpdateWhenRemove + 32db280 csoler Tue, 9 Aug 2016 10:35:01 +0200 Merge pull request #459 from PhenomRetroShare/Add_CreateNewGXSIDInGenCertDialog + 275c47e Phenom Tue, 9 Aug 2016 01:22:14 +0200 Add Title when ask for password. + 6edd7bb Phenom Sat, 6 Aug 2016 17:15:56 +0200 Add possibility to create GXSId directly on GenCertDialog. + 6db747a csoler Mon, 8 Aug 2016 22:19:38 +0200 Merge pull request #467 from PhenomRetroShare/Fix_NATStatusLED + c2c8893 csoler Mon, 8 Aug 2016 22:18:32 +0200 Merge pull request #462 from PhenomRetroShare/Add_CaseSensitiveOptionForLobbyNotify + 0b1f08a csoler Mon, 8 Aug 2016 22:12:55 +0200 Merge pull request #461 from PhenomRetroShare/Add_CommentNumberOnButton + 723d96b csoler Mon, 8 Aug 2016 22:11:10 +0200 Merge pull request #460 from PhenomRetroShare/Fix_LobbyNotifyIcon + 9c601dc csoler Mon, 8 Aug 2016 22:10:01 +0200 Merge pull request #463 from PhenomRetroShare/Fix_ImageBlockOnRsTextBrowser + d59f7a0 Phenom Mon, 8 Aug 2016 21:59:12 +0200 Fix NAT Status LED + ee368ef Phenom Mon, 8 Aug 2016 20:45:35 +0200 Fix RsCollection Editor Count Update When Removing items. + c0c7ede csoler Mon, 8 Aug 2016 20:14:05 +0200 Merge pull request #464 from G10h4ck/libresapilocal + 600e2d6 csoler Mon, 8 Aug 2016 20:11:21 +0200 Merge pull request #465 from PhenomRetroShare/Fix_RsGxsNetService_handleRecvPublishKeys_grpMeta_NULL + 72d7435 Phenom Mon, 8 Aug 2016 19:05:42 +0200 Fix RsGxsNetService::handleRecvPublishKeys when grpMeta is NULL + 183ac22 Gio Mon, 8 Aug 2016 14:02:01 +0200 ApiServerLocal run on it's own thread to avoid stopping UI ApiLocalConnectionHandler can now handle both buffered (QLocalSocket based) and unbuffered (like ncat or simple scripts) clients + 88407e6 Phenom Sun, 7 Aug 2016 19:41:44 +0200 Fix Image Block on RSTextBrowser. + d048270 Phenom Sun, 7 Aug 2016 19:00:23 +0200 Add Case Sensitive option for Lobby Notify. + ea6bbac Phenom Sun, 7 Aug 2016 14:40:04 +0200 Add Comment Number On Button. + dea776a defnax Sat, 6 Aug 2016 18:35:07 +0200 Moved font menu to Settings menu + 776e404 Phenom Sat, 6 Aug 2016 17:52:12 +0200 Fix Lobby Notify Icon. + 9f14103 csoler Sat, 6 Aug 2016 15:47:23 +0200 Merge pull request #458 from PhenomRetroShare/Fix_QMessageBoxAddWidget + 329a7e7 csoler Sat, 6 Aug 2016 15:46:01 +0200 Merge pull request #456 from PhenomRetroShare/Fix_ForumItemSortOnLastView + 21bd8cd Phenom Sat, 6 Aug 2016 13:49:39 +0200 Fix QMessageBox layout addWidget. + beab81e Phenom Sat, 6 Aug 2016 11:57:20 +0200 Fix Forum Item sort on LastPost View. + f3d1a6c defnax Fri, 5 Aug 2016 19:13:59 +0200 Added missed notify icon + ac73fd9 defnax Fri, 5 Aug 2016 01:01:56 +0200 Merge branch 'master' of https://github.com/RetroShare/RetroShare + e2bb477 defnax Fri, 5 Aug 2016 01:00:53 +0200 Added new blue icon set for Chat Widget (icons by Beluga) svg ad png Format + 96e73b3 csoler Thu, 4 Aug 2016 22:38:59 +0200 Merge pull request #454 from csoler/v0.6-ContactList + cd433e8 csoler Thu, 4 Aug 2016 22:33:45 +0200 fixed bug causing uninitialised memory read in reputation changing + 5a55de5 csoler Thu, 4 Aug 2016 22:01:11 +0200 added missing DontUseNativeDialog flag in misc.cpp + 46d4863 defnax Thu, 4 Aug 2016 19:50:00 +0200 Merge branch 'master' of https://github.com/RetroShare/RetroShare + e2d29f6 defnax Thu, 4 Aug 2016 19:46:20 +0200 update icons + 3993fbf csoler Thu, 4 Aug 2016 16:10:00 +0200 fixed auto-positive opinions for contacts + c757630 csoler Thu, 4 Aug 2016 13:12:55 +0200 added callback in RsGenExchange subclasses to autorise new groups, to be used by p3GxsIdentity + 7545ad4 csoler Thu, 4 Aug 2016 11:43:35 +0200 simplied/improved reputation system. Now ids can be banned based on their owner node using a single checkbox in the Person tab, with immediate effect + 70228ee csoler Thu, 4 Aug 2016 11:02:12 +0200 fixed missign return, probably causing crashes + 48b2e05 csoler Wed, 3 Aug 2016 19:56:49 +0200 Merge pull request #453 from G10h4ck/libresapilocal + c4ef4d7 csoler Tue, 2 Aug 2016 23:57:11 +0200 saved owner node ID in GXS reputation item + 353308e Gio Wed, 3 Aug 2016 14:35:45 +0200 ApiLocalConnectionHandler class quit() at the end outside if + 60cf299 csoler Wed, 3 Aug 2016 08:46:15 +0200 Merge pull request #436 from G10h4ck/libresapilocal + e4e29c5 Gio Wed, 3 Aug 2 016 00:50:49 +0200 quit ApiLocalConnectionHandler after replying API query + 17003f1 csoler Tue, 2 Aug 2016 16:25:00 +0200 modified wrong comment in why mLastPost should not be used in rsgxsnetservice.cc, and added a call to clearing GrpMeta cache when new msg in that group are received + 3cd90ae csoler Mon, 1 Aug 2016 16:35:19 +0200 re-disabled the code to update the server TS to last post as it can severely perturbate the distribution of posts. Added a call to update msgServerUpdateMap when new messages received + d6be440 csoler Mon, 1 Aug 2016 15:38:51 +0200 re-enabled some code previously disabled in last commit + b1288bc csoler Mon, 1 Aug 2016 14:43:17 +0200 added missing time stamp of msgServerUpdateMap when posting a new message + 5fac5a8 csoler Sun, 31 Jul 2016 22:14:23 +0200 moved all getOpenFilename to use misc::getOpenFilename + c643d1e csoler Sun, 31 Jul 2016 22:07:43 +0200 Merge pull request #451 from PhenomRetroShare/Fix_ImportExportCertASC + d000d75 Phenom Sun, 31 Jul 2016 21:03:45 +0200 Fix Import and Export Cert file *.asc. + edce1e9 csoler Sun, 31 Jul 2016 17:47:50 +0200 Merge pull request #449 from PhenomRetroShare/Add_RemoveDuplicateCBInRSCollEditor + 6e25a30 csoler Sun, 31 Jul 2016 17:21:12 +0200 Merge pull request #450 from PhenomRetroShare/Fix_QFileDialogDontUseNativeDialog + 6935441 Phenom Sun, 31 Jul 2016 16:23:41 +0200 Fix other QFileDialog call in misc adding DontUseNativeDialog option. + 0317904 Phenom Sun, 31 Jul 2016 16:08:15 +0200 Add Remove Duplicate checkbox in RsCollection editor. + 64b5609 csoler Sun, 31 Jul 2016 11:52:23 +0200 Merge pull request #448 from PhenomRetroShare/Fix_IdDialogContextMenuShownAtStartUp + 998fede Phenom Sun, 31 Jul 2016 11:15:47 +0200 Fix IdDialog ContextMenu shown at startup. + 3721055 csoler Sat, 30 Jul 2016 21:15:08 +0200 Merge pull request #447 from PhenomRetroShare/Fix_IdChooserInSignedLobby + bef7db4 Phenom Sat, 30 Jul 2016 19:14:59 +0200 Fix IdChooser in Signed Lobby. + 2921d9e csoler Sat, 30 Jul 2016 15:26:27 +0200 Merge pull request #445 from PhenomRetroShare/Add_MergeDisplayMenuToHeaderContextMenu + 2126234 csoler Sat, 30 Jul 2016 15:25:30 +0200 Merge pull request #446 from PhenomRetroShare/Fix_FriendListSortGPGItem + 46e4b3b Phenom Sat, 30 Jul 2016 13:58:02 +0200 Fix FriendList sorting when expand PGPItem sorted by LastContact or IP + ae9ab64 Phenom Sat, 30 Jul 2016 13:27:23 +0200 Move Display button's menu to Header context menu on FriendList. + d62f8a4 defnax Fri, 29 Jul 2016 23:21:46 +0200 Fixed stylesheet + 032bcf7 defnax Fri, 29 Jul 2016 23:14:46 +0200 Fixed Stylesheets + b1dcd2f csoler Fri, 29 Jul 2016 22:02:57 +0200 Merge pull request #444 from PhenomRetroShare/Add_MergeFilterIdFilterToHeaderContextMenu + 1707c07 csoler Fri, 29 Jul 2016 21:58:31 +0200 added DontUseNativeDialog as default flag in file dialog in order to avoid some crashed when not using it + d3beccf Phenom Fri, 29 Jul 2016 20:54:26 +0200 Merge Filter ComboBox to Header Context Menu in IdDialog. + 431dd68 defnax Fri, 29 Jul 2016 17:29:54 +0200 Temporary solution for the Filter Combobox it takes to much space, no space more for search filter,moved under the ToolBar. + 7c2e2bd Gio Thu, 28 Jul 2016 17:24:17 +0200 take in account that QLocalSocket is of type STREAM so it doesn't emit readyRead event for each write() on the other side + fe7de83 Gio Thu, 28 Jul 2016 14:08:49 +0200 WebUI is now optional but enabled by default at compile time + c73be93 csoler Tue, 26 Jul 2016 16:06:03 +0200 removed anti-spam message that has become irrelevant + da8a520 csoler Mon, 25 Jul 2016 16:07:53 -0400 Merge pull request #442 from csoler/v0.6-ContactList + ed05ec7 csoler Mon, 25 Jul 2016 16:06:28 -0400 fixed text in People tab + f5e55e8 csoler Mon, 25 Jul 2016 16:04:30 -0400 fixed a few bugs in the People tab + 2189771 csoler Mon, 25 Jul 2016 15:45:49 -0400 added two new options to people page for handlign reputations: change the ban limit from friend opinions, and allow to auto-set positive opinions to contacts + efd503e csoler Mon, 25 Jul 2016 14:56:55 -0400 removed the possibility of GXS groups to keep track of post origin before release, as it is too intrusive as compared to the benefits + 35c01e5 csoler Fri, 22 Jul 2016 21:10:54 -0400 updated translation files + 1a4d400 csoler Fri, 22 Jul 2016 20:40:42 -0400 updated changlog + e5d9bd5 csoler Fri, 22 Jul 2016 20:39:55 -0400 Merge pull request #441 from PhenomRetroShare/Fix_PostedFeedItemWithComments + 7c7da7e Phenom Sat, 23 Jul 2016 01:48:23 +0200 Fix Posted Feed Item when received comment. + + -- Cyril Soler Wed, 18 Aug 2016 16:00:00 +0100 + +retroshare06 (0.6.0-1.20160722~daf54dff) precise; urgency=low + + daf54df csoler Fri, 22 Jul 2016 17:49:07 -0400 fixed missing RsGxsGrpMeta cache update when updating grp meta, which caused unstable group flags/name/perms update + 95edc5b csoler Fri, 22 Jul 2016 10:06:24 -0400 fixed variable name problem in ServerPage (with no consequences) + 713deac csoler Sat, 16 Jul 2016 18:39:36 -0400 time-stamping newly received GXS ids + 95202d6 csoler Sat, 16 Jul 2016 18:26:04 -0400 removed possible double free() of buf in parse_headers (suggestion by GuessWho) + 71168c7 csoler Fri, 15 Jul 2016 22:47:35 -0400 drop net ID request when peer list is empty + 8fdd255 csoler Fri, 15 Jul 2016 22:28:36 -0400 improved strategy for merging pending ID load requests, fixing bug in previous commit + 59d0859 csoler Fri, 15 Jul 2016 22:25:15 -0400 fixed compilation in tests + 9fd44a5 csoler Fri, 15 Jul 2016 19:28:54 -0400 Merge pull request #437 from PhenomRetroShare/Fix_UnitTests + 9126076 csoler Fri, 15 Jul 2016 17:09:22 -0400 removed debug info in p3IdService and RsGxsNetService + 90dfc6e csoler Fri, 15 Jul 2016 16:59:57 -0400 improved explicit requests of missing GXS ids, also fixing situations where empty peers lists would wipe out pe + 3152eca Phenom Fri, 15 Jul 2016 15:03:41 +0200 Fix UnitTests and run it in windows too. + 8ccfee2 csoler Tue, 12 Jul 2016 22:49:21 -0400 Merge pull request #434 from csoler/v0.6-LocalCircles + c555300 csoler Tue, 12 Jul 2016 22:45:23 -0400 fixed merging with upstream + c7e60d0 csoler Tue, 12 Jul 2016 22:42:19 -0400 removed debug info in rsgxsnetservice + ed523e8 csoler Mon, 11 Jul 2016 22:44:15 -0400 fixed backend for locl circles + 931c3df csoler Mon, 11 Jul 2016 21:33:09 -0400 fixed display of group node restriction in GxsGroupDialog and info + a7d82cf csoler Mon, 11 Jul 2016 18:44:52 -0400 delete GXS IDs with no TS + 45b189c csoler Mon, 11 Jul 2016 18:30:12 -0400 removed EXTERNAL/PERSONNAL options from GxsCircleChooser + 951f29f csoler Sun, 10 Jul 2016 23:00:47 -0400 removed debug info in rsDataService + 95915fa csoler Sun, 10 Jul 2016 22:46:37 -0400 removed cross deadlock between p3GxsReputation and p3IdService + d089e2e csoler Sat, 9 Jul 2016 18:06:59 -0400 added a GroupChooser class to choose groups of friend nodes + 0125f91 csoler Wed, 6 Jul 2016 22:36:59 -0400 fixed deserialise bug in FileItem + a69629c csoler Wed, 6 Jul 2016 22:16:05 -0400 added missing own id from group list, and removed possible duplicates in random group ids + 269f945 csoler Wed, 6 Jul 2016 22:02:56 -0400 fixed load/save of new group ids and backward compatibility with FriendList + 01c0d2f csoler Tue, 5 Jul 2016 23:49:43 -0400 finished conversion to RsNodeGroupId for file transfer and GUI + 1c277ab csoler Tue, 5 Jul 2016 23:47:55 -0400 Merge pull request #433 from csoler/v0.6-SqlCache + 4ee9eff csoler Mon, 4 Jul 2016 23:55:48 -0400 changed internal storage of groups of friend nodes so as to use an abstract ID instead of a string (phase 1 of l + 42f2210 csoler Sun, 3 Jul 2016 23:15:05 -0400 removed debug info in IdDialog + 218ca45 csoler Sun, 3 Jul 2016 23:12:56 -0400 removed some debug info in rsdataservice + 09ad539 csoler Sun, 3 Jul 2016 22:02:23 -0400 fixed red color in IdDialog + 9f9f021 csoler Sun, 3 Jul 2016 22:02:04 -0400 remved debug output in udlstck + c98416d csoler Sun, 3 Jul 2016 18:59:30 -0400 added auto-cleaning of reputation info for outdated/removed identities + bf28ea7 csoler Sun, 3 Jul 2016 18:49:02 -0400 removed debug info in udpstack.cc + 692293e csoler Sun, 3 Jul 2016 18:12:50 -0400 added red color to banned identities in IdDialog + e611b2b csoler Sun, 3 Jul 2016 18:06:01 -0400 moved isIdentitybanned from p3GxsReputations to p3IdService, so as to avoid calling back p3IdService from p3GxsR + 720c6fd csoler Sat, 2 Jul 2016 22:41:12 -0400 fixed bug causing TS update of some unused identities + 86d8f01 csoler Fri, 1 Jul 2016 23:38:10 -0400 added a local cache in rsdataservice to avoid calling sqlcipher on GrpMetaData + cdd2c1f csoler Thu, 30 Jun 2016 16:50:35 -0400 Merge pull request #432 from G10h4ck/master + da4c563 Gio Thu, 30 Jun 2016 22:03:22 +0200 Fix typo in libresapi documentation + 0206c65 csoler Thu, 30 Jun 2016 15:06:41 -0400 added missing else in display of forum anti-spam message + 2dfe116 csoler Thu, 30 Jun 2016 14:21:54 -0400 added compilation flag for profiling in GUI + ef95451 csoler Tue, 28 Jun 2016 21:16:31 -0400 updated changelog + 440390e csoler Thu, 30 Jun 2016 14:21:11 -0400 Merge pull request #431 from csoler/v0.6-SignedForums3 + ba50028 csoler Thu, 30 Jun 2016 14:16:45 -0400 added GXS distribution flag to defavor posts signed by key form unknown RS nodes, and updated UI in forums to u + + -- Cyril Soler Mon, 18 Jul 2016 22:00:00 -0500 + +retroshare06 (0.6.0-1.20160628~18eb34b8) trusty; urgency=low + + 9f7ef8b csoler Tue, 28 Jun 2016 20:59:56 -0400 fixed possible cross deadlocks between RsGxsGenExchange and RsGxsNetService + 00bdc50 csoler Tue, 28 Jun 2016 17:56:37 -0400 updated changelog + bb82b6e csoler Tue, 28 Jun 2016 14:35:59 -0400 Merge pull request #429 from PhenomRetroShare/Fix_StandardQSS + 456751a Phenom Tue, 28 Jun 2016 20:23:32 +0200 Fix ProgressBar Chunk with Standard.qss + 019ed12 csoler Tue, 28 Jun 2016 12:37:04 -0400 Merge pull request #428 from sehraf/pr-fix-udp + ea07a13 sehraf Tue, 28 Jun 2016 17:37:22 +0200 fix TcpPacket::readPacket + c15c979 csoler Mon, 27 Jun 2016 17:17:28 +0100 Merge pull request #426 from sehraf/pr-disable-dht-stunner + ff86678 csoler Sun, 26 Jun 2016 23:14:01 -0400 clear error queue before calling SSL_read()/SSL_write(), to avoid remaining errors to corrupt the next connection attempts and cause disconnections + 31089d7 csoler Sat, 25 Jun 2016 19:12:35 +0100 added auto-clean of pending data in pqistreamer after connection is closed, to avoid confusing the peer after re-connecting (probably not the cause of the SSL error) + 043c5b1 csoler Sat, 25 Jun 2016 13:01:36 -0400 Merge pull request #427 from PhenomRetroShare/Fix_TheRetroSharesDeskTopFileIsMissing + e6347d7 Phenom Sat, 25 Jun 2016 11:09:28 +0200 Fix "!!!The RetroShare's desktop file is missing or wrong!!!" message for Linux. + 5d96268 sehraf Tue, 21 Jun 2016 14:02:52 +0200 removed unused variable warnings + 4d2d825 sehraf Tue, 21 Jun 2016 13:55:23 +0200 add new option to qmake to enable dht stunner removed dht stunner code when option is not set + 37ae8bc csoler Tue, 21 Jun 2016 07:22:13 -0400 Merge pull request #424 from sehraf/pr-dht-banlist + 3bb03ff sehraf Mon, 20 Jun 2016 22:30:51 +0200 Added new (optional) callback to libbitdht to ask upper layer if an IP is banned. In case this callback is implemented it will be used in favour of the built-in... + ddce43b csoler Sat, 18 Jun 2016 20:43:42 -0400 Merge pull request #422 from PhenomRetroShare/Fix_ReadMe.md + 24eb88a csoler Sat, 18 Jun 2016 20:38:48 -0400 added explicit comparisons for tests on RsGxsGrpMetaData and RsGxsMsgMetaData + 0388162 Phenom Sun, 19 Jun 2016 01:37:50 +0200 Change Build AppVeyor State to RetroShare/RetroShare. + bc04f3c csoler Sat, 18 Jun 2016 17:43:50 -0400 Merge pull request #421 from PhenomRetroShare/Fix_UnitTestCompilation + 43f618f Phenom Sat, 18 Jun 2016 23:10:12 +0200 Fix UnitTest Compilation + 07bda26 csoler Sat, 18 Jun 2016 16:27:15 -0400 fixed permission matrix widget crash + 35da9cb csoler Sat, 18 Jun 2016 15:36:03 -0400 Merge pull request #419 from PhenomRetroShare/Fix_ChannelNewsFeedWhenComment + 90a27f4 csoler Sat, 18 Jun 2016 15:33:10 -0400 Merge pull request #418 from sehraf/pr-improve-debug + d84fdff Phenom Sat, 18 Jun 2016 20:03:55 +0200 Fix GxsChannelPostItem when received comment. + 3cf1968 sehraf Sat, 18 Jun 2016 18:04:18 +0200 fixed p3msgservice.cc + d8235c6 sehraf Sat, 18 Jun 2016 13:08:14 +0200 removed dead code and cleanup + 09afbbe sehraf Sat, 18 Jun 2016 13:00:15 +0200 switched to new rslog method + 7627bd9 csoler Fri, 17 Jun 2016 22:53:05 -0400 Merge pull request #417 from csoler/v0.6-SecurityKeys + f57f620 csoler Fri, 17 Jun 2016 22:27:00 -0400 reduced database testing/cleaning frequency to 31/59 mins. + eb05922 csoler Fri, 17 Jun 2016 22:21:06 -0400 added a tooltip and read color for unsecure GXS identities. These are still supported for a few weeks at most. So get rid of them + 4df4bb6 csoler Fri, 17 Jun 2016 20:46:58 -0400 fixed removal of messages in unsubscribed groups + 886d896 csoler Fri, 17 Jun 2016 20:46:24 -0400 fixed warning about old fingerprint for own keys. + f6c5a05 sehraf Fri, 17 Jun 2016 11:09:59 +0200 switched to caller providing all needed information instead of saving those on callee side + cc6ae74 csoler Thu, 16 Jun 2016 23:17:40 -0400 fixed color of admin circles (we cannot use a bullet, since bullets are kept for Membership property) + 4d452bf csoler Thu, 16 Jun 2016 18:34:33 -0400 removed annoying warning in avatar widget + c25b650 csoler Thu, 16 Jun 2016 23:10:13 -0400 removed check key debug info + 25c0c9d csoler Thu, 16 Jun 2016 23:06:07 -0400 added systematic consistency checking of public/private RSA keys at deserialisation time + b9ba51f csoler Thu, 16 Jun 2016 22:23:27 -0400 improved naming of publish/admin rights in GroupTreeWidget + 8d54603 csoler Thu, 16 Jun 2016 21:27:28 -0400 fixed bug in private key extraction + dbd78d2 csoler Thu, 16 Jun 2016 20:19:03 -0400 merged with upstream/master + e28e972 sehraf Thu, 16 Jun 2016 21:26:02 +0200 removed dead code + 70662cf defnax Thu, 16 Jun 2016 18:41:56 +0200 Fixed some layout spacing + 656e7eb csoler Wed, 15 Jun 2016 23:27:30 -0400 Merge pull request #415 from PhenomRetroShare/Add_BuildStatusInReadme.md + c7da734 csoler Wed, 15 Jun 2016 21:38:14 -0400 Merge pull request #416 from csoler/v0.6-ContactList + e63f936 csoler Wed, 15 Jun 2016 21:33:27 -0400 improved strategy for removal of unused GXS ids with proper constants for unknown/signed/known ids. Forbid the stamping of banned keys. + da11995 defnax Wed, 15 Jun 2016 23:32:01 +0200 Clean up the Chat Toolbar Buttons Fixed display of Info Text on PGg details + 631a29c Phenom Wed, 15 Jun 2016 20:53:56 +0200 Add Build Status in ReadMe.md file. And add AppVeyor File. + 6b74a8a csoler Tue, 14 Jun 2016 21:54:09 -0400 added missing call to ssl_pendign in pqissludp. + c3eba4a csoler Tue, 14 Jun 2016 21:53:48 -0400 added missing serialisation call for peer bandwidth limits + 8c44e69 csoler Tue, 14 Jun 2016 21:53:06 -0400 added output of items which doesnot serialise correctly in pqisslstore + ceecdb2 csoler Tue, 14 Jun 2016 20:31:38 -0400 Merge pull request #414 from PhenomRetroShare/Add_MessageWhenSendingArgToOtherInstance + cedce2e csoler Tue, 14 Jun 2016 20:30:06 -0400 Merge pull request #260 from PhenomRetroShare/Add_SendAsPlainText_And_NoEmoteIcon_Button + 69e98b8 defnax Wed, 15 Jun 2016 00:08:45 +0200 Added count Invited Members to Create Circles Dialog. Changed some context menu icons for People list and Circles tree. Added icon when im Cir + ddbcd21 Phenom Wed, 27 Jan 2016 20:27:44 +0100 Add buttons to send message in plain text and without EmoteIcon. + 9b09187 Phenom Tue, 14 Jun 2016 15:10:15 +0200 Add message, when sending arguments to other instance, to disable this option. + 56e0797 csoler Mon, 13 Jun 2016 23:06:10 -0400 Merge pull request #413 from csoler/v0.6-Circles + e03c5df csoler Mon, 13 Jun 2016 22:38:51 -0400 improved GUI layout in circle creation box. Added tooltips + 600607d csoler Mon, 13 Jun 2016 22:14:09 -0400 added warning for old peers in circles + 8b954a2 csoler Mon, 13 Jun 2016 18:08:05 -0400 added names to upnp redirects to avoid router confusion (patch from ET) + fa29dd7 csoler Sun, 12 Jun 2016 21:41:09 -0400 changed the way RsGxsSyncMsgReqItem are sent for circle-restricted groups, using a hash of the group ID instead of encrypting the whole item, + 972de42 csoler Sat, 11 Jun 2016 18:07:57 -0400 converted static variable to class member in pqihandler + 34f49d4 csoler Sat, 11 Jun 2016 18:07:07 -0400 removed compilation warning + 248d0c4 csoler Sat, 11 Jun 2016 17:58:08 -0400 Merge pull request #412 from csoler/v0.6-MaxUpRate + ef4455a csoler Sat, 11 Jun 2016 17:54:11 -0400 cleaned the MaxUpRate branch from unused code + 8e75185 csoler Sat, 11 Jun 2016 17:21:04 -0400 made avgReadCount and avgSendCound to be uint32_t instead of floats, since they count bytes. Changes kb to 1024 instead of 1000 + eb9025d csoler Sat, 11 Jun 2016 17:20:22 -0400 removed annoying warning when a circle is empty + 373d41b csoler Sat, 11 Jun 2016 14:11:21 -0400 added missing variable def after previous commit + 23e8e93 csoler Sat, 11 Jun 2016 09:50:22 -0400 added mutex proteciton around mAvgLastUpdate to avoid it being changed by the constructor + 0d1d31a csoler Sat, 11 Jun 2016 09:33:11 -0400 added mutex protection around pqistreamer::getRates, since float r/w are not necessarily atomic + eba90a8 csoler Sat, 11 Jun 2016 09:24:33 -0400 Merge pull request #411 from PhenomRetroShare/Add_SIGFPE_Debug_DEFINES + afe23e7 csoler Sat, 11 Jun 2016 09:22:53 -0400 Merge pull request #410 from PhenomRetroShare/Fix_SIGFPE_InQProgressBar_PrintEvent + d649659 Phenom Sat, 11 Jun 2016 14:38:31 +0200 Add SIGFPE debug DEFINES. + 08258ca Phenom Sat, 11 Jun 2016 14:23:26 +0200 Fix SIGFPE in QProgressBar::paintEvent + d1be3f3 defnax Fri, 10 Jun 2016 13:40:24 +0200 Set a minimum column width + 83a1434 csoler Thu, 9 Jun 2016 23:23:51 -0400 fixed bug in setting MaxRate values + f5ad8b4 csoler Thu, 9 Jun 2016 23:13:07 -0400 moved node-wide options to node details + a4931ed csoler Thu, 9 Jun 2016 20:51:09 -0400 fixed setting/getting maxrates using pgp id + a07805b csoler Thu, 9 Jun 2016 20:41:27 -0400 moved bandwidth limits to the pgp level + 38b86c3 csoler Thu, 9 Jun 2016 18:12:04 -0400 improved debug output for early address rejection + 6b78275 csoler Wed, 8 Jun 2016 22:54:40 -0400 fixed bug in loading config file to set max rates + 5a0fa66 csoler Wed, 8 Jun 2016 22:44:28 -0400 added proper talking between pqihandler and GUI for maxrates fixing + 226e85c csoler Wed, 8 Jun 2016 21:00:26 -0400 added dropmenu entry in circles to allow admin to grant/deny membership + 509266a csoler Tue, 7 Jun 2016 22:38:24 -0400 removed some dead code + a1bbcd8 csoler Tue, 7 Jun 2016 22:06:32 -0400 fixed a few small issues in new peer rates + 20b6745 csoler Tue, 7 Jun 2016 21:48:22 -0400 added GUI and storage for max up/dn rates per peer + 0e85709 csoler Tue, 7 Jun 2016 11:00:34 -0400 Merge pull request #409 from sehraf/pr-upnp-version + 2d5883c sehraf Tue, 7 Jun 2016 16:30:39 +0200 add UPnP lib version + 1c1b7ac csoler Mon, 6 Jun 2016 22:55:23 -0400 attempt at fixing the crash when quitting RS (due to operator new not being able to allocate memory from deleted allocator + 54a0ca4 csoler Sun, 5 Jun 2016 15:49:33 -0400 added line in circle tooltip for visibility. Re-worked tooltip text a little bit + ee25596 csoler Sun, 5 Jun 2016 15:20:48 -0400 updated tooltip and names for self-restricted circles to "private" + 195ad4e csoler Sun, 5 Jun 2016 15:15:40 -0400 use grey bullet as a placeholder for circles without pending operations + 456b57b csoler Sun, 5 Jun 2016 13:17:30 -0400 Merge pull request #205 from pztrn/master + 9f2d6bd csoler Sun, 5 Jun 2016 13:02:13 -0400 Merge pull request #259 from heini/rhel_fedora_qt5 + e2e9ede csoler Sun, 5 Jun 2016 11:51:47 -0400 fixed initialization of memebrs in peerDetails + f1d69ad csoler Sun, 5 Jun 2016 11:26:29 -0400 Merge pull request #351 from PhenomRetroShare/Add_WebUI_ClearButtonOnBradCast + f55b283 csoler Sun, 5 Jun 2016 11:05:52 -0400 second pass over compilation warnings + 927f782 csoler Sun, 5 Jun 2016 10:43:57 -0400 pass over compiler warnings + c2ae4fc csoler Sun, 5 Jun 2016 10:06:11 -0400 merged upstream/master + 2567feb csoler Sun, 5 Jun 2016 09:54:26 -0400 fixed compilation broken by using deprecated Qt method + a2ca038 csoler Sat, 4 Jun 2016 21:39:40 -0400 fixed compilation and several problems following separation of public/private keys + 0eb4e9e defnax Sat, 4 Jun 2016 21:27:20 +0200 - renamed label "restricted to group" to "restricted to circle" - changed icon + b2497cc csoler Sat, 4 Jun 2016 09:45:17 -0400 Merge pull request #406 from sehraf/pr-fixes-#2 + 24f619d csoler Sat, 4 Jun 2016 03:20:45 +0200 added missing include for debian squeeze + d8189d0 csoler Fri, 3 Jun 2016 21:11:12 -0400 moved placeholder text from .ui to .cpp to allow compilation with old Qt + 99f54a2 defnax Fri, 3 Jun 2016 19:16:59 +0200 Merge branch 'master' of https://github.com/RetroShare/RetroShare + 4300d87 defnax Fri, 3 Jun 2016 19:15:24 +0200 Set default Header Stylesheet for Circles + 814db7e csoler Fri, 3 Jun 2016 19:15:16 +0200 fixed possible uninitialised memory read + 4c986cd csoler Fri, 3 Jun 2016 19:03:10 +0200 attempt to fix the pthread_setname_np symbol issue. To be tested + 0d10603 sehraf Fri, 3 Jun 2016 09:02:19 +0200 fix build errors (return typ is a pointer and not boolean) + 590be09 csoler Thu, 2 Jun 2016 23:47:57 -0400 separated RsTlvSecurityKey into two incompatible classes to enforce the correct usage of private vs. public keys + 53eb4df csoler Thu, 2 Jun 2016 21:21:18 -0400 fixed compilation errors due to last merge operation + e2b5785 csoler Thu, 2 Jun 2016 21:15:51 -0400 merged PR403 with trunk + 10e0254 csoler Thu, 2 Jun 2016 20:23:22 -0400 fixed a few things to correct PR403 + 699b3cf csoler Thu, 2 Jun 2016 20:38:28 -0400 Merge pull request #402 from PhenomRetroShare/Fix_WindowsCompilationWithMksTemp + 5362fd3 csoler Thu, 2 Jun 2016 20:36:51 -0400 Merge pull request #401 from PhenomRetroShare/Fix_WindowsCompilationWithThreadName + 6f5693d csoler Thu, 2 Jun 2016 18:26:43 -0400 Merge pull request #405 from PhenomRetroShare/Fix_UnitTestsCompilation + 2c8d047 Phenom Thu, 2 Jun 2016 19:34:58 +0200 Fix UnitTests Compilation + 2f4f44e csoler Thu, 2 Jun 2016 09:36:50 -0400 added early discarding of incoming connection attempt (before SSL handshake) for blacklisted IPs + 6e38554 sehraf Thu, 2 Jun 2016 13:22:24 +0200 rename define UBUNTU to HAS_GNOME_KEYRING The name UBUNTU is misleading since it is only used to select the keyring backend (which is gnome key + 4f60c8c sehraf Thu, 2 Jun 2016 14:53:15 +0200 libretroshare: fix comparison between signed and unsigned integer + 8b788b2 sehraf Thu, 2 Jun 2016 14:44:33 +0200 libretroshare: fix member initialisation order + cfc0e70 sehraf Thu, 2 Jun 2016 14:42:32 +0200 libretroshare: remove unused variables + 005af47 Phenom Wed, 1 Jun 2016 22:37:05 +0200 Fix Compilation when mkstemp is not defined. + + -- Cyril Soler Mon, 20 Jun 2016 14:00:00 -0500 + +retroshare06 (0.6.0-1.20160601.1f8a6ee2~trusty) trusty; urgency=low cbef014 csoler Sun, 29 May 2016 16:09:56 -0400 added regular test of circle auto-subscribe from cache, and auto-subscribe w 2bde81f csoler Sat, 28 May 2016 21:09:44 -0400 removed more debug info, improved tooltips diff --git a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh index a85b648ac..71b4dd070 100755 --- a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh +++ b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh @@ -1,7 +1,7 @@ #!/bin/sh ###################### PARAMETERS #################### -version="0.6.0" +version="0.6.1" gitpath="https://github.com/RetroShare/RetroShare.git" workdir=retroshare06-${version} #bubba3="Y" # comment out to compile for bubba3 @@ -47,7 +47,7 @@ while [ ${#} -gt 0 ]; do done if test "${dist}" = "" ; then - dist="precise trusty vivid wily xenial" + dist="precise trusty vivid wily xenial wheezy squeeze jessie stretch" fi echo Attempting to get revision number... diff --git a/build_scripts/Debian+Ubuntu/ppa_upload.sh b/build_scripts/Debian+Ubuntu/ppa_upload.sh index e6897618a..1e5d0aeb3 100644 --- a/build_scripts/Debian+Ubuntu/ppa_upload.sh +++ b/build_scripts/Debian+Ubuntu/ppa_upload.sh @@ -1,2 +1,4 @@ #!/bin/sh -Apply dput ppa:retroshare/unstable retroshare06_0.6.0-1.#.changes +for i in `ls retroshare06_0.6.0-1.*.changes` ; do + dput ppa:retroshare/unstable $i +done diff --git a/build_scripts/Windows/build_libs/.gitignore b/build_scripts/Windows/build_libs/.gitignore new file mode 100644 index 000000000..9f502e129 --- /dev/null +++ b/build_scripts/Windows/build_libs/.gitignore @@ -0,0 +1,6 @@ +/download +/msys +/libs +/tools/7z.dll +/tools/7z.exe +/tools/curl.exe \ No newline at end of file diff --git a/build_scripts/Windows/build_libs/1-prepare.bat b/build_scripts/Windows/build_libs/1-prepare.bat new file mode 100644 index 000000000..4c93d54ef --- /dev/null +++ b/build_scripts/Windows/build_libs/1-prepare.bat @@ -0,0 +1,43 @@ +@setlocal + +@echo off + +:: Initialize environment +call "%~dp0_env.bat" + +set SevenZipUrl=http://7-zip.org/a/7z1602.msi +set SevenZipInstall=7z1602.msi +set CurlUrl=https://bintray.com/artifact/download/vszakats/generic/curl-7.50.1-win32-mingw.7z +set CurlInstall=curl-7.50.1-win32-mingw.7z + +if not exist "%DownloadPath%" mkdir "%DownloadPath%" + +call :remove_dir "%TempPath%" + +echo Download installation files +if not exist "%DownloadPath%\%SevenZipInstall%" call "%ToolsPath%\winhttpjs.bat" %SevenZipUrl% -saveTo "%DownloadPath%\%SevenZipInstall%" +if not exist "%DownloadPath%\%SevenZipInstall%" echo Cannot download 7z& goto :exit + +if not exist "%DownloadPath%\%CurlInstall%" call "%ToolsPath%\winhttpjs.bat" %CurlUrl% -saveTo "%DownloadPath%\%CurlInstall%" +if not exist "%DownloadPath%\%CurlInstall%" echo Cannot download Curl& goto :exit + +echo Unpack 7z +msiexec /a "%DownloadPath%\%SevenZipInstall%" /qb TARGETDIR="%TempPath%" +copy "%TempPath%\Files\7-Zip\7z.dll" "%ToolsPath%" +copy "%TempPath%\Files\7-Zip\7z.exe" "%ToolsPath%" +call :remove_dir "%TempPath%" + +echo Unpack Curl +"%SevenZipExe%" x -o"%TempPath%" "%DownloadPath%\%CurlInstall%" +copy "%TempPath%\curl-7.50.1-win32-mingw\bin\curl.exe" "%ToolsPath%" +call :remove_dir "%TempPath%" + +:exit +endlocal +exit /B 0 + +:remove_dir +if not exist %1 goto :EOF +del /s /f /q %1 >nul +rmdir /s /q %1 +goto :EOF diff --git a/build_scripts/Windows/build_libs/2-install-msys.bat b/build_scripts/Windows/build_libs/2-install-msys.bat new file mode 100644 index 000000000..7e17a2dc0 --- /dev/null +++ b/build_scripts/Windows/build_libs/2-install-msys.bat @@ -0,0 +1,70 @@ +@setlocal + +@echo off + +:: Initialize environment +call "%~dp0_env.bat" + +set MSYSInstall=mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip +set CMakeInstall=cmake-3.1.0-win32-x86.zip +set CMakeUnpackPath=%MSYSPath%\msys\1.0 + +if not exist "%DownloadPath%" mkdir "%DownloadPath%" + +echo Check existing installation +if not exist "%MSYSPath%\bin\mingw-get.exe" goto proceed +choice /M "Found existing MSYS version. Do you want to proceed?" +if %ERRORLEVEL%==2 goto exit + +:proceed +echo Remove previous MSYS version +call :remove_dir "%MSYSPath%" + +echo Download installation files +if not exist "%DownloadPath%\%MSYSInstall%" "%CurlExe%" -L -k http://sourceforge.net/projects/mingw/files/Installer/mingw-get/mingw-get-0.6.2-beta-20131004-1/%MSYSInstall%/download -o "%DownloadPath%\%MSYSInstall%" +if not exist "%DownloadPath%%\MSYSInstall%" echo Cannot download MSYS& goto :exit + +if not exist "%DownloadPath%\%CMakeInstall%" "%CurlExe%" -L -k http://www.cmake.org/files/v3.1/cmake-3.1.0-win32-x86.zip -o "%DownloadPath%\%CMakeInstall%" +if not exist "%DownloadPath%\%CMakeInstall%" echo Cannot download CMake& goto :exit + +echo Unpack MSYS +"%SevenZipExe%" x -o"%MSYSPath%" "%DownloadPath%\%MSYSInstall%" + +echo Install MSYS +if not exist "%MSYSPath%\var\lib\mingw-get\data\profile.xml" copy "%MSYSPath%\var\lib\mingw-get\data\defaults.xml" "%MSYSPath%\var\lib\mingw-get\data\profile.xml" +pushd "%MSYSPath%\bin" +mingw-get.exe install mingw32-mingw-get +mingw-get.exe install msys-coreutils +mingw-get.exe install msys-base +mingw-get.exe install msys-autoconf +mingw-get.exe install msys-automake +mingw-get.exe install msys-autogen +mingw-get.exe install msys-mktemp +mingw-get.exe install msys-wget +popd + +echo Unpack CMake +"%SevenZipExe%" x -o"%CMakeUnpackPath%" "%DownloadPath%\%CMakeInstall%" + +echo Install CMake +set CMakeVersion= +for /D %%F in (%CMakeUnpackPath%\cmake*) do set CMakeVersion=%%~nxF +if "%CMakeVersion%"=="" echo CMake version not found.& goto :exit +echo Found CMake version %CMakeVersion% + +set FoundProfile= +for /f "tokens=3" %%F in ('find /c /i "%CMakeVersion%" "%MSYSPath%\msys\1.0\etc\profile"') do set FoundProfile=%%F + +if "%FoundProfile%"=="0" ( + echo export PATH="${PATH}:/%CMakeVersion%/bin">>"%MSYSPath%\msys\1.0\etc\profile" +) + +:exit +endlocal +exit /B 0 + +:remove_dir +if not exist %1 goto :EOF +del /s /f /q %1 >nul +rmdir /s /q %1 +goto :EOF diff --git a/build_scripts/Windows/build_libs/3-build-libs.bat b/build_scripts/Windows/build_libs/3-build-libs.bat new file mode 100644 index 000000000..3b7a3c92c --- /dev/null +++ b/build_scripts/Windows/build_libs/3-build-libs.bat @@ -0,0 +1,29 @@ +@setlocal + +@echo off + +:: Initialize environment +call "%~dp0_env.bat" + +set MSYSSH=%MSYSPath%\msys\1.0\bin\sh.exe +set MSYSCurPath=/%CurPath:~0,1%/%CurPath:~3% +set MSYSCurPath=%MSYSCurPath:\=/% + +if not exist "%MSYSSH%" echo Please install MSYS first.&& exit /B 1 + +set GCCPath= +call :FIND_IN_PATH g++.exe GCCPath +if "%GCCPath%"=="" echo Please run %~nx0 in the Qt Command Prompt or add the path to MinGW bin folder to PATH variable.&& exit /B 1 + +"%MSYSSH%" --login -i -c "cd "%MSYSCurPath%" && make -f makefile %*" + +exit /B %ERRORLEVEL% + +:FIND_IN_PATH +SET PathTemp="%Path:;=";"%" +FOR %%P IN (%PathTemp%) DO ( + IF EXIST "%%~P.\%~1" ( + set %2=%%~P + goto :EOF + ) +) diff --git a/build_scripts/Windows/build_libs/Makefile b/build_scripts/Windows/build_libs/Makefile new file mode 100755 index 000000000..c53ada54f --- /dev/null +++ b/build_scripts/Windows/build_libs/Makefile @@ -0,0 +1,226 @@ +ZLIB_VERSION=1.2.3 +BZIP2_VERSION=1.0.6 +MINIUPNPC_VERSION=2.0 +OPENSSL_VERSION=1.0.2h +SPEEX_VERSION=1.2rc2 +SPEEXDSP_VERSION=1.2rc3 +OPENCV_VERSION=2.4.13 +LIBXML2_VERSION=2.9.3 +LIBXSLT_VERSION=1.1.28 +CURL_VERSION=7.46.0 +TCL_VERSION=8.6.2 +SQLCIPHER_VERSION=2.2.1 +LIBMICROHTTPD_VERSION=0.9.46 +FFMPEG_VERSION=3.1.2 + +all: dirs zlib bzip2 miniupnpc openssl speex speexdsp opencv libxml2 libxslt curl sqlcipher libmicrohttpd ffmpeg copylibs + +download: \ + download/zlib-$(ZLIB_VERSION).tar.gz \ + download/bzip2-$(BZIP2_VERSION).tar.gz \ + download/miniupnpc-$(MINIUPNPC_VERSION).tar.gz \ + download/openssl-$(OPENSSL_VERSION).tar.gz \ + download/speex-$(SPEEX_VERSION).tar.gz \ + download/speexdsp-$(SPEEXDSP_VERSION).tar.gz \ + download/opencv-$(OPENCV_VERSION).tar.gz \ + download/libxml2-$(LIBXML2_VERSION).tar.gz \ + download/libxslt-$(LIBXSLT_VERSION).tar.gz \ + download/curl-$(CURL_VERSION).tar.gz \ + download/tcl$(TCL_VERSION)-src.tar.gz \ + download/sqlcipher-$(SQLCIPHER_VERSION).tar.gz \ + download/libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz \ + download/ffmpeg-$(FFMPEG_VERSION).tar.gz + +dirs: + mkdir -p download + mkdir -p libs/include + mkdir -p libs/lib + mkdir -p libs/bin + +download/zlib-$(ZLIB_VERSION).tar.gz: + wget --no-check-certificate http://sourceforge.net/projects/libpng/files/zlib/$(ZLIB_VERSION)/zlib-$(ZLIB_VERSION).tar.gz/download -O download/zlib-$(ZLIB_VERSION).tar.gz + +zlib: download/zlib-$(ZLIB_VERSION).tar.gz + tar xvf download/zlib-$(ZLIB_VERSION).tar.gz + cd zlib-$(ZLIB_VERSION) && ./configure + #cd zlib-$(ZLIB_VERSION) && make install prefix="`pwd`/../libs" + cd zlib-$(ZLIB_VERSION) && make + cp zlib-$(ZLIB_VERSION)/zlib.h libs/include/ + cp zlib-$(ZLIB_VERSION)/zconf.h libs/include/ + cp zlib-$(ZLIB_VERSION)/libz.a libs/lib/ + rm -r -f zlib-$(ZLIB_VERSION) + touch zlib + +download/bzip2-$(BZIP2_VERSION).tar.gz: + wget http://bzip.org/$(BZIP2_VERSION)/bzip2-$(BZIP2_VERSION).tar.gz -O download/bzip2-$(BZIP2_VERSION).tar.gz + +bzip2: download/bzip2-$(BZIP2_VERSION).tar.gz + tar xvf download/bzip2-$(BZIP2_VERSION).tar.gz + #cd bzip2-$(BZIP2_VERSION) && make install PREFIX="`pwd`/../libs" + cd bzip2-$(BZIP2_VERSION) && make + cp bzip2-$(BZIP2_VERSION)/bzlib.h libs/include/ + cp bzip2-$(BZIP2_VERSION)/libbz2.a libs/lib/ + rm -r -f bzip2-$(BZIP2_VERSION) + touch bzip2 + +download/miniupnpc-$(MINIUPNPC_VERSION).tar.gz: + wget http://miniupnp.free.fr/files/download.php?file=miniupnpc-$(MINIUPNPC_VERSION).tar.gz -O download/miniupnpc-$(MINIUPNPC_VERSION).tar.gz + +miniupnpc: download/miniupnpc-$(MINIUPNPC_VERSION).tar.gz + tar xvf download/miniupnpc-$(MINIUPNPC_VERSION).tar.gz + cd miniupnpc-$(MINIUPNPC_VERSION) && CC=gcc && export CC && make -f Makefile.mingw init libminiupnpc.a miniupnpc.dll + mkdir -p libs/include/miniupnpc && cp miniupnpc-$(MINIUPNPC_VERSION)/*.h libs/include/miniupnpc/ + cp miniupnpc-$(MINIUPNPC_VERSION)/miniupnpc.lib libs/lib/ + cp miniupnpc-$(MINIUPNPC_VERSION)/miniupnpc.dll libs/bin/ + rm -r -f miniupnpc-$(MINIUPNPC_VERSION) + touch miniupnpc + +download/openssl-$(OPENSSL_VERSION).tar.gz: + wget --no-check-certificate https://www.openssl.org/source/openssl-$(OPENSSL_VERSION).tar.gz -O download/openssl-$(OPENSSL_VERSION).tar.gz + +openssl: download/openssl-$(OPENSSL_VERSION).tar.gz + tar xvf download/openssl-$(OPENSSL_VERSION).tar.gz + #cd openssl-$(OPENSSL_VERSION) && ./config --prefix="`pwd`/../libs" + #cd openssl-$(OPENSSL_VERSION) && make install + cd openssl-$(OPENSSL_VERSION) && ./config shared + cd openssl-$(OPENSSL_VERSION) && make + mkdir -p libs/include/openssl && cp openssl-$(OPENSSL_VERSION)/include/openssl/*.h libs/include/openssl/ + cp openssl-$(OPENSSL_VERSION)/libeay32.dll libs/bin/ + cp openssl-$(OPENSSL_VERSION)/ssleay32.dll libs/bin/ + cp openssl-$(OPENSSL_VERSION)/libcrypto.dll.a libs/lib/ + cp openssl-$(OPENSSL_VERSION)/libssl.dll.a libs/lib/ + rm -r -f openssl-$(OPENSSL_VERSION) + touch openssl + +download/speex-$(SPEEX_VERSION).tar.gz: + wget http://downloads.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz -O download/speex-$(SPEEX_VERSION).tar.gz + +speex: download/speex-$(SPEEX_VERSION).tar.gz + tar xvf download/speex-$(SPEEX_VERSION).tar.gz + cd speex-$(SPEEX_VERSION) && ./configure + #cd speex-$(SPEEX_VERSION) && make install exec_prefix="`pwd`/../libs" + cd speex-$(SPEEX_VERSION) && make + mkdir -p libs/include/speex && cp speex-$(SPEEX_VERSION)/include/speex/*.h libs/include/speex/ + cp speex-$(SPEEX_VERSION)/libspeex/.libs/libspeex.a libs/lib + rm -r -f speex-$(SPEEX_VERSION) + touch speex + +download/speexdsp-$(SPEEXDSP_VERSION).tar.gz: + wget http://downloads.xiph.org/releases/speex/speexdsp-$(SPEEXDSP_VERSION).tar.gz -O download/speexdsp-$(SPEEXDSP_VERSION).tar.gz + +speexdsp: download/speexdsp-$(SPEEXDSP_VERSION).tar.gz + tar xvf download/speexdsp-$(SPEEXDSP_VERSION).tar.gz + cd speexdsp-$(SPEEXDSP_VERSION) && ./configure + cd speexdsp-$(SPEEXDSP_VERSION) && make + mkdir -p libs/include/speex && cp speexdsp-$(SPEEXDSP_VERSION)/include/speex/*.h libs/include/speex/ + cp speexdsp-$(SPEEXDSP_VERSION)/libspeexdsp/.libs/libspeexdsp.a libs/lib + rm -r -f speexdsp-$(SPEEXDSP_VERSION) + touch speexdsp + +download/opencv-$(OPENCV_VERSION).tar.gz: + wget --no-check-certificate https://github.com/Itseez/opencv/archive/$(OPENCV_VERSION).tar.gz -O download/opencv-$(OPENCV_VERSION).tar.gz + +opencv: download/opencv-$(OPENCV_VERSION).tar.gz + tar xvf download/opencv-$(OPENCV_VERSION).tar.gz + mkdir -p opencv-$(OPENCV_VERSION)/build + #cd opencv-$(OPENCV_VERSION)/build && cmake .. -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="`pwd`/../../libs" + cd opencv-$(OPENCV_VERSION)/build && cmake .. -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="`pwd`/install" + cd opencv-$(OPENCV_VERSION)/build && make install + cp -r opencv-$(OPENCV_VERSION)/build/install/include/* libs/include/ + mkdir -p libs/lib/opencv && cp -r opencv-$(OPENCV_VERSION)/build/install/x86/mingw/staticlib/* libs/lib/opencv/ + rm -r -f opencv-$(OPENCV_VERSION) + touch opencv + +download/libxml2-$(LIBXML2_VERSION).tar.gz: + wget ftp://xmlsoft.org/libxml2/libxml2-$(LIBXML2_VERSION).tar.gz -O download/libxml2-$(LIBXML2_VERSION).tar.gz + +libxml2: download/libxml2-$(LIBXML2_VERSION).tar.gz + tar xvf download/libxml2-$(LIBXML2_VERSION).tar.gz + cd libxml2-$(LIBXML2_VERSION) && ./configure --without-iconv -enable-shared=no + #cd libxml2-$(LIBXML2_VERSION) && make install exec_prefix="`pwd`/../libs" + cd libxml2-$(LIBXML2_VERSION) && make + mkdir -p libs/include/libxml && cp libxml2-$(LIBXML2_VERSION)/include/libxml/*.h libs/include/libxml/ + cp libxml2-$(LIBXML2_VERSION)/.libs/libxml2.a libs/lib/ + touch libxml2 + +download/libxslt-$(LIBXSLT_VERSION).tar.gz: + wget ftp://xmlsoft.org/libxml2/libxslt-$(LIBXSLT_VERSION).tar.gz -O download/libxslt-$(LIBXSLT_VERSION).tar.gz + +libxslt: download/libxml2-$(LIBXML2_VERSION).tar.gz download/libxslt-$(LIBXSLT_VERSION).tar.gz + tar xvf download/libxml2-$(LIBXML2_VERSION).tar.gz + tar xvf download/libxslt-$(LIBXSLT_VERSION).tar.gz + tar xvf libxslt-$(LIBXSLT_VERSION)-fix.tar.gz + cd libxslt-$(LIBXSLT_VERSION) && ./configure --with-libxml-src=../libxml2-$(LIBXML2_VERSION) -enable-shared=no CFLAGS=-DLIBXML_STATIC + cd libxslt-$(LIBXSLT_VERSION) && make + mkdir -p libs/include/libxslt && cp libxslt-$(LIBXSLT_VERSION)/libxslt/*.h libs/include/libxslt/ + cp libxslt-$(LIBXSLT_VERSION)/libxslt/.libs/libxslt.a libs/lib/ + cp libxslt-$(LIBXSLT_VERSION)/libexslt/.libs/libexslt.a libs/lib/ + rm -r -f libxml2-$(LIBXML2_VERSION) + rm -r -f libxslt-$(LIBXSLT_VERSION) + touch libxslt + +download/curl-$(CURL_VERSION).tar.gz: + wget --no-check-certificate http://curl.haxx.se/download/curl-$(CURL_VERSION).tar.gz -O download/curl-$(CURL_VERSION).tar.gz + +curl: download/curl-$(CURL_VERSION).tar.gz + tar xvf download/curl-$(CURL_VERSION).tar.gz + cd curl-$(CURL_VERSION) && ./configure --disable-shared --with-ssl="`pwd`/../libs" + #cd curl-$(CURL_VERSION) && make install exec_prefix="`pwd`/../libs" + cd curl-$(CURL_VERSION) && make + mkdir -p libs/include/curl && cp curl-$(CURL_VERSION)/include/curl/*.h libs/include/curl/ + cp curl-$(CURL_VERSION)/lib/.libs/libcurl.a libs/lib/ + rm -r -f curl-$(CURL_VERSION) + touch curl + +download/tcl$(TCL_VERSION)-src.tar.gz: + wget http://prdownloads.sourceforge.net/tcl/tcl$(TCL_VERSION)-src.tar.gz -O download/tcl$(TCL_VERSION)-src.tar.gz + +download/sqlcipher-$(SQLCIPHER_VERSION).tar.gz: + wget --no-check-certificate https://github.com/sqlcipher/sqlcipher/archive/v$(SQLCIPHER_VERSION).tar.gz -O download/sqlcipher-$(SQLCIPHER_VERSION).tar.gz + +sqlcipher: download/tcl$(TCL_VERSION)-src.tar.gz download/sqlcipher-$(SQLCIPHER_VERSION).tar.gz + # tcl + tar xvf download/tcl$(TCL_VERSION)-src.tar.gz + mkdir -p tcl$(TCL_VERSION)/build + cd tcl$(TCL_VERSION)/build && ../win/configure + cd tcl$(TCL_VERSION)/build && make + #sqlcipher + tar xvf download/sqlcipher-$(SQLCIPHER_VERSION).tar.gz + cd sqlcipher-$(SQLCIPHER_VERSION) && ln -s ../tcl$(TCL_VERSION)/build/tclsh86.exe tclsh + mkdir -p tcl$(TCL_VERSION)/lib + ln -s `pwd`/tcl$(TCL_VERSION)/library `pwd`/tcl$(TCL_VERSION)/lib/tcl8.6 + cd sqlcipher-$(SQLCIPHER_VERSION) && PATH=.:$$PATH:`pwd`/../tcl$(TCL_VERSION)/build && LIBS="-L`pwd`/../libs/lib -lgdi32 $$LIBS" && export LIBS && ./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC -I`pwd`/../libs/include -I`pwd`/../tcl$(TCL_VERSION)/generic" LDFLAGS="-L`pwd`/../libs/lib -lcrypto -lgdi32" --with-tcl="`pwd`/../tcl$(TCL_VERSION)/build" && make install prefix="`pwd`/install" + cp -r sqlcipher-$(SQLCIPHER_VERSION)/install/include/* libs/include/ + cp sqlcipher-$(SQLCIPHER_VERSION)/install/lib/libsqlcipher.a libs/lib/ + cp sqlcipher-$(SQLCIPHER_VERSION)/install/bin/sqlcipher.exe libs/bin/ + rm -r -f sqlcipher-$(SQLCIPHER_VERSION) + rm -r -f tcl$(TCL_VERSION) + touch sqlcipher + +download/libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz: + wget --no-check-certificate http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz -O download/libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz + +libmicrohttpd: download/libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz + tar xvf download/libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz + cd libmicrohttpd-$(LIBMICROHTTPD_VERSION) && ./configure --disable-shared --enable-static --prefix="`pwd`/../libs" + cd libmicrohttpd-$(LIBMICROHTTPD_VERSION) && make install + rm -r -f libmicrohttpd-$(LIBMICROHTTPD_VERSION) + touch libmicrohttpd + +download/ffmpeg-$(FFMPEG_VERSION).tar.gz: + wget --no-check-certificate https://ffmpeg.org/releases/ffmpeg-$(FFMPEG_VERSION).tar.gz -O download/ffmpeg-$(FFMPEG_VERSION).tar.gz + +ffmpeg: download/ffmpeg-$(FFMPEG_VERSION).tar.gz + tar xvf download/ffmpeg-$(FFMPEG_VERSION).tar.gz + cd ffmpeg-$(FFMPEG_VERSION) && ./configure --disable-shared --enable-static --disable-programs --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-yasm --disable-everything --enable-encoder=mpeg4 --enable-decoder=mpeg4 --prefix="`pwd`/../libs" + cd ffmpeg-$(FFMPEG_VERSION) && make install + rm -r -f ffmpeg-$(FFMPEG_VERSION) + touch ffmpeg + + +copylibs: + read -p "Do you want to copy libs to retroshare? (yes|no)" answer; \ + if [ "$$answer" = "yes" ] ; then \ + cp -r libs ../../../../ ; \ + fi + diff --git a/build_scripts/Windows/build_libs/Tools/winhttpjs.bat b/build_scripts/Windows/build_libs/Tools/winhttpjs.bat new file mode 100644 index 000000000..0c1847fac --- /dev/null +++ b/build_scripts/Windows/build_libs/Tools/winhttpjs.bat @@ -0,0 +1,584 @@ +@if (@X) == (@Y) @end /* JScript comment + @echo off + + rem :: the first argument is the script name as it will be used for proper help message + cscript //E:JScript //nologo "%~f0" "%~nx0" %* + + exit /b %errorlevel% + +@if (@X)==(@Y) @end JScript comment */ + +// used resources + +// update 12.10.15 +// osvikvi(https://github.com/osvikvi) has nodited that the -password option is not set , so this is fixed + +//https://msdn.microsoft.com/en-us/library/windows/desktop/aa384058(v=vs.85).aspx +//https://msdn.microsoft.com/en-us/library/windows/desktop/aa384055(v=vs.85).aspx +//https://msdn.microsoft.com/en-us/library/windows/desktop/aa384059(v=vs.85).aspx + +// global variables and constants + + +// ---------------------------------- +// -- asynch requests not included -- +// ---------------------------------- + + +//todo - save responceStream instead of responceBody !! +//todo - set all winthttp options ->//https://msdn.microsoft.com/en-us/library/windows/desktop/aa384108(v=vs.85).aspx +//todo - log all options +//todo - improve help message . eventual verbose option + + +var ARGS = WScript.Arguments; +var scriptName = ARGS.Item(0); + +var url = ""; +var saveTo = ""; + +var user = 0; +var pass = 0; + +var proxy = 0; +var bypass = 0; +var proxy_user = 0; +var proxy_pass = 0; + +var certificate = 0; + +var force = true; + +var body = ""; + +//ActiveX objects +var WinHTTPObj = new ActiveXObject("WinHttp.WinHttpRequest.5.1"); +var FileSystemObj = new ActiveXObject("Scripting.FileSystemObject"); +var AdoDBObj = new ActiveXObject("ADODB.Stream"); + +// HttpRequest SetCredentials flags. +var proxy_settings = 0; + +// +HTTPREQUEST_SETCREDENTIALS_FOR_SERVER = 0; +HTTPREQUEST_SETCREDENTIALS_FOR_PROXY = 1; + +//timeouts and their default values +var RESOLVE_TIMEOUT = 0; +var CONNECT_TIMEOUT = 90000; +var SEND_TIMEOUT = 90000; +var RECEIVE_TIMEOUT = 90000; + +//HttpRequestMethod +var http_method = 'GET'; + +//header +var header_file = ""; + +//report +var reportfile = ""; + +//test-this: +var use_stream = false; + +//autologon policy +var autologon_policy = 1; //0,1,2 + + +//headers will be stored as multi-dimensional array +var headers = []; + +//user-agent +var ua = ""; + +//escape URL +var escape = false; + +function printHelp() { + WScript.Echo(scriptName + " - sends HTTP request and saves the request body as a file and/or a report of the sent request"); + WScript.Echo(scriptName + " url [-force yes|no] [-user username -password password] [-proxy proxyserver:port] [-bypass bypass_list]"); + WScript.Echo(" [-proxyuser proxy_username -proxypassword proxy_password] [-certificate certificateString]"); + WScript.Echo(" [-method GET|POST|PATCH|DELETE|HEAD|OPTIONS|CONNECT]"); + WScript.Echo(" [-saveTo file] - to print response to console use con"); + + WScript.Echo(" [-sendTimeout int(milliseconds)]"); + WScript.Echo(" [-resolveTimeout int(milliseconds)]"); + WScript.Echo(" [-connectTimeout int(milliseconds)]"); + WScript.Echo(" [-receiveTimeout int(milliseconds)]"); + + WScript.Echo(" [-autologonPolicy 1|2|3]"); + WScript.Echo(" [-proxySettings 1|2|3] (https://msdn.microsoft.com/en-us/library/windows/desktop/aa384059(v=vs.85).aspx)"); + + //header + WScript.Echo(" [-headers-file header_file]"); + //reportfile + WScript.Echo(" [-reportfile reportfile]"); + WScript.Echo(" [-ua user-agent]"); + WScript.Echo(" [-ua-file user-agent-file]"); + + WScript.Echo(" [-escape yes|no]"); + + WScript.Echo(" [-body body-string]"); + WScript.Echo(" [-body-file body-file]"); + + WScript.Echo("-force - decide to not or to overwrite if the local files exists"); + + WScript.Echo("proxyserver:port - the proxy server"); + WScript.Echo("bypass- bypass list"); + WScript.Echo("proxy_user , proxy_password - credentials for proxy server"); + WScript.Echo("user , password - credentials for the server"); + WScript.Echo("certificate - location of SSL certificate"); + WScript.Echo("method - what HTTP method will be used.Default is GET"); + WScript.Echo("saveTo - save the responce as binary file"); + WScript.Echo(" "); + WScript.Echo("Header file should contain key:value pairs.Lines starting with \"#\" will be ignored."); + WScript.Echo("value should NOT be enclosed with quotes"); + WScript.Echo(" "); + WScript.Echo("Examples:"); + + WScript.Echo(scriptName + " http://somelink.com/somefile.zip -saveTo c:\\somefile.zip -certificate \"LOCAL_MACHINE\\Personal\\My Middle-Tier Certificate\""); + WScript.Echo(scriptName + " http://somelink.com/something.html -method POST -certificate \"LOCAL_MACHINE\\Personal\\My Middle-Tier Certificate\" -header c:\\header_file -reportfile c:\\reportfile.txt"); + WScript.Echo(scriptName + "\"http://somelink\" -method POST -header hdrs.txt -reportfile reportfile2.txt -saveTo responsefile2 -ua \"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36\" -body-file some.json"); + +} + +function parseArgs() { + // + if (ARGS.Length < 2) { + WScript.Echo("insufficient arguments"); + printHelp(); + WScript.Quit(43); + } + // !!! + url = ARGS.Item(1); + // !!! + if (ARGS.Length % 2 != 0) { + WScript.Echo("illegal arguments"); + printHelp(); + WScript.Quit(44); + } + + for (var i = 2; i < ARGS.Length - 1; i = i + 2) { + var arg = ARGS.Item(i).toLowerCase(); + var next = ARGS.Item(i + 1); + + + try { + switch (arg) { // the try-catch is set mainly because of the parseInts + case "-force": + if (next == "no") { + force = false; + } + break; + case "-escape": + if (next == "yes") { + escape = true; + } + break; + case "-saveto": + saveTo = next; + break; + case "-user": + case "-u": + user = next; + break; + case "-pass": + case "-password": + case "-p": + pass = next; + break; + case "-proxy": + proxy = next; + break; + case "-bypass": + bypass = next; + break; + case "-proxyuser": + case "-pu": + proxy_user = next; + break; + case "-proxypassword": + case "-pp": + proxy_pass = next; + break; + case "-ua": + ua = next; + break; + case "-ua-file": + ua = readFile(next); + break; + case "-body": + body = next; + break; + case "-usestream": + //WScript.Echo("~~"); + if (next.toLowerCase() === "yes") { + use_stream = true + }; + break; + case "-body-file": + body = readFile(next); + break; + case "-certificate": + certificate = next; + break; + case "-method": + switch (next.toLowerCase()) { + case "post": + http_method = 'POST'; + break; + case "get": + http_method = 'GET'; + break; + case "head": + http_method = 'HEAD'; + break; + case "put": + http_method = 'PUT'; + break; + case "options": + http_method = 'OPTIONS'; + break; + case "connect": + http_method = 'CONNECT'; + break; + case "patch": + http_method = 'PATCH'; + break; + case "delete": + http_method = 'DELETE'; + break; + default: + WScript.Echo("Invalid http method passed " + next); + WScript.Echo("possible values are GET,POST,DELETE,PUT,CONNECT,PATCH,HEAD,OPTIONS"); + WScript.Quit(1326); + break; + } + break; + case "-headers-file": + case "-header": + headers = readPropFile(next); + break; + case "-reportfile": + reportfile = next; + break; + //timeouts + case "-sendtimeout": + SEND_TIMEOUT = parseInt(next); + break; + case "-connecttimeout": + CONNECT_TIMEOUT = parseint(next); + break; + case "-resolvetimeout": + RESOLVE_TIMEOUT = parseInt(next); + break; + case "-receivetimeout": + RECEIVE_TIMEOUT = parseInt(next); + break; + + case "-autologonpolicy": + autologon_policy = parseInt(next); + if (autologon_policy > 2 || autologon_policy < 0) { + WScript.Echo("out of autologon policy range"); + WScript.Quit(87); + }; + break; + case "-proxysettings": + proxy_settings = parseInt(next); + if (proxy_settings > 2 || proxy_settings < 0) { + WScript.Echo("out of proxy settings range"); + WScript.Quit(87); + }; + break; + default: + WScript.Echo("Invalid command line switch: " + arg); + WScript.Quit(1405); + break; + } + } catch (err) { + WScript.Echo(err.message); + WScript.Quit(1348); + } + } +} + +stripTrailingSlash = function(path) { + while (path.substr(path.length - 1, path.length) == '\\') { + path = path.substr(0, path.length - 1); + } + return path; +} + +function existsItem(path) { + return FileSystemObj.FolderExists(path) || FileSystemObj.FileExists(path); +} + +function deleteItem(path) { + if (FileSystemObj.FileExists(path)) { + FileSystemObj.DeleteFile(path); + return true; + } else if (FileSystemObj.FolderExists(path)) { + FileSystemObj.DeleteFolder(stripTrailingSlash(path)); + return true; + } else { + return false; + } +} + +//------------------------------- +//---------------------- +//---------- +//----- +//-- +function request(url) { + + try { + + WinHTTPObj.Open(http_method, url, false); + if (proxy != 0 && bypass != 0) { + WinHTTPObj.SetProxy(proxy_settings, proxy, bypass); + } + + if (proxy != 0) { + WinHTTPObj.SetProxy(proxy_settings, proxy); + } + + if (user != 0 && pass != 0) { + WinHTTPObj.SetCredentials(user, pass, HTTPREQUEST_SETCREDENTIALS_FOR_SERVER); + } + + if (proxy_user != 0 && proxy_pass != 0) { + WinHTTPObj.SetCredentials(proxy_user, proxy_pass, HTTPREQUEST_SETCREDENTIALS_FOR_PROXY); + } + + if (certificate != 0) { + WinHTTPObj.SetClientCertificate(certificate); + } + + //set autologin policy + WinHTTPObj.SetAutoLogonPolicy(autologon_policy); + //set timeouts + WinHTTPObj.SetTimeouts(RESOLVE_TIMEOUT, CONNECT_TIMEOUT, SEND_TIMEOUT, RECEIVE_TIMEOUT); + + if (headers.length !== 0) { + WScript.Echo("Sending with headers:"); + for (var i = 0; i < headers.length; i++) { + WinHTTPObj.SetRequestHeader(headers[i][0], headers[i][1]); + WScript.Echo(headers[i][0] + ":" + headers[i][1]); + } + WScript.Echo(""); + } + + if (ua !== "") { + //user-agent option from: + //WinHttpRequestOption enumeration + // other options can be added like bellow + //https://msdn.microsoft.com/en-us/library/windows/desktop/aa384108(v=vs.85).aspx + WinHTTPObj.Option(0) = ua; + } + if (escape) { + WinHTTPObj.Option(3) = true; + } + if (trim(body) === "") { + WinHTTPObj.Send(); + } else { + WinHTTPObj.Send(body); + } + + var status = WinHTTPObj.Status + } catch (err) { + WScript.Echo(err.message); + WScript.Quit(666); + } + + //////////////////////// + // report // + //////////////////////// + + if (reportfile != "") { + + //var report_string=""; + var n = "\r\n"; + var report_string = "Status:" + n; + report_string = report_string + " " + WinHTTPObj.Status; + report_string = report_string + " " + WinHTTPObj.StatusText + n; + report_string = report_string + " " + n; + report_string = report_string + "Response:" + n; + report_string = report_string + WinHTTPObj.ResponseText + n; + report_string = report_string + " " + n; + report_string = report_string + "Headers:" + n; + report_string = report_string + WinHTTPObj.GetAllResponseHeaders() + n; + + WinHttpRequestOption_UserAgentString = 0; // Name of the user agent + WinHttpRequestOption_URL = 1; // Current URL + WinHttpRequestOption_URLCodePage = 2; // Code page + WinHttpRequestOption_EscapePercentInURL = 3; // Convert percents + // in the URL + // rest of the options can be seen and eventually added using this as reference + // https://msdn.microsoft.com/en-us/library/windows/desktop/aa384108(v=vs.85).aspx + + report_string = report_string + "URL:" + n; + report_string = report_string + WinHTTPObj.Option(WinHttpRequestOption_URL) + n; + + report_string = report_string + "URL Code Page:" + n; + report_string = report_string + WinHTTPObj.Option(WinHttpRequestOption_URLCodePage) + n; + + report_string = report_string + "User Agent:" + n; + report_string = report_string + WinHTTPObj.Option(WinHttpRequestOption_UserAgentString) + n; + + report_string = report_string + "Escapped URL:" + n; + report_string = report_string + WinHTTPObj.Option(WinHttpRequestOption_EscapePercentInURL) + n; + + prepareateFile(force, reportfile); + + WScript.Echo("Writing report to " + reportfile); + + writeFile(reportfile, report_string); + + } + + switch (status) { + case 200: + WScript.Echo("Status: 200 OK"); + break; + default: + WScript.Echo("Status: " + status); + WScript.Echo("Status was not OK. More info -> https://en.wikipedia.org/wiki/List_of_HTTP_status_codes"); + } + + //if as binary + if (saveTo.toLowerCase() === "con") { + WScript.Echo(WinHTTPObj.ResponseText); + } + if (saveTo !== "" && saveTo.toLowerCase() !== "con") { + prepareateFile(force, saveTo); + try { + + if (use_stream) { + writeBinFile(saveTo, WinHTTPObj.ResponseStream); + } else { + writeBinFile(saveTo, WinHTTPObj.ResponseBody); + } + + } catch (err) { + WScript.Echo("Failed to save the file as binary.Attempt to save it as text"); + AdoDBObj.Close(); + prepareateFile(true, saveTo); + writeFile(saveTo, WinHTTPObj.ResponseText); + } + } + WScript.Quit(status); +} + +//-- +//----- +//---------- +//---------------------- +//------------------------------- + +function prepareateFile(force, file) { + if (force && existsItem(file)) { + if (!deleteItem(file)) { + WScript.Echo("Unable to delete " + file); + WScript.Quit(8); + } + } else if (existsItem(file)) { + WScript.Echo("Item " + file + " already exist"); + WScript.Quit(9); + } +} + +function writeBinFile(fileName, data) { + AdoDBObj.Type = 1; + AdoDBObj.Open(); + AdoDBObj.Position = 0; + AdoDBObj.Write(data); + AdoDBObj.SaveToFile(fileName, 2); + AdoDBObj.Close(); +} + +function writeFile(fileName, data) { + AdoDBObj.Type = 2; + AdoDBObj.CharSet = "iso-8859-1"; + AdoDBObj.Open(); + AdoDBObj.Position = 0; + AdoDBObj.WriteText(data); + AdoDBObj.SaveToFile(fileName, 2); + AdoDBObj.Close(); +} + + +function readFile(fileName) { + //check existence + try { + if (!FileSystemObj.FileExists(fileName)) { + WScript.Echo("file " + fileName + " does not exist!"); + WScript.Quit(13); + } + if (FileSystemObj.GetFile(fileName).Size === 0) { + return ""; + } + var fileR = FileSystemObj.OpenTextFile(fileName, 1); + var content = fileR.ReadAll(); + fileR.Close(); + return content; + } catch (err) { + WScript.Echo("Error while reading file: " + fileName); + WScript.Echo(err.message); + WScript.Echo("Will return empty string"); + return ""; + } +} + +function readPropFile(fileName) { + //check existence + resultArray = []; + if (!FileSystemObj.FileExists(fileName)) { + WScript.Echo("(headers)file " + fileName + " does not exist!"); + WScript.Quit(15); + } + if (FileSystemObj.GetFile(fileName).Size === 0) { + return resultArray; + } + var fileR = FileSystemObj.OpenTextFile(fileName, 1); + var line = ""; + var k = ""; + var v = ""; + var lineN = 0; + var index = 0; + try { + WScript.Echo("parsing headers form " + fileName + " property file "); + while (!fileR.AtEndOfStream) { + line = fileR.ReadLine(); + lineN++; + index = line.indexOf(":"); + if (line.indexOf("#") === 0 || trim(line) === "") { + continue; + } + if (index === -1 || index === line.length - 1 || index === 0) { + WScript.Echo("Invalid line " + lineN); + WScript.Quit(93); + } + k = trim(line.substring(0, index)); + v = trim(line.substring(index + 1, line.length)); + resultArray.push([k, v]); + } + fileR.Close(); + return resultArray; + } catch (err) { + WScript.Echo("Error while reading headers file: " + fileName); + WScript.Echo(err.message); + WScript.Echo("Will return empty array"); + return resultArray; + } +} + +function trim(str) { + return str.replace(/^\s+/, '').replace(/\s+$/, ''); +} + +function main() { + parseArgs(); + request(url); +} +main(); diff --git a/build_scripts/Windows/build_libs/_env.bat b/build_scripts/Windows/build_libs/_env.bat new file mode 100644 index 000000000..8ca4f15ec --- /dev/null +++ b/build_scripts/Windows/build_libs/_env.bat @@ -0,0 +1,9 @@ +set CurPath=%~dp0 +set DownloadPath=%CurPath%download +set ToolsPath=%CurPath%tools +set TempPath=%CurPath%tmp +set MSYSPath=%CurPath%msys +set LibsPath=%CurPath%libs + +set CurlExe=%ToolsPath%\curl.exe +set SevenZipExe=%ToolsPath%\7z.exe diff --git a/build_scripts/Windows/build_libs/clean-all.bat b/build_scripts/Windows/build_libs/clean-all.bat new file mode 100644 index 000000000..740bf9d3e --- /dev/null +++ b/build_scripts/Windows/build_libs/clean-all.bat @@ -0,0 +1,30 @@ +@setlocal + +@echo off + +:: Initialize environment +call "%~dp0_env.bat" + +::call :remove_dir "%DownloadPath%" +call :remove_dir "%MSYSPath%" +call :remove_dir "%TempPath%" + +call :remove_file "%ToolsPath%\7z.exe" +call :remove_file "%ToolsPath%\7z.dll" +call :remove_file "%ToolsPath%\curl.exe" + +call "%~dp0clean.bat" + +endlocal +exit /B 0 + +:remove_dir +if not exist %1 goto :EOF +del /s /f /q %1 >nul +rmdir /s /q %1 +goto :EOF + +:remove_file +if not exist %1 goto :EOF +del /q %1 >nul +goto :EOF diff --git a/build_scripts/Windows/build_libs/clean.bat b/build_scripts/Windows/build_libs/clean.bat new file mode 100644 index 000000000..171130fc2 --- /dev/null +++ b/build_scripts/Windows/build_libs/clean.bat @@ -0,0 +1,36 @@ +@setlocal + +@echo off + +:: Initialize environment +call "%~dp0_env.bat" + +call :remove_dir "%LibsPath%" + +call :remove_file "%CurPath%bzip2" +call :remove_file "%CurPath%curl" +call :remove_file "%CurPath%ffmpeg" +call :remove_file "%CurPath%libmicrohttpd" +call :remove_file "%CurPath%libxml2" +call :remove_file "%CurPath%libxslt" +call :remove_file "%CurPath%miniupnpc" +call :remove_file "%CurPath%opencv" +call :remove_file "%CurPath%openssl" +call :remove_file "%CurPath%speex" +call :remove_file "%CurPath%speexdsp" +call :remove_file "%CurPath%sqlcipher" +call :remove_file "%CurPath%zlib" + +endlocal +exit /B 0 + +:remove_dir +if not exist %1 goto :EOF +del /s /f /q %1 >nul +rmdir /s /q %1 +goto :EOF + +:remove_file +if not exist %1 goto :EOF +del /q %1 >nul +goto :EOF diff --git a/win_build_libs/libxslt-1.1.28-fix.tar.gz b/build_scripts/Windows/build_libs/libxslt-1.1.28-fix.tar.gz similarity index 100% rename from win_build_libs/libxslt-1.1.28-fix.tar.gz rename to build_scripts/Windows/build_libs/libxslt-1.1.28-fix.tar.gz diff --git a/build_scripts/Windows/build_libs/update-msys.bat b/build_scripts/Windows/build_libs/update-msys.bat new file mode 100644 index 000000000..6ecc30eff --- /dev/null +++ b/build_scripts/Windows/build_libs/update-msys.bat @@ -0,0 +1,16 @@ +@setlocal + +@echo off + +:: Initialize environment +call "%~dp0_env.bat" + +if not exist "%MSYSPath%\bin\mingw-get.exe" exit /B 0 + +echo Update MSYS +pushd "%MSYSPath%\bin" +mingw-get.exe update +mingw-get.exe upgrade +popd + +exit /B %ERRORLEVEL% diff --git a/libbitdht/src/bitdht/bdfilter.cc b/libbitdht/src/bitdht/bdfilter.cc index f536e74d8..5be9e1178 100644 --- a/libbitdht/src/bitdht/bdfilter.cc +++ b/libbitdht/src/bitdht/bdfilter.cc @@ -26,6 +26,7 @@ #include "bitdht/bdfilter.h" +#include "bitdht/bdmanager.h" #include "util/bdfile.h" #include @@ -39,7 +40,7 @@ **/ #define BDFILTER_ENTRY_DROP_PERIOD (7 * 24 * 3600) -bdFilter::bdFilter(const std::string &fname, const bdNodeId *ownid, uint32_t filterFlags, bdDhtFunctions *fns) +bdFilter::bdFilter(const std::string &fname, const bdNodeId *ownid, uint32_t filterFlags, bdDhtFunctions *fns, bdNodeManager *manager) { /* */ mOwnId = *ownid; @@ -49,6 +50,7 @@ bdFilter::bdFilter(const std::string &fname, const bdNodeId *ownid, uint32_t fi loadBannedIpFile() ; mFilterFlags = filterFlags; + mNodeManager = manager; } void bdFilter::writeBannedIpFile() @@ -220,16 +222,28 @@ void bdFilter::getFilteredPeers(std::list& peers) /* fast check if the addr is in the structure */ int bdFilter::addrOkay(struct sockaddr_in *addr) { - std::map::const_iterator it = mFiltered.find(addr->sin_addr.s_addr); + // first check upper layer + bool isAvailable, isBanned; + mNodeManager->doIsBannedCallback(addr, &isAvailable, &isBanned); - if (it == mFiltered.end()) - return 1; // Address is Okay! + if(isAvailable) { +#ifdef DEBUG_FILTER + std::cerr << "bdFilter::addrOkay addr: " << inet_ntoa(addr->sin_addr) << " result from upper layer: " << (isBanned ? "banned" : "ok") << std::endl; +#endif + return !isBanned; + } else { + // fallback to own ban list + + std::map::const_iterator it = mFiltered.find(addr->sin_addr.s_addr); + if (it == mFiltered.end()) + return 1; // Address is Okay + } #ifdef DEBUG_FILTER - std::cerr << "Detected Packet From Banned Ip Address: " << inet_ntoa(addr->sin_addr); - std::cerr << std::endl; + std::cerr << "Detected Packet From Banned Ip Address: " << inet_ntoa(addr->sin_addr); + std::cerr << std::endl; #endif - return 0; + return 0; } diff --git a/libbitdht/src/bitdht/bdfilter.h b/libbitdht/src/bitdht/bdfilter.h index b67127050..7c1d940d3 100644 --- a/libbitdht/src/bitdht/bdfilter.h +++ b/libbitdht/src/bitdht/bdfilter.h @@ -47,10 +47,12 @@ class bdFilteredPeer time_t mLastSeen; }; +class bdNodeManager; + class bdFilter { public: - bdFilter(const std::string& fname,const bdNodeId *ownid, uint32_t filterFlags, bdDhtFunctions *fns); + bdFilter(const std::string& fname, const bdNodeId *ownid, uint32_t filterFlags, bdDhtFunctions *fns, bdNodeManager *manager); // get the answer. //bool filtered(std::list &answer); @@ -77,9 +79,12 @@ bool isOwnIdWithoutBitDhtFlags(const bdId *id, uint32_t peerFlags); bdNodeId mOwnId; uint32_t mFilterFlags; - std::map mFiltered; - bdDhtFunctions *mFns; - std::string mFilename ; + std::map mFiltered; + bdDhtFunctions *mFns; + std::string mFilename ; + + // have access to the manager for isBanned callback + bdNodeManager* mNodeManager; }; diff --git a/libbitdht/src/bitdht/bdiface.h b/libbitdht/src/bitdht/bdiface.h index 08582629e..f6f47126c 100644 --- a/libbitdht/src/bitdht/bdiface.h +++ b/libbitdht/src/bitdht/bdiface.h @@ -337,20 +337,25 @@ class BitDhtCallback public: // ~BitDhtCallback(); - // dummy cos not needed for standard dht behaviour; -virtual int dhtNodeCallback(const bdId * /*id*/, uint32_t /*peerflags*/) { return 0; } + // dummy cos not needed for standard dht behaviour; + virtual int dhtNodeCallback(const bdId * /*id*/, uint32_t /*peerflags*/) { return 0; } - // must be implemented. -virtual int dhtPeerCallback(const bdId *id, uint32_t status) = 0; -virtual int dhtValueCallback(const bdNodeId *id, std::string key, uint32_t status) = 0; + // must be implemented. + virtual int dhtPeerCallback(const bdId *id, uint32_t status) = 0; + virtual int dhtValueCallback(const bdNodeId *id, std::string key, uint32_t status) = 0; - // connection callback. Not required for basic behaviour, but forced for initial development. -virtual int dhtConnectCallback(const bdId *srcId, const bdId *proxyId, const bdId *destId, - uint32_t mode, uint32_t point, uint32_t param, uint32_t cbtype, uint32_t errcode) = 0; /* { return 0; } */ + // connection callback. Not required for basic behaviour, but forced for initial development. + virtual int dhtConnectCallback(const bdId *srcId, const bdId *proxyId, const bdId *destId, + uint32_t mode, uint32_t point, uint32_t param, uint32_t cbtype, uint32_t errcode) = 0; /* { return 0; } */ - // Generic Info callback - initially will be used to provide bad peers. -virtual int dhtInfoCallback(const bdId *id, uint32_t type, uint32_t flags, std::string info) = 0; + // Generic Info callback - initially will be used to provide bad peers. + virtual int dhtInfoCallback(const bdId *id, uint32_t type, uint32_t flags, std::string info) = 0; + // ask upper layer whether an IP is banned or not + // must not be implemented + // when set it will be used instead of the own ban list + // return code is used to express availability/absence + virtual int dhtIsBannedCallback(const sockaddr_in */*addr*/, bool */*isBanned*/) { return 0;} }; diff --git a/libbitdht/src/bitdht/bdmanager.cc b/libbitdht/src/bitdht/bdmanager.cc index c40c3ef0d..4fb1e4709 100644 --- a/libbitdht/src/bitdht/bdmanager.cc +++ b/libbitdht/src/bitdht/bdmanager.cc @@ -69,7 +69,7 @@ bdNodeManager::bdNodeManager(bdNodeId *id, std::string dhtVersion, std::string bootfile, const std::string& filterfile,bdDhtFunctions *fns) - :bdNode(id, dhtVersion, bootfile, filterfile, fns) + :bdNode(id, dhtVersion, bootfile, filterfile, fns, this) { mMode = BITDHT_MGR_STATE_OFF; mFns = fns; @@ -1179,10 +1179,9 @@ void bdNodeManager::doPeerCallback(const bdId *id, uint32_t status) void bdNodeManager::doValueCallback(const bdNodeId *id, std::string key, uint32_t status) { +#ifdef DEBUG_MGR std::cerr << "bdNodeManager::doValueCallback()"; std::cerr << std::endl; - -#ifdef DEBUG_MGR #endif /* search list */ std::list::iterator it; @@ -1196,10 +1195,9 @@ void bdNodeManager::doValueCallback(const bdNodeId *id, std::string key, uint32_ void bdNodeManager::doInfoCallback(const bdId *id, uint32_t type, uint32_t flags, std::string info) { +#ifdef DEBUG_MGR std::cerr << "bdNodeManager::doInfoCallback()"; std::cerr << std::endl; - -#ifdef DEBUG_MGR #endif /* search list */ std::list::iterator it; @@ -1210,6 +1208,28 @@ void bdNodeManager::doInfoCallback(const bdId *id, uint32_t type, uint32_t flags return; } +void bdNodeManager::doIsBannedCallback(const sockaddr_in *addr, bool *isAvailable, bool *isBanned) +{ +#ifdef DEBUG_MGR + std::cerr << "bdNodeManager::doIsBannedCallback()"; + std::cerr << std::endl; +#endif + /* search list */ + std::list::iterator it; + *isBanned = false; + *isAvailable = false; + for(it = mCallbacks.begin(); it != mCallbacks.end(); it++) + { + // set isBanned to true as soon as one callback answers with true + bool banned; + if((*it)->dhtIsBannedCallback(addr, &banned)) + { + *isBanned = *isBanned || banned; + *isAvailable = true; + } + } +} + #define BITDHT_IDENTITY_STRING_V1 "d1:" #define BITDHT_IDENTITY_SIZE_V1 3 diff --git a/libbitdht/src/bitdht/bdmanager.h b/libbitdht/src/bitdht/bdmanager.h index 68a6d4d64..d3ddb587f 100644 --- a/libbitdht/src/bitdht/bdmanager.h +++ b/libbitdht/src/bitdht/bdmanager.h @@ -153,6 +153,9 @@ virtual void callbackConnect(bdId *srcId, bdId *proxyId, bdId *destId, int isBitDhtPacket(char *data, int size, struct sockaddr_in &from); + // this function is used by bdFilter (must be public!) +void doIsBannedCallback(const sockaddr_in *addr, bool *isAvailable, bool* isBanned); + private: diff --git a/libbitdht/src/bitdht/bdnode.cc b/libbitdht/src/bitdht/bdnode.cc index fb6f35fb2..f7ae5e220 100644 --- a/libbitdht/src/bitdht/bdnode.cc +++ b/libbitdht/src/bitdht/bdnode.cc @@ -70,10 +70,10 @@ #define HISTORY_PERIOD 60 -bdNode::bdNode(bdNodeId *ownId, std::string dhtVersion, const std::string& bootfile, const std::string& filterfile, bdDhtFunctions *fns) +bdNode::bdNode(bdNodeId *ownId, std::string dhtVersion, const std::string& bootfile, const std::string& filterfile, bdDhtFunctions *fns, bdNodeManager *manager) :mNodeSpace(ownId, fns), - mFilterPeers(filterfile,ownId, BITDHT_FILTER_REASON_OWNID, fns), - mQueryMgr(NULL), + mFilterPeers(filterfile,ownId, BITDHT_FILTER_REASON_OWNID, fns, manager), + mQueryMgr(NULL), mConnMgr(NULL), mOwnId(*ownId), mDhtVersion(dhtVersion), mStore(bootfile, fns), mFns(fns), mFriendList(ownId), mHistory(HISTORY_PERIOD) diff --git a/libbitdht/src/bitdht/bdnode.h b/libbitdht/src/bitdht/bdnode.h index 77ee0d9ae..5acb1255b 100644 --- a/libbitdht/src/bitdht/bdnode.h +++ b/libbitdht/src/bitdht/bdnode.h @@ -85,6 +85,7 @@ output -> call back to Udp(). *********/ class bdFilteredPeer ; +class bdNodeManager; class bdNodeNetMsg { @@ -122,7 +123,7 @@ class bdNode: public bdNodePublisher public: bdNode(bdNodeId *id, std::string dhtVersion, const std::string& bootfile, const std::string& filterfile, - bdDhtFunctions *fns); + bdDhtFunctions *fns, bdNodeManager* manager); void init(); /* sets up the self referential classes (mQueryMgr & mConnMgr) */ @@ -243,7 +244,7 @@ void recvPkt(char *msg, int len, struct sockaddr_in addr); protected: bdSpace mNodeSpace; - bdFilter mFilterPeers; + bdFilter mFilterPeers; bdQueryManager *mQueryMgr; bdConnectManager *mConnMgr; diff --git a/libbitdht/src/udp/udpstack.cc b/libbitdht/src/udp/udpstack.cc index 381fc182d..a66f4c6e2 100644 --- a/libbitdht/src/udp/udpstack.cc +++ b/libbitdht/src/udp/udpstack.cc @@ -87,8 +87,10 @@ bool UdpStack::getLocalAddress(struct sockaddr_in &local) bool UdpStack::resetAddress(struct sockaddr_in &local) { - std::cerr << "UdpStack::resetAddress(" << local << ")"; +#ifdef DEBUG_UDP_RECV + std::cerr << "UdpStack::resetAddress(" << local << ")"; std::cerr << std::endl; +#endif laddr = local; return udpLayer->reset(local); diff --git a/libresapi/src/api/ApiServer.cpp b/libresapi/src/api/ApiServer.cpp index 6db36f96f..34d1cfc5c 100644 --- a/libresapi/src/api/ApiServer.cpp +++ b/libresapi/src/api/ApiServer.cpp @@ -150,10 +150,10 @@ want generic resource caching mechanism - dynamic handlers contain result data, and thus get deleted after a while it is even possible to implement a resource-changed check at the highest level -this allows to compute everything on the server side and only send chanes to the client +this allows to compute everything on the server side and only send changes to the client the different resource providers don't have to implement a resource changed check then a top level change detector will poll them -of course this does not wokr with a deep resource tree with millions of nodes +of course this does not work with a deep resource tree with millions of nodes for this we have the dynamic handlers, they are created on demand and know how to listen for changes which affect them diff --git a/libresapi/src/api/ApiServerLocal.cpp b/libresapi/src/api/ApiServerLocal.cpp new file mode 100644 index 000000000..4e3f50e65 --- /dev/null +++ b/libresapi/src/api/ApiServerLocal.cpp @@ -0,0 +1,113 @@ +/* + * libresapi local socket server + * Copyright (C) 2016 Gioacchino Mazzurco + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +#include "ApiServerLocal.h" +#include "JsonStream.h" + +namespace resource_api{ + +ApiServerLocal::ApiServerLocal(ApiServer* server, QObject *parent) : + QObject(parent), serverThread(this), + localListener(server) // Must have no parent to be movable to other thread +{ + localListener.moveToThread(&serverThread); + serverThread.start(); +} + +ApiServerLocal::~ApiServerLocal() { serverThread.quit(); } + +ApiLocalListener::ApiLocalListener(ApiServer *server, QObject *parent) : + QObject(parent), mApiServer(server), mLocalServer(this) +{ + mLocalServer.removeServer(serverName()); +#if QT_VERSION >= 0x050000 + mLocalServer.setSocketOptions(QLocalServer::UserAccessOption); +#endif + connect(&mLocalServer, SIGNAL(newConnection()), this, SLOT(handleConnection())); + mLocalServer.listen(serverName()); +} + +void ApiLocalListener::handleConnection() +{ + new ApiLocalConnectionHandler(mApiServer, + mLocalServer.nextPendingConnection(), this); +} + +ApiLocalConnectionHandler::ApiLocalConnectionHandler( + ApiServer* apiServer, QLocalSocket* sock, QObject *parent) : + QObject(parent), mApiServer(apiServer), mLocalSocket(sock), + mState(WAITING_PATH) +{ + connect(mLocalSocket, SIGNAL(disconnected()), this, SLOT(deleteLater())); + connect(sock, SIGNAL(readyRead()), this, SLOT(handlePendingRequests())); +} + +ApiLocalConnectionHandler::~ApiLocalConnectionHandler() +{ + mLocalSocket->close(); + delete mLocalSocket; +} + +void ApiLocalConnectionHandler::handlePendingRequests() +{ + switch(mState) + { + case WAITING_PATH: + { + if(mLocalSocket->canReadLine()) + { + readPath: + reqPath = mLocalSocket->readLine().constData(); + mState = WAITING_DATA; + + /* Because QLocalSocket is SOCK_STREAM some clients implementations + * like the one based on QLocalSocket feel free to send the whole + * request (PATH + DATA) in a single write(), causing readyRead() + * signal being emitted only once, in that case we should continue + * processing without waiting for readyRead() being fired again, so + * we don't break here as there may be more lines to read */ + } + } + case WAITING_DATA: + { + if(mLocalSocket->canReadLine()) + { + resource_api::JsonStream reqJson; + reqJson.setJsonString(std::string(mLocalSocket->readLine().constData())); + resource_api::Request req(reqJson); + req.setPath(reqPath); + std::string resultString = mApiServer->handleRequest(req); + mLocalSocket->write(resultString.c_str(), resultString.length()); + mLocalSocket->write("\n\0"); + mState = WAITING_PATH; + + /* Because QLocalSocket is SOCK_STREAM some clients implementations + * like the one based on QLocalSocket feel free to coalesce multiple + * upper level write() into a single socket write(), causing + * readyRead() signal being emitted only once, in that case we should + * keep processing without waiting for readyRead() being fired again */ + if(mLocalSocket->canReadLine()) goto readPath; + + // Now there are no more requests to process we can break + break; + } + } + } +} + +} // namespace resource_api diff --git a/libresapi/src/api/ApiServerLocal.h b/libresapi/src/api/ApiServerLocal.h new file mode 100644 index 000000000..8835f712c --- /dev/null +++ b/libresapi/src/api/ApiServerLocal.h @@ -0,0 +1,87 @@ +#pragma once +/* + * libresapi local socket server + * Copyright (C) 2016 Gioacchino Mazzurco + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +#include +#include +#include +#include +#include +#include + +#include "ApiServer.h" + +namespace resource_api +{ + +class ApiLocalListener : public QObject +{ + Q_OBJECT + +public: + ApiLocalListener(ApiServer* server, QObject *parent=0); + ~ApiLocalListener() { mLocalServer.close(); } + + const static QString& serverName() + { + const static QString sockPath(RsAccounts::AccountDirectory() + .append("/libresapi.sock").c_str()); + return sockPath; + } + +public slots: + void handleConnection(); + +private: + ApiServer* mApiServer; + QLocalServer mLocalServer; +}; + +class ApiServerLocal : public QObject +{ + Q_OBJECT + +public: + ApiServerLocal(ApiServer* server, QObject *parent=0); + ~ApiServerLocal(); + +private: + QThread serverThread; + ApiLocalListener localListener; +}; + +class ApiLocalConnectionHandler : public QObject +{ + Q_OBJECT + +public: + ApiLocalConnectionHandler(ApiServer* apiServer, QLocalSocket* sock, QObject *parent = 0); + ~ApiLocalConnectionHandler(); + enum State {WAITING_PATH, WAITING_DATA}; + +public slots: + void handlePendingRequests(); + +private: + ApiServer* mApiServer; + QLocalSocket* mLocalSocket; + State mState; + std::string reqPath; +}; + +} // namespace resource_api diff --git a/libresapi/src/api/ApiServerMHD.cpp b/libresapi/src/api/ApiServerMHD.cpp index 2ee6af149..9522c66be 100644 --- a/libresapi/src/api/ApiServerMHD.cpp +++ b/libresapi/src/api/ApiServerMHD.cpp @@ -559,7 +559,7 @@ int ApiServerMHD::accessHandlerCallback(MHD_Connection *connection, return ((MHDHandlerBase*)(*con_cls))->handleRequest(connection, url, method, version, upload_data, upload_data_size); } - // these characters are not allowe in the url, raise an error if they occur + // these characters are not allowed in the url, raise an error if they occur // reason: don't want to serve files outside the current document root const char *double_dots = ".."; if(strstr(url, double_dots)) diff --git a/libresapi/src/api/ApiTypes.h b/libresapi/src/api/ApiTypes.h index ab34b4507..f5ab6094b 100644 --- a/libresapi/src/api/ApiTypes.h +++ b/libresapi/src/api/ApiTypes.h @@ -193,6 +193,33 @@ public: // then each handler should pop the top element std::stack mPath; std::string mFullPath; + bool setPath(std::string reqPath) + { + std::string str; + for(std::string::reverse_iterator sit = reqPath.rbegin(); sit != reqPath.rend(); sit++) + { + if((*sit) != '/') + { + // add to front because we are traveling in reverse order + str = *sit + str; + } + else + { + if(str != "") + { + mPath.push(str); + str.clear(); + } + } + } + if(str != "") + { + mPath.push(str); + } + mFullPath = reqPath; + + return true; + } // parameters should be used to influence the result // for example include or exclude some information diff --git a/libresapi/src/api/RsControlModule.cpp b/libresapi/src/api/RsControlModule.cpp index 9dfe55aad..8bf8fd7ea 100644 --- a/libresapi/src/api/RsControlModule.cpp +++ b/libresapi/src/api/RsControlModule.cpp @@ -55,7 +55,7 @@ bool RsControlModule::processShouldExit() return mProcessShouldExit; } -bool RsControlModule::askForPassword(const std::string &key_details, bool /* prev_is_bad */, std::string &password, bool& cancelled) +bool RsControlModule::askForPassword(const std::string &title, const std::string &key_details, bool /* prev_is_bad */, std::string &password, bool& cancelled) { cancelled = false ; { @@ -67,6 +67,7 @@ bool RsControlModule::askForPassword(const std::string &key_details, bool /* pre } mWantPassword = true; + mTitle = title; mKeyName = key_details; mPassword = ""; mStateTokenServer->replaceToken(mStateToken); diff --git a/libresapi/src/api/RsControlModule.h b/libresapi/src/api/RsControlModule.h index 552196b17..d3c8ad18b 100644 --- a/libresapi/src/api/RsControlModule.h +++ b/libresapi/src/api/RsControlModule.h @@ -32,7 +32,7 @@ public: bool processShouldExit(); // from NotifyClient - virtual bool askForPassword(const std::string& key_details, bool prev_is_bad , std::string& password,bool& canceled); + virtual bool askForPassword(const std::string &title, const std::string& key_details, bool prev_is_bad , std::string& password,bool& canceled); protected: // from RsThread @@ -76,6 +76,7 @@ private: // to notify that a password callback is waiting // to answer the request, clear the flag and set the password bool mWantPassword; + std::string mTitle; std::string mKeyName; std::string mPassword; // for ssl cert generation: diff --git a/libresapi/src/libresapi.pro b/libresapi/src/libresapi.pro index f83996ee1..14faff570 100644 --- a/libresapi/src/libresapi.pro +++ b/libresapi/src/libresapi.pro @@ -8,11 +8,12 @@ TARGET = resapi TARGET_PRL = libresapi DESTDIR = lib -CONFIG += libmicrohttpd - INCLUDEPATH += ../../libretroshare/src -unix { +libresapihttpserver { + CONFIG += libmicrohttpd + + unix { webui_files.path = "$${DATA_DIR}/webui" webui_files.files = webui/app.js webui/app.css webui/index.html @@ -81,9 +82,9 @@ unix { QMAKE_EXTRA_COMPILERS += create_webfiles_html create_webfiles_js create_webfiles_css -} + } -win32{ + win32 { DEFINES *= WINDOWS_SYS INCLUDEPATH += . $$INC_DIR @@ -104,9 +105,8 @@ win32{ # create dummy files system($$MAKE_SRC\\init.bat .) -} + } -libmicrohttpd{ linux { CONFIG += link_pkgconfig PKGCONFIG *= libmicrohttpd @@ -173,3 +173,10 @@ HEADERS += \ util/ContentTypes.h \ api/ApiPluginHandler.h \ api/ChannelsHandler.h + +libresapilocalserver { + CONFIG *= qt + QT *= network + SOURCES *= api/ApiServerLocal.cpp + HEADERS *= api/ApiServerLocal.h +} diff --git a/libretroshare/src/chat/distributedchat.cc b/libretroshare/src/chat/distributedchat.cc index 88460f1f7..9f4a4274e 100644 --- a/libretroshare/src/chat/distributedchat.cc +++ b/libretroshare/src/chat/distributedchat.cc @@ -34,7 +34,6 @@ #include "pqi/p3historymgr.h" #include "retroshare/rspeers.h" #include "retroshare/rsiface.h" -#include "retroshare/rsreputations.h" #include "retroshare/rsidentity.h" #include "rsserver/p3face.h" #include "gxs/rsgixs.h" @@ -139,7 +138,7 @@ bool DistributedChatService::handleRecvChatLobbyMsgItem(RsChatMsgItem *ci) return false ; } - if(rsReputations->isIdentityBanned(cli->signature.keyId)) + if(rsIdentity->isBanned(cli->signature.keyId)) { std::cerr << "(WW) Received lobby msg/item from banned identity " << cli->signature.keyId << ". Dropping it." << std::endl; return false ; @@ -169,7 +168,7 @@ bool DistributedChatService::handleRecvChatLobbyMsgItem(RsChatMsgItem *ci) if(it == _chat_lobbys.end()) { #ifdef DEBUG_CHAT_LOBBIES - std::cerr << "Chatlobby for id " << std::hex << item->lobby_id << " has no record. Dropping the msg." << std::dec << std::endl; + std::cerr << "Chatlobby for id " << std::hex << cli->lobby_id << " has no record. Dropping the msg." << std::dec << std::endl; #endif return false; } @@ -648,7 +647,7 @@ void DistributedChatService::handleRecvChatLobbyEventItem(RsChatLobbyEventItem * #endif time_t now = time(NULL) ; - if(rsReputations->isIdentityBanned(item->signature.keyId)) + if(rsIdentity->isBanned(item->signature.keyId)) { std::cerr << "(WW) Received lobby msg/item from banned identity " << item->signature.keyId << ". Dropping it." << std::endl; return ; diff --git a/libretroshare/src/dbase/fimonitor.cc b/libretroshare/src/dbase/fimonitor.cc index ec8140892..3269469f7 100644 --- a/libretroshare/src/dbase/fimonitor.cc +++ b/libretroshare/src/dbase/fimonitor.cc @@ -431,7 +431,7 @@ int FileIndexMonitor::filterResults(std::list& firesults,std::list& parent_groups) const +bool FileIndexMonitor::findLocalFile(const RsFileHash& hash,FileSearchFlags hint_flags, const RsPeerId& peer_id,std::string &fullpath, uint64_t &size,FileStorageFlags& storage_flags,std::list& parent_groups) const { std::list results; bool ok = false; @@ -1668,7 +1668,7 @@ int FileIndexMonitor::RequestDirDetails(void *ref, DirDetails &details, FileSear return true ; } -void FileIndexMonitor::locked_findShareFlagsAndParentGroups(FileEntry *file,FileStorageFlags& flags,std::list& parent_groups) const +void FileIndexMonitor::locked_findShareFlagsAndParentGroups(FileEntry *file,FileStorageFlags& flags,std::list& parent_groups) const { flags.clear() ; static const FileStorageFlags PERMISSION_MASK = DIR_FLAGS_BROWSABLE_OTHERS | DIR_FLAGS_NETWORK_WIDE_OTHERS | DIR_FLAGS_BROWSABLE_GROUPS | DIR_FLAGS_NETWORK_WIDE_GROUPS ; diff --git a/libretroshare/src/dbase/fimonitor.h b/libretroshare/src/dbase/fimonitor.h index 1ba0c327c..2cdddb4af 100644 --- a/libretroshare/src/dbase/fimonitor.h +++ b/libretroshare/src/dbase/fimonitor.h @@ -110,7 +110,7 @@ class FileIndexMonitor: public CacheSource, public RsTickingThread virtual ~FileIndexMonitor(); /* external interface for filetransfer */ - bool findLocalFile(const RsFileHash& hash,FileSearchFlags flags,const RsPeerId& peer_id, std::string &fullpath, uint64_t &size,FileStorageFlags& storage_flags,std::list& parent_groups) const; + bool findLocalFile(const RsFileHash& hash,FileSearchFlags flags,const RsPeerId& peer_id, std::string &fullpath, uint64_t &size,FileStorageFlags& storage_flags,std::list& parent_groups) const; int SearchKeywords(std::list keywords, std::list &results,FileSearchFlags flags,const RsPeerId& peer_id) ; int SearchBoolExp(Expression *exp, std::list &results,FileSearchFlags flags,const RsPeerId& peer_id) const ; @@ -176,7 +176,7 @@ class FileIndexMonitor: public CacheSource, public RsTickingThread time_t locked_saveFileIndexes(bool update_cache) ; // Finds the share flags associated with this file entry. - void locked_findShareFlagsAndParentGroups(FileEntry *fe,FileStorageFlags& shareflags,std::list& parent_groups) const ; + void locked_findShareFlagsAndParentGroups(FileEntry *fe, FileStorageFlags& shareflags, std::list &parent_groups) const ; std::string locked_findRealRoot(std::string base) const; diff --git a/libretroshare/src/dht/p3bitdht.cc b/libretroshare/src/dht/p3bitdht.cc index bbbeb9ad4..4cb4aa973 100644 --- a/libretroshare/src/dht/p3bitdht.cc +++ b/libretroshare/src/dht/p3bitdht.cc @@ -30,7 +30,11 @@ #include "bitdht/bdstddht.h" #include "tcponudp/udprelay.h" +#ifdef RS_USE_DHT_STUNNER #include "tcponudp/udpstunner.h" +#endif // RS_USE_DHT_STUNNER + +#include "retroshare/rsbanlist.h" #include @@ -76,6 +80,27 @@ virtual int dhtInfoCallback(const bdId *id, uint32_t type, uint32_t flags, std:: return mParent->InfoCallback(id, type, flags, info); } + virtual int dhtIsBannedCallback(const sockaddr_in *addr, bool *isBanned) + { + // check whether ip filtering is enabled + // if not return 0 to signal that no filter is available + if(!rsBanList->ipFilteringEnabled()) + return 0; + + // now check the filter + if(rsBanList->isAddressAccepted(*(const sockaddr_storage*)addr, RSBANLIST_CHECKING_FLAGS_BLACKLIST, NULL)) { + *isBanned = false; + } else { +#ifdef DEBUG_BITDHT + std::cerr << "p3BitDht dhtIsBannedCallback: peer is banned " << sockaddr_storage_tostring(*(const sockaddr_storage*)addr) << std::endl; +#endif + *isBanned = true; + } + + // return 1 to signal that a filter is available + return 1; + } + private: p3BitDht *mParent; @@ -86,8 +111,10 @@ p3BitDht::p3BitDht(const RsPeerId& id, pqiConnectCb *cb, p3NetMgr *nm, UdpStack *udpstack, std::string bootstrapfile,const std::string& filteredipfile) :p3Config(), pqiNetAssistConnect(id, cb), mNetMgr(nm), dhtMtx("p3BitDht") { +#ifdef RS_USE_DHT_STUNNER mDhtStunner = NULL; mProxyStunner = NULL; +#endif mRelay = NULL; mPeerSharer = NULL; @@ -168,13 +195,19 @@ bool p3BitDht::getOwnDhtId(std::string &ownDhtId) return true; } - +#ifdef RS_USE_DHT_STUNNER void p3BitDht::setupConnectBits(UdpStunner *dhtStunner, UdpStunner *proxyStunner, UdpRelayReceiver *relay) { mDhtStunner = dhtStunner; mProxyStunner = proxyStunner; mRelay = relay; } +#else // RS_USE_DHT_STUNNER +void p3BitDht::setupConnectBits(UdpRelayReceiver *relay) +{ + mRelay = relay; +} +#endif //RS_USE_DHT_STUNNER void p3BitDht::setupPeerSharer(pqiNetAssistPeerShare *sharer) { diff --git a/libretroshare/src/dht/p3bitdht.h b/libretroshare/src/dht/p3bitdht.h index fdc832449..92c2e626d 100644 --- a/libretroshare/src/dht/p3bitdht.h +++ b/libretroshare/src/dht/p3bitdht.h @@ -136,7 +136,9 @@ class p3BitDhtRelayHandler class UdpRelayReceiver; +#ifdef RS_USE_DHT_STUNNER class UdpStunner; +#endif // RS_USE_DHT_STUNNER class p3NetMgr; class p3BitDht: public p3Config, public pqiNetAssistConnect, public RsDht @@ -174,8 +176,11 @@ public: ********** External RsDHT Interface (defined in libretroshare/src/retroshare/rsdht.h) ********* ************************************************************************************************/ - +#ifdef RS_USE_DHT_STUNNER void setupConnectBits(UdpStunner *dhtStunner, UdpStunner *proxyStunner, UdpRelayReceiver *relay); +#else // RS_USE_DHT_STUNNER + void setupConnectBits(UdpRelayReceiver *relay); +#endif // RS_USE_DHT_STUNNER void setupPeerSharer(pqiNetAssistPeerShare *sharer); void modifyNodesPerBucket(uint16_t count); @@ -359,8 +364,10 @@ private: int removeTranslation_locked(const RsPeerId& pid); UdpBitDht *mUdpBitDht; /* has own mutex, is static except for creation/destruction */ +#ifdef RS_USE_DHT_STUNNER UdpStunner *mDhtStunner; UdpStunner *mProxyStunner; +#endif // RS_USE_DHT_STUNNER UdpRelayReceiver *mRelay; p3NetMgr *mNetMgr; diff --git a/libretroshare/src/dht/p3bitdht_interface.cc b/libretroshare/src/dht/p3bitdht_interface.cc index 7eaff764e..e82758964 100644 --- a/libretroshare/src/dht/p3bitdht_interface.cc +++ b/libretroshare/src/dht/p3bitdht_interface.cc @@ -149,7 +149,7 @@ int p3BitDht::getNetFailedPeer(std::string peerId, PeerStatus &status) std::string p3BitDht::getUdpAddressString() { std::string out; - +#ifdef RS_USE_DHT_STUNNER struct sockaddr_in extAddr; uint8_t extStable; @@ -187,7 +187,10 @@ std::string p3BitDht::getUdpAddressString() { out += " ProxyExtAddr: Unknown "; } - +#else // RS_USE_DHT_STUNNER + // whitespaces taken from above + out = " DhtExtAddr: Unknown ProxyExtAddr: Unknown "; +#endif // RS_USE_DHT_STUNNER return out; } diff --git a/libretroshare/src/dht/p3bitdht_peernet.cc b/libretroshare/src/dht/p3bitdht_peernet.cc index 97f116b7d..3f37f8793 100644 --- a/libretroshare/src/dht/p3bitdht_peernet.cc +++ b/libretroshare/src/dht/p3bitdht_peernet.cc @@ -81,6 +81,7 @@ int p3BitDht::InfoCallback(const bdId *id, uint32_t /*type*/, uint32_t /*flags*/ mPeerSharer->updatePeer(rsid, tmpaddr, outtype, outreason, outage); } +#ifdef RS_USE_DHT_STUNNER /* call to the Stunners to drop the address as well */ /* IDEALLY these addresses should all be filtered at UdpLayer level instead! */ if (mDhtStunner) @@ -91,6 +92,7 @@ int p3BitDht::InfoCallback(const bdId *id, uint32_t /*type*/, uint32_t /*flags*/ { mProxyStunner->dropStunPeer(addr); } +#endif // RS_USE_DHT_STUNNER return 1; } @@ -135,7 +137,7 @@ int p3BitDht::NodeCallback(const bdId *id, uint32_t peerflags) } } - +#ifdef RS_USE_DHT_STUNNER if ((mProxyStunner) && (mProxyStunner->needStunPeers())) { #ifdef DEBUG_BITDHT_COMMON @@ -156,6 +158,7 @@ int p3BitDht::NodeCallback(const bdId *id, uint32_t peerflags) #endif mDhtStunner->addStunPeer(id->addr, NULL); } +#endif // RS_USE_DHT_STUNNER } return 1; } @@ -683,7 +686,6 @@ int p3BitDht::ConnectCallback(const bdId *srcId, const bdId *proxyId, const bdId #endif struct sockaddr_in extaddr; - uint8_t extStable = 0; sockaddr_clear(&extaddr); bool connectOk = false; @@ -731,6 +733,9 @@ int p3BitDht::ConnectCallback(const bdId *srcId, const bdId *proxyId, const bdId std::cerr << std::endl; } +#ifdef RS_USE_DHT_STUNNER + uint8_t extStable = 0; + UdpStunner *stunner = mProxyStunner; if (!proxyPort) { @@ -849,6 +854,11 @@ int p3BitDht::ConnectCallback(const bdId *srcId, const bdId *proxyId, const bdId std::cerr << std::endl; #endif } +#else // RS_USE_DHT_STUNNER + connectionAllowed = BITDHT_CONNECT_ERROR_TEMPUNAVAIL; + (void) connectOk; + (void) exclusivePort; +#endif // RS_USE_DHT_STUNNER } ca.mMode = mode; @@ -1188,7 +1198,6 @@ int p3BitDht::doActions() else if (action.mMode == BITDHT_CONNECT_MODE_PROXY) { struct sockaddr_in extaddr; - uint8_t extStable = 0; sockaddr_clear(&extaddr); bool proxyPort = true; bool exclusivePort = false; @@ -1234,6 +1243,9 @@ int p3BitDht::doActions() std::cerr << std::endl; } } +#ifdef RS_USE_DHT_STUNNER + uint8_t extStable = 0; + UdpStunner *stunner = mProxyStunner; if (!proxyPort) { @@ -1333,6 +1345,11 @@ int p3BitDht::doActions() connectionReqFailed = true; failReason = CSB_UPDATE_RETRY_ATTEMPT; } +#else // RS_USE_DHT_STUNNER + connectionReqFailed = true; + failReason = CSB_UPDATE_RETRY_ATTEMPT; + (void) connectOk; +#endif //RS_USE_DHT_STUNNER } if (doConnectionRequest) @@ -1416,7 +1433,9 @@ int p3BitDht::doActions() { std::cerr << "PeerAction: ERROR ERROR, we grabd Exclusive Port to do this, trying emergency release"; std::cerr << std::endl; +#ifdef RS_USE_DHT_STUNNER mProxyStunner->releaseExclusiveMode(pid,false); +#endif // RS_USE_DHT_STUNNER } } } @@ -2378,6 +2397,7 @@ void p3BitDht::ReleaseProxyExclusiveMode_locked(DhtPeerDetails *dpd, bool addrCh if (dpd->mExclusiveProxyLock) { +#ifdef RS_USE_DHT_STUNNER if (mProxyStunner->releaseExclusiveMode(pid, addrChgLikely)) { dpd->mExclusiveProxyLock = false; @@ -2389,6 +2409,9 @@ void p3BitDht::ReleaseProxyExclusiveMode_locked(DhtPeerDetails *dpd, bool addrCh #endif } else +#else // RS_USE_DHT_STUNNER + (void)addrChgLikely; +#endif // RS_USE_DHT_STUNNER { dpd->mExclusiveProxyLock = false; diff --git a/libretroshare/src/dht/p3bitdht_peers.cc b/libretroshare/src/dht/p3bitdht_peers.cc index 742361dab..0543b91b2 100644 --- a/libretroshare/src/dht/p3bitdht_peers.cc +++ b/libretroshare/src/dht/p3bitdht_peers.cc @@ -202,7 +202,7 @@ int p3BitDht::addBadPeer(const struct sockaddr_storage &addr, uint32_t /*reason* addrv4.sin_addr = ap->sin_addr; addrv4.sin_port = ap->sin_port; - +#ifdef RS_USE_DHT_STUNNER if (mDhtStunner) { mDhtStunner->dropStunPeer(addrv4); @@ -211,7 +211,7 @@ int p3BitDht::addBadPeer(const struct sockaddr_storage &addr, uint32_t /*reason* { mProxyStunner->dropStunPeer(addrv4); } - +#endif // RS_USE_DHT_STUNNER return 1; } diff --git a/libretroshare/src/ft/ftdbase.cc b/libretroshare/src/ft/ftdbase.cc index fd0285552..ef68304d8 100644 --- a/libretroshare/src/ft/ftdbase.cc +++ b/libretroshare/src/ft/ftdbase.cc @@ -25,6 +25,7 @@ #include "ft/ftdbase.h" #include "util/rsdir.h" +#include "retroshare/rspeers.h" #include "serialiser/rsconfigitems.h" @@ -237,11 +238,13 @@ bool ftFiMonitor::saveList(bool &cleanup, std::list& sList) for(it = dirList.begin(); it != dirList.end(); ++it) { - RsFileConfigItem *fi = new RsFileConfigItem(); + RsFileConfigItem *fi = new RsFileConfigItem(); fi->file.path = (*it).filename ; fi->file.name = (*it).virtualname ; fi->flags = (*it).shareflags.toUInt32() ; - fi->parent_groups = (*it).parent_groups ; + + for(std::list::const_iterator it2( (*it).parent_groups.begin());it2!=(*it).parent_groups.end();++it2) + fi->parent_groups.ids.insert(*it2) ; sList.push_back(fi); } @@ -332,25 +335,53 @@ bool ftFiMonitor::loadList(std::list& load) continue ; } - RsFileConfigItem *fi = dynamic_cast(*it); - if (!fi) - { - delete (*it); - continue; - } + // 07/05/2016 - This ensures backward compatibility. Can be removed in a few weeks. + RsFileConfigItem_deprecated *fib = dynamic_cast(*it); + if (fib) + { + /* ensure that it exists? */ - /* ensure that it exists? */ + SharedDirInfo info ; + info.filename = RsDirUtil::convertPathToUnix(fib->file.path); + info.virtualname = fib->file.name; + info.shareflags = FileStorageFlags(fib->flags) ; + info.shareflags &= PERMISSION_MASK ; + info.shareflags &= ~DIR_FLAGS_NETWORK_WIDE_GROUPS ; // disabling this flag for know, for consistency reasons - SharedDirInfo info ; - info.filename = RsDirUtil::convertPathToUnix(fi->file.path); - info.virtualname = fi->file.name; - info.parent_groups = fi->parent_groups; - info.shareflags = FileStorageFlags(fi->flags) ; - info.shareflags &= PERMISSION_MASK ; - info.shareflags &= ~DIR_FLAGS_NETWORK_WIDE_GROUPS ; // disabling this flag for know, for consistency reasons + for(std::list::const_iterator itt(fib->parent_groups.begin());itt!=fib->parent_groups.end();++itt) + { + RsGroupInfo ginfo; + + if(rsPeers->getGroupInfoByName(*itt,ginfo) ) + { + info.parent_groups.push_back(ginfo.id) ; + std::cerr << "(II) converted old group ID \"" << *itt << "\" into corresponding new group id " << ginfo.id << std::endl; + } + else + std::cerr << "(EE) cannot convert old group ID \"" << *itt << "\" into corresponding new group id: no candidate found. " << std::endl; + } + + dirList.push_back(info) ; + } + + RsFileConfigItem *fi = dynamic_cast(*it); + if (fi) + { + /* ensure that it exists? */ + + SharedDirInfo info ; + info.filename = RsDirUtil::convertPathToUnix(fi->file.path); + info.virtualname = fi->file.name; + info.shareflags = FileStorageFlags(fi->flags) ; + info.shareflags &= PERMISSION_MASK ; + info.shareflags &= ~DIR_FLAGS_NETWORK_WIDE_GROUPS ; // disabling this flag for know, for consistency reasons + + for(std::set::const_iterator itt(fi->parent_groups.ids.begin());itt!=fi->parent_groups.ids.end();++itt) + info.parent_groups.push_back(*itt) ; + + dirList.push_back(info) ; + } - dirList.push_back(info) ; - delete *it ; } diff --git a/libretroshare/src/ft/ftextralist.cc b/libretroshare/src/ft/ftextralist.cc index d2fb76151..094e07c8d 100644 --- a/libretroshare/src/ft/ftextralist.cc +++ b/libretroshare/src/ft/ftextralist.cc @@ -395,7 +395,7 @@ bool ftExtraList::saveList(bool &cleanup, std::list& sList) std::map::const_iterator it; for(it = mFiles.begin(); it != mFiles.end(); ++it) { - RsFileConfigItem *fi = new RsFileConfigItem(); + RsFileConfigItem_deprecated *fi = new RsFileConfigItem_deprecated(); fi->file.path = (it->second).info.path; fi->file.name = (it->second).info.fname; fi->file.hash = (it->second).info.hash; @@ -428,7 +428,7 @@ bool ftExtraList::loadList(std::list& load) for(it = load.begin(); it != load.end(); ++it) { - RsFileConfigItem *fi = dynamic_cast(*it); + RsFileConfigItem_deprecated *fi = dynamic_cast(*it); if (!fi) { delete (*it); diff --git a/libretroshare/src/grouter/groutertypes.h b/libretroshare/src/grouter/groutertypes.h index 2bb34e635..91eb1608b 100644 --- a/libretroshare/src/grouter/groutertypes.h +++ b/libretroshare/src/grouter/groutertypes.h @@ -39,7 +39,7 @@ static const uint16_t GROUTER_CLIENT_ID_MESSAGES = 0x1001 ; static const uint32_t RS_GROUTER_MATRIX_MAX_HIT_ENTRIES = 10 ; // max number of clues to store static const uint32_t RS_GROUTER_MATRIX_MIN_TIME_BETWEEN_HITS = 60 ; // can be set to up to half the publish time interval. Prevents flooding routes. -static const uint32_t RS_GROUTER_MIN_CONFIG_SAVE_PERIOD = 10 ; // at most save config every 10 seconds +static const uint32_t RS_GROUTER_MIN_CONFIG_SAVE_PERIOD = 61 ; // at most save config every 10 seconds static const uint32_t RS_GROUTER_MAX_KEEP_TRACKING_CLUES = 86400*10 ; // max time for which we keep record of tracking info: 10 days. static const float RS_GROUTER_BASE_WEIGHT_ROUTED_MSG = 1.0f ; // base contribution of routed message clue to routing matrix diff --git a/libretroshare/src/grouter/p3grouter.cc b/libretroshare/src/grouter/p3grouter.cc index 9b6f9a8de..5c51a196d 100644 --- a/libretroshare/src/grouter/p3grouter.cc +++ b/libretroshare/src/grouter/p3grouter.cc @@ -191,7 +191,6 @@ #include "turtle/p3turtle.h" #include "gxs/rsgixs.h" #include "retroshare/rspeers.h" -#include "retroshare/rsreputations.h" #include "p3grouter.h" #include "grouteritems.h" @@ -1863,15 +1862,6 @@ bool p3GRouter::locked_getLocallyRegisteredClientFromServiceId(const GRouterServ return true ; } -void p3GRouter::addTrackingInfo(const RsGxsMessageId& mid,const RsPeerId& peer_id) -{ - RS_STACK_MUTEX(grMtx) ; -#ifdef GROUTER_DEBUG - grouter_debug() << "Received new routing clue for key " << mid << " from peer " << peer_id << std::endl; -#endif - _routing_matrix.addTrackingInfo(mid,peer_id) ; - _changed = true ; -} void p3GRouter::addRoutingClue(const GRouterKeyId& id,const RsPeerId& peer_id) { RS_STACK_MUTEX(grMtx) ; @@ -1994,7 +1984,7 @@ bool p3GRouter::verifySignedDataItem(RsGRouterAbstractMsgItem *item,uint32_t& er { try { - if(rsReputations->isIdentityBanned(item->signature.keyId)) + if(rsIdentity->isBanned(item->signature.keyId)) { std::cerr << "(WW) received global router message from banned identity " << item->signature.keyId << ". Rejecting the message." << std::endl; return false ; @@ -2358,13 +2348,6 @@ bool p3GRouter::getRoutingCacheInfo(std::vector& infos) return true ; } -bool p3GRouter::getTrackingInfo(const RsGxsMessageId &mid, RsPeerId &provider_id) -{ - RS_STACK_MUTEX(grMtx) ; - - return _routing_matrix.getTrackingInfo(mid,provider_id) ; -} - // Dump everything // void p3GRouter::debugDump() diff --git a/libretroshare/src/grouter/p3grouter.h b/libretroshare/src/grouter/p3grouter.h index 8c6fbab5c..9ddf50149 100644 --- a/libretroshare/src/grouter/p3grouter.h +++ b/libretroshare/src/grouter/p3grouter.h @@ -130,7 +130,6 @@ public: //===================================================// virtual void addRoutingClue(const GRouterKeyId& id,const RsPeerId& peer_id) ; - virtual void addTrackingInfo(const RsGxsMessageId& mid,const RsPeerId& peer_id) ; //===================================================// // Client/server request services // @@ -168,7 +167,6 @@ public: // - Cache state (memory size, etc) // virtual bool getRoutingCacheInfo(std::vector& info) ; - virtual bool getTrackingInfo(const RsGxsMessageId& mid, RsPeerId& provider_id) ; //===================================================// // Derived from p3Service // diff --git a/libretroshare/src/gxs/rsdataservice.cc b/libretroshare/src/gxs/rsdataservice.cc index c0fe58f4d..b2bf71434 100644 --- a/libretroshare/src/gxs/rsdataservice.cc +++ b/libretroshare/src/gxs/rsdataservice.cc @@ -27,6 +27,7 @@ /***** * #define RS_DATA_SERVICE_DEBUG 1 * #define RS_DATA_SERVICE_DEBUG_TIME 1 + * #define RS_DATA_SERVICE_DEBUG_CACHE 1 ****/ #include @@ -123,6 +124,7 @@ RsDataService::RsDataService(const std::string &serviceDir, const std::string &d : RsGeneralDataService(), mDbMutex("RsDataService"), mServiceDir(serviceDir), mDbName(dbName), mDbPath(mServiceDir + "/" + dbName), mServType(serviceType), mDb(NULL) { bool isNewDatabase = !RsDirUtil::fileExists(mDbPath); + mGrpMetaDataCache_ContainsAllDatabase = false ; mDb = new RetroDb(mDbPath, RetroDb::OPEN_READWRITE_CREATE, key); @@ -710,25 +712,25 @@ int RsDataService::storeMessage(std::map &msg) // start a transaction mDb->beginTransaction(); - for(; mit != msg.end(); ++mit){ - + for(; mit != msg.end(); ++mit) + { RsNxsMsg* msgPtr = mit->first; RsGxsMsgMetaData* msgMetaPtr = mit->second; #ifdef RS_DATA_SERVICE_DEBUG - std::cerr << "RsDataService::storeMessage() "; - std::cerr << " GroupId: " << msgMetaPtr->mGroupId.toStdString(); - std::cerr << " MessageId: " << msgMetaPtr->mMsgId.toStdString(); - std::cerr << std::endl; + std::cerr << "RsDataService::storeMessage() "; + std::cerr << " GroupId: " << msgMetaPtr->mGroupId.toStdString(); + std::cerr << " MessageId: " << msgMetaPtr->mMsgId.toStdString(); + std::cerr << std::endl; #endif // skip msg item if size if greater than if(!validSize(msgPtr)) - { - std::cerr << "RsDataService::storeMessage() ERROR invalid size"; - std::cerr << std::endl; - continue; - } + { + std::cerr << "RsDataService::storeMessage() ERROR invalid size"; + std::cerr << std::endl; + continue; + } ContentValue cv; @@ -771,14 +773,18 @@ int RsDataService::storeMessage(std::map &msg) cv.put(KEY_CHILD_TS, (int32_t)msgMetaPtr->mChildTs); if (!mDb->sqlInsert(MSG_TABLE_NAME, "", cv)) - { - std::cerr << "RsDataService::storeMessage() sqlInsert Failed"; - std::cerr << std::endl; - std::cerr << "\t For GroupId: " << msgMetaPtr->mGroupId.toStdString(); - std::cerr << std::endl; - std::cerr << "\t & MessageId: " << msgMetaPtr->mMsgId.toStdString(); - std::cerr << std::endl; - } + { + std::cerr << "RsDataService::storeMessage() sqlInsert Failed"; + std::cerr << std::endl; + std::cerr << "\t For GroupId: " << msgMetaPtr->mGroupId.toStdString(); + std::cerr << std::endl; + std::cerr << "\t & MessageId: " << msgMetaPtr->mMsgId.toStdString(); + std::cerr << std::endl; + } + + // This is needed so that mLastPost is correctly updated in the group meta when it is re-loaded. + + locked_clearGrpMetaCache(msgMetaPtr->mGroupId); } // finish transaction @@ -881,6 +887,8 @@ int RsDataService::storeGroup(std::map &grp) cv.put(KEY_GRP_STATUS, (int32_t)grpMetaPtr->mGroupStatus); cv.put(KEY_GRP_LAST_POST, (int32_t)grpMetaPtr->mLastPost); + locked_clearGrpMetaCache(grpMetaPtr->mGroupId); + if (!mDb->sqlInsert(GRP_TABLE_NAME, "", cv)) { std::cerr << "RsDataService::storeGroup() sqlInsert Failed"; @@ -904,6 +912,12 @@ int RsDataService::storeGroup(std::map &grp) return ret; } +void RsDataService::locked_clearGrpMetaCache(const RsGxsGroupId& gid) +{ + mGrpMetaDataCache.erase(gid) ; // cleans existing cache entry + mGrpMetaDataCache_ContainsAllDatabase = false; +} + int RsDataService::updateGroup(std::map &grp) { @@ -971,6 +985,8 @@ int RsDataService::updateGroup(std::map &grp) cv.put(KEY_GRP_LAST_POST, (int32_t)grpMetaPtr->mLastPost); mDb->sqlUpdate(GRP_TABLE_NAME, "grpId='" + grpPtr->grpId.toStdString() + "'", cv); + + locked_clearGrpMetaCache(grpMetaPtr->mGroupId); } // finish transaction bool ret = mDb->commitTransaction(); @@ -1231,6 +1247,9 @@ int RsDataService::retrieveGxsMsgMetaData(const GxsMsgReq& reqIds, GxsMsgMetaRes if (c) { locked_retrieveMsgMeta(c, metaSet); +#ifdef RS_DATA_SERVICE_DEBUG_CACHE + std::cerr << "Retrieving (all) Msg metadata grpId=" << grpId << ", " << std::dec << metaSet.size() << " messages" << std::endl; +#endif } }else{ @@ -1245,6 +1264,9 @@ int RsDataService::retrieveGxsMsgMetaData(const GxsMsgReq& reqIds, GxsMsgMetaRes if (c) { locked_retrieveMsgMeta(c, metaSet); +#ifdef RS_DATA_SERVICE_DEBUG_CACHE + std::cerr << "Retrieving Msg metadata grpId=" << grpId << ", " << std::dec << metaSet.size() << " messages" << std::endl; +#endif } } } @@ -1296,11 +1318,21 @@ int RsDataService::retrieveGxsGrpMetaData(std::map::const_iterator it(mGrpMetaDataCache.begin());it!=mGrpMetaDataCache.end();++it) + grp[it->first] = new RsGxsGrpMetaData(it->second); + } + else + { #ifdef RS_DATA_SERVICE_DEBUG - std::cerr << "RsDataService::retrieveGxsGrpMetaData() retrieving all"; - std::cerr << std::endl; + std::cerr << "RsDataService::retrieveGxsGrpMetaData() retrieving all" << std::endl; #endif RetroCursor* c = mDb->sqlQuery(GRP_TABLE_NAME, mGrpMetaColumns, "", ""); @@ -1315,6 +1347,10 @@ int RsDataService::retrieveGxsGrpMetaData(std::mapmGroupId] = g; + mGrpMetaDataCache[g->mGroupId] = *g ; +#ifdef RS_DATA_SERVICE_DEBUG_CACHE + std::cerr << (void *)this << ": Retrieving (all) Grp metadata grpId=" << g->mGroupId << std::endl; +#endif } valid = c->moveToNext(); @@ -1325,12 +1361,29 @@ int RsDataService::retrieveGxsGrpMetaData(std::map::iterator mit = grp.begin(); for(; mit != grp.end(); ++mit) { + std::map::const_iterator itt = mGrpMetaDataCache.find(mit->first) ; + if(itt != mGrpMetaDataCache.end()) + { +#ifdef RS_DATA_SERVICE_DEBUG_CACHE + std::cerr << "Retrieving Grp metadata grpId=" << mit->first << " from cache!" << std::endl; +#endif + grp[mit->first] = new RsGxsGrpMetaData(itt->second) ; + } + else + { +#ifdef RS_DATA_SERVICE_DEBUG_CACHE + std::cerr << "Retrieving Grp metadata grpId=" << mit->first ; +#endif + const RsGxsGroupId& grpId = mit->first; RetroCursor* c = mDb->sqlQuery(GRP_TABLE_NAME, mGrpMetaColumns, "grpId='" + grpId.toStdString() + "'", ""); @@ -1338,6 +1391,10 @@ int RsDataService::retrieveGxsGrpMetaData(std::mapmoveToFirst(); +#ifdef RS_DATA_SERVICE_DEBUG_CACHE + if(!valid) + std::cerr << " Empty query! GrpId " << grpId << " is not in database" << std::endl; +#endif while(valid) { RsGxsGrpMetaData* g = locked_getGrpMeta(*c, 0); @@ -1345,6 +1402,10 @@ int RsDataService::retrieveGxsGrpMetaData(std::mapmGroupId] = g; + mGrpMetaDataCache[g->mGroupId] = *g ; +#ifdef RS_DATA_SERVICE_DEBUG_CACHE + std::cerr << ". Got it. Updating cache." << std::endl; +#endif } valid = c->moveToNext(); @@ -1354,7 +1415,11 @@ int RsDataService::retrieveGxsGrpMetaData(std::mapsqlUpdate(GRP_TABLE_NAME, KEY_GRP_ID+ "='" + grpId.toStdString() + "'", meta.val) ? 1 : 0; } int RsDataService::updateMessageMetaData(MsgLocMetaData &metaData) { +#ifdef RS_DATA_SERVICE_DEBUG_CACHE + std::cerr << (void*)this << ": Updating Msg Meta data: grpId = " << metaData.msgId.first << " msgId = " << metaData.msgId.second << std::endl; +#endif + RsStackMutex stack(mDbMutex); RsGxsGroupId& grpId = metaData.msgId.first; RsGxsMessageId& msgId = metaData.msgId.second; diff --git a/libretroshare/src/gxs/rsdataservice.h b/libretroshare/src/gxs/rsdataservice.h index b15f08c27..a48da407f 100644 --- a/libretroshare/src/gxs/rsdataservice.h +++ b/libretroshare/src/gxs/rsdataservice.h @@ -340,6 +340,15 @@ private: uint16_t mServType; RetroDb* mDb; + + // used to store metadata instead of reading it from the database. + // The boolean variable below is also used to force re-reading when + // the entre list of grp metadata is requested (which happens quite often) + + void locked_clearGrpMetaCache(const RsGxsGroupId& gid); + + std::map mGrpMetaDataCache ; + bool mGrpMetaDataCache_ContainsAllDatabase ; }; #endif // RSDATASERVICE_H diff --git a/libretroshare/src/gxs/rsgenexchange.cc b/libretroshare/src/gxs/rsgenexchange.cc index 43db2abd3..d2ebedd85 100644 --- a/libretroshare/src/gxs/rsgenexchange.cc +++ b/libretroshare/src/gxs/rsgenexchange.cc @@ -881,8 +881,15 @@ int RsGenExchange::validateMsg(RsNxsMsg *msg, const uint32_t& grpFlag, const uin { // now check reputation of the message author - float reputation_threshold = ( (signFlag & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) && !(details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED)) ? (RsReputations::REPUTATION_THRESHOLD_ANTI_SPAM): (RsReputations::REPUTATION_THRESHOLD_DEFAULT) ; - + float reputation_threshold = RsReputations::REPUTATION_THRESHOLD_DEFAULT; + + if( (signFlag & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN) && !(details.mFlags & RS_IDENTITY_FLAGS_PGP_KNOWN)) + reputation_threshold = RsReputations::REPUTATION_THRESHOLD_ANTI_SPAM; + else if( (signFlag & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) && !(details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED)) + reputation_threshold = RsReputations::REPUTATION_THRESHOLD_ANTI_SPAM; + else + reputation_threshold = RsReputations::REPUTATION_THRESHOLD_DEFAULT; + if(details.mReputation.mOverallReputationScore < reputation_threshold) { #ifdef GEN_EXCH_DEBUG @@ -2004,10 +2011,7 @@ void RsGenExchange::publishMsgs() // FIXTESTS global variable rsPeers not available in unittests! if(rsPeers) - { mRoutingClues[msg->metaData->mAuthorId].insert(rsPeers->getOwnId()) ; - mTrackingClues.push_back(std::make_pair(msg->msgId,rsPeers->getOwnId())) ; - } computeHash(msg->msg, msg->metaData->mHash); mDataAccess->addMsgData(msg); @@ -2015,6 +2019,9 @@ void RsGenExchange::publishMsgs() delete[] metaDataBuff; + if(mNetService != NULL) + mNetService->stampMsgServerUpdateTS(grpId) ; + // add to published to allow acknowledgement mMsgNotify.insert(std::make_pair(mit->first, std::make_pair(grpId, msgId))); mDataAccess->updatePublicRequestStatus(mit->first, RsTokenService::GXS_REQUEST_V2_STATUS_COMPLETE); @@ -2152,11 +2159,6 @@ void RsGenExchange::processRoutingClues() rsGRouter->addRoutingClue(GRouterKeyId(it->first),(*it2) ) ; mRoutingClues.clear() ; - - for(std::list >::const_iterator it = mTrackingClues.begin();it!=mTrackingClues.end();++it) - rsGRouter->addTrackingInfo((*it).first,(*it).second) ; - - mTrackingClues.clear() ; } void RsGenExchange::processGroupDelete() @@ -2285,231 +2287,240 @@ bool RsGenExchange::checkKeys(const RsTlvSecurityKeySet& keySet) void RsGenExchange::publishGrps() { - RS_STACK_MUTEX(mGenMtx) ; - NxsGrpSignPendVect::iterator vit = mGrpsToPublish.begin(); - - typedef std::pair GrpNote; - std::map toNotify; - - while( vit != mGrpsToPublish.end() ) + std::list groups_to_subscribe ; + { - GxsGrpPendingSign& ggps = *vit; + RS_STACK_MUTEX(mGenMtx) ; + NxsGrpSignPendVect::iterator vit = mGrpsToPublish.begin(); - /* do intial checks to see if this entry has expired */ - time_t now = time(NULL) ; - uint32_t token = ggps.mToken; + typedef std::pair GrpNote; + std::map toNotify; + + while( vit != mGrpsToPublish.end() ) + { + GxsGrpPendingSign& ggps = *vit; + + /* do intial checks to see if this entry has expired */ + time_t now = time(NULL) ; + uint32_t token = ggps.mToken; - if(now > (ggps.mStartTS + PENDING_SIGN_TIMEOUT) ) - { - // timed out - toNotify.insert(std::make_pair( - token, GrpNote(false, RsGxsGroupId()))); - delete ggps.mItem; - vit = mGrpsToPublish.erase(vit); + if(now > (ggps.mStartTS + PENDING_SIGN_TIMEOUT) ) + { + // timed out + toNotify.insert(std::make_pair( + token, GrpNote(false, RsGxsGroupId()))); + delete ggps.mItem; + vit = mGrpsToPublish.erase(vit); - continue; - } + continue; + } - RsGxsGroupId grpId; - RsNxsGrp* grp = new RsNxsGrp(mServType); - RsGxsGrpItem* grpItem = ggps.mItem; + RsGxsGroupId grpId; + RsNxsGrp* grp = new RsNxsGrp(mServType); + RsGxsGrpItem* grpItem = ggps.mItem; - RsTlvSecurityKeySet fullKeySet; + RsTlvSecurityKeySet fullKeySet; - if(!(ggps.mHaveKeys)) - { - generateGroupKeys(fullKeySet, true); - ggps.mHaveKeys = true; - ggps.mKeys = fullKeySet; - } - else - fullKeySet = ggps.mKeys; + if(!(ggps.mHaveKeys)) + { + generateGroupKeys(fullKeySet, true); + ggps.mHaveKeys = true; + ggps.mKeys = fullKeySet; + } + else + fullKeySet = ggps.mKeys; - // find private admin key - RsTlvPrivateRSAKey privAdminKey; - bool privKeyFound = false; - for(std::map::iterator mit_keys = fullKeySet.private_keys.begin(); mit_keys != fullKeySet.private_keys.end(); ++mit_keys) - { - RsTlvPrivateRSAKey& key = mit_keys->second; + // find private admin key + RsTlvPrivateRSAKey privAdminKey; + bool privKeyFound = false; + for(std::map::iterator mit_keys = fullKeySet.private_keys.begin(); mit_keys != fullKeySet.private_keys.end(); ++mit_keys) + { + RsTlvPrivateRSAKey& key = mit_keys->second; - if(key.keyFlags == (RSTLV_KEY_DISTRIB_ADMIN | RSTLV_KEY_TYPE_FULL)) - { - privAdminKey = key; - privKeyFound = true; - } - } + if(key.keyFlags == (RSTLV_KEY_DISTRIB_ADMIN | RSTLV_KEY_TYPE_FULL)) + { + privAdminKey = key; + privKeyFound = true; + } + } - uint8_t create = CREATE_FAIL; + uint8_t create = CREATE_FAIL; - if(privKeyFound) - { - // get group id from private admin key id - grpItem->meta.mGroupId = grp->grpId = RsGxsGroupId(privAdminKey.keyId); + if(privKeyFound) + { + // get group id from private admin key id + grpItem->meta.mGroupId = grp->grpId = RsGxsGroupId(privAdminKey.keyId); - ServiceCreate_Return ret = service_CreateGroup(grpItem, fullKeySet); + ServiceCreate_Return ret = service_CreateGroup(grpItem, fullKeySet); - bool serialOk = false, servCreateOk; + bool serialOk = false, servCreateOk; - if(ret == SERVICE_CREATE_SUCCESS) - { - uint32_t size = mSerialiser->size(grpItem); - char *gData = new char[size]; - serialOk = mSerialiser->serialise(grpItem, gData, &size); - grp->grp.setBinData(gData, size); - delete[] gData; - servCreateOk = true; + if(ret == SERVICE_CREATE_SUCCESS) + { + uint32_t size = mSerialiser->size(grpItem); + char *gData = new char[size]; + serialOk = mSerialiser->serialise(grpItem, gData, &size); + grp->grp.setBinData(gData, size); + delete[] gData; + servCreateOk = true; - }else - { - servCreateOk = false; - } + }else + { + servCreateOk = false; + } - if(serialOk && servCreateOk) - { - grp->metaData = new RsGxsGrpMetaData(); - grpItem->meta.mPublishTs = time(NULL); - *(grp->metaData) = grpItem->meta; + if(serialOk && servCreateOk) + { + grp->metaData = new RsGxsGrpMetaData(); + grpItem->meta.mPublishTs = time(NULL); + *(grp->metaData) = grpItem->meta; - // TODO: change when publish key optimisation added (public groups don't have publish key - grp->metaData->mSubscribeFlags = GXS_SERV::GROUP_SUBSCRIBE_ADMIN | GXS_SERV::GROUP_SUBSCRIBE_SUBSCRIBED - | GXS_SERV::GROUP_SUBSCRIBE_PUBLISH; + // TODO: change when publish key optimisation added (public groups don't have publish key + grp->metaData->mSubscribeFlags = GXS_SERV::GROUP_SUBSCRIBE_ADMIN | GXS_SERV::GROUP_SUBSCRIBE_SUBSCRIBED + | GXS_SERV::GROUP_SUBSCRIBE_PUBLISH; - create = createGroup(grp, fullKeySet); + create = createGroup(grp, fullKeySet); #ifdef GEN_EXCH_DEBUG - std::cerr << "RsGenExchange::publishGrps() "; - std::cerr << " GrpId: " << grp->grpId; - std::cerr << " CircleType: " << (uint32_t) grp->metaData->mCircleType; - std::cerr << " CircleId: " << grp->metaData->mCircleId.toStdString(); - std::cerr << std::endl; + std::cerr << "RsGenExchange::publishGrps() "; + std::cerr << " GrpId: " << grp->grpId; + std::cerr << " CircleType: " << (uint32_t) grp->metaData->mCircleType; + std::cerr << " CircleId: " << grp->metaData->mCircleId.toStdString(); + std::cerr << std::endl; #endif - if(create == CREATE_SUCCESS) - { - // Here we need to make sure that no private keys are included. This is very important since private keys - // can be used to modify the group. Normally the private key set is whiped out by createGroup, but + if(create == CREATE_SUCCESS) + { + // Here we need to make sure that no private keys are included. This is very important since private keys + // can be used to modify the group. Normally the private key set is whiped out by createGroup, but - grp->metaData->keys.private_keys.clear() ; - - uint32_t mdSize = grp->metaData->serial_size(RS_GXS_GRP_META_DATA_CURRENT_API_VERSION); - - { - RsTemporaryMemory metaData(mdSize); - serialOk = grp->metaData->serialise(metaData, mdSize,RS_GXS_GRP_META_DATA_CURRENT_API_VERSION); + grp->metaData->keys.private_keys.clear() ; + + uint32_t mdSize = grp->metaData->serial_size(RS_GXS_GRP_META_DATA_CURRENT_API_VERSION); + + { + RsTemporaryMemory metaData(mdSize); + serialOk = grp->metaData->serialise(metaData, mdSize,RS_GXS_GRP_META_DATA_CURRENT_API_VERSION); #warning TODO: grp->meta should be renamed grp->public_meta ! - grp->meta.setBinData(metaData, mdSize); - } + grp->meta.setBinData(metaData, mdSize); + } - // Place back private keys for publisher and database storage - grp->metaData->keys.private_keys = fullKeySet.private_keys; + // Place back private keys for publisher and database storage + grp->metaData->keys.private_keys = fullKeySet.private_keys; - if(mDataStore->validSize(grp) && serialOk) - { - grpId = grp->grpId; - computeHash(grp->grp, grp->metaData->mHash); - grp->metaData->mRecvTS = time(NULL); + if(mDataStore->validSize(grp) && serialOk) + { + grpId = grp->grpId; + computeHash(grp->grp, grp->metaData->mHash); + grp->metaData->mRecvTS = time(NULL); - if(ggps.mIsUpdate) - mDataAccess->updateGroupData(grp); - else - mDataAccess->addGroupData(grp); + if(ggps.mIsUpdate) + mDataAccess->updateGroupData(grp); + else + mDataAccess->addGroupData(grp); #warning this is bad: addGroupData/updateGroupData actially deletes grp. But it may be used below? grp should be a class object and not deleted manually! - if(mNetService!=NULL) - mNetService->subscribeStatusChanged(grpId,true) ; - } - else - { - create = CREATE_FAIL; - } - } - } - else if(ret == SERVICE_CREATE_FAIL_TRY_LATER) - { - // if the service is not ready yet, reset the start timestamp to give the service more time - // the service should have it's own timeout mechanism - // services should return SERVICE_CREATE_FAIL if the action timed out - // at the moment this is only important for the idservice: - // the idservice may ask the user for a password, and the user needs time - ggps.mStartTS = now; - create = CREATE_FAIL_TRY_LATER; - } - else if(ret == SERVICE_CREATE_FAIL) - create = CREATE_FAIL; - } - else - { -#ifdef GEN_EXCH_DEBUG - std::cerr << "RsGenExchange::publishGrps() Could not find private publish keys " << std::endl; -#endif - create = CREATE_FAIL; - } - if(create == CREATE_FAIL) - { + groups_to_subscribe.push_back(grpId) ; + } + else + { + create = CREATE_FAIL; + } + } + } + else if(ret == SERVICE_CREATE_FAIL_TRY_LATER) + { + // if the service is not ready yet, reset the start timestamp to give the service more time + // the service should have it's own timeout mechanism + // services should return SERVICE_CREATE_FAIL if the action timed out + // at the moment this is only important for the idservice: + // the idservice may ask the user for a password, and the user needs time + ggps.mStartTS = now; + create = CREATE_FAIL_TRY_LATER; + } + else if(ret == SERVICE_CREATE_FAIL) + create = CREATE_FAIL; + } + else + { #ifdef GEN_EXCH_DEBUG - std::cerr << "RsGenExchange::publishGrps() failed to publish grp " << std::endl; + std::cerr << "RsGenExchange::publishGrps() Could not find private publish keys " << std::endl; #endif - delete grp; - delete grpItem; - vit = mGrpsToPublish.erase(vit); - toNotify.insert(std::make_pair( - token, GrpNote(false, grpId))); + create = CREATE_FAIL; + } - } - else if(create == CREATE_FAIL_TRY_LATER) - { + if(create == CREATE_FAIL) + { #ifdef GEN_EXCH_DEBUG - std::cerr << "RsGenExchange::publishGrps() failed grp, trying again " << std::endl; + std::cerr << "RsGenExchange::publishGrps() failed to publish grp " << std::endl; #endif - delete grp; - ggps.mLastAttemptTS = time(NULL); - ++vit; - } - else if(create == CREATE_SUCCESS) - { - delete grpItem; - vit = mGrpsToPublish.erase(vit); + delete grp; + delete grpItem; + vit = mGrpsToPublish.erase(vit); + toNotify.insert(std::make_pair( + token, GrpNote(false, grpId))); + + } + else if(create == CREATE_FAIL_TRY_LATER) + { +#ifdef GEN_EXCH_DEBUG + std::cerr << "RsGenExchange::publishGrps() failed grp, trying again " << std::endl; +#endif + delete grp; + ggps.mLastAttemptTS = time(NULL); + ++vit; + } + else if(create == CREATE_SUCCESS) + { + delete grpItem; + vit = mGrpsToPublish.erase(vit); #ifdef GEN_EXCH_DEBUG - std::cerr << "RsGenExchange::publishGrps() ok -> pushing to notifies" - << std::endl; + std::cerr << "RsGenExchange::publishGrps() ok -> pushing to notifies" + << std::endl; #endif - // add to published to allow acknowledgement - toNotify.insert(std::make_pair(token, - GrpNote(true,grpId))); - } - } - - std::map::iterator mit = toNotify.begin(); - - std::list grpChanged; - for(; mit != toNotify.end(); ++mit) - { - GrpNote& note = mit->second; - uint8_t status = note.first ? RsTokenService::GXS_REQUEST_V2_STATUS_COMPLETE - : RsTokenService::GXS_REQUEST_V2_STATUS_FAILED; - - mGrpNotify.insert(std::make_pair(mit->first, note.second)); - mDataAccess->updatePublicRequestStatus(mit->first, status); - - if(note.first) - grpChanged.push_back(note.second); - } - - if(!grpChanged.empty()) - { - RsGxsGroupChange* gc = new RsGxsGroupChange(RsGxsNotify::TYPE_PUBLISH, false); - gc->mGrpIdList = grpChanged; - mNotifications.push_back(gc); -#ifdef GEN_EXCH_DEBUG - std::cerr << " adding the following grp ids to notification: " << std::endl; - for(std::list::const_iterator it(grpChanged.begin());it!=grpChanged.end();++it) - std::cerr << " " << *it << std::endl; -#endif + // add to published to allow acknowledgement + toNotify.insert(std::make_pair(token, + GrpNote(true,grpId))); + } + } + + std::map::iterator mit = toNotify.begin(); + + std::list grpChanged; + for(; mit != toNotify.end(); ++mit) + { + GrpNote& note = mit->second; + uint8_t status = note.first ? RsTokenService::GXS_REQUEST_V2_STATUS_COMPLETE + : RsTokenService::GXS_REQUEST_V2_STATUS_FAILED; + + mGrpNotify.insert(std::make_pair(mit->first, note.second)); + mDataAccess->updatePublicRequestStatus(mit->first, status); + + if(note.first) + grpChanged.push_back(note.second); + } + + if(!grpChanged.empty()) + { + RsGxsGroupChange* gc = new RsGxsGroupChange(RsGxsNotify::TYPE_PUBLISH, false); + gc->mGrpIdList = grpChanged; + mNotifications.push_back(gc); +#ifdef GEN_EXCH_DEBUG + std::cerr << " adding the following grp ids to notification: " << std::endl; + for(std::list::const_iterator it(grpChanged.begin());it!=grpChanged.end();++it) + std::cerr << " " << *it << std::endl; +#endif + } } + // This is done off-mutex to avoid possible cross deadlocks with the net service. + + if(mNetService!=NULL) + for(std::list::const_iterator it(groups_to_subscribe.begin());it!=groups_to_subscribe.end();++it) + mNetService->subscribeStatusChanged((*it),true) ; } @@ -2590,228 +2601,243 @@ void RsGenExchange::computeHash(const RsTlvBinaryData& data, RsFileHash& hash) void RsGenExchange::processRecvdMessages() { - RS_STACK_MUTEX(mGenMtx) ; + std::list messages_to_reject ; + + { + RS_STACK_MUTEX(mGenMtx) ; #ifdef GEN_EXCH_DEBUG - if(!mMsgPendingValidate.empty()) - std::cerr << "processing received messages" << std::endl; + if(!mMsgPendingValidate.empty()) + std::cerr << "processing received messages" << std::endl; #endif - NxsMsgPendingVect::iterator pend_it = mMsgPendingValidate.begin(); + NxsMsgPendingVect::iterator pend_it = mMsgPendingValidate.begin(); #ifdef GEN_EXCH_DEBUG - if(!mMsgPendingValidate.empty()) - std::cerr << " pending validation" << std::endl; + if(!mMsgPendingValidate.empty()) + std::cerr << " pending validation" << std::endl; #endif - for(; pend_it != mMsgPendingValidate.end();) - { - GxsPendingItem& gpsi = *pend_it; + for(; pend_it != mMsgPendingValidate.end();) + { + GxsPendingItem& gpsi = *pend_it; #ifdef GEN_EXCH_DEBUG - std::cerr << " grp=" << gpsi.mId.first << ", msg=" << gpsi.mId.second << ", attempts=" << gpsi.mAttempts ; + std::cerr << " grp=" << gpsi.mId.first << ", msg=" << gpsi.mId.second << ", attempts=" << gpsi.mAttempts ; #endif - if(gpsi.mAttempts == VALIDATE_MAX_ATTEMPTS) - { + if(gpsi.mAttempts == VALIDATE_MAX_ATTEMPTS) + { #ifdef GEN_EXCH_DEBUG - std::cerr << " = max! deleting." << std::endl; + std::cerr << " = max! deleting." << std::endl; #endif - delete gpsi.mItem; - pend_it = mMsgPendingValidate.erase(pend_it); - } - else - { + delete gpsi.mItem; + pend_it = mMsgPendingValidate.erase(pend_it); + } + else + { #ifdef GEN_EXCH_DEBUG - std::cerr << " movign to recvd." << std::endl; + std::cerr << " movign to recvd." << std::endl; #endif - mReceivedMsgs.push_back(gpsi.mItem); - ++pend_it; - } - } + mReceivedMsgs.push_back(gpsi.mItem); + ++pend_it; + } + } - if(mReceivedMsgs.empty()) - return; + if(mReceivedMsgs.empty()) + return; - std::vector::iterator vit = mReceivedMsgs.begin(); - GxsMsgReq msgIds; - std::map msgs; + std::vector::iterator vit = mReceivedMsgs.begin(); + GxsMsgReq msgIds; + std::map msgs; - std::map grpMetas; + std::map grpMetas; - // coalesce group meta retrieval for performance - for(; vit != mReceivedMsgs.end(); ++vit) - { - RsNxsMsg* msg = *vit; - grpMetas.insert(std::make_pair(msg->grpId, (RsGxsGrpMetaData*)NULL)); - } + // coalesce group meta retrieval for performance + for(; vit != mReceivedMsgs.end(); ++vit) + { + RsNxsMsg* msg = *vit; + grpMetas.insert(std::make_pair(msg->grpId, (RsGxsGrpMetaData*)NULL)); + } - mDataStore->retrieveGxsGrpMetaData(grpMetas); + mDataStore->retrieveGxsGrpMetaData(grpMetas); #ifdef GEN_EXCH_DEBUG - std::cerr << " updating received messages:" << std::endl; + std::cerr << " updating received messages:" << std::endl; #endif - for(vit = mReceivedMsgs.begin(); vit != mReceivedMsgs.end(); ++vit) - { - RsNxsMsg* msg = *vit; - RsGxsMsgMetaData* meta = new RsGxsMsgMetaData(); + for(vit = mReceivedMsgs.begin(); vit != mReceivedMsgs.end(); ++vit) + { + RsNxsMsg* msg = *vit; + RsGxsMsgMetaData* meta = new RsGxsMsgMetaData(); - bool ok = false; + bool ok = false; - if(msg->meta.bin_len != 0) - ok = meta->deserialise(msg->meta.bin_data, &(msg->meta.bin_len)); + if(msg->meta.bin_len != 0) + ok = meta->deserialise(msg->meta.bin_data, &(msg->meta.bin_len)); - msg->metaData = meta; + msg->metaData = meta; #ifdef GEN_EXCH_DEBUG - std::cerr << " deserialised info: grp id=" << meta->mGroupId << ", msg id=" << meta->mMsgId ; + std::cerr << " deserialised info: grp id=" << meta->mGroupId << ", msg id=" << meta->mMsgId ; #endif - uint8_t validateReturn = VALIDATE_FAIL; + uint8_t validateReturn = VALIDATE_FAIL; - if(ok) - { - std::map::iterator mit = grpMetas.find(msg->grpId); + if(ok) + { + std::map::iterator mit = grpMetas.find(msg->grpId); #ifdef GEN_EXCH_DEBUG - std::cerr << " msg info : grp id=" << msg->grpId << ", msg id=" << msg->msgId << std::endl; + std::cerr << " msg info : grp id=" << msg->grpId << ", msg id=" << msg->msgId << std::endl; #endif - RsGxsGrpMetaData* grpMeta = NULL ; + RsGxsGrpMetaData* grpMeta = NULL ; - // validate msg - if(mit != grpMetas.end()) - { - grpMeta = mit->second; - validateReturn = validateMsg(msg, grpMeta->mGroupFlags, grpMeta->mSignFlags, grpMeta->keys); + // validate msg + if(mit != grpMetas.end()) + { + grpMeta = mit->second; + validateReturn = validateMsg(msg, grpMeta->mGroupFlags, grpMeta->mSignFlags, grpMeta->keys); #ifdef GEN_EXCH_DEBUG - std::cerr << " grpMeta.mSignFlags: " << std::hex << grpMeta->mSignFlags << std::dec << std::endl; - std::cerr << " grpMeta.mAuthFlags: " << std::hex << grpMeta->mAuthenFlags << std::dec << std::endl; - std::cerr << " message validation result: " << (int)validateReturn << std::endl; + std::cerr << " grpMeta.mSignFlags: " << std::hex << grpMeta->mSignFlags << std::dec << std::endl; + std::cerr << " grpMeta.mAuthFlags: " << std::hex << grpMeta->mAuthenFlags << std::dec << std::endl; + std::cerr << " message validation result: " << (int)validateReturn << std::endl; #endif - } + } - if(validateReturn == VALIDATE_SUCCESS) - { - meta->mMsgStatus = GXS_SERV::GXS_MSG_STATUS_UNPROCESSED | GXS_SERV::GXS_MSG_STATUS_GUI_NEW | GXS_SERV::GXS_MSG_STATUS_GUI_UNREAD; - msgs.insert(std::make_pair(msg, meta)); + if(validateReturn == VALIDATE_SUCCESS) + { + meta->mMsgStatus = GXS_SERV::GXS_MSG_STATUS_UNPROCESSED | GXS_SERV::GXS_MSG_STATUS_GUI_NEW | GXS_SERV::GXS_MSG_STATUS_GUI_UNREAD; + msgs.insert(std::make_pair(msg, meta)); - std::vector &msgv = msgIds[msg->grpId]; - if (std::find(msgv.begin(), msgv.end(), msg->msgId) == msgv.end()) - { - msgv.push_back(msg->msgId); - } + std::vector &msgv = msgIds[msg->grpId]; + if (std::find(msgv.begin(), msgv.end(), msg->msgId) == msgv.end()) + { + msgv.push_back(msg->msgId); + } - NxsMsgPendingVect::iterator validated_entry = std::find(mMsgPendingValidate.begin(), mMsgPendingValidate.end(), - getMsgIdPair(*msg)); + NxsMsgPendingVect::iterator validated_entry = std::find(mMsgPendingValidate.begin(), mMsgPendingValidate.end(), + getMsgIdPair(*msg)); - if(validated_entry != mMsgPendingValidate.end()) mMsgPendingValidate.erase(validated_entry); + if(validated_entry != mMsgPendingValidate.end()) mMsgPendingValidate.erase(validated_entry); - computeHash(msg->msg, meta->mHash); - meta->recvTS = time(NULL); + computeHash(msg->msg, meta->mHash); + meta->recvTS = time(NULL); #ifdef GEN_EXCH_DEBUG - std::cerr << " new status flags: " << meta->mMsgStatus << std::endl; - std::cerr << " computed hash: " << meta->mHash << std::endl; - std::cerr << "Message received. Identity=" << msg->metaData->mAuthorId << ", from peer " << msg->PeerId() << std::endl; + std::cerr << " new status flags: " << meta->mMsgStatus << std::endl; + std::cerr << " computed hash: " << meta->mHash << std::endl; + std::cerr << "Message received. Identity=" << msg->metaData->mAuthorId << ", from peer " << msg->PeerId() << std::endl; #endif - if(!msg->metaData->mAuthorId.isNull()) - mRoutingClues[msg->metaData->mAuthorId].insert(msg->PeerId()) ; + if(!msg->metaData->mAuthorId.isNull()) + mRoutingClues[msg->metaData->mAuthorId].insert(msg->PeerId()) ; + } - if(grpMeta->mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES) - mTrackingClues.push_back(std::make_pair(msg->msgId,msg->PeerId())) ; - } - - if(validateReturn == VALIDATE_FAIL) - { - // In this case, we notify the network exchange service not to DL the message again, at least not yet. - -#ifdef GEN_EXCH_DEBUG - std::cerr << "Notifying the network service to not download this message again." << std::endl; -#endif - mNetService->rejectMessage(msg->msgId) ; - } - } - else - { -#ifdef GEN_EXCH_DEBUG - std::cerr << " deserialisation failed!" <grpId: " << msg->grpId << ", msgId: " << msg->msgId << std::endl; + std::cerr << "Notifying the network service to not download this message again." << std::endl; #endif + messages_to_reject.push_back(msg->msgId) ; + } + } + else + { +#ifdef GEN_EXCH_DEBUG + std::cerr << " deserialisation failed!" <grpId: " << msg->grpId << ", msgId: " << msg->msgId << std::endl; + std::cerr << "Validation failed for message id " + << "msg->grpId: " << msg->grpId << ", msgId: " << msg->msgId << std::endl; #endif - RsGxsGrpMsgIdPair id; - id.first = msg->grpId; - id.second = msg->msgId; + NxsMsgPendingVect::iterator failed_entry = std::find(mMsgPendingValidate.begin(), mMsgPendingValidate.end(), + getMsgIdPair(*msg)); - // first check you haven't made too many attempts + if(failed_entry != mMsgPendingValidate.end()) mMsgPendingValidate.erase(failed_entry); + delete msg; - NxsMsgPendingVect::iterator vit = std::find( - mMsgPendingValidate.begin(), mMsgPendingValidate.end(), id); - if(vit == mMsgPendingValidate.end()) - { - GxsPendingItem item(msg, id); - mMsgPendingValidate.push_back(item); - }else - { - vit->mAttempts++; - } - } - } - - // clean up resources from group meta retrieval - freeAndClearContainerResource, - RsGxsGrpMetaData*>(grpMetas); - - if(!msgIds.empty()) - { -#ifdef GEN_EXCH_DEBUG - std::cerr << " removing existing and old messages from incoming list." << std::endl; -#endif - removeDeleteExistingMessages(msgs, msgIds); + } + else if(validateReturn == VALIDATE_FAIL_TRY_LATER) + { #ifdef GEN_EXCH_DEBUG - std::cerr << " storing remaining messages" << std::endl; + std::cerr << "failed to validate msg, trying again: " + << "msg->grpId: " << msg->grpId << ", msgId: " << msg->msgId << std::endl; #endif - mDataStore->storeMessage(msgs); - RsGxsMsgChange* c = new RsGxsMsgChange(RsGxsNotify::TYPE_RECEIVE, false); - c->msgChangeMap = msgIds; - mNotifications.push_back(c); - } + RsGxsGrpMsgIdPair id; + id.first = msg->grpId; + id.second = msg->msgId; - mReceivedMsgs.clear(); + // first check you haven't made too many attempts + + NxsMsgPendingVect::iterator vit = std::find( + mMsgPendingValidate.begin(), mMsgPendingValidate.end(), id); + + if(vit == mMsgPendingValidate.end()) + { + GxsPendingItem item(msg, id); + mMsgPendingValidate.push_back(item); + }else + { + vit->mAttempts++; + } + } + } + + // clean up resources from group meta retrieval + freeAndClearContainerResource, + RsGxsGrpMetaData*>(grpMetas); + + if(!msgIds.empty()) + { +#ifdef GEN_EXCH_DEBUG + std::cerr << " removing existing and old messages from incoming list." << std::endl; +#endif + removeDeleteExistingMessages(msgs, msgIds); + +#ifdef GEN_EXCH_DEBUG + std::cerr << " storing remaining messages" << std::endl; +#endif + mDataStore->storeMessage(msgs); + + RsGxsMsgChange* c = new RsGxsMsgChange(RsGxsNotify::TYPE_RECEIVE, false); + c->msgChangeMap = msgIds; + mNotifications.push_back(c); + } + + mReceivedMsgs.clear(); + } + + // Done off-mutex to avoid cross deadlocks in the netservice that might call the RsGenExchange as an observer.. + + if(mNetService != NULL) + for(std::list::const_iterator it(messages_to_reject.begin());it!=messages_to_reject.end();++it) + mNetService->rejectMessage(*it) ; +} + +bool RsGenExchange::acceptNewGroup(const RsGxsGrpMetaData *grpMeta) +{ + return true; } void RsGenExchange::processRecvdGroups() { - RS_STACK_MUTEX(mGenMtx) ; + RS_STACK_MUTEX(mGenMtx) ; if(mReceivedGrps.empty()) return; - NxsGrpPendValidVect::iterator vit = mReceivedGrps.begin(); +#ifdef GEN_EXCH_DEBUG + std::cerr << "RsGenExchange::Processing received groups" << std::endl; +#endif + NxsGrpPendValidVect::iterator vit = mReceivedGrps.begin(); std::vector existingGrpIds; std::list grpIds; @@ -2826,12 +2852,12 @@ void RsGenExchange::processRecvdGroups() RsGxsGrpMetaData* meta = new RsGxsGrpMetaData(); bool deserialOk = false; - if(grp->meta.bin_len != 0) + if(grp->meta.bin_len != 0) deserialOk = meta->deserialise(grp->meta.bin_data, grp->meta.bin_len); bool erase = true; - if(deserialOk) + if(deserialOk && acceptNewGroup(meta)) { #ifdef GEN_EXCH_DEBUG std::cerr << " processing validation for group " << meta->mGroupId << ", attempts number " << gpsi.mAttempts << std::endl; @@ -2911,8 +2937,10 @@ void RsGenExchange::processRecvdGroups() } else { - std::cerr << "(EE) deserialise error in group meta data" << std::endl; - delete grp; + if(!deserialOk) + std::cerr << "(EE) deserialise error in group meta data" << std::endl; + + delete grp; delete meta; erase = true; } diff --git a/libretroshare/src/gxs/rsgenexchange.h b/libretroshare/src/gxs/rsgenexchange.h index 6535ef510..688e4bded 100644 --- a/libretroshare/src/gxs/rsgenexchange.h +++ b/libretroshare/src/gxs/rsgenexchange.h @@ -259,6 +259,16 @@ public: */ virtual void receiveChanges(std::vector& changes); + /*! + * \brief acceptNewGroup + * Early checks if the group can be accepted. This is mainly used to check wether the group is banned for some reasons. + * Returns true unless derived in GXS services. + * + * \param grpMeta Group metadata to check + * \return + */ + virtual bool acceptNewGroup(const RsGxsGrpMetaData *grpMeta) ; + bool subscribeToGroup(uint32_t& token, const RsGxsGroupId& grpId, bool subscribe); /*! @@ -595,6 +605,14 @@ public: */ void setGroupReputationCutOff(uint32_t& token, const RsGxsGroupId& grpId, int CutOff); + /*! + * + * @param token value set to be redeemed with acknowledgement + * @param grpId group id of the group to update + * @param CutOff The cut off value to set + */ + void updateGroupLastMsgTimeStamp(uint32_t& token, const RsGxsGroupId& grpId); + /*! * @return storage time of messages in months */ diff --git a/libretroshare/src/gxs/rsgixs.h b/libretroshare/src/gxs/rsgixs.h index bdb58337c..5b12aa873 100644 --- a/libretroshare/src/gxs/rsgixs.h +++ b/libretroshare/src/gxs/rsgixs.h @@ -96,7 +96,6 @@ * as these will be used very frequently. *****/ -typedef RsPeerId PeerId; // SHOULD BE REMOVED => RsPeerId (SSLID) typedef PGPIdType RsPgpId; /* Identity Interface for GXS Message Verification. @@ -150,7 +149,7 @@ public: * @param keyref the KeyRef of the key being requested * @return will */ - virtual bool requestKey(const RsGxsId &id, const std::list &peers) = 0; + virtual bool requestKey(const RsGxsId &id, const std::list &peers) = 0; virtual bool requestPrivateKey(const RsGxsId &id) = 0; diff --git a/libretroshare/src/gxs/rsgxsdata.cc b/libretroshare/src/gxs/rsgxsdata.cc index 4cf7ac1aa..090a7b602 100644 --- a/libretroshare/src/gxs/rsgxsdata.cc +++ b/libretroshare/src/gxs/rsgxsdata.cc @@ -39,20 +39,20 @@ uint32_t RsGxsGrpMetaData::serial_size(uint32_t api_version) s += mGroupId.serial_size(); s += mOrigGrpId.serial_size(); + s += mParentGrpId.serial_size(); s += GetTlvStringSize(mGroupName); - s += 4; - s += 4; + s += 4; // mGroupFlags + s += 4; // mPublishTs + s += 4; // mCircleType + s += 4; // mAuthenFlag s += mAuthorId.serial_size(); s += GetTlvStringSize(mServiceString); + s += mCircleId.serial_size(); s += signSet.TlvSize(); s += keys.TlvSize(); - s += 4; // for mCircleType - s += mCircleId.serial_size(); - s += 4; // mAuthenFlag - s += mParentGrpId.serial_size(); // mParentGroupId if(api_version == RS_GXS_GRP_META_DATA_VERSION_ID_0002) - s += 4; // mSignFlag + s += 4; // mSignFlag else if(api_version != RS_GXS_GRP_META_DATA_VERSION_ID_0001) std::cerr << "(EE) wrong/unknown API version " << api_version << " requested in RsGxsGrpMetaData::serial_size()" << std::endl; @@ -203,7 +203,7 @@ bool RsGxsGrpMetaData::deserialise(void *data, uint32_t &pktsize) int RsGxsMsgMetaData::refcount = 0; RsGxsMsgMetaData::RsGxsMsgMetaData(){ - + clear(); //std::cout << "\nrefcount++ : " << ++refcount << std::endl; return; } @@ -227,8 +227,8 @@ uint32_t RsGxsMsgMetaData::serial_size() s += signSet.TlvSize(); s += GetTlvStringSize(mMsgName); - s += 4; // mPublishTS - s += 4; // mMsgFlags + s += 4; // mPublishTS + s += 4; // mMsgFlags return s; } @@ -311,7 +311,7 @@ bool RsGxsMsgMetaData::deserialise(void *data, uint32_t *size) ok &= signSet.GetTlv(data, *size, &offset); ok &= GetTlvString(data, *size, &offset, 0, mMsgName); - uint32_t t; + uint32_t t=0; ok &= getRawUInt32(data, *size, &offset, &t); mPublishTs = t; ok &= getRawUInt32(data, *size, &offset, &mMsgFlags); diff --git a/libretroshare/src/gxs/rsgxsdata.h b/libretroshare/src/gxs/rsgxsdata.h index 6a9832418..21fbe1445 100644 --- a/libretroshare/src/gxs/rsgxsdata.h +++ b/libretroshare/src/gxs/rsgxsdata.h @@ -56,24 +56,22 @@ public: void clear(); void operator =(const RsGroupMetaData& rMeta); + //Sort data in same order than serialiser and deserializer RsGxsGroupId mGroupId; RsGxsGroupId mOrigGrpId; + RsGxsGroupId mParentGrpId; std::string mGroupName; uint32_t mGroupFlags; // GXS_SERV::FLAG_PRIVACY_RESTRICTED | GXS_SERV::FLAG_PRIVACY_PRIVATE | GXS_SERV::FLAG_PRIVACY_PUBLIC uint32_t mPublishTs; - uint32_t mSignFlags; + uint32_t mCircleType; + uint32_t mAuthenFlags; RsGxsId mAuthorId; - + std::string mServiceString; RsGxsCircleId mCircleId; - uint32_t mCircleType; - - RsTlvKeySignatureSet signSet; RsTlvSecurityKeySet keys; - std::string mServiceString; - uint32_t mAuthenFlags; - RsGxsGroupId mParentGrpId; + uint32_t mSignFlags; // BELOW HERE IS LOCAL DATA, THAT IS NOT FROM MSG. @@ -105,18 +103,17 @@ public: void clear(); void operator =(const RsMsgMetaData& rMeta); + static int refcount; + + //Sort data in same order than serialiser and deserializer RsGxsGroupId mGroupId; RsGxsMessageId mMsgId; - static int refcount; RsGxsMessageId mThreadId; RsGxsMessageId mParentId; RsGxsMessageId mOrigMsgId; RsGxsId mAuthorId; RsTlvKeySignatureSet signSet; - - std::string mServiceString; - std::string mMsgName; time_t mPublishTs; uint32_t mMsgFlags; // Whats this for? @@ -124,6 +121,7 @@ public: // BELOW HERE IS LOCAL DATA, THAT IS NOT FROM MSG. // normally READ / UNREAD flags. LOCAL Data. + std::string mServiceString; uint32_t mMsgStatus; uint32_t mMsgSize; time_t mChildTs; diff --git a/libretroshare/src/gxs/rsgxsnetservice.cc b/libretroshare/src/gxs/rsgxsnetservice.cc index 4bfbfc071..0bd8c5b5b 100644 --- a/libretroshare/src/gxs/rsgxsnetservice.cc +++ b/libretroshare/src/gxs/rsgxsnetservice.cc @@ -204,9 +204,9 @@ #include "rsgxsnetservice.h" #include "gxssecurity.h" #include "retroshare/rsconfig.h" -#include "retroshare/rsreputations.h" #include "retroshare/rsgxsflags.h" #include "retroshare/rsgxscircles.h" +#include "retroshare/rspeers.h" #include "pgp/pgpauxutils.h" #include "util/rsdir.h" #include "util/rsmemory.h" @@ -220,7 +220,7 @@ NXS_NET_DEBUG_3 publish key exchange NXS_NET_DEBUG_4 vetting NXS_NET_DEBUG_5 summary of transactions (useful to just know what comes in/out) - NXS_NET_DEBUG_6 + NXS_NET_DEBUG_6 group sync statistics (e.g. number of posts at nighbour nodes, etc) NXS_NET_DEBUG_7 encryption/decryption of transactions ***/ @@ -233,7 +233,6 @@ //#define NXS_NET_DEBUG_6 1 //#define NXS_NET_DEBUG_7 1 -#define GIXS_CUT_OFF 0 //#define NXS_FRAG // The constant below have a direct influence on how fast forums/channels/posted/identity groups propagate and on the overloading of queues: @@ -244,6 +243,7 @@ // A small value for MAX_REQLIST_SIZE is likely to help messages to propagate in a chaotic network, but will also slow them down. // A small SYNC_PERIOD fasten message propagation, but is likely to overload the server side of transactions (e.g. overload outqueues). // +#define GIXS_CUT_OFF 0 #define SYNC_PERIOD 60 #define MAX_REQLIST_SIZE 20 // No more than 20 items per msg request list => creates smaller transactions that are less likely to be cancelled. #define TRANSAC_TIMEOUT 2000 // In seconds. Has been increased to avoid epidemic transaction cancelling due to overloaded outqueues. @@ -266,8 +266,8 @@ static const uint32_t RS_NXS_ITEM_ENCRYPTION_STATUS_GXS_KEY_MISSING = 0x05 ; || defined(NXS_NET_DEBUG_4) || defined(NXS_NET_DEBUG_5) || defined(NXS_NET_DEBUG_6) || defined(NXS_NET_DEBUG_7) static const RsPeerId peer_to_print = RsPeerId(std::string("")) ; -static const RsGxsGroupId group_id_to_print = RsGxsGroupId(std::string("" )) ; // use this to allow to this group id only, or "" for all IDs -static const uint32_t service_to_print = 0x215 ; // use this to allow to this service id only, or 0 for all services +static const RsGxsGroupId group_id_to_print = RsGxsGroupId(std::string("")) ; // use this to allow to this group id only, or "" for all IDs +static const uint32_t service_to_print = 0x211 ; // use this to allow to this service id only, or 0 for all services // warning. Numbers should be SERVICE IDS (see serialiser/rsserviceids.h. E.g. 0x0215 for forums) class nullstream: public std::ostream {}; @@ -761,11 +761,11 @@ void RsGxsNetService::syncWithPeers() msg->updateTS = updateTS; if(encrypt_to_this_circle_id.isNull()) - msg->grpId = grpId; + msg->grpId = grpId; else { - msg->grpId = hashGrpId(grpId,mNetMgr->getOwnId()) ; - msg->flag |= RsNxsSyncMsgReqItem::FLAG_USE_HASHED_GROUP_ID ; + msg->grpId = hashGrpId(grpId,mNetMgr->getOwnId()) ; + msg->flag |= RsNxsSyncMsgReqItem::FLAG_USE_HASHED_GROUP_ID ; } #ifdef NXS_NET_DEBUG_7 @@ -928,17 +928,22 @@ void RsGxsNetService::handleRecvSyncGrpStatistics(RsNxsSyncGrpStatsItem *grs) #ifdef NXS_NET_DEBUG_6 GXSNETDEBUG_PG(grs->PeerId(),grs->grpId) << "Received Grp update stats item from peer " << grs->PeerId() << " for group " << grs->grpId << ", reporting " << grs->number_of_posts << " posts." << std::endl; #endif - RS_STACK_MUTEX(mNxsMutex) ; - RsGroupNetworkStatsRecord& rec(mGroupNetworkStats[grs->grpId]) ; + bool should_notify = false ; + { + RS_STACK_MUTEX(mNxsMutex) ; + RsGroupNetworkStatsRecord& rec(mGroupNetworkStats[grs->grpId]) ; - uint32_t old_count = rec.max_visible_count ; - uint32_t old_suppliers_count = rec.suppliers.size() ; - - rec.suppliers.insert(grs->PeerId()) ; - rec.max_visible_count = std::max(rec.max_visible_count,grs->number_of_posts) ; - rec.update_TS = time(NULL) ; - - if (old_count != rec.max_visible_count || old_suppliers_count != rec.suppliers.size()) + uint32_t old_count = rec.max_visible_count ; + uint32_t old_suppliers_count = rec.suppliers.size() ; + + rec.suppliers.insert(grs->PeerId()) ; + rec.max_visible_count = std::max(rec.max_visible_count,grs->number_of_posts) ; + rec.update_TS = time(NULL) ; + + if (old_count != rec.max_visible_count || old_suppliers_count != rec.suppliers.size()) + should_notify = true ; + } + if(should_notify) mObserver->notifyChangedGroupStats(grs->grpId); } else @@ -2091,14 +2096,19 @@ void RsGxsNetService::updateServerSyncTS() else msui = mapIT->second; - if(grpMeta->mLastPost > msui->msgUpdateTS ) - { - change = true; - msui->msgUpdateTS = grpMeta->mLastPost; + // (cyril) I'm removing this, because the msgUpdateTS is updated when new messages are received by calling locked_stampMsgServerUpdateTS(). + // mLastPost is actually updated somewhere when loading group meta data. It's not clear yet whether it is set to the latest publish time (wrong) + // or the latest receive time (right). The former would cause problems because it would need to compare times coming from different (potentially async-ed) + // machines. + // + // if(grpMeta->mLastPost > msui->msgUpdateTS ) + // { + // change = true; + // msui->msgUpdateTS = grpMeta->mLastPost; #ifdef NXS_NET_DEBUG_0 - GXSNETDEBUG__G(grpId) << " updated msgUpdateTS to last post = " << time(NULL) - grpMeta->mLastPost << " secs ago for group "<< grpId << std::endl; + // GXSNETDEBUG__G(grpId) << " updated msgUpdateTS to last post = " << time(NULL) - grpMeta->mLastPost << " secs ago for group "<< grpId << std::endl; #endif - } + // } // This is needed for group metadata updates to actually propagate: only a new grpUpdateTS will trigger the exchange of groups mPublishTs which // will then be compared and pssibly trigger a MetaData transmission. mRecvTS is upated when creating, receiving for the first time, or receiving @@ -2118,6 +2128,7 @@ void RsGxsNetService::updateServerSyncTS() if(change) IndicateConfigChanged(); } + bool RsGxsNetService::locked_checkTransacTimedOut(NxsTransaction* tr) { return tr->mTimeOut < ((uint32_t) time(NULL)); @@ -2590,6 +2601,8 @@ void RsGxsNetService::locked_processCompletedIncomingTrans(NxsTransaction* tr) // for the grp id locked_doMsgUpdateWork(tr->mTransaction, grpId); + // also update server sync TS, since we need to send the new message list to friends for comparison + locked_stampMsgServerUpdateTS(grpId); } } else if(tr->mFlag == NxsTransaction::FLAG_STATE_FAILED) @@ -2923,9 +2936,8 @@ void RsGxsNetService::locked_genReqMsgTransaction(NxsTransaction* tr) #endif continue; } - // FIXTESTS global variable rsReputations not available in unittests! - if(rsReputations == 0){ std::cerr << "rsReputations==0, accepting all messages!" << std::endl; } - if(rsReputations && rsReputations->isIdentityBanned(syncItem->authorId)) + + if(rsIdentity && rsIdentity->isBanned(syncItem->authorId)) { #ifdef NXS_NET_DEBUG_1 GXSNETDEBUG_PG(item->PeerId(),grpId) << ", Identity " << syncItem->authorId << " is banned. Not requesting message!" << std::endl; @@ -3169,8 +3181,8 @@ void RsGxsNetService::locked_genReqGrpTransaction(NxsTransaction* tr) latestVersion = grpSyncItem->publishTs > metaIter->second->mPublishTs; } // FIXTESTS global variable rsReputations not available in unittests! - if(rsReputations == 0){ std::cerr << "rsReputations==0, accepting all groups!" << std::endl; } - if(!grpSyncItem->authorId.isNull() && rsReputations && rsReputations->isIdentityBanned(grpSyncItem->authorId)) + + if(!grpSyncItem->authorId.isNull() && rsIdentity && rsIdentity->isBanned(grpSyncItem->authorId)) { #ifdef NXS_NET_DEBUG_0 GXSNETDEBUG_PG(tr->mTransaction->PeerId(),grpId) << " Identity " << grpSyncItem->authorId << " is banned. Not syncing group." << std::endl; @@ -4089,7 +4101,7 @@ void RsGxsNetService::handleRecvSyncGroup(RsNxsSyncGrpReqItem *item) -bool RsGxsNetService::canSendGrpId(const RsPeerId& sslId, RsGxsGrpMetaData& grpMeta, std::vector& toVet, bool& should_encrypt) +bool RsGxsNetService::canSendGrpId(const RsPeerId& sslId, RsGxsGrpMetaData& grpMeta, std::vector& /* toVet */, bool& should_encrypt) { #ifdef NXS_NET_DEBUG_4 GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << "RsGxsNetService::canSendGrpId()"<< std::endl; @@ -4120,101 +4132,21 @@ bool RsGxsNetService::canSendGrpId(const RsPeerId& sslId, RsGxsGrpMetaData& grpM #endif should_encrypt = true ; return true ; - -#ifdef TO_BE_REMOVED_OLD_VETTING_FOR_EXTERNAL_CIRCLES - const RsGxsCircleId& circleId = grpMeta.mCircleId; - if(circleId.isNull()) - { - std::cerr << " EXTERNAL_CIRCLE missing NULL CircleId: " << grpMeta.mGroupId<< std::endl; - - // ERROR, will never be shared. - return false; - } - - if(mCircles->isLoaded(circleId)) - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId)<< " EXTERNAL_CIRCLE, checking mCircles->canSend"<< std::endl; -#endif - // the sending authorisation is based on: - // getPgpId(peer_id) being a signer of one GxsId in the Circle - // - const RsPgpId& pgpId = mPgpUtils->getPGPId(sslId); - - bool res = mCircles->canSend(circleId, pgpId); -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId)<< " answer is: " << res << std::endl; -#endif - return res ; - } -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId)<< " grp not ready. Adding to vetting list." << std::endl; -#endif - - toVet.push_back(GrpIdCircleVet(grpMeta.mGroupId, circleId, grpMeta.mAuthorId)); - return false; -#endif } if(circleType == GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY) { +#ifdef NXS_NET_DEBUG_4 + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " YOUREYESONLY, checking further" << std::endl; +#endif + bool res = checkPermissionsForFriendGroup(sslId,grpMeta) ; +#ifdef NXS_NET_DEBUG_4 + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Final answer: " << res << std::endl; +#endif + return res ; #ifdef NXS_NET_DEBUG_4 GXSNETDEBUG_PG(sslId,grpMeta.mGroupId)<< " YOUREYESONLY, checking further"<< std::endl; #endif - // a non empty internal circle id means this - // is the personal circle owner - if(!grpMeta.mInternalCircle.isNull()) - { - const RsGxsCircleId& internalCircleId = grpMeta.mInternalCircle; -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " have mInternalCircle - we are Group creator" << std::endl; - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " mCircleId: " << grpMeta.mCircleId << std::endl; - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " mInternalCircle: " << grpMeta.mInternalCircle << std::endl; -#endif - - if(mCircles->isLoaded(internalCircleId)) - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " circle Loaded - checking mCircles->canSend" << std::endl; -#endif - const RsPgpId& pgpId = mPgpUtils->getPGPId(sslId); - bool should_encrypt = false ; - - bool res = mCircles->canSend(internalCircleId, pgpId,should_encrypt); -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " answer is: " << res << std::endl; -#endif - return res ; - } - -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle Not Loaded - add to vetting"<< std::endl; -#endif - toVet.push_back(GrpIdCircleVet(grpMeta.mGroupId, internalCircleId, grpMeta.mAuthorId)); - return false; - } - else - { - // an empty internal circle id means this peer can only - // send circle related info from peer he received it -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " mInternalCircle not set, someone else's personal circle"<< std::endl; -#endif - if(grpMeta.mOriginator == sslId) - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Originator matches -> can send"<< std::endl; -#endif - return true; - } - else - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Originator doesn't match -> cannot send"<< std::endl; -#endif - return false; - } - } } return true; @@ -4224,121 +4156,51 @@ bool RsGxsNetService::checkCanRecvMsgFromPeer(const RsPeerId& sslId, const RsGxs { #ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << "RsGxsNetService::checkCanRecvMsgFromPeer()"; - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " peer Id = " << sslId << ", grpId=" << grpMeta.mGroupId < returning true. Msgs will be encrypted." << std::endl; -#endif - should_encrypt_id = grpMeta.mCircleId ; - return true ; -#ifdef TO_BE_REMOVED_OLD_VETTING_FOR_EXTERNAL_CIRCLES - const RsGxsCircleId& circleId = grpMeta.mCircleId; - if(circleId.isNull()) - { -#ifdef NXS_NET_DEBUG_0 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " ERROR; EXTERNAL_CIRCLE missing NULL CircleId"; - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << grpMeta.mGroupId; - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: EXTERNAL => returning true. Msgs will be encrypted." << std::endl; #endif + should_encrypt_id = grpMeta.mCircleId ; + return true ; + } - // should just be shared. ? no - this happens for - // Circle Groups which lose their CircleIds. - // return true; - } + if(circleType == GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY) // do not attempt to sync msg unless to originator or those permitted + { +#ifdef NXS_NET_DEBUG_4 + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " YOUREYESONLY, checking further" << std::endl; +#endif + bool res = checkPermissionsForFriendGroup(sslId,grpMeta) ; +#ifdef NXS_NET_DEBUG_4 + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Final answer: " << res << std::endl; +#endif + return res ; + } - if(mCircles->isLoaded(circleId)) - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " EXTERNAL_CIRCLE, checking mCircles->canSend" << std::endl; -#endif - const RsPgpId& pgpId = mPgpUtils->getPGPId(sslId); - return mCircles->canSend(circleId, pgpId); - } - else - mCircles->loadCircle(circleId); // simply request for next pass - - return false; -#endif - } - - if(circleType == GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY) // do not attempt to sync msg unless to originator or those permitted - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " YOUREYESONLY, checking further" << std::endl; -#endif - // a non empty internal circle id means this - // is the personal circle owner - if(!grpMeta.mInternalCircle.isNull()) - { - const RsGxsCircleId& internalCircleId = grpMeta.mInternalCircle; -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " have mInternalCircle - we are Group creator" << std::endl; - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " mCircleId: " << grpMeta.mCircleId << std::endl; - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " mInternalCircle: " << grpMeta.mInternalCircle << std::endl; -#endif - - if(mCircles->isLoaded(internalCircleId)) - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " circle Loaded - checking mCircles->canSend" << std::endl; -#endif - const RsPgpId& pgpId = mPgpUtils->getPGPId(sslId); - bool should_encrypt ; - return mCircles->canSend(internalCircleId, pgpId,should_encrypt); - } - else - mCircles->loadCircle(internalCircleId); // request for next pass - - return false; - } - else - { - // an empty internal circle id means this peer can only - // send circle related info from peer he received it -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " mInternalCircle not set, someone else's personal circle" << std::endl; -#endif - if(grpMeta.mOriginator == sslId) - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Originator matches -> can send" << std::endl; -#endif - return true; - } - else - { -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Originator doesn't match -> cannot send"<< std::endl; -#endif - return false; - } - } - } - - return true; + return true; } bool RsGxsNetService::locked_CanReceiveUpdate(RsNxsSyncMsgReqItem *item,bool& grp_is_known) @@ -4615,17 +4477,17 @@ bool RsGxsNetService::canSendMsgIds(std::vector& msgMetas, co if(circleType == GXS_CIRCLE_TYPE_LOCAL) { #ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: LOCAL => returning false" << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: LOCAL => returning false" << std::endl; #endif - return false; + return false; } if(circleType == GXS_CIRCLE_TYPE_PUBLIC) { #ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: PUBLIC => returning true" << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: PUBLIC => returning true" << std::endl; #endif - return true; + return true; } const RsGxsCircleId& circleId = grpMeta.mCircleId; @@ -4633,119 +4495,116 @@ bool RsGxsNetService::canSendMsgIds(std::vector& msgMetas, co if(circleType == GXS_CIRCLE_TYPE_EXTERNAL) { #ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: EXTERNAL => returning true. Msgs ids list will be encrypted." << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: EXTERNAL => returning true. Msgs ids list will be encrypted." << std::endl; #endif - should_encrypt_id = circleId ; + should_encrypt_id = circleId ; - // For each message ID, check that the author is in the circle. If not, do not send the message, which means, remove it from the list. - // Unsigned messages are still transmitted. This is because in some groups (channels) the posts are not signed. Whether an unsigned post - // is allowed at this point is anyway already vetted by the RsGxsGenExchange service. + // For each message ID, check that the author is in the circle. If not, do not send the message, which means, remove it from the list. + // Unsigned messages are still transmitted. This is because in some groups (channels) the posts are not signed. Whether an unsigned post + // is allowed at this point is anyway already vetted by the RsGxsGenExchange service. - // Messages that stay in the list will be sent. As a consequence true is always returned. - // Messages put in vetting list will be dealt with later + // Messages that stay in the list will be sent. As a consequence true is always returned. + // Messages put in vetting list will be dealt with later - std::vector toVet; + std::vector toVet; - for(uint32_t i=0;imAuthorId.isNull() ) // keep the message in this case - ++i ; - else - { - if(mCircles->isLoaded(circleId) && mCircles->isRecipient(circleId, grpMeta.mGroupId, msgMetas[i]->mAuthorId)) - { - ++i ; - continue ; - } + for(uint32_t i=0;imAuthorId.isNull() ) // keep the message in this case + ++i ; + else + { + if(mCircles->isLoaded(circleId) && mCircles->isRecipient(circleId, grpMeta.mGroupId, msgMetas[i]->mAuthorId)) + { + ++i ; + continue ; + } - MsgIdCircleVet mic(msgMetas[i]->mMsgId, msgMetas[i]->mAuthorId); - toVet.push_back(mic); + MsgIdCircleVet mic(msgMetas[i]->mMsgId, msgMetas[i]->mAuthorId); + toVet.push_back(mic); #ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " deleting MsgMeta entry for msg ID " << msgMetas[i]->mMsgId << " signed by " << msgMetas[i]->mAuthorId << " who is not in group circle " << circleId << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " deleting MsgMeta entry for msg ID " << msgMetas[i]->mMsgId << " signed by " << msgMetas[i]->mAuthorId << " who is not in group circle " << circleId << std::endl; #endif - delete msgMetas[i] ; - msgMetas[i] = msgMetas[msgMetas.size()-1] ; - msgMetas.pop_back() ; - } + delete msgMetas[i] ; + msgMetas[i] = msgMetas[msgMetas.size()-1] ; + msgMetas.pop_back() ; + } #ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle info not loaded. Putting in vetting list and returning false." << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle info not loaded. Putting in vetting list and returning false." << std::endl; #endif - if(!toVet.empty()) - mPendingCircleVets.push_back(new MsgCircleIdsRequestVetting(mCircles, mPgpUtils, toVet, grpMeta.mGroupId, sslId, grpMeta.mCircleId)); + if(!toVet.empty()) + mPendingCircleVets.push_back(new MsgCircleIdsRequestVetting(mCircles, mPgpUtils, toVet, grpMeta.mGroupId, sslId, grpMeta.mCircleId)); - return true ; + return true ; } - if(circleType == GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY) - { + if(circleType == GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY) + { #ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: YOUR EYES ONLY" << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " YOUREYESONLY, checking further" << std::endl; #endif - // a non empty internal circle id means this - // is the personal circle owner - if(!grpMeta.mInternalCircle.isNull()) - { - const RsGxsCircleId& internalCircleId = grpMeta.mInternalCircle; + bool res = checkPermissionsForFriendGroup(sslId,grpMeta) ; #ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Group internal circle: " << internalCircleId << std::endl; -#endif - if(mCircles->isLoaded(internalCircleId)) - { - const RsPgpId& pgpId = mPgpUtils->getPGPId(sslId); - bool should_encrypt = false ; - - bool res= mCircles->canSend(internalCircleId, pgpId,should_encrypt); - - if(should_encrypt) - std::cerr << "(EE) inconsistent response: vetting requests to encrypt circle of type YOUR_EYES_ONLY" << std::endl; -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Answer from circle::canSend(): " << res << std::endl; -#endif - return res ; - } -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Not loaded. Putting in vetting list and returning false." << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Final answer: " << res << std::endl; #endif + return res ; + } - std::vector toVet; - std::vector::const_iterator vit = msgMetas.begin(); - - for(; vit != msgMetas.end(); ++vit) - { - const RsGxsMsgMetaData* const& meta = *vit; - - MsgIdCircleVet mic(meta->mMsgId, meta->mAuthorId); - toVet.push_back(mic); - } - - if(!toVet.empty()) - mPendingCircleVets.push_back(new MsgCircleIdsRequestVetting(mCircles, mPgpUtils, - toVet, grpMeta.mGroupId, - sslId, grpMeta.mCircleId)); - - return false; - } - else - { - // an empty internal circle id means this peer can only - // send circle related info from peer he received it - -#ifdef NXS_NET_DEBUG_4 - GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Empty internal circle: cannot only send info from Peer we received it (grpMeta.mOriginator=" << grpMeta.mOriginator << " answer is: " << (grpMeta.mOriginator == sslId) << std::endl; -#endif - if(grpMeta.mOriginator == sslId) - return true; - else - return false; - } - } - - return false; + return false; } /** inherited methods **/ +bool RsGxsNetService::checkPermissionsForFriendGroup(const RsPeerId& sslId,const RsGxsGrpMetaData& grpMeta) +{ +#ifdef NXS_NET_DEBUG_4 + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Circle type: YOUR EYES ONLY - ID = " << grpMeta.mInternalCircle << std::endl; +#endif + // a non empty internal circle id means this + // is the personal circle owner + if(!grpMeta.mInternalCircle.isNull()) + { + RsGroupInfo ginfo ; + RsPgpId pgpId = mPgpUtils->getPGPId(sslId) ; + +#ifdef NXS_NET_DEBUG_4 + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Group internal circle: " << grpMeta.mInternalCircle << ", We're owner. Sending to everyone in the group." << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Current destination is PGP Id: " << pgpId << std::endl; +#endif + if(!rsPeers->getGroupInfo(RsNodeGroupId(grpMeta.mInternalCircle),ginfo)) + { + std::cerr << "(EE) Cannot get information for internal circle (group node) ID " << grpMeta.mInternalCircle << " which conditions dissemination of GXS group " << grpMeta.mGroupId << std::endl; + return false ; + } + + bool res = (ginfo.peerIds.find(pgpId) != ginfo.peerIds.end()); + +#ifdef NXS_NET_DEBUG_4 + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Final Answer is: " << res << std::endl; +#endif + return res ; + } + else + { + // An empty internal circle id means this peer can only + // send circle related info from peer he received it from. + // Normally this should be a pgp-based decision, but if we do that, + // A ---> B ----> A' ---...--->B' , then A' will also send to B' since B is the + // originator for A'. So A will lose control of who can see the data. This should + // be discussed further... + +#ifdef NXS_NET_DEBUG_4 + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Empty internal circle: cannot only send/recv info to/from Peer we received it from (grpMeta.mOriginator=" << grpMeta.mOriginator << ")" << std::endl; + GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " Final answer is: " << (grpMeta.mOriginator == sslId) << std::endl; +#endif + if(grpMeta.mOriginator == sslId) + return true; + else + return false; + } +} + void RsGxsNetService::pauseSynchronisation(bool /* enabled */) { @@ -4759,7 +4618,13 @@ void RsGxsNetService::setSyncAge(uint32_t /* age */) int RsGxsNetService::requestGrp(const std::list& grpId, const RsPeerId& peerId) { RS_STACK_MUTEX(mNxsMutex) ; - mExplicitRequest[peerId].assign(grpId.begin(), grpId.end()); +#ifdef NXS_NET_DEBUG_0 + GXSNETDEBUG_P_(peerId) << "RsGxsNetService::requestGrp(): adding explicit group requests to peer " << peerId << std::endl; + + for(std::list::const_iterator it(grpId.begin());it!=grpId.end();++it) + GXSNETDEBUG_PG(peerId,*it) << " Group ID: " << *it << std::endl; +#endif + mExplicitRequest[peerId].assign(grpId.begin(), grpId.end()); return 1; } @@ -4771,7 +4636,10 @@ void RsGxsNetService::processExplicitGroupRequests() for(; cit != mExplicitRequest.end(); ++cit) { - const RsPeerId& peerId = cit->first; +#ifdef NXS_NET_DEBUG_0 + GXSNETDEBUG_P_(cit->first) << "RsGxsNetService::sending pending explicit group requests to peer " << cit->first << std::endl; +#endif + const RsPeerId& peerId = cit->first; const std::list& groupIdList = cit->second; std::list grpSyncItems; @@ -4779,7 +4647,10 @@ void RsGxsNetService::processExplicitGroupRequests() uint32_t transN = locked_getTransactionId(); for(; git != groupIdList.end(); ++git) { - RsNxsSyncGrpItem* item = new RsNxsSyncGrpItem(mServType); +#ifdef NXS_NET_DEBUG_0 + GXSNETDEBUG_PG(peerId,*git) << " group request for grp ID " << *git << " to peer " << peerId << std::endl; +#endif + RsNxsSyncGrpItem* item = new RsNxsSyncGrpItem(mServType); item->grpId = *git; item->PeerId(peerId); item->flag = RsNxsSyncGrpItem::FLAG_REQUEST; @@ -4956,6 +4827,10 @@ void RsGxsNetService::handleRecvPublishKeys(RsNxsGroupPublishKeyItem *item) // update the publish keys in this group meta info RsGxsGrpMetaData *grpMeta = grpMetaMap[item->grpId] ; + if (!grpMeta) { + std::cerr << "(EE) RsGxsNetService::handleRecvPublishKeys() grpMeta not found." << std::endl; + return ; + } // Check that the keys correspond, and that FULL keys are supplied, etc. @@ -5028,3 +4903,26 @@ bool RsGxsNetService::getGroupServerUpdateTS(const RsGxsGroupId& gid,time_t& gro return true ; } + +bool RsGxsNetService::stampMsgServerUpdateTS(const RsGxsGroupId& gid) +{ + RS_STACK_MUTEX(mNxsMutex) ; + + return locked_stampMsgServerUpdateTS(gid) ; +} + +bool RsGxsNetService::locked_stampMsgServerUpdateTS(const RsGxsGroupId& gid) +{ + std::map::iterator it = mServerMsgUpdateMap.find(gid) ; + + if(mServerMsgUpdateMap.end() == it) + { + RsGxsServerMsgUpdateItem *item = new RsGxsServerMsgUpdateItem(mServType); + item->grpId = gid ; + item->msgUpdateTS = time(NULL) ; + } + else + it->second->msgUpdateTS = time(NULL) ; + + return true; +} diff --git a/libretroshare/src/gxs/rsgxsnetservice.h b/libretroshare/src/gxs/rsgxsnetservice.h index d289a9cae..455b547d0 100644 --- a/libretroshare/src/gxs/rsgxsnetservice.h +++ b/libretroshare/src/gxs/rsgxsnetservice.h @@ -155,7 +155,8 @@ public: virtual void rejectMessage(const RsGxsMessageId& msg_id) ; virtual bool getGroupServerUpdateTS(const RsGxsGroupId& gid,time_t& grp_server_update_TS,time_t& msg_server_update_TS) ; - + virtual bool stampMsgServerUpdateTS(const RsGxsGroupId& gid) ; + /* p3Config methods */ public: @@ -228,6 +229,13 @@ private: */ void locked_completeTransaction(NxsTransaction* trans); + /*! + * \brief locked_stampMsgServerUpdateTS + * updates the server msg time stamp. This function is the locked method for the one above with similar name + * \param gid group id to stamp. + * \return + */ + bool locked_stampMsgServerUpdateTS(const RsGxsGroupId& gid); /*! * This retrieves a unique transaction id that * can be used in an outgoing transaction @@ -354,6 +362,15 @@ private: bool canSendGrpId(const RsPeerId& sslId, RsGxsGrpMetaData& grpMeta, std::vector& toVet, bool &should_encrypt); bool canSendMsgIds(std::vector& msgMetas, const RsGxsGrpMetaData&, const RsPeerId& sslId, RsGxsCircleId &should_encrypt_id); + /*! + * \brief checkPermissionsForFriendGroup + * Checks that we can send/recv from that node, given that the grpMeta has a distribution limited to a local circle. + * \param sslId Candidate peer to send to or to receive from. + * \param grpMeta Contains info about the group id, internal circle id, etc. + * \return true only when the internal exists and validates as a friend node group, and contains the owner of sslId. + */ + bool checkPermissionsForFriendGroup(const RsPeerId& sslId,const RsGxsGrpMetaData& grpMeta) ; + bool checkCanRecvMsgFromPeer(const RsPeerId& sslId, const RsGxsGrpMetaData& meta, RsGxsCircleId& should_encrypt_id); void locked_createTransactionFromPending(MsgRespPending* grpPend); diff --git a/libretroshare/src/gxs/rsgxsutil.cc b/libretroshare/src/gxs/rsgxsutil.cc index 0187e9cb4..22e2e8661 100644 --- a/libretroshare/src/gxs/rsgxsutil.cc +++ b/libretroshare/src/gxs/rsgxsutil.cc @@ -28,7 +28,6 @@ #include "rsgxsutil.h" #include "retroshare/rsgxsflags.h" #include "retroshare/rspeers.h" -#include "retroshare/rsreputations.h" #include "pqi/pqihash.h" #include "gxs/rsgixs.h" @@ -165,7 +164,7 @@ bool RsGxsIntegrityCheck::check() std::cerr << "TimeStamping group authors' key ID " << grp->metaData->mAuthorId << " in group ID " << grp->grpId << std::endl; #endif - if(rsReputations!=NULL && !rsReputations->isIdentityBanned(grp->metaData->mAuthorId)) + if(rsIdentity!=NULL && !rsIdentity->isBanned(grp->metaData->mAuthorId)) used_gxs_ids.insert(grp->metaData->mAuthorId) ; } } @@ -247,7 +246,7 @@ bool RsGxsIntegrityCheck::check() #ifdef GXSUTIL_DEBUG std::cerr << "TimeStamping message authors' key ID " << msg->metaData->mAuthorId << " in message " << msg->msgId << ", group ID " << msg->grpId<< std::endl; #endif - if(rsReputations!=NULL && !rsReputations->isIdentityBanned(msg->metaData->mAuthorId)) + if(rsIdentity!=NULL && !rsIdentity->isBanned(msg->metaData->mAuthorId)) used_gxs_ids.insert(msg->metaData->mAuthorId) ; } diff --git a/libretroshare/src/gxs/rsnxs.h b/libretroshare/src/gxs/rsnxs.h index 4a083a0f6..13eb6fedb 100644 --- a/libretroshare/src/gxs/rsnxs.h +++ b/libretroshare/src/gxs/rsnxs.h @@ -144,6 +144,15 @@ public: * \return false if the group is not found, true otherwise */ virtual bool getGroupServerUpdateTS(const RsGxsGroupId& gid,time_t& grp_server_update_TS,time_t& msg_server_update_TS) =0; + + /*! + * \brief stampMsgServerUpdateTS + * Updates the msgServerUpdateMap structure to time(NULL), so as to trigger sending msg lists to friends. + * This is needed when e.g. posting a new message to a group. + * \param gid the group to stamp in msgServerUpdateMap + * \return + */ + virtual bool stampMsgServerUpdateTS(const RsGxsGroupId& gid) =0; }; #endif // RSGNP_H diff --git a/libretroshare/src/libretroshare.pro b/libretroshare/src/libretroshare.pro index 82b0ea27b..e6d08a3c6 100644 --- a/libretroshare/src/libretroshare.pro +++ b/libretroshare/src/libretroshare.pro @@ -10,6 +10,10 @@ DESTDIR = lib #CONFIG += dsdv +# the dht stunner is used to obtain RS' external ip addr. when it is natted +# this system is unreliable and rs supports a newer and better one (asking connected peers) +# CONFIG += useDhtStunner + profiling { QMAKE_CXXFLAGS -= -fomit-frame-pointer QMAKE_CXXFLAGS *= -pg -g -fno-omit-frame-pointer @@ -65,8 +69,7 @@ SOURCES *= serialiser/rstlvdsdv.cc \ bitdht { HEADERS += dht/p3bitdht.h \ - dht/connectstatebox.h \ - dht/stunaddrassist.h + dht/connectstatebox.h SOURCES += dht/p3bitdht.cc \ dht/p3bitdht_interface.cc \ @@ -80,7 +83,6 @@ HEADERS += tcponudp/udppeer.h \ tcponudp/tcppacket.h \ tcponudp/tcpstream.h \ tcponudp/tou.h \ - tcponudp/udpstunner.h \ tcponudp/udprelay.h \ SOURCES += tcponudp/udppeer.cc \ @@ -88,9 +90,17 @@ SOURCES += tcponudp/udppeer.cc \ tcponudp/tcpstream.cc \ tcponudp/tou.cc \ tcponudp/bss_tou.c \ - tcponudp/udpstunner.cc \ tcponudp/udprelay.cc \ + useDhtStunner { + HEADERS += dht/stunaddrassist.h \ + tcponudp/udpstunner.h + + SOURCES += tcponudp/udpstunner.cc + + DEFINES += RS_USE_DHT_STUNNER + } + DEFINES *= RS_USE_BITDHT BITDHT_DIR = ../../libbitdht/src diff --git a/libretroshare/src/pgp/pgpauxutils.cc b/libretroshare/src/pgp/pgpauxutils.cc index b6cecc2bd..6cd4ebf08 100644 --- a/libretroshare/src/pgp/pgpauxutils.cc +++ b/libretroshare/src/pgp/pgpauxutils.cc @@ -71,13 +71,13 @@ bool PgpAuxUtilsImpl::parseSignature(unsigned char *sign, unsigned int signlen, return AuthGPG::getAuthGPG()->parseSignature(sign,signlen,issuer); } -bool PgpAuxUtilsImpl::askForDeferredSelfSignature(const void *data, - const uint32_t len, - unsigned char *sign, +bool PgpAuxUtilsImpl::askForDeferredSelfSignature(const void *data, + const uint32_t len, + unsigned char *sign, unsigned int *signlen, - int& signature_result ) + int& signature_result , std::string reason) { - return RsServer::notify()->askForDeferredSelfSignature(data, len, sign, signlen, signature_result); + return RsServer::notify()->askForDeferredSelfSignature(data, len, sign, signlen, signature_result, reason); } diff --git a/libretroshare/src/pgp/pgpauxutils.h b/libretroshare/src/pgp/pgpauxutils.h index bd1421f83..5cc1b0a73 100644 --- a/libretroshare/src/pgp/pgpauxutils.h +++ b/libretroshare/src/pgp/pgpauxutils.h @@ -43,7 +43,7 @@ class PgpAuxUtils virtual bool parseSignature(unsigned char *sign, unsigned int signlen, RsPgpId& issuer) const =0; virtual bool VerifySignBin(const void *data, uint32_t len, unsigned char *sign, unsigned int signlen, const PGPFingerprintType& withfingerprint) = 0; - virtual bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result ) = 0; + virtual bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result, std::string reason) = 0; }; class PgpAuxUtilsImpl: public PgpAuxUtils @@ -58,7 +58,7 @@ public: virtual bool getKeyFingerprint(const RsPgpId& id,PGPFingerprintType& fp) const; virtual bool VerifySignBin(const void *data, uint32_t len, unsigned char *sign, unsigned int signlen, const PGPFingerprintType& withfingerprint); virtual bool getGPGAllList(std::list &ids); - virtual bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result ); + virtual bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result, std::string reason); }; diff --git a/libretroshare/src/pgp/pgphandler.cc b/libretroshare/src/pgp/pgphandler.cc index d988a6e13..d0f7d66f9 100644 --- a/libretroshare/src/pgp/pgphandler.cc +++ b/libretroshare/src/pgp/pgphandler.cc @@ -61,25 +61,25 @@ ops_parse_cb_return_t cb_get_passphrase(const ops_parser_content_t *content_,ops { case OPS_PARSER_CMD_GET_SK_PASSPHRASE_PREV_WAS_BAD: prev_was_bad = true ; case OPS_PARSER_CMD_GET_SK_PASSPHRASE: - { - std::string passwd; - std::string uid_hint ; - - if(cbinfo->cryptinfo.keydata->nuids > 0) - uid_hint = std::string((const char *)cbinfo->cryptinfo.keydata->uids[0].user_id) ; - uid_hint += "(" + RsPgpId(cbinfo->cryptinfo.keydata->key_id).toStdString()+")" ; + { + std::string passwd; + std::string uid_hint ; - bool cancelled = false ; - passwd = PGPHandler::passphraseCallback()(NULL,uid_hint.c_str(),NULL,prev_was_bad,&cancelled) ; + if(cbinfo->cryptinfo.keydata->nuids > 0) + uid_hint = std::string((const char *)cbinfo->cryptinfo.keydata->uids[0].user_id) ; + uid_hint += "(" + RsPgpId(cbinfo->cryptinfo.keydata->key_id).toStdString()+")" ; - if(cancelled) - *(unsigned char *)cbinfo->arg = 1; + bool cancelled = false ; + passwd = PGPHandler::passphraseCallback()(NULL,"",uid_hint.c_str(),NULL,prev_was_bad,&cancelled) ; - *(content->secret_key_passphrase.passphrase)= (char *)ops_mallocz(passwd.length()+1) ; - memcpy(*(content->secret_key_passphrase.passphrase),passwd.c_str(),passwd.length()) ; - return OPS_KEEP_MEMORY; - } - break; + if(cancelled) + *(unsigned char *)cbinfo->arg = 1; + + *(content->secret_key_passphrase.passphrase)= (char *)ops_mallocz(passwd.length()+1) ; + memcpy(*(content->secret_key_passphrase.passphrase),passwd.c_str(),passwd.length()) ; + return OPS_KEEP_MEMORY; + } + break; default: break; @@ -1326,7 +1326,7 @@ bool PGPHandler::decryptTextFromFile(const RsPgpId&,std::string& text,const std: return (bool)res ; } -bool PGPHandler::SignDataBin(const RsPgpId& id,const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,bool use_raw_signature) +bool PGPHandler::SignDataBin(const RsPgpId& id,const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,bool use_raw_signature, std::string reason /* = "" */) { RsStackMutex mtx(pgphandlerMtx) ; // lock access to PGP memory structures. // need to find the key and to decrypt it. @@ -1357,7 +1357,7 @@ ops_secret_key_t *secret_key = NULL ; for(int i=0;i<3;++i) { bool cancelled =false; - std::string passphrase = _passphrase_callback(NULL,uid_hint.c_str(),"Please enter passwd for encrypting your key : ",last_passwd_was_wrong,&cancelled) ; + std::string passphrase = _passphrase_callback(NULL,reason.c_str(),uid_hint.c_str(),"Please enter passwd for encrypting your key : ",last_passwd_was_wrong,&cancelled) ;//TODO reason secret_key = ops_decrypt_secret_key_from_data(key,passphrase.c_str()) ; @@ -1448,8 +1448,8 @@ bool PGPHandler::privateSignCertificate(const RsPgpId& ownId,const RsPgpId& id_o return false ; } - bool cancelled = false; - std::string passphrase = _passphrase_callback(NULL,RsPgpId(skey->key_id).toStdString().c_str(),"Please enter passwd for encrypting your key : ",false,&cancelled) ; + bool cancelled = false; + std::string passphrase = _passphrase_callback(NULL,"",RsPgpId(skey->key_id).toStdString().c_str(),"Please enter passwd for encrypting your key : ",false,&cancelled) ; ops_secret_key_t *secret_key = ops_decrypt_secret_key_from_data(skey,passphrase.c_str()) ; diff --git a/libretroshare/src/pgp/pgphandler.h b/libretroshare/src/pgp/pgphandler.h index 1276c83d7..88caa891d 100644 --- a/libretroshare/src/pgp/pgphandler.h +++ b/libretroshare/src/pgp/pgphandler.h @@ -16,7 +16,7 @@ extern "C" { #include } -typedef std::string (*PassphraseCallback)(void *data, const char *uid_hint, const char *passphrase_info, int prev_was_bad,bool *cancelled) ; +typedef std::string (*PassphraseCallback)(void *data, const char *uid_title, const char *uid_hint, const char *passphrase_info, int prev_was_bad,bool *cancelled) ; class PGPCertificateInfo { @@ -85,8 +85,8 @@ class PGPHandler std::string SaveCertificateToString(const RsPgpId& id,bool include_signatures) const ; bool exportPublicKey(const RsPgpId& id,unsigned char *& mem,size_t& mem_size,bool armoured,bool include_signatures) const ; - bool parseSignature(unsigned char *sign, unsigned int signlen,RsPgpId& issuer_id) ; - bool SignDataBin(const RsPgpId& id,const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,bool make_raw_signature=false) ; + bool parseSignature(unsigned char *sign, unsigned int signlen,RsPgpId& issuer_id) ; + bool SignDataBin(const RsPgpId& id, const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, bool make_raw_signature=false, std::string reason = "") ; bool VerifySignBin(const void *data, uint32_t data_len, unsigned char *sign, unsigned int sign_len, const PGPFingerprintType& withfingerprint) ; bool privateSignCertificate(const RsPgpId& own_id,const RsPgpId& id_of_key_to_sign) ; diff --git a/libretroshare/src/pgp/pgpkeyutil.cc b/libretroshare/src/pgp/pgpkeyutil.cc index b4e2161c2..a019c95c8 100644 --- a/libretroshare/src/pgp/pgpkeyutil.cc +++ b/libretroshare/src/pgp/pgpkeyutil.cc @@ -248,23 +248,25 @@ uint64_t PGPKeyParser::read_KeyID(unsigned char *& data) uint32_t PGPKeyParser::write_125Size(unsigned char *data,uint32_t size) { - if(size < 192) + if(size < 192)//192 To know if size is coded with One Char < 0xC0 { data[0] = size ; return 1; } - if(size < 8384) + if(size < 8384)//8384 To know if size is coded with Two Chars < 0xE0. See RFC4880 { - data[0] = (size >> 8) + 192 ; - data[1] = (size & 255) - 192 ; + data[1] = (size - 192) & 0xFF ;//Warning data[1] could be "negative", recode it using 8bits type + data[0] = ((size - 192 - data[1]) >> 8) + 192 ; + + return 2 ; } - data[0] = 0xff ; - data[1] = (size >> 24) & 255 ; - data[2] = (size >> 16) & 255 ; - data[3] = (size >> 8) & 255 ; - data[4] = (size ) & 255 ; + data[0] = 0xFF ; //Else size is coded with 4 Chars + 1 at 0xFF + data[1] = (size >> 24) & 0xFF ; + data[2] = (size >> 16) & 0xFF ; + data[3] = (size >> 8) & 0xFF ; + data[4] = (size ) & 0xFF ; return 5 ; } @@ -274,16 +276,16 @@ uint32_t PGPKeyParser::read_125Size(unsigned char *& data) uint8_t b1 = *data ; ++data ; - if(b1 < 192) + if(b1 < 192) //192 Size is coded with One Char. See RFC4880 return b1 ; uint8_t b2 = *data ; ++data ; - if(b1 < 224) - return ((b1-192) << 8) + b2 + 192 ; + if(b1 < 224)//224 = 0xC0+0x20 Size is coded with Two Chars + return ((b1-192) << 8) + b2 + 192 ; // see RFC4880 - if(b1 != 0xff) + if(b1 != 0xFF)// Else Coded with 4 Chars but first == 0xFF throw std::runtime_error("GPG parsing error") ; uint8_t b3 = *data ; ++data ; diff --git a/libretroshare/src/pqi/authgpg.cc b/libretroshare/src/pqi/authgpg.cc index 7caf8e401..38756476c 100644 --- a/libretroshare/src/pqi/authgpg.cc +++ b/libretroshare/src/pqi/authgpg.cc @@ -86,14 +86,14 @@ bool AuthGPG::encryptTextToFile(const std::string& text,const std::string& outfi // return PGPHandler::encryptTextToString(RsPgpId(pgp_id),text,outstr) ; // } -std::string pgp_pwd_callback(void * /*hook*/, const char *uid_hint, const char * /*passphrase_info*/, int prev_was_bad,bool *cancelled) +std::string pgp_pwd_callback(void * /*hook*/, const char *uid_title, const char *uid_hint, const char * /*passphrase_info*/, int prev_was_bad,bool *cancelled) { #define GPG_DEBUG2 #ifdef GPG_DEBUG2 fprintf(stderr, "pgp_pwd_callback() called.\n"); #endif std::string password; - RsServer::notify()->askForPassword(uid_hint, prev_was_bad, password,cancelled) ; + RsServer::notify()->askForPassword(uid_title, uid_hint, prev_was_bad, password,cancelled) ; return password ; } @@ -296,9 +296,9 @@ void AuthGPG::processServices() delete operation; } -bool AuthGPG::DoOwnSignature(const void *data, unsigned int datalen, void *buf_sigout, unsigned int *outl) +bool AuthGPG::DoOwnSignature(const void *data, unsigned int datalen, void *buf_sigout, unsigned int *outl, std::string reason /* = "" */) { - return PGPHandler::SignDataBin(mOwnGpgId,data,datalen,(unsigned char *)buf_sigout,outl) ; + return PGPHandler::SignDataBin(mOwnGpgId,data,datalen,(unsigned char *)buf_sigout,outl,false,reason) ; } @@ -605,9 +605,9 @@ bool AuthGPG::decryptDataBin(const void *data, unsigned int datalen, unsigned ch { return PGPHandler::decryptDataBin(mOwnGpgId,data,datalen,sign,signlen) ; } -bool AuthGPG::SignDataBin(const void *data, unsigned int datalen, unsigned char *sign, unsigned int *signlen) +bool AuthGPG::SignDataBin(const void *data, unsigned int datalen, unsigned char *sign, unsigned int *signlen, std::string reason /*= ""*/) { - return DoOwnSignature(data, datalen, sign, signlen); + return DoOwnSignature(data, datalen, sign, signlen, reason); } bool AuthGPG::VerifySignBin(const void *data, uint32_t datalen, unsigned char *sign, unsigned int signlen, const PGPFingerprintType& withfingerprint) diff --git a/libretroshare/src/pqi/authgpg.h b/libretroshare/src/pqi/authgpg.h index 8d52f2ac5..63cffe784 100644 --- a/libretroshare/src/pqi/authgpg.h +++ b/libretroshare/src/pqi/authgpg.h @@ -208,7 +208,7 @@ class AuthGPG: public p3Config, public RsTickingThread, public PGPHandler * There should also be Encryption Functions... (do later). * ****/ - virtual bool SignDataBin(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen); + virtual bool SignDataBin(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, std::string reason = ""); virtual bool VerifySignBin(const void*, uint32_t, unsigned char*, unsigned int, const PGPFingerprintType& withfingerprint); virtual bool parseSignature(const void *sig, unsigned int siglen, RsPgpId& issuer_id); @@ -254,7 +254,7 @@ class AuthGPG: public p3Config, public RsTickingThread, public PGPHandler //void createDummyFriends(void); //NYI /* Internal functions */ - bool DoOwnSignature(const void *, unsigned int, void *, unsigned int *); + bool DoOwnSignature(const void *, unsigned int, void *, unsigned int *, std::string reason); bool VerifySignature(const void *data, int datalen, const void *sig, unsigned int siglen, const PGPFingerprintType& withfingerprint); /* Sign/Trust stuff */ diff --git a/libretroshare/src/pqi/authssl.cc b/libretroshare/src/pqi/authssl.cc index 595ca946d..4c50a046a 100644 --- a/libretroshare/src/pqi/authssl.cc +++ b/libretroshare/src/pqi/authssl.cc @@ -850,7 +850,7 @@ X509 *AuthSSLimpl::SignX509ReqWithGPG(X509_REQ *req, long /*days*/) std::cerr << "Digest Applied: len: " << hashoutl << std::endl; /* NOW Sign via GPG Functions */ - if (!AuthGPG::getAuthGPG()->SignDataBin(buf_hashout, hashoutl, buf_sigout, (unsigned int *) &sigoutl)) + if (!AuthGPG::getAuthGPG()->SignDataBin(buf_hashout, hashoutl, buf_sigout, (unsigned int *) &sigoutl,"AuthSSLimpl::SignX509ReqWithGPG()")) { sigoutl = 0; goto err; diff --git a/libretroshare/src/pqi/p3linkmgr.cc b/libretroshare/src/pqi/p3linkmgr.cc index 2e58b8f4b..26a27dc45 100644 --- a/libretroshare/src/pqi/p3linkmgr.cc +++ b/libretroshare/src/pqi/p3linkmgr.cc @@ -138,8 +138,6 @@ p3LinkMgrIMPL::p3LinkMgrIMPL(p3PeerMgrIMPL *peerMgr, p3NetMgrIMPL *netMgr) mDNSResolver = new DNSResolver(); mRetryPeriod = MIN_RETRY_PERIOD; - lastGroupId = 1; - /* setup Banned Ip Address - static for now */ diff --git a/libretroshare/src/pqi/p3linkmgr.h b/libretroshare/src/pqi/p3linkmgr.h index c7a551177..1fee7d6f2 100644 --- a/libretroshare/src/pqi/p3linkmgr.h +++ b/libretroshare/src/pqi/p3linkmgr.h @@ -132,7 +132,7 @@ class peerConnectState }; class p3tunnel; -class RsPeerGroupItem; +class RsPeerGroupItem_deprecated; class RsGroupInfo; class p3PeerMgr; @@ -339,9 +339,6 @@ private: std::map mFriendList; std::map mOthersList; - std::list groupList; - uint32_t lastGroupId; - /* relatively static list of banned ip addresses */ std::list mBannedIpList; }; diff --git a/libretroshare/src/pqi/p3netmgr.cc b/libretroshare/src/pqi/p3netmgr.cc index 620175c25..bc5a6f12b 100644 --- a/libretroshare/src/pqi/p3netmgr.cc +++ b/libretroshare/src/pqi/p3netmgr.cc @@ -169,12 +169,13 @@ void p3NetMgrIMPL::setManagers(p3PeerMgr *peerMgr, p3LinkMgr *linkMgr) // mDhtMgr = dhtMgr; //} +#ifdef RS_USE_DHT_STUNNER void p3NetMgrIMPL::setAddrAssist(pqiAddrAssist *dhtStun, pqiAddrAssist *proxyStun) { mDhtStunner = dhtStun; mProxyStunner = proxyStun; } - +#endif // RS_USE_DHT_STUNNER /***** Framework / initial implementation for a connection manager. @@ -445,6 +446,7 @@ void p3NetMgrIMPL::slowTick() netAssistTick(); updateNetStateBox_temporal(); +#ifdef RS_USE_DHT_STUNNER if (mDhtStunner) { mDhtStunner->tick(); @@ -454,7 +456,7 @@ void p3NetMgrIMPL::slowTick() { mProxyStunner->tick(); } - +#endif // RS_USE_DHT_STUNNER } #define STARTUP_DELAY 5 @@ -1734,11 +1736,12 @@ void p3NetMgrIMPL::updateNetStateBox_temporal() std::cerr << "p3NetMgrIMPL::updateNetStateBox_temporal() "; std::cerr << std::endl; #endif - - uint8_t isstable = 0; struct sockaddr_storage tmpaddr; sockaddr_storage_clear(tmpaddr); +#ifdef RS_USE_DHT_STUNNER + uint8_t isstable = 0; + if (mDhtStunner) { @@ -1776,6 +1779,7 @@ void p3NetMgrIMPL::updateNetStateBox_temporal() } } +#endif // RS_USE_DHT_STUNNER { @@ -1789,7 +1793,7 @@ void p3NetMgrIMPL::updateNetStateBox_temporal() /* now we check if a WebIP address is required? */ - +#ifdef NETMGR_DEBUG_STATEBOX { RsStackMutex stack(mNetMtx); /****** STACK LOCK MUTEX *******/ @@ -1805,7 +1809,6 @@ void p3NetMgrIMPL::updateNetStateBox_temporal() std::string nattypestr = NetStateNatTypeString(natType); std::string netmodestr = NetStateNetworkModeString(netMode); -#ifdef NETMGR_DEBUG_STATEBOX std::cerr << "p3NetMgrIMPL::updateNetStateBox_temporal() NetStateBox Thinking"; std::cerr << std::endl; std::cerr << "\tNetState: " << netstatestr; @@ -1818,10 +1821,9 @@ void p3NetMgrIMPL::updateNetStateBox_temporal() std::cerr << std::endl; std::cerr << "\tNatType: " << nattypestr; std::cerr << std::endl; -#endif } - +#endif updateNatSetting(); @@ -1869,7 +1871,7 @@ void p3NetMgrIMPL::updateNatSetting() std::cerr << std::endl; #endif - +#ifdef RS_USE_DHT_STUNNER switch(natType) { case RSNET_NATTYPE_RESTRICTED_CONE: @@ -1894,7 +1896,7 @@ void p3NetMgrIMPL::updateNatSetting() mProxyStunner->setRefreshPeriod(NET_STUNNER_PERIOD_SLOW); break; } - +#endif // RS_USE_DHT_STUNNER /* This controls the Attach mode of the DHT... * which effectively makes the DHT "attach" to Open Nodes. diff --git a/libretroshare/src/pqi/p3netmgr.h b/libretroshare/src/pqi/p3netmgr.h index afc1bda1a..1b379afec 100644 --- a/libretroshare/src/pqi/p3netmgr.h +++ b/libretroshare/src/pqi/p3netmgr.h @@ -209,7 +209,9 @@ virtual bool getDHTEnabled(); /************************************************************************************************/ void setManagers(p3PeerMgr *peerMgr, p3LinkMgr *linkMgr); +#ifdef RS_USE_DHT_STUNNER void setAddrAssist(pqiAddrAssist *dhtStun, pqiAddrAssist *proxyStun); +#endif // RS_USE_DHT_STUNNER void tick(); @@ -319,8 +321,10 @@ private: p3LinkMgr *mLinkMgr; //p3BitDht *mBitDht; +#ifdef RS_USE_DHT_STUNNER pqiAddrAssist *mDhtStunner; pqiAddrAssist *mProxyStunner; +#endif // RS_USE_DHT_STUNNER RsMutex mNetMtx; /* protects below */ diff --git a/libretroshare/src/pqi/p3notify.cc b/libretroshare/src/pqi/p3notify.cc index ecb92f49d..53109a6d1 100644 --- a/libretroshare/src/pqi/p3notify.cc +++ b/libretroshare/src/pqi/p3notify.cc @@ -245,10 +245,10 @@ void p3Notify::notifyDownloadComplete (const std::string& fileHash ) void p3Notify::notifyDownloadCompleteCount (uint32_t count ) { FOR_ALL_NOTIFY_CLIENTS (*it)->notifyDownloadCompleteCount (count) ; } void p3Notify::notifyHistoryChanged (uint32_t msgId , int type) { FOR_ALL_NOTIFY_CLIENTS (*it)->notifyHistoryChanged (msgId,type) ; } -bool p3Notify::askForPassword (const std::string& key_details , bool prev_is_bad , std::string& password,bool *cancelled) +bool p3Notify::askForPassword (const std::string& title , const std::string& key_details , bool prev_is_bad , std::string& password,bool *cancelled) { FOR_ALL_NOTIFY_CLIENTS - if( (*it)->askForPassword(key_details,prev_is_bad,password,*cancelled)) + if( (*it)->askForPassword(title,key_details,prev_is_bad,password,*cancelled)) return true ; return false ; @@ -261,10 +261,10 @@ bool p3Notify::askForPluginConfirmation (const std::string& plugin_filen return false ; } -bool p3Notify::askForDeferredSelfSignature (const void * data , const uint32_t len , unsigned char *sign, unsigned int *signlen,int& signature_result ) +bool p3Notify::askForDeferredSelfSignature (const void * data , const uint32_t len , unsigned char *sign, unsigned int *signlen,int& signature_result, std::string reason /*=""*/) { FOR_ALL_NOTIFY_CLIENTS - if( (*it)->askForDeferredSelfSignature(data,len,sign,signlen,signature_result)) + if( (*it)->askForDeferredSelfSignature(data,len,sign,signlen,signature_result, reason)) return true ; return false ; diff --git a/libretroshare/src/pqi/p3notify.h b/libretroshare/src/pqi/p3notify.h index 907559e06..f91450f22 100644 --- a/libretroshare/src/pqi/p3notify.h +++ b/libretroshare/src/pqi/p3notify.h @@ -116,12 +116,12 @@ class p3Notify: public RsNotify void notifyPeerStatusChangedSummary () ; void notifyDiscInfoChanged () ; - bool askForDeferredSelfSignature (const void * /* data */, const uint32_t /* len */, unsigned char * /* sign */, unsigned int * /* signlen */,int& signature_result ) ; + bool askForDeferredSelfSignature (const void * /* data */, const uint32_t /* len */, unsigned char * /* sign */, unsigned int * /* signlen */, int& signature_result , std::string reason = "") ; void notifyDownloadComplete (const std::string& /* fileHash */) ; void notifyDownloadCompleteCount (uint32_t /* count */) ; void notifyHistoryChanged (uint32_t /* msgId */, int /* type */) ; - bool askForPassword (const std::string& /* key_details */, bool /* prev_is_bad */, std::string&, bool *cancelled /* password */ ) ; + bool askForPassword (const std::string& title, const std::string& /* key_details */, bool /* prev_is_bad */, std::string&, bool *cancelled /* password */ ) ; bool askForPluginConfirmation (const std::string& /* plugin_filename */, const std::string& /* plugin_file_hash */) ; private: diff --git a/libretroshare/src/pqi/p3peermgr.cc b/libretroshare/src/pqi/p3peermgr.cc index 53ac4f12f..f37f80b55 100644 --- a/libretroshare/src/pqi/p3peermgr.cc +++ b/libretroshare/src/pqi/p3peermgr.cc @@ -75,7 +75,7 @@ static struct RsLog::logInfo p3peermgrzoneInfo = {RsLog::Default, "p3peermgr"}; static const std::string kConfigDefaultProxyServerIpAddr = "127.0.0.1"; static const uint16_t kConfigDefaultProxyServerPortTor = 9050; // standard port. -static const uint16_t kConfigDefaultProxyServerPortI2P = 10; // there is no standard port though +static const uint16_t kConfigDefaultProxyServerPortI2P = 4447; // I2Pd's standard port static const std::string kConfigKeyExtIpFinder = "USE_EXTR_IP_FINDER"; static const std::string kConfigKeyProxyServerIpAddrTor = "PROXY_SERVER_IPADDR"; @@ -130,8 +130,6 @@ p3PeerMgrIMPL::p3PeerMgrIMPL(const RsPeerId& ssl_own_id, const RsPgpId& gpg_own_ mOwnState.vs_disc = RS_VS_DISC_FULL; mOwnState.vs_dht = RS_VS_DHT_FULL; - lastGroupId = 1; - // setup default ProxyServerAddress. // Tor sockaddr_storage_clear(mProxyServerAddressTor); @@ -1071,7 +1069,7 @@ bool p3PeerMgrIMPL::removeFriend(const RsPgpId &id) std::list ids ; ids.push_back(id) ; - assignPeersToGroup("", ids, false); + assignPeersToGroup(RsNodeGroupId(), ids, false); IndicateConfigChanged(); /**** INDICATE MSG CONFIG CHANGED! *****/ @@ -1145,7 +1143,7 @@ bool p3PeerMgrIMPL::removeFriend(const RsPeerId &id, bool removePgpId) /* remove id from all groups */ - assignPeersToGroup("", pgpid_toRemove, false); + assignPeersToGroup(RsNodeGroupId(), pgpid_toRemove, false); IndicateConfigChanged(); /**** INDICATE MSG CONFIG CHANGED! *****/ @@ -1915,7 +1913,7 @@ RsSerialiser *p3PeerMgrIMPL::setupSerialiser() bool p3PeerMgrIMPL::saveList(bool &cleanup, std::list& saveData) { /* create a list of current peers */ - cleanup = false; + cleanup = true; bool useExtAddrFinder = mNetMgr->getIPServersEnabled(); /* gather these information before mPeerMtx is locked! */ @@ -1971,7 +1969,6 @@ bool p3PeerMgrIMPL::saveList(bool &cleanup, std::list& saveData) #endif saveData.push_back(item); - saveCleanupList.push_back(item); /* iterate through all friends and save */ std::map::iterator it; @@ -2003,7 +2000,6 @@ bool p3PeerMgrIMPL::saveList(bool &cleanup, std::list& saveData) item->domain_port = (it->second).hiddenPort; saveData.push_back(item); - saveCleanupList.push_back(item); #ifdef PEER_DEBUG std::cerr << "p3PeerMgrIMPL::saveList() Peer Config Item:" << std::endl; item->print(std::cerr, 10); @@ -2024,7 +2020,6 @@ bool p3PeerMgrIMPL::saveList(bool &cleanup, std::list& saveData) } saveData.push_back(sitem) ; - saveCleanupList.push_back(sitem); // Now save config for network digging strategies @@ -2066,14 +2061,14 @@ bool p3PeerMgrIMPL::saveList(bool &cleanup, std::list& saveData) vitem->tlvkvs.pairs.push_back(kv) ; saveData.push_back(vitem); - saveCleanupList.push_back(vitem); /* save groups */ - std::list::iterator groupIt; - for (groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) { - saveData.push_back(*groupIt); // no delete - } + for ( std::map::iterator groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) + { + RsNodeGroupItem *itm = new RsNodeGroupItem(groupIt->second); + saveData.push_back(itm) ; + } return true; } @@ -2294,7 +2289,8 @@ bool p3PeerMgrIMPL::loadList(std::list& load) continue; } - RsPeerGroupItem *gitem = dynamic_cast(*it) ; + RsPeerGroupItem_deprecated *gitem = dynamic_cast(*it) ; + if (gitem) { RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ @@ -2304,20 +2300,54 @@ bool p3PeerMgrIMPL::loadList(std::list& load) gitem->print(std::cerr, 10); std::cerr << std::endl; #endif + RsGroupInfo ginfo ; + ginfo.flag = gitem->flag ; + ginfo.name = gitem->name ; + ginfo.peerIds = gitem->pgpList.ids ; - groupList.push_back(gitem); // don't delete + do { ginfo.id = RsNodeGroupId::random(); } while(groupList.find(ginfo.id) != groupList.end()) ; - if ((gitem->flag & RS_GROUP_FLAG_STANDARD) == 0) { - /* calculate group id */ - uint32_t groupId = atoi(gitem->id.c_str()); - if (groupId > lastGroupId) { - lastGroupId = groupId; - } - } + // Ensure backward compatibility when loading the group in old format. The id must matchthe standard default id. - continue; + if(gitem->id == std::string(RS_GROUP_DEFAULT_NAME_FRIENDS )) ginfo.id = RS_GROUP_ID_FRIENDS ; + if(gitem->id == std::string(RS_GROUP_DEFAULT_NAME_COWORKERS)) ginfo.id = RS_GROUP_ID_COWORKERS ; + if(gitem->id == std::string(RS_GROUP_DEFAULT_NAME_FAMILY )) ginfo.id = RS_GROUP_ID_FAMILY ; + if(gitem->id == std::string(RS_GROUP_DEFAULT_NAME_FAVORITES)) ginfo.id = RS_GROUP_ID_FAVORITES ; + if(gitem->id == std::string(RS_GROUP_DEFAULT_NAME_OTHERS )) ginfo.id = RS_GROUP_ID_OTHERS ; + + if(!ginfo.id.isNull()) + { + groupList[ginfo.id] = ginfo ; + std::cerr << "(II) Creating new group for old format local group \"" << gitem->name << "\". Id=" << ginfo.id << std::endl; + } + else + std::cerr << "(EE) no group corresponding to old format group with ID=\"" << gitem->id << "\"" << std::endl; + + continue; } - + + RsNodeGroupItem *gitem2 = dynamic_cast(*it) ; + + if (gitem2) + { + RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ + +#ifdef PEER_DEBUG + std::cerr << "p3PeerMgrIMPL::loadList() Peer group item:" << std::endl; + gitem->print(std::cerr, 10); + std::cerr << std::endl; +#endif + RsGroupInfo info ; + info.peerIds = gitem2->pgpList.ids ; + info.id = gitem2->id ; + info.name = gitem2->name ; + info.flag = gitem2->flag ; + + std::cerr << "(II) Loaded group in new format. ID = " << info.id << std::endl; + groupList[info.id] = info ; + + continue; + } RsPeerBandwidthLimitsItem *pblitem = dynamic_cast(*it) ; if(pblitem) @@ -2363,42 +2393,19 @@ bool p3PeerMgrIMPL::loadList(std::list& load) /* Standard groups */ const int standardGroupCount = 5; - const char *standardGroup[standardGroupCount] = { RS_GROUP_ID_FRIENDS, RS_GROUP_ID_FAMILY, RS_GROUP_ID_COWORKERS, RS_GROUP_ID_OTHERS, RS_GROUP_ID_FAVORITES }; - bool foundStandardGroup[standardGroupCount] = { false, false, false, false, false }; + const RsNodeGroupId standardGroupIds [standardGroupCount] = { RS_GROUP_ID_FRIENDS, RS_GROUP_ID_FAMILY, RS_GROUP_ID_COWORKERS, RS_GROUP_ID_OTHERS, RS_GROUP_ID_FAVORITES }; + const char *standardGroupNames[standardGroupCount] = { RS_GROUP_DEFAULT_NAME_FRIENDS, RS_GROUP_DEFAULT_NAME_FAMILY, RS_GROUP_DEFAULT_NAME_COWORKERS, RS_GROUP_DEFAULT_NAME_OTHERS, RS_GROUP_DEFAULT_NAME_FAVORITES }; - std::list::iterator groupIt; - for (groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) { - if ((*groupIt)->flag & RS_GROUP_FLAG_STANDARD) { - int i; - for (i = 0; i < standardGroupCount; ++i) { - if ((*groupIt)->id == standardGroup[i]) { - foundStandardGroup[i] = true; - break; - } - } + for(uint32_t k=0;k= standardGroupCount) { - /* No more a standard group, remove the flag standard */ - (*groupIt)->flag &= ~RS_GROUP_FLAG_STANDARD; - } - } else { - uint32_t groupId = atoi((*groupIt)->id.c_str()); - if (groupId == 0) { - rs_sprintf((*groupIt)->id, "%lu", lastGroupId++); - } + groupList[info.id] = info; } - } - - /* Initialize standard groups */ - for (int i = 0; i < standardGroupCount; ++i) { - if (foundStandardGroup[i] == false) { - RsPeerGroupItem *gitem = new RsPeerGroupItem; - gitem->id = standardGroup[i]; - gitem->name = standardGroup[i]; - gitem->flag |= RS_GROUP_FLAG_STANDARD; - groupList.push_back(gitem); - } - } } // If we are hidden - don't want ExtAddrFinder - ever! @@ -2478,19 +2485,16 @@ bool p3PeerMgrIMPL::addGroup(RsGroupInfo &groupInfo) { RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ - RsPeerGroupItem *groupItem = new RsPeerGroupItem; - groupItem->set(groupInfo); + do { groupInfo.id = RsNodeGroupId::random(); } while(groupList.find(groupInfo.id) != groupList.end()) ; - rs_sprintf(groupItem->id, "%lu", ++lastGroupId); + RsGroupInfo groupItem(groupInfo) ; // remove standard flag - groupItem->flag &= ~RS_GROUP_FLAG_STANDARD; - groupItem->PeerId(getOwnId()); + groupItem.flag &= ~RS_GROUP_FLAG_STANDARD; + groupList[groupInfo.id] = groupItem; - groupList.push_back(groupItem); - - groupInfo.id = groupItem->id; + std::cerr << "(II) Added new group with ID " << groupInfo.id << ", name=\"" << groupInfo.name << "\"" << std::endl; } RsServer::notify()->notifyListChange(NOTIFY_LIST_GROUPLIST, NOTIFY_TYPE_ADD); @@ -2500,35 +2504,39 @@ bool p3PeerMgrIMPL::addGroup(RsGroupInfo &groupInfo) return true; } -bool p3PeerMgrIMPL::editGroup(const std::string &groupId, RsGroupInfo &groupInfo) +bool p3PeerMgrIMPL::editGroup(const RsNodeGroupId& groupId, RsGroupInfo &groupInfo) { - if (groupId.empty()) { + if (groupId.isNull()) return false; - } bool changed = false; - { - RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ + { + RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ - std::list::iterator groupIt; - for (groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) { - if ((*groupIt)->id == groupId) { - break; - } - } + std::map::iterator it = groupList.find(groupId) ; - if (groupIt != groupList.end()) { - if ((*groupIt)->flag & RS_GROUP_FLAG_STANDARD) { - // can't edit standard groups - } else { - changed = true; - (*groupIt)->set(groupInfo); - } - } - } + if(it == groupList.end()) + { + std::cerr << "(EE) cannot find local node group with ID " << groupId << std::endl; + return false ; + } - if (changed) { + if (it->second.flag & RS_GROUP_FLAG_STANDARD) + { + // can't edit standard groups + std::cerr << "(EE) cannot edit standard group with ID " << groupId << std::endl; + return false ; + } + else + { + changed = true; + it->second = groupInfo; + } + } + + if (changed) + { RsServer::notify()->notifyListChange(NOTIFY_LIST_GROUPLIST, NOTIFY_TYPE_MOD); IndicateConfigChanged(); @@ -2537,31 +2545,35 @@ bool p3PeerMgrIMPL::editGroup(const std::string &groupId, RsGroupInfo &groupInfo return changed; } -bool p3PeerMgrIMPL::removeGroup(const std::string &groupId) +bool p3PeerMgrIMPL::removeGroup(const RsNodeGroupId& groupId) { - if (groupId.empty()) { - return false; - } - bool changed = false; { RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ - std::list::iterator groupIt; - for (groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) { - if ((*groupIt)->id == groupId) { - break; - } - } + std::map::iterator it = groupList.find(groupId) ; - if (groupIt != groupList.end()) { - if ((*groupIt)->flag & RS_GROUP_FLAG_STANDARD) { + if (it != groupList.end()) { + if (it->second.flag & RS_GROUP_FLAG_STANDARD) + { // can't remove standard groups - } else { + std::cerr << "(EE) cannot remove standard group with ID " << groupId << std::endl; + return false ; + } +#warning we need to check that the local group is not used. Otherwise deleting it is going to cause problems! +// else if(!it->second.used_gxs_groups.empty()) +// { +// std::cerr << "(EE) cannot remove standard group with ID " << groupId << " because it is used in the following groups: " << std::endl; +// for(std::set::const_iterator it2(it->second.used_gxs_groups.begin());it2!=it->second.used_gxs_groups.end();++it2) +// std::cerr << " " << *it2 << std::endl; +// +// return false ; +// } + else + { changed = true; - delete(*groupIt); - groupList.erase(groupIt); + groupList.erase(it); } } } @@ -2575,82 +2587,83 @@ bool p3PeerMgrIMPL::removeGroup(const std::string &groupId) return changed; } -bool p3PeerMgrIMPL::getGroupInfo(const std::string &groupId, RsGroupInfo &groupInfo) +bool p3PeerMgrIMPL::getGroupInfoByName(const std::string& groupName, RsGroupInfo &groupInfo) { - if (groupId.empty()) { - return false; - } + RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ + for(std::map::iterator it = groupList.begin();it!=groupList.end();++it) + if(it->second.name == groupName) + { + groupInfo = it->second ; + return true ; + } + + std::cerr << "(EE) getGroupInfoByName: no known group for name " << groupName << std::endl; + return false ; +} +bool p3PeerMgrIMPL::getGroupInfo(const RsNodeGroupId& groupId, RsGroupInfo &groupInfo) +{ RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ - std::list::iterator groupIt; - for (groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) { - if ((*groupIt)->id == groupId) { - (*groupIt)->get(groupInfo); + std::map::iterator it = groupList.find(groupId) ; - return true; - } - } + if(it == groupList.end()) + return false ; - return false; + groupInfo = it->second; + + return true; } -bool p3PeerMgrIMPL::getGroupInfoList(std::list &groupInfoList) +bool p3PeerMgrIMPL::getGroupInfoList(std::list& groupInfoList) { RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ - std::list::iterator groupIt; - for (groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) { - RsGroupInfo groupInfo; - (*groupIt)->get(groupInfo); - groupInfoList.push_back(groupInfo); - } + for (std::map ::const_iterator groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) + groupInfoList.push_back(groupIt->second); return true; } -// groupId == "" && assign == false -> remove from all groups -bool p3PeerMgrIMPL::assignPeersToGroup(const std::string &groupId, const std::list &peerIds, bool assign) -{ - if (groupId.empty() && assign == true) { - return false; - } +// groupId.isNull() && assign == false -> remove from all groups - if (peerIds.empty()) { +bool p3PeerMgrIMPL::assignPeersToGroup(const RsNodeGroupId &groupId, const std::list &peerIds, bool assign) +{ + if (groupId.isNull() && assign == true) + return false; + + if (peerIds.empty()) return false; - } bool changed = false; { RsStackMutex stack(mPeerMtx); /****** STACK LOCK MUTEX *******/ - std::list::iterator groupIt; - for (groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) { - if (groupId.empty() || (*groupIt)->id == groupId) { - RsPeerGroupItem *groupItem = *groupIt; + for (std::map::iterator groupIt = groupList.begin(); groupIt != groupList.end(); ++groupIt) + if (groupId.isNull() || groupIt->first == groupId) + { + RsGroupInfo& groupItem = groupIt->second; - std::list::const_iterator peerIt; - for (peerIt = peerIds.begin(); peerIt != peerIds.end(); ++peerIt) { - std::set::iterator peerIt1 = std::find(groupItem->pgpList.ids.begin(), groupItem->pgpList.ids.end(), *peerIt); - if (assign) { - if (peerIt1 == groupItem->pgpList.ids.end()) { - groupItem->pgpList.ids.insert(*peerIt); - changed = true; - } - } else { - if (peerIt1 != groupItem->pgpList.ids.end()) { - groupItem->pgpList.ids.erase(peerIt1); - changed = true; - } + for (std::list::const_iterator peerIt = peerIds.begin(); peerIt != peerIds.end(); ++peerIt) + { + std::set::iterator peerIt1 = groupItem.peerIds.find(*peerIt); + + if (assign) + { + groupItem.peerIds.insert(*peerIt); + changed = true; + } + else + { + groupItem.peerIds.erase(*peerIt); + changed = true; } } - if (groupId.empty() == false) { + if (!groupId.isNull()) break; - } } - } } if (changed) { diff --git a/libretroshare/src/pqi/p3peermgr.h b/libretroshare/src/pqi/p3peermgr.h index 62c194bbf..ee581b275 100644 --- a/libretroshare/src/pqi/p3peermgr.h +++ b/libretroshare/src/pqi/p3peermgr.h @@ -106,7 +106,7 @@ class peerState uint32_t maxDnRate ; }; -class RsPeerGroupItem; +class RsNodeGroupItem; class RsGroupInfo; std::string textPeerState(peerState &state); @@ -139,11 +139,12 @@ virtual bool removeAllFriendLocations(const RsPgpId &gpgid) = 0; /* This is solely used by p3peers - makes sense */ virtual bool addGroup(RsGroupInfo &groupInfo) = 0; -virtual bool editGroup(const std::string &groupId, RsGroupInfo &groupInfo) = 0; -virtual bool removeGroup(const std::string &groupId) = 0; -virtual bool getGroupInfo(const std::string &groupId, RsGroupInfo &groupInfo) = 0; +virtual bool editGroup(const RsNodeGroupId &groupId, RsGroupInfo &groupInfo) = 0; +virtual bool removeGroup(const RsNodeGroupId &groupId) = 0; +virtual bool getGroupInfo(const RsNodeGroupId &groupId, RsGroupInfo &groupInfo) = 0; +virtual bool getGroupInfoByName(const std::string& groupName, RsGroupInfo &groupInfo) = 0; virtual bool getGroupInfoList(std::list &groupInfoList) = 0; -virtual bool assignPeersToGroup(const std::string &groupId, const std::list &peerIds, bool assign) = 0; +virtual bool assignPeersToGroup(const RsNodeGroupId &groupId, const std::list &peerIds, bool assign) = 0; virtual bool resetOwnExternalAddressList() = 0 ; @@ -231,181 +232,182 @@ virtual bool locked_computeCurrentBestOwnExtAddressCandidate(sockaddr_storage class p3PeerMgrIMPL: public p3PeerMgr, public p3Config { - public: +public: -/************************************************************************************************/ -/* EXTERNAL INTERFACE */ -/************************************************************************************************/ + /************************************************************************************************/ + /* EXTERNAL INTERFACE */ + /************************************************************************************************/ -virtual bool addFriend(const RsPeerId&ssl_id, const RsPgpId&gpg_id, uint32_t netMode = RS_NET_MODE_UDP, - uint16_t vsDisc = RS_VS_DISC_FULL, uint16_t vsDht = RS_VS_DHT_FULL, - time_t lastContact = 0,ServicePermissionFlags = ServicePermissionFlags(RS_NODE_PERM_DEFAULT)); -virtual bool removeFriend(const RsPeerId &ssl_id, bool removePgpId); -virtual bool removeFriend(const RsPgpId &pgp_id); + virtual bool addFriend(const RsPeerId&ssl_id, const RsPgpId&gpg_id, uint32_t netMode = RS_NET_MODE_UDP, + uint16_t vsDisc = RS_VS_DISC_FULL, uint16_t vsDht = RS_VS_DHT_FULL, + time_t lastContact = 0,ServicePermissionFlags = ServicePermissionFlags(RS_NODE_PERM_DEFAULT)); + virtual bool removeFriend(const RsPeerId &ssl_id, bool removePgpId); + virtual bool removeFriend(const RsPgpId &pgp_id); -virtual bool isFriend(const RsPeerId &ssl_id); + virtual bool isFriend(const RsPeerId &ssl_id); -virtual bool getAssociatedPeers(const RsPgpId &gpg_id, std::list &ids); -virtual bool removeAllFriendLocations(const RsPgpId &gpgid); + virtual bool getAssociatedPeers(const RsPgpId &gpg_id, std::list &ids); + virtual bool removeAllFriendLocations(const RsPgpId &gpgid); - /******************** Groups **********************/ - /* This is solely used by p3peers - makes sense */ + /******************** Groups **********************/ + /* This is solely used by p3peers - makes sense */ -virtual bool addGroup(RsGroupInfo &groupInfo); -virtual bool editGroup(const std::string &groupId, RsGroupInfo &groupInfo); -virtual bool removeGroup(const std::string &groupId); -virtual bool getGroupInfo(const std::string &groupId, RsGroupInfo &groupInfo); -virtual bool getGroupInfoList(std::list &groupInfoList); -virtual bool assignPeersToGroup(const std::string &groupId, const std::list &peerIds, bool assign); + virtual bool addGroup(RsGroupInfo &groupInfo); + virtual bool editGroup(const RsNodeGroupId &groupId, RsGroupInfo &groupInfo); + virtual bool removeGroup(const RsNodeGroupId &groupId); + virtual bool getGroupInfo(const RsNodeGroupId &groupId, RsGroupInfo &groupInfo); + virtual bool getGroupInfoByName(const std::string& groupName, RsGroupInfo &groupInfo) ; + virtual bool getGroupInfoList(std::list &groupInfoList); + virtual bool assignPeersToGroup(const RsNodeGroupId &groupId, const std::list &peerIds, bool assign); virtual ServicePermissionFlags servicePermissionFlags(const RsPgpId& gpg_id) ; - virtual ServicePermissionFlags servicePermissionFlags(const RsPeerId& ssl_id) ; - virtual void setServicePermissionFlags(const RsPgpId& gpg_id,const ServicePermissionFlags& flags) ; + virtual ServicePermissionFlags servicePermissionFlags(const RsPeerId& ssl_id) ; + virtual void setServicePermissionFlags(const RsPgpId& gpg_id,const ServicePermissionFlags& flags) ; - /**************** Set Net Info ****************/ - /* - * These functions are used by: - * 1) p3linkmgr - * 2) p3peers - reasonable - * 3) p3disc - reasonable - */ + /**************** Set Net Info ****************/ + /* + * These functions are used by: + * 1) p3linkmgr + * 2) p3peers - reasonable + * 3) p3disc - reasonable + */ -virtual bool setLocalAddress(const RsPeerId &id, const struct sockaddr_storage &addr); -virtual bool setExtAddress(const RsPeerId &id, const struct sockaddr_storage &addr); -virtual bool setDynDNS(const RsPeerId &id, const std::string &dyndns); -virtual bool addCandidateForOwnExternalAddress(const RsPeerId& from, const struct sockaddr_storage &addr) ; -virtual bool getExtAddressReportedByFriends(struct sockaddr_storage& addr, uint8_t &isstable) ; + virtual bool setLocalAddress(const RsPeerId &id, const struct sockaddr_storage &addr); + virtual bool setExtAddress(const RsPeerId &id, const struct sockaddr_storage &addr); + virtual bool setDynDNS(const RsPeerId &id, const std::string &dyndns); + virtual bool addCandidateForOwnExternalAddress(const RsPeerId& from, const struct sockaddr_storage &addr) ; + virtual bool getExtAddressReportedByFriends(struct sockaddr_storage& addr, uint8_t &isstable) ; -virtual bool setNetworkMode(const RsPeerId &id, uint32_t netMode); -virtual bool setVisState(const RsPeerId &id, uint16_t vs_disc, uint16_t vs_dht); + virtual bool setNetworkMode(const RsPeerId &id, uint32_t netMode); + virtual bool setVisState(const RsPeerId &id, uint16_t vs_disc, uint16_t vs_dht); -virtual bool setLocation(const RsPeerId &pid, const std::string &location); -virtual bool setHiddenDomainPort(const RsPeerId &id, const std::string &domain_addr, const uint16_t domain_port); - -virtual bool updateCurrentAddress(const RsPeerId& id, const pqiIpAddress &addr); -virtual bool updateLastContact(const RsPeerId& id); -virtual bool updateAddressList(const RsPeerId& id, const pqiIpAddrSet &addrs); + virtual bool setLocation(const RsPeerId &pid, const std::string &location); + virtual bool setHiddenDomainPort(const RsPeerId &id, const std::string &domain_addr, const uint16_t domain_port); + + virtual bool updateCurrentAddress(const RsPeerId& id, const pqiIpAddress &addr); + virtual bool updateLastContact(const RsPeerId& id); + virtual bool updateAddressList(const RsPeerId& id, const pqiIpAddrSet &addrs); virtual bool resetOwnExternalAddressList() ; - // THIS MUST ONLY BE CALLED BY NETMGR!!!! -virtual bool UpdateOwnAddress(const struct sockaddr_storage &local_addr, const struct sockaddr_storage &ext_addr); - /**************** Net Status Info ****************/ - /* - * MUST RATIONALISE THE DATA FROM THESE FUNCTIONS - * These functions are used by: - * 1) p3face-config ... to remove! - * 2) p3peers - reasonable - * 3) p3disc - reasonable - */ + // THIS MUST ONLY BE CALLED BY NETMGR!!!! + virtual bool UpdateOwnAddress(const struct sockaddr_storage &local_addr, const struct sockaddr_storage &ext_addr); + /**************** Net Status Info ****************/ + /* + * MUST RATIONALISE THE DATA FROM THESE FUNCTIONS + * These functions are used by: + * 1) p3face-config ... to remove! + * 2) p3peers - reasonable + * 3) p3disc - reasonable + */ -virtual bool getOwnNetStatus(peerState &state); -virtual bool getFriendNetStatus(const RsPeerId &id, peerState &state); -virtual bool getOthersNetStatus(const RsPeerId &id, peerState &state); + virtual bool getOwnNetStatus(peerState &state); + virtual bool getFriendNetStatus(const RsPeerId &id, peerState &state); + virtual bool getOthersNetStatus(const RsPeerId &id, peerState &state); -virtual bool getPeerName(const RsPeerId& ssl_id, std::string& name); -virtual bool getGpgId(const RsPeerId& sslId, RsPgpId& gpgId); -virtual uint32_t getConnectionType(const RsPeerId& sslId); + virtual bool getPeerName(const RsPeerId& ssl_id, std::string& name); + virtual bool getGpgId(const RsPeerId& sslId, RsPgpId& gpgId); + virtual uint32_t getConnectionType(const RsPeerId& sslId); -virtual bool setProxyServerAddress(const uint32_t type, const struct sockaddr_storage &proxy_addr); -virtual bool getProxyServerAddress(const uint32_t type, struct sockaddr_storage &proxy_addr); -virtual bool getProxyServerStatus(const uint32_t type, uint32_t &proxy_status); -virtual bool isHidden(); -virtual bool isHidden(const uint32_t type); -virtual bool isHiddenPeer(const RsPeerId &ssl_id); -virtual bool isHiddenPeer(const RsPeerId &ssl_id, const uint32_t type); -virtual bool getProxyAddress(const RsPeerId& ssl_id, struct sockaddr_storage &proxy_addr, std::string &domain_addr, uint16_t &domain_port); -virtual uint32_t hiddenDomainToHiddenType(const std::string &domain); -virtual uint32_t getHiddenType(const RsPeerId &ssl_id); + virtual bool setProxyServerAddress(const uint32_t type, const struct sockaddr_storage &proxy_addr); + virtual bool getProxyServerAddress(const uint32_t type, struct sockaddr_storage &proxy_addr); + virtual bool getProxyServerStatus(const uint32_t type, uint32_t &proxy_status); + virtual bool isHidden(); + virtual bool isHidden(const uint32_t type); + virtual bool isHiddenPeer(const RsPeerId &ssl_id); + virtual bool isHiddenPeer(const RsPeerId &ssl_id, const uint32_t type); + virtual bool getProxyAddress(const RsPeerId& ssl_id, struct sockaddr_storage &proxy_addr, std::string &domain_addr, uint16_t &domain_port); + virtual uint32_t hiddenDomainToHiddenType(const std::string &domain); + virtual uint32_t getHiddenType(const RsPeerId &ssl_id); -virtual int getFriendCount(bool ssl, bool online); + virtual int getFriendCount(bool ssl, bool online); - /************* DEPRECIATED FUNCTIONS (TO REMOVE) ********/ + /************* DEPRECIATED FUNCTIONS (TO REMOVE) ********/ - // Single Use Function... shouldn't be here. used by p3serverconfig.cc -virtual bool haveOnceConnected(); + // Single Use Function... shouldn't be here. used by p3serverconfig.cc + virtual bool haveOnceConnected(); -virtual bool setMaxRates(const RsPgpId& pid,uint32_t maxUp,uint32_t maxDn); -virtual bool getMaxRates(const RsPgpId& pid,uint32_t& maxUp,uint32_t& maxDn); -virtual bool getMaxRates(const RsPeerId& pid,uint32_t& maxUp,uint32_t& maxDn); + virtual bool setMaxRates(const RsPgpId& pid,uint32_t maxUp,uint32_t maxDn); + virtual bool getMaxRates(const RsPgpId& pid,uint32_t& maxUp,uint32_t& maxDn); + virtual bool getMaxRates(const RsPeerId& pid,uint32_t& maxUp,uint32_t& maxDn); -/************************************************************************************************/ -/* Extra IMPL Functions (used by p3LinkMgr, p3NetMgr + Setup) */ -/************************************************************************************************/ + /************************************************************************************************/ + /* Extra IMPL Functions (used by p3LinkMgr, p3NetMgr + Setup) */ + /************************************************************************************************/ - p3PeerMgrIMPL( const RsPeerId& ssl_own_id, - const RsPgpId& gpg_own_id, - const std::string& gpg_own_name, - const std::string& ssl_own_location) ; + p3PeerMgrIMPL( const RsPeerId& ssl_own_id, + const RsPgpId& gpg_own_id, + const std::string& gpg_own_name, + const std::string& ssl_own_location) ; -void setManagers(p3LinkMgrIMPL *linkMgr, p3NetMgrIMPL *netMgr); + void setManagers(p3LinkMgrIMPL *linkMgr, p3NetMgrIMPL *netMgr); -bool forceHiddenNode(); -bool setupHiddenNode(const std::string &hiddenAddress, const uint16_t hiddenPort); + bool forceHiddenNode(); + bool setupHiddenNode(const std::string &hiddenAddress, const uint16_t hiddenPort); -void tick(); + void tick(); -const RsPeerId& getOwnId(); -bool setOwnNetworkMode(uint32_t netMode); -bool setOwnVisState(uint16_t vs_disc, uint16_t vs_dht); + const RsPeerId& getOwnId(); + bool setOwnNetworkMode(uint32_t netMode); + bool setOwnVisState(uint16_t vs_disc, uint16_t vs_dht); -int getConnectAddresses(const RsPeerId &id, - struct sockaddr_storage &lAddr, struct sockaddr_storage &eAddr, - pqiIpAddrSet &histAddrs, std::string &dyndns); + int getConnectAddresses(const RsPeerId &id, + struct sockaddr_storage &lAddr, struct sockaddr_storage &eAddr, + pqiIpAddrSet &histAddrs, std::string &dyndns); protected: - /* Internal Functions */ + /* Internal Functions */ -bool removeUnusedLocations(); -bool removeBannedIps(); + bool removeUnusedLocations(); + bool removeBannedIps(); -void printPeerLists(std::ostream &out); + void printPeerLists(std::ostream &out); -virtual bool locked_computeCurrentBestOwnExtAddressCandidate(sockaddr_storage &addr, uint32_t &count); + virtual bool locked_computeCurrentBestOwnExtAddressCandidate(sockaddr_storage &addr, uint32_t &count); - protected: -/*****************************************************************/ -/*********************** p3config ******************************/ - /* Key Functions to be overloaded for Full Configuration */ - virtual RsSerialiser *setupSerialiser(); - virtual bool saveList(bool &cleanup, std::list&); - virtual void saveDone(); - virtual bool loadList(std::list& load); -/*****************************************************************/ +protected: + /*****************************************************************/ + /*********************** p3config ******************************/ + /* Key Functions to be overloaded for Full Configuration */ + virtual RsSerialiser *setupSerialiser(); + virtual bool saveList(bool &cleanup, std::list&); + virtual void saveDone(); + virtual bool loadList(std::list& load); + /*****************************************************************/ - /* other important managers */ + /* other important managers */ + + p3LinkMgrIMPL *mLinkMgr; + p3NetMgrIMPL *mNetMgr; - p3LinkMgrIMPL *mLinkMgr; - p3NetMgrIMPL *mNetMgr; - private: - RsMutex mPeerMtx; /* protects below */ + RsMutex mPeerMtx; /* protects below */ - bool mStatusChanged; + bool mStatusChanged; - std::list clients; + std::list clients; - peerState mOwnState; + peerState mOwnState; - std::map mFriendList; // - std::map mOthersList; + std::map mFriendList; // + std::map mOthersList; - std::map mReportedOwnAddresses ; - - std::list groupList; - uint32_t lastGroupId; + std::map mReportedOwnAddresses ; - std::list saveCleanupList; /* TEMPORARY LIST WHEN SAVING */ + std::map groupList; + uint32_t lastGroupId; - std::map mFriendsPermissionFlags ; // permission flags for each gpg key - std::map mPeerBandwidthLimits ; // bandwidth limits for each gpg key + std::list saveCleanupList; /* TEMPORARY LIST WHEN SAVING */ - struct sockaddr_storage mProxyServerAddressTor; - struct sockaddr_storage mProxyServerAddressI2P; - uint32_t mProxyServerStatusTor ; - uint32_t mProxyServerStatusI2P ; + std::map mFriendsPermissionFlags ; // permission flags for each gpg key + std::map mPeerBandwidthLimits ; // bandwidth limits for each gpg key + + struct sockaddr_storage mProxyServerAddressTor; + struct sockaddr_storage mProxyServerAddressI2P; + uint32_t mProxyServerStatusTor ; + uint32_t mProxyServerStatusI2P ; }; diff --git a/libretroshare/src/pqi/pqi.h b/libretroshare/src/pqi/pqi.h index 6109d4761..a7aa5854c 100644 --- a/libretroshare/src/pqi/pqi.h +++ b/libretroshare/src/pqi/pqi.h @@ -27,31 +27,10 @@ #ifndef PQI_TOP_HEADER #define PQI_TOP_HEADER -/* This just includes the standard headers required. - */ - - -#include "pqi/pqi_base.h" -#include "pqi/pqinetwork.h" #include "serialiser/rsserial.h" -#include -#include -#include -/********************** SEARCH INTERFACE ***************************/ -// this is an interface.... so should be -// classified as virtual = 0; - -class SearchInterface -{ -public: - SearchInterface() { return; } - - virtual ~SearchInterface() { return; } -}; - -class P3Interface: public SearchInterface +class P3Interface { public: P3Interface() {return; } @@ -61,16 +40,13 @@ virtual int tick() { return 1; } virtual int status() { return 1; } virtual int SendRsRawItem(RsRawItem *) = 0; -#ifdef TO_BE_REMOVED -virtual RsRawItem *GetRsRawItem() = 0; -#endif }; -/* interface to allow outgoing messages to be sent directly - * through to the pqiperson, rather than being queued +/** + * @brief Interface to allow outgoing messages to be sent directly through to + * the pqiperson, rather than being queued */ - class pqiPublisher { public: @@ -80,6 +56,4 @@ virtual bool sendItem(RsRawItem *item) = 0; }; - #endif // PQI_TOP_HEADER - diff --git a/libretroshare/src/pqi/pqiassist.h b/libretroshare/src/pqi/pqiassist.h index d5c7da4cb..9f93b07df 100644 --- a/libretroshare/src/pqi/pqiassist.h +++ b/libretroshare/src/pqi/pqiassist.h @@ -115,6 +115,7 @@ virtual void updatePeer(const RsPeerId& id, const struct sockaddr_storage &addr }; +#ifdef RS_USE_DHT_STUNNER /* this is for the Stunners * * @@ -132,7 +133,7 @@ virtual void setRefreshPeriod(int32_t period) = 0; virtual int tick() = 0; /* for internal accounting */ }; - +#endif // RS_USE_DHT_STUNNER #define NETASSIST_KNOWN_PEER_OFFLINE 0x0001 #define NETASSIST_KNOWN_PEER_ONLINE 0x0002 diff --git a/libretroshare/src/pqi/pqihandler.cc b/libretroshare/src/pqi/pqihandler.cc index 718e877c1..f5494be15 100644 --- a/libretroshare/src/pqi/pqihandler.cc +++ b/libretroshare/src/pqi/pqihandler.cc @@ -25,16 +25,23 @@ #include "pqi/pqihandler.h" -#include "util/rsdebug.h" -#include "util/rsstring.h" -#include "retroshare/rspeers.h" -#include -#include +#include // for NULL +#include // for time, time_t +#include // for sort +#include // for dec +#include // for string, char_traits, operator+, bas... +#include // for pair + +#include "pqi/pqi_base.h" // for PQInterface, RsBwRates +#include "retroshare/rsconfig.h" // for RSTrafficClue +#include "retroshare/rsids.h" // for t_RsGenericIdType +#include "retroshare/rspeers.h" // for RsPeers, rsPeers +#include "serialiser/rsserial.h" // for RsItem, RsRawItem +#include "util/rsdebug.h" // for pqioutput, PQL_DEBUG_BASIC, PQL_ALERT +#include "util/rsstring.h" // for rs_sprintf_append using std::dec; -#include -#include #ifdef WINDOWS_SYS #include #endif diff --git a/libretroshare/src/pqi/pqihandler.h b/libretroshare/src/pqi/pqihandler.h index d2e5ce51f..cf1f19429 100644 --- a/libretroshare/src/pqi/pqihandler.h +++ b/libretroshare/src/pqi/pqihandler.h @@ -26,15 +26,20 @@ #ifndef MRK_PQI_HANDLER_HEADER #define MRK_PQI_HANDLER_HEADER -#include "pqi/pqi.h" -#include "pqi/pqiqos.h" +#include // for uint32_t +#include // for time_t, NULL +#include // for list +#include // for map -#include "util/rsthreads.h" -#include "retroshare/rstypes.h" -#include "retroshare/rsconfig.h" +#include "pqi/pqi.h" // for P3Interface, pqiPublisher +#include "retroshare/rstypes.h" // for RsPeerId +#include "util/rsthreads.h" // for RsStackMutex, RsMutex -#include -#include +class PQInterface; +class RSTrafficClue; +class RsBwRates; +class RsItem; +class RsRawItem; class SearchModule { diff --git a/libretroshare/src/pqi/pqiloopback.cc b/libretroshare/src/pqi/pqiloopback.cc index 4eedb7fda..ba4078ce2 100644 --- a/libretroshare/src/pqi/pqiloopback.cc +++ b/libretroshare/src/pqi/pqiloopback.cc @@ -23,9 +23,12 @@ * */ -#include "pqi/pqi.h" #include "pqi/pqiloopback.h" +#include // for NULL + +class RsItem; + /*** #define LOOPBACK_DEBUG 1 ***/ diff --git a/libretroshare/src/pqi/pqiloopback.h b/libretroshare/src/pqi/pqiloopback.h index ff5b983db..7186dd440 100644 --- a/libretroshare/src/pqi/pqiloopback.h +++ b/libretroshare/src/pqi/pqiloopback.h @@ -26,12 +26,12 @@ #ifndef MRK_PQI_LOOPBACK_HEADER #define MRK_PQI_LOOPBACK_HEADER -// The standard data types and the search interface. -#include "pqi/pqi.h" +#include // for list -#include -#include -#include +#include "pqi/pqi_base.h" // for NetInterface (ptr only), PQInterface +#include "retroshare/rstypes.h" // for RsPeerId + +class RsItem; class pqiloopback: public PQInterface { @@ -47,8 +47,7 @@ virtual RsItem *GetItem(); virtual int tick(); virtual int status(); -virtual int notifyEvent(NetInterface */*ni*/, int /*event*/) { return 0; } /* Not used */ - private: +private: std::list objs; }; diff --git a/libretroshare/src/pqi/pqinetstatebox.cc b/libretroshare/src/pqi/pqinetstatebox.cc index 7a0601fb9..b08994855 100644 --- a/libretroshare/src/pqi/pqinetstatebox.cc +++ b/libretroshare/src/pqi/pqinetstatebox.cc @@ -243,6 +243,7 @@ int pqiNetStateBox::updateNetState() void pqiNetStateBox::clearOldNetworkData() { +#ifdef RS_USE_DHT_STUNNER /* check if any measurements are too old to consider */ time_t now = time(NULL); if (now - mStunProxyTS > NETSTATE_PARAM_TIMEOUT) @@ -254,6 +255,14 @@ void pqiNetStateBox::clearOldNetworkData() { mStunDhtSet = false; } +#else + //Set values, as they are not updated. + mStunProxySet = true; + mStunDhtSet = true; + mStunProxyStable = true; + mStunDhtStable = true; +#endif + } diff --git a/libretroshare/src/pqi/pqiperson.h b/libretroshare/src/pqi/pqiperson.h index 0a57cd1c5..f3ff940e1 100644 --- a/libretroshare/src/pqi/pqiperson.h +++ b/libretroshare/src/pqi/pqiperson.h @@ -63,8 +63,8 @@ public: virtual int connect(const struct sockaddr_storage &raddr) { return ni->connect(raddr); } virtual int listen() { return ni->listen(); } virtual int stoplistening() { return ni->stoplistening(); } - virtual int reset() { return ni->reset(); } - virtual int disconnect() { return ni->reset(); } + virtual int reset() { pqistreamer::reset(); return ni->reset(); } + virtual int disconnect() { return reset() ; } virtual bool connect_parameter(uint32_t type, uint32_t value) { return ni->connect_parameter(type, value);} virtual bool connect_parameter(uint32_t type, std::string value) { return ni->connect_parameter(type, value);} virtual bool connect_additional_address(uint32_t type, const struct sockaddr_storage &addr) { return ni->connect_additional_address(type, addr); } diff --git a/libretroshare/src/pqi/pqiqosstreamer.cc b/libretroshare/src/pqi/pqiqosstreamer.cc index c9cc7d570..b1d0aac1d 100644 --- a/libretroshare/src/pqi/pqiqosstreamer.cc +++ b/libretroshare/src/pqi/pqiqosstreamer.cc @@ -25,6 +25,8 @@ #include "pqiqosstreamer.h" +//#define DEBUG_PQIQOSSTREAMER 1 + const float pqiQoSstreamer::PQI_QOS_STREAMER_ALPHA = 2.0f ; pqiQoSstreamer::pqiQoSstreamer(PQInterface *parent, RsSerialiser *rss, const RsPeerId& peerid, BinInterface *bio_in, int bio_flagsin) @@ -60,6 +62,11 @@ void pqiQoSstreamer::locked_storeInOutputQueue(void *ptr,int size,int priority) void pqiQoSstreamer::locked_clear_out_queue() { +#ifdef DEBUG_PQIQOSSTREAMER + if(qos_queue_size() > 0) + std::cerr << " pqiQoSstreamer::locked_clear_out_queue(): clearing " << qos_queue_size() << " pending outqueue elements." << std::endl; +#endif + pqiQoS::clear() ; _total_item_size = 0 ; _total_item_count = 0 ; diff --git a/libretroshare/src/pqi/pqissl.cc b/libretroshare/src/pqi/pqissl.cc index 031cd2d7f..eae05936a 100644 --- a/libretroshare/src/pqi/pqissl.cc +++ b/libretroshare/src/pqi/pqissl.cc @@ -1548,6 +1548,7 @@ int pqissl::senddata(void *data, int len) #ifdef PQISSL_DEBUG std::cout << "Sending data thread=" << pthread_self() << ", ssl=" << (void*)this << ", size=" << len << std::endl ; #endif + ERR_clear_error(); tmppktlen = SSL_write(ssl_connection, data, len) ; if (len != tmppktlen) @@ -1638,6 +1639,8 @@ int pqissl::readdata(void *data, int len) #ifdef PQISSL_DEBUG std::cerr << "calling SSL_read. len=" << len << ", total_len=" << total_len << std::endl ; #endif + ERR_clear_error() ; + tmppktlen = SSL_read(ssl_connection, (void*)( &(((uint8_t*)data)[total_len])), len-total_len) ; #ifdef PQISSL_DEBUG std::cerr << "have read " << tmppktlen << " bytes" << std::endl ; @@ -1661,8 +1664,6 @@ int pqissl::readdata(void *data, int len) int error = SSL_get_error(ssl_connection, tmppktlen); unsigned long err2 = ERR_get_error(); - //printSSLError(ssl_connection, tmppktlen, error, err2, out); - if ((error == SSL_ERROR_ZERO_RETURN) && (err2 == 0)) { /* this code will be called when @@ -1761,7 +1762,10 @@ int pqissl::readdata(void *data, int len) rs_sprintf_append(out, "SSL_read() UNKNOWN ERROR: %d Resetting!", error); rslog(RSL_ALERT, pqisslzone, out); std::cerr << out << std::endl ; + std::cerr << ", SSL_read() output is " << tmppktlen << std::endl ; + printSSLError(ssl_connection, tmppktlen, error, err2, out); + rslog(RSL_ALERT, pqisslzone, "pqissl::readdata() -> calling reset()"); reset_locked(); return -1; diff --git a/libretroshare/src/pqi/pqistreamer.cc b/libretroshare/src/pqi/pqistreamer.cc index f15bc3eee..9d68a50b2 100644 --- a/libretroshare/src/pqi/pqistreamer.cc +++ b/libretroshare/src/pqi/pqistreamer.cc @@ -24,18 +24,25 @@ */ -#include -#include -#include -#include "util/rsdebug.h" -#include "util/rsstring.h" -#include "util/rsprint.h" -#include "util/rsscopetimer.h" - #include "pqi/pqistreamer.h" -#include "rsserver/p3face.h" -#include "serialiser/rsserial.h" +#include // for free, realloc, exit +#include // for memcpy, memset, memcmp +#include // for NULL, time, time_t +#include // for min +#include // for operator<<, ostream, basic_ostream +#include // for string, allocator, operator<<, oper... +#include // for pair + +#include "pqi/p3notify.h" // for p3Notify +#include "retroshare/rsids.h" // for operator<< +#include "retroshare/rsnotify.h" // for RS_SYS_WARNING +#include "rsserver/p3face.h" // for RsServer +#include "serialiser/rsserial.h" // for RsItem, RsSerialiser, getRsItemSize +#include "util/rsdebug.h" // for pqioutput, PQL_ALERT, PQL_DEBUG_ALL +#include "util/rsmemory.h" // for rs_malloc +#include "util/rsprint.h" // for BinToHex +#include "util/rsstring.h" // for rs_sprintf_append, rs_sprintf static struct RsLog::logInfo pqistreamerzoneInfo = {RsLog::Default, "pqistreamer"}; #define pqistreamerzone &pqistreamerzoneInfo @@ -135,17 +142,7 @@ pqistreamer::~pqistreamer() if (mRsSerialiser) delete mRsSerialiser; - // clean up outgoing. (cntrl packets) - locked_clear_out_queue() ; - - if (mPkt_wpending) - { - free(mPkt_wpending); - mPkt_wpending = NULL; - mPkt_wpending_size = 0 ; - } - - free_rpend_locked(); + free_pend_locked(); // clean up incoming. while(!mIncoming.empty()) @@ -156,6 +153,7 @@ pqistreamer::~pqistreamer() delete i; } + if(mIncomingSize != 0) std::cerr << "(EE) inconsistency after deleting pqistreamer queue. Remaining items: " << mIncomingSize << std::endl; return; @@ -282,7 +280,7 @@ int pqistreamer::tick_recv(uint32_t timeout) } if(!(mBio->isactive())) { - free_rpend_locked(); + free_pend_locked(); } return 1; } @@ -295,6 +293,7 @@ int pqistreamer::tick_send(uint32_t timeout) /* short circuit everything is bio isn't active */ if (!(mBio->isactive())) { + free_pend_locked(); return 0; } @@ -690,7 +689,7 @@ int pqistreamer::handleincoming_locked() if(!(mBio->isactive())) { mReading_state = reading_state_initial ; - free_rpend_locked(); + free_pend_locked(); return 0; } else @@ -762,7 +761,7 @@ start_packet_read: } } #ifdef DEBUG_PQISTREAMER - std::cerr << "[" << (void*)pthread_self() << "] " << "block 0 : " << RsUtil::BinToHex(block,8) << std::endl; + std::cerr << "[" << (void*)pthread_self() << "] " << "block 0 : " << RsUtil::BinToHex((unsigned char*)block,8) << std::endl; #endif readbytes += blen; @@ -806,12 +805,12 @@ continue_packet: else extralen = getRsItemSize(block) - blen; // old style packet type -#ifdef DEBUG_PQISTREAMER +#ifdef DEBUG_PACKET_SLICING std::cerr << "[" << (void*)pthread_self() << "] " << "continuing packet getRsItemSize(block) = " << getRsItemSize(block) << std::endl ; std::cerr << "[" << (void*)pthread_self() << "] " << "continuing packet extralen = " << extralen << std::endl ; std::cerr << "[" << (void*)pthread_self() << "] " << "continuing packet state=" << mReading_state << std::endl ; - std::cerr << "[" << (void*)pthread_self() << "] " << "block 1 : " << RsUtil::BinToHex(block,8) << std::endl; + std::cerr << "[" << (void*)pthread_self() << "] " << "block 1 : " << RsUtil::BinToHex((unsigned char*)block,8) << std::endl; #endif if (extralen + (uint32_t)blen > maxlen) { @@ -874,7 +873,7 @@ continue_packet: if (extralen != (uint32_t)(tmplen = mBio->readdata(extradata, extralen))) { -#ifdef DEBUG_PQISTREAMER +#ifdef DEBUG_PACKET_SLICING if(tmplen > 0) std::cerr << "[" << (void*)pthread_self() << "] " << "Incomplete packet read ! This is a real problem ;-)" << std::endl ; #endif @@ -921,9 +920,9 @@ continue_packet: // we assume readdata() returned either -1 or the complete read size. } } -#ifdef DEBUG_PQISTREAMER +#ifdef DEBUG_PACKET_SLICING std::cerr << "[" << (void*)pthread_self() << "] " << "continuing packet state=" << mReading_state << std::endl ; - std::cerr << "[" << (void*)pthread_self() << "] " << "block 2 : " << RsUtil::BinToHex(extradata,8) << std::endl; + std::cerr << "[" << (void*)pthread_self() << "] " << "block 2 : " << RsUtil::BinToHex((unsigned char*)extradata,8) << std::endl; #endif mFailed_read_attempts = 0 ; @@ -952,7 +951,7 @@ continue_packet: std::cerr << "Inputing partial packet " << RsUtil::BinToHex((char*)block,8) << std::endl; #endif uint32_t packet_length = 0 ; - pkt = addPartialPacket(block,pktlen,slice_packet_id,is_packet_starting,is_packet_ending,packet_length) ; + pkt = addPartialPacket_locked(block,pktlen,slice_packet_id,is_packet_starting,is_packet_ending,packet_length) ; pktlen = packet_length ; } @@ -997,7 +996,7 @@ continue_packet: return 0; } -RsItem *pqistreamer::addPartialPacket(const void *block, uint32_t len, uint32_t slice_packet_id, bool is_packet_starting, bool is_packet_ending, uint32_t &total_len) +RsItem *pqistreamer::addPartialPacket_locked(const void *block, uint32_t len, uint32_t slice_packet_id, bool is_packet_starting, bool is_packet_ending, uint32_t &total_len) { #ifdef DEBUG_PACKET_SLICING std::cerr << "Receiving partial packet. size=" << len << ", ID=" << std::hex << slice_packet_id << std::dec << ", starting:" << is_packet_starting << ", ending:" << is_packet_ending ; @@ -1180,7 +1179,7 @@ void pqistreamer::outSentBytes_locked(uint32_t outb) #ifdef DEBUG_PQISTREAMER { std::string out; - rs_sprintf(out, "pqistreamer::outSentBytes(): %d@%gkB/s", outb, getRate(false)); + rs_sprintf(out, "pqistreamer::outSentBytes(): %d@%gkB/s", outb, RateInterface::getRate(false)); pqioutput(PQL_DEBUG_ALL, pqistreamerzone, out); } #endif @@ -1210,7 +1209,7 @@ void pqistreamer::inReadBytes_locked(uint32_t inb) #ifdef DEBUG_PQISTREAMER { std::string out; - rs_sprintf(out, "pqistreamer::inReadBytes(): %d@%gkB/s", inb, getRate(true)); + rs_sprintf(out, "pqistreamer::inReadBytes(): %d@%gkB/s", inb, RateInterface::getRate(true)); pqioutput(PQL_DEBUG_ALL, pqistreamerzone, out); } #endif @@ -1237,14 +1236,53 @@ void pqistreamer::allocate_rpend_locked() memset(mPkt_rpending,0,mPkt_rpend_size) ; } -void pqistreamer::free_rpend_locked() -{ - if(!mPkt_rpending) - return; +// clean everything that is half-finished, to avoid causing issues when re-connecting later on. - free(mPkt_rpending); - mPkt_rpending = 0; - mPkt_rpend_size = 0; +int pqistreamer::reset() +{ + RsStackMutex stack(mStreamerMtx); /**** LOCKED MUTEX ****/ +#ifdef DEBUG_PQISTREAMER + std::cerr << "pqistreamer::reset()" << std::endl; +#endif + free_pend_locked(); + + return 1 ; +} + +void pqistreamer::free_pend_locked() +{ + if(mPkt_rpending) + { +#ifdef DEBUG_PQISTREAMER + std::cerr << "pqistreamer::free_pend_locked(): pending input packet buffer" << std::endl; +#endif + free(mPkt_rpending); + mPkt_rpending = 0; + } + mPkt_rpend_size = 0; + + if (mPkt_wpending) + { +#ifdef DEBUG_PQISTREAMER + std::cerr << "pqistreamer::free_pend_locked(): pending output packet buffer" << std::endl; +#endif + free(mPkt_wpending); + mPkt_wpending = NULL; + } + mPkt_wpending_size = 0 ; + +#ifdef DEBUG_PQISTREAMER + if(!mPartialPackets.empty()) + std::cerr << "pqistreamer::free_pend_locked(): " << mPartialPackets.size() << " pending input partial packets" << std::endl; +#endif + // also delete any incoming partial packet + for(std::map::iterator it(mPartialPackets.begin());it!=mPartialPackets.end();++it) + free(it->second.mem) ; + + mPartialPackets.clear() ; + + // clean up outgoing. (cntrl packets) + locked_clear_out_queue() ; } int pqistreamer::gatherStatistics(std::list& outqueue_lst,std::list& inqueue_lst) diff --git a/libretroshare/src/pqi/pqistreamer.h b/libretroshare/src/pqi/pqistreamer.h index 542888e17..5cdbab9d7 100644 --- a/libretroshare/src/pqi/pqistreamer.h +++ b/libretroshare/src/pqi/pqistreamer.h @@ -27,18 +27,19 @@ #ifndef MRK_PQI_STREAMER_HEADER #define MRK_PQI_STREAMER_HEADER -// Only dependent on the base stuff. -#include "pqi/pqi_base.h" -#include "util/rsthreads.h" -#include "retroshare/rstypes.h" +#include // for uint32_t +#include // for time_t +#include // for operator<<, basic_ostream, cerr, endl +#include // for list +#include // for map -#include +#include "pqi/pqi_base.h" // for BinInterface (ptr only), PQInterface +#include "retroshare/rsconfig.h" // for RSTrafficClue +#include "retroshare/rstypes.h" // for RsPeerId +#include "util/rsthreads.h" // for RsMutex -// Fully implements the PQInterface. -// and communicates with peer etc via the BinInterface. -// -// The interface does not handle connection, just communication. -// possible bioflags: BIN_FLAGS_NO_CLOSE | BIN_FLAGS_NO_DELETE +class RsItem; +class RsSerialiser; struct PartialPacketRecord { @@ -46,6 +47,12 @@ struct PartialPacketRecord uint32_t size ; }; +/** + * @brief Fully implements the PQInterface and communicates with peer etc via + * the BinInterface. + * The interface does not handle connection, just communication. + * Possible BIN_FLAGS: BIN_FLAGS_NO_CLOSE | BIN_FLAGS_NO_DELETE + */ class pqistreamer: public PQInterface { public: @@ -74,6 +81,7 @@ class pqistreamer: public PQInterface virtual float getRate(bool b) ; protected: + virtual int reset() ; int tick_bio(); int tick_send(uint32_t timeout); @@ -117,7 +125,8 @@ class pqistreamer: public PQInterface int inAllowedBytes_locked(); void inReadBytes_locked(uint32_t ); - + // cleans up everything that's pending / half finished. + void free_pend_locked(); // RsSerialiser - determines which packets can be serialised. RsSerialiser *mRsSerialiser; @@ -126,7 +135,7 @@ class pqistreamer: public PQInterface uint32_t mPkt_wpending_size; // ... and its size. void allocate_rpend_locked(); // use these two functions to allocate/free the buffer below - void free_rpend_locked(); + int mPkt_rpend_size; // size of pkt_rpending. void *mPkt_rpending; // storage for read in pending packets. @@ -170,7 +179,7 @@ class pqistreamer: public PQInterface bool mAcceptsPacketSlicing ; time_t mLastSentPacketSlicingProbe ; void locked_addTrafficClue(const RsItem *pqi, uint32_t pktsize, std::list &lst); - RsItem *addPartialPacket(const void *block, uint32_t len, uint32_t slice_packet_id,bool packet_starting,bool packet_ending,uint32_t& total_len); + RsItem *addPartialPacket_locked(const void *block, uint32_t len, uint32_t slice_packet_id,bool packet_starting,bool packet_ending,uint32_t& total_len); std::map mPartialPackets ; }; diff --git a/libretroshare/src/retroshare/rsfiles.h b/libretroshare/src/retroshare/rsfiles.h index 6fd1967d7..cf1bfc157 100644 --- a/libretroshare/src/retroshare/rsfiles.h +++ b/libretroshare/src/retroshare/rsfiles.h @@ -99,7 +99,7 @@ struct SharedDirInfo std::string filename ; std::string virtualname ; FileStorageFlags shareflags ; // DIR_FLAGS_NETWORK_WIDE_OTHERS | DIR_FLAGS_BROWSABLE_GROUPS | ... - std::list parent_groups ; + std::list parent_groups ; }; class RsFiles diff --git a/libretroshare/src/retroshare/rsgrouter.h b/libretroshare/src/retroshare/rsgrouter.h index f0bec2677..f9a316a40 100644 --- a/libretroshare/src/retroshare/rsgrouter.h +++ b/libretroshare/src/retroshare/rsgrouter.h @@ -103,9 +103,6 @@ public: //===================================================// virtual void addRoutingClue(const GRouterKeyId& destination, const RsPeerId& source) =0; - virtual void addTrackingInfo(const RsGxsMessageId& mid,const RsPeerId& peer_id) =0; - - virtual bool getTrackingInfo(const RsGxsMessageId& mid, RsPeerId& provider_id) =0; }; // To access the GRouter from anywhere diff --git a/libretroshare/src/retroshare/rsgxsflags.h b/libretroshare/src/retroshare/rsgxsflags.h index c9b92c6f1..a4f060245 100644 --- a/libretroshare/src/retroshare/rsgxsflags.h +++ b/libretroshare/src/retroshare/rsgxsflags.h @@ -33,7 +33,8 @@ namespace GXS_SERV { static const uint32_t FLAG_AUTHOR_AUTHENTICATION_GPG = 0x00000100; static const uint32_t FLAG_AUTHOR_AUTHENTICATION_REQUIRED = 0x00000200; static const uint32_t FLAG_AUTHOR_AUTHENTICATION_IFNOPUBSIGN = 0x00000400; - static const uint32_t FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES = 0x00000800; + static const uint32_t FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES = 0x00000800; // not used anymore + static const uint32_t FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN = 0x00001000; static const uint32_t FLAG_GROUP_SIGN_PUBLISH_MASK = 0x000000ff; static const uint32_t FLAG_GROUP_SIGN_PUBLISH_ENCRYPTED = 0x00000001; @@ -105,6 +106,7 @@ namespace GXS_SERV { #define IS_MSG_UNPROCESSED(status) (status & GXS_SERV::GXS_MSG_STATUS_UNPROCESSED) #define IS_GROUP_PGP_AUTHED(signFlags) (signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) +#define IS_GROUP_PGP_KNOWN_AUTHED(signFlags) (signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN) #define IS_GROUP_MESSAGE_TRACKING(signFlags) (signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES) #define IS_GROUP_ADMIN(subscribeFlags) (subscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_ADMIN) diff --git a/libretroshare/src/retroshare/rsidentity.h b/libretroshare/src/retroshare/rsidentity.h index e57d43162..e7a7abbe8 100644 --- a/libretroshare/src/retroshare/rsidentity.h +++ b/libretroshare/src/retroshare/rsidentity.h @@ -62,6 +62,7 @@ extern RsIdentity *rsIdentity; // Unicode symbols. NOT utf-8 bytes, because of multi byte characters #define RSID_MAXIMUM_NICKNAME_SIZE 30 +#define RSID_MINIMUM_NICKNAME_SIZE 2 std::string rsIdTypeToString(uint32_t idtype); @@ -221,46 +222,48 @@ public: RsIdentity(RsGxsIface *gxs): RsGxsIfaceHelper(gxs) { return; } virtual ~RsIdentity() { return; } -/********************************************************************************************/ -/********************************************************************************************/ - - // For Other Services.... - // It should be impossible for them to get a message which we don't have the identity. - // Its a major error if we don't have the identity. + /********************************************************************************************/ + /********************************************************************************************/ - // We cache all identities, and provide alternative (instantaneous) - // functions to extract info, rather than the standard Token system. + // For Other Services.... + // It should be impossible for them to get a message which we don't have the identity. + // Its a major error if we don't have the identity. -//virtual bool getNickname(const RsGxsId &id, std::string &nickname) = 0; -virtual bool getIdDetails(const RsGxsId &id, RsIdentityDetails &details) = 0; + // We cache all identities, and provide alternative (instantaneous) + // functions to extract info, rather than the standard Token system. -// Fills up list of all own ids. Returns false if ids are not yet loaded. -virtual bool getOwnIds(std::list &ownIds) = 0; -virtual bool isOwnId(const RsGxsId& id) = 0; + //virtual bool getNickname(const RsGxsId &id, std::string &nickname) = 0; + virtual bool getIdDetails(const RsGxsId &id, RsIdentityDetails &details) = 0; - // -virtual bool submitOpinion(uint32_t& token, const RsGxsId &id, - bool absOpinion, int score) = 0; -virtual bool createIdentity(uint32_t& token, RsIdentityParameters ¶ms) = 0; + // Fills up list of all own ids. Returns false if ids are not yet loaded. + virtual bool getOwnIds(std::list &ownIds) = 0; + virtual bool isOwnId(const RsGxsId& id) = 0; -virtual bool updateIdentity(uint32_t& token, RsGxsIdGroup &group) = 0; -virtual bool deleteIdentity(uint32_t& token, RsGxsIdGroup &group) = 0; + // + virtual bool submitOpinion(uint32_t& token, const RsGxsId &id, + bool absOpinion, int score) = 0; + virtual bool createIdentity(uint32_t& token, RsIdentityParameters ¶ms) = 0; -virtual bool parseRecognTag(const RsGxsId &id, const std::string &nickname, - const std::string &tag, RsRecognTagDetails &details) = 0; -virtual bool getRecognTagRequest(const RsGxsId &id, const std::string &comment, - uint16_t tag_class, uint16_t tag_type, std::string &tag) = 0; + virtual bool updateIdentity(uint32_t& token, RsGxsIdGroup &group) = 0; + virtual bool deleteIdentity(uint32_t& token, RsGxsIdGroup &group) = 0; + + virtual bool parseRecognTag(const RsGxsId &id, const std::string &nickname, + const std::string &tag, RsRecognTagDetails &details) = 0; + virtual bool getRecognTagRequest(const RsGxsId &id, const std::string &comment, + uint16_t tag_class, uint16_t tag_type, std::string &tag) = 0; virtual bool setAsRegularContact(const RsGxsId& id,bool is_a_contact) = 0 ; virtual bool isARegularContact(const RsGxsId& id) = 0 ; - - // Specific RsIdentity Functions.... - /* Specific Service Data */ - /* We expose these initially for testing / GUI purposes. + virtual bool isBanned(const RsGxsId& id) =0; + virtual time_t getLastUsageTS(const RsGxsId &id) =0; + + // Specific RsIdentity Functions.... + /* Specific Service Data */ + /* We expose these initially for testing / GUI purposes. */ -virtual bool getGroupData(const uint32_t &token, std::vector &groups) = 0; -//virtual bool getMsgData(const uint32_t &token, std::vector &opinions) = 0; + virtual bool getGroupData(const uint32_t &token, std::vector &groups) = 0; + //virtual bool getMsgData(const uint32_t &token, std::vector &opinions) = 0; }; diff --git a/libretroshare/src/retroshare/rsids.h b/libretroshare/src/retroshare/rsids.h index 6cd97f5ad..db842ab21 100644 --- a/libretroshare/src/retroshare/rsids.h +++ b/libretroshare/src/retroshare/rsids.h @@ -73,14 +73,13 @@ template c memcpy(bytes,id.toByteArray(),ID_SIZE_IN_BYTES) ; } - // Random initialization. Can be useful for testing. + // Random initialization. Can be useful for testing and to generate new ids. // static t_RsGenericIdType random() { t_RsGenericIdType id ; - for(uint32_t i=0;i t int n=0; if(s.length() != ID_SIZE_IN_BYTES*2) { - if(!s.empty()) - std::cerr << "t_RsGenericIdType<>::t_RsGenericIdType(std::string&): supplied string in constructor has wrong size. Expected ID size=" << ID_SIZE_IN_BYTES << " String=\"" << s << "\"" << std::endl; + if(!s.empty()) + std::cerr << "t_RsGenericIdType<>::t_RsGenericIdType(std::string&): supplied string in constructor has wrong size. Expected ID size=" << ID_SIZE_IN_BYTES*2 << " String=\"" << s << "\" = " << s.length() << std::endl; clear(); return; @@ -220,6 +219,7 @@ static const uint32_t RS_GENERIC_ID_GXS_CIRCLE_ID_TYPE = 0x0008 ; static const uint32_t RS_GENERIC_ID_GROUTER_ID_TYPE = 0x0009 ; static const uint32_t RS_GENERIC_ID_GXS_TUNNEL_ID_TYPE = 0x0010 ; static const uint32_t RS_GENERIC_ID_GXS_DISTANT_CHAT_ID_TYPE = 0x0011 ; +static const uint32_t RS_GENERIC_ID_NODE_GROUP_ID_TYPE = 0x0012 ; typedef t_RsGenericIdType< SSL_ID_SIZE , false, RS_GENERIC_ID_SSL_ID_TYPE> SSLIdType ; typedef t_RsGenericIdType< PGP_KEY_ID_SIZE , true, RS_GENERIC_ID_PGP_ID_TYPE> PGPIdType ; @@ -231,4 +231,5 @@ typedef t_RsGenericIdType< CERT_SIGN_LEN , false, RS_GENERIC_ID_GXS_I typedef t_RsGenericIdType< CERT_SIGN_LEN , false, RS_GENERIC_ID_GXS_CIRCLE_ID_TYPE > GXSCircleId ; typedef t_RsGenericIdType< SSL_ID_SIZE , false, RS_GENERIC_ID_GXS_TUNNEL_ID_TYPE > GXSTunnelId ; typedef t_RsGenericIdType< SSL_ID_SIZE , false, RS_GENERIC_ID_GXS_DISTANT_CHAT_ID_TYPE > DistantChatPeerId ; +typedef t_RsGenericIdType< CERT_SIGN_LEN , false, RS_GENERIC_ID_NODE_GROUP_ID_TYPE > RsNodeGroupId ; diff --git a/libretroshare/src/retroshare/rsnotify.h b/libretroshare/src/retroshare/rsnotify.h index 76999d540..991ba338e 100644 --- a/libretroshare/src/retroshare/rsnotify.h +++ b/libretroshare/src/retroshare/rsnotify.h @@ -229,12 +229,12 @@ class NotifyClient virtual void notifyPeerStatusChangedSummary () {} virtual void notifyDiscInfoChanged () {} - virtual bool askForDeferredSelfSignature (const void * /* data */, const uint32_t /* len */, unsigned char * /* sign */, unsigned int * /* signlen */,int& signature_result ) { signature_result = false ;return true; } + virtual bool askForDeferredSelfSignature (const void * /* data */, const uint32_t /* len */, unsigned char * /* sign */, unsigned int * /* signlen */,int& signature_result , std::string /*reason = ""*/) { signature_result = false ;return true; } virtual void notifyDownloadComplete (const std::string& /* fileHash */) {} virtual void notifyDownloadCompleteCount (uint32_t /* count */) {} virtual void notifyHistoryChanged (uint32_t /* msgId */, int /* type */) {} - virtual bool askForPassword (const std::string& /* key_details */, bool /* prev_is_bad */, std::string& /* password */,bool& /* cancelled */ ) { return false ;} + virtual bool askForPassword (const std::string& /* title */, const std::string& /* key_details */, bool /* prev_is_bad */, std::string& /* password */,bool& /* cancelled */ ) { return false ;} virtual bool askForPluginConfirmation (const std::string& /* plugin_filename */, const std::string& /* plugin_file_hash */) { return false ;} }; diff --git a/libretroshare/src/retroshare/rspeers.h b/libretroshare/src/retroshare/rspeers.h index 3cad47cad..c9afe9c1c 100644 --- a/libretroshare/src/retroshare/rspeers.h +++ b/libretroshare/src/retroshare/rspeers.h @@ -185,11 +185,17 @@ const uint32_t RS_NET_PROXY_STATUS_OK = 0x0001 ; /* Groups */ -#define RS_GROUP_ID_FRIENDS "Friends" -#define RS_GROUP_ID_FAMILY "Family" -#define RS_GROUP_ID_COWORKERS "Co-Workers" -#define RS_GROUP_ID_OTHERS "Other Contacts" -#define RS_GROUP_ID_FAVORITES "Favorites" +static const RsNodeGroupId RS_GROUP_ID_FRIENDS ("00000000000000000000000000000001"); +static const RsNodeGroupId RS_GROUP_ID_FAMILY ("00000000000000000000000000000002"); +static const RsNodeGroupId RS_GROUP_ID_COWORKERS ("00000000000000000000000000000003"); +static const RsNodeGroupId RS_GROUP_ID_OTHERS ("00000000000000000000000000000004"); +static const RsNodeGroupId RS_GROUP_ID_FAVORITES ("00000000000000000000000000000005"); + +#define RS_GROUP_DEFAULT_NAME_FRIENDS "Friends" +#define RS_GROUP_DEFAULT_NAME_FAMILY "Family" +#define RS_GROUP_DEFAULT_NAME_COWORKERS "Co-Workers" +#define RS_GROUP_DEFAULT_NAME_OTHERS "Other Contacts" +#define RS_GROUP_DEFAULT_NAME_FAVORITES "Favorites" const uint32_t RS_GROUP_FLAG_STANDARD = 0x0001; @@ -295,7 +301,7 @@ class RsGroupInfo public: RsGroupInfo(); - std::string id; + RsNodeGroupId id; std::string name; uint32_t flag; @@ -346,7 +352,7 @@ public: virtual bool getGPGValidList(std::list &gpg_ids) = 0; virtual bool getGPGAllList(std::list &gpg_ids) = 0; virtual bool getAssociatedSSLIds(const RsPgpId& gpg_id, std::list& ids) = 0; - virtual bool gpgSignData(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen) = 0; + virtual bool gpgSignData(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, std::string reason = "") = 0; /* Add/Remove Friends */ virtual bool addFriend(const RsPeerId &ssl_id, const RsPgpId &gpg_id,ServicePermissionFlags flags = RS_NODE_PERM_DEFAULT) = 0; @@ -399,14 +405,15 @@ public: virtual bool trustGPGCertificate(const RsPgpId &gpg_id, uint32_t trustlvl) = 0; /* Group Stuff */ - virtual bool addGroup(RsGroupInfo &groupInfo) = 0; - virtual bool editGroup(const std::string &groupId, RsGroupInfo &groupInfo) = 0; - virtual bool removeGroup(const std::string &groupId) = 0; - virtual bool getGroupInfo(const std::string &groupId, RsGroupInfo &groupInfo) = 0; - virtual bool getGroupInfoList(std::list &groupInfoList) = 0; + virtual bool addGroup(RsGroupInfo& groupInfo) = 0; + virtual bool editGroup(const RsNodeGroupId& groupId, RsGroupInfo& groupInfo) = 0; + virtual bool removeGroup(const RsNodeGroupId& groupId) = 0; + virtual bool getGroupInfo(const RsNodeGroupId& groupId, RsGroupInfo& groupInfo) = 0; + virtual bool getGroupInfoByName(const std::string& groupId, RsGroupInfo& groupInfo) = 0; + virtual bool getGroupInfoList(std::list& groupInfoList) = 0; // groupId == "" && assign == false -> remove from all groups - virtual bool assignPeerToGroup(const std::string &groupId, const RsPgpId& peerId, bool assign) = 0; - virtual bool assignPeersToGroup(const std::string &groupId, const std::list &peerIds, bool assign) = 0; + virtual bool assignPeerToGroup(const RsNodeGroupId& groupId, const RsPgpId& peerId, bool assign) = 0; + virtual bool assignPeersToGroup(const RsNodeGroupId& groupId, const std::list& peerIds, bool assign) = 0; /* Group sharing permission */ @@ -421,7 +428,7 @@ public: // virtual FileSearchFlags computePeerPermissionFlags( const RsPeerId& peer_id, FileStorageFlags file_sharing_flags, - const std::list& file_parent_groups) = 0; + const std::list& file_parent_groups) = 0; /* Service permission flags */ diff --git a/libretroshare/src/retroshare/rsposted.h b/libretroshare/src/retroshare/rsposted.h index 4a4c96269..69f9a17a5 100644 --- a/libretroshare/src/retroshare/rsposted.h +++ b/libretroshare/src/retroshare/rsposted.h @@ -83,6 +83,7 @@ virtual ~RsPosted() { return; } /* Specific Service Data */ virtual bool getGroupData(const uint32_t &token, std::vector &groups) = 0; +virtual bool getPostData(const uint32_t &token, std::vector &posts, std::vector &cmts) = 0; virtual bool getPostData(const uint32_t &token, std::vector &posts) = 0; //Not currently used //virtual bool getRelatedPosts(const uint32_t &token, std::vector &posts) = 0; diff --git a/libretroshare/src/retroshare/rsreputations.h b/libretroshare/src/retroshare/rsreputations.h index 6445efd09..dac28ad38 100644 --- a/libretroshare/src/retroshare/rsreputations.h +++ b/libretroshare/src/retroshare/rsreputations.h @@ -50,14 +50,25 @@ public: }; virtual bool setOwnOpinion(const RsGxsId& key_id, const Opinion& op) =0; - virtual bool getReputationInfo(const RsGxsId& id,ReputationInfo& info) =0 ; - virtual void setNodeAutoBanThreshold(uint32_t n) =0; - virtual uint32_t nodeAutoBanThreshold() =0; - + virtual bool getReputationInfo(const RsGxsId& id, const RsPgpId &ownerNode, ReputationInfo& info) =0; + + // parameters + + // virtual void setNodeAutoBanThreshold(uint32_t n) =0; + // virtual uint32_t nodeAutoBanThreshold() =0; + + virtual void setNodeAutoPositiveOpinionForContacts(bool b) =0; + virtual bool nodeAutoPositiveOpinionForContacts() =0; + virtual float nodeAutoBanIdentitiesLimit() =0; + virtual void setNodeAutoBanIdentitiesLimit(float f) =0; + // This one is a proxy designed to allow fast checking of a GXS id. // it basically returns true if assessment is not ASSESSMENT_OK - virtual bool isIdentityBanned(const RsGxsId& id) =0; + virtual bool isIdentityBanned(const RsGxsId& id) =0; + + virtual bool isNodeBanned(const RsPgpId& id) =0; + virtual void banNode(const RsPgpId& id,bool b) =0; }; // To access reputations from anywhere diff --git a/libretroshare/src/retroshare/rstypes.h b/libretroshare/src/retroshare/rstypes.h index 88c410b0e..56a9af280 100644 --- a/libretroshare/src/retroshare/rstypes.h +++ b/libretroshare/src/retroshare/rstypes.h @@ -212,7 +212,7 @@ class FileInfo DwlSpeed priority ; time_t lastTS; - std::list parent_groups ; + std::list parent_groups ; }; std::ostream &operator<<(std::ostream &out, const FileInfo& info); @@ -236,14 +236,14 @@ public: RsPeerId id; std::string name; RsFileHash hash; - std::string path; - uint64_t count; - uint32_t age; - FileStorageFlags flags; - uint32_t min_age ; // minimum age of files in this subtree + std::string path; + uint64_t count; + uint32_t age; + FileStorageFlags flags; + uint32_t min_age ; // minimum age of files in this subtree - std::vector children; - std::list parent_groups; // parent groups for the shared directory + std::list children; + std::list parent_groups; // parent groups for the shared directory }; std::ostream &operator<<(std::ostream &out, const DirDetails& details); diff --git a/libretroshare/src/retroshare/rsversion.h b/libretroshare/src/retroshare/rsversion.h index 26cf284a6..105be943f 100644 --- a/libretroshare/src/retroshare/rsversion.h +++ b/libretroshare/src/retroshare/rsversion.h @@ -1,8 +1,7 @@ #define RS_MAJOR_VERSION 0 #define RS_MINOR_VERSION 6 -#define RS_BUILD_NUMBER 0 +#define RS_BUILD_NUMBER 1 #define RS_BUILD_NUMBER_ADD "x" // <-- do we need this? - // The revision number should be the 4 first bytes of the git revision hash, which is obtained using: // git log --pretty="%H" | head -1 | cut -c1-8 // diff --git a/libretroshare/src/retroshare/rsversion.in b/libretroshare/src/retroshare/rsversion.in index 96ab52c89..6c4c3a7bc 100644 --- a/libretroshare/src/retroshare/rsversion.in +++ b/libretroshare/src/retroshare/rsversion.in @@ -1,6 +1,6 @@ #define RS_MAJOR_VERSION 0 #define RS_MINOR_VERSION 6 -#define RS_BUILD_NUMBER 0 +#define RS_BUILD_NUMBER 1 #define RS_BUILD_NUMBER_ADD "" // The revision number should be the 4 first bytes of the git revision hash, which is obtained using: diff --git a/libretroshare/src/rsserver/p3peers.cc b/libretroshare/src/rsserver/p3peers.cc index a415f4987..bd4e11cbd 100644 --- a/libretroshare/src/rsserver/p3peers.cc +++ b/libretroshare/src/rsserver/p3peers.cc @@ -635,9 +635,9 @@ bool p3Peers::getAssociatedSSLIds(const RsPgpId &gpg_id, std::list &id return mPeerMgr->getAssociatedPeers(gpg_id, ids); } -bool p3Peers::gpgSignData(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen) +bool p3Peers::gpgSignData(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, std::string reason /* = "" */) { - return AuthGPG::getAuthGPG()->SignDataBin(data,len,sign,signlen); + return AuthGPG::getAuthGPG()->SignDataBin(data,len,sign,signlen, reason); } bool p3Peers::getGPGDetails(const RsPgpId &pgp_id, RsPeerDetails &d) @@ -1280,7 +1280,7 @@ bool p3Peers::addGroup(RsGroupInfo &groupInfo) return res ; } -bool p3Peers::editGroup(const std::string &groupId, RsGroupInfo &groupInfo) +bool p3Peers::editGroup(const RsNodeGroupId &groupId, RsGroupInfo &groupInfo) { #ifdef P3PEERS_DEBUG std::cerr << "p3Peers::editGroup()" << std::endl; @@ -1292,7 +1292,7 @@ bool p3Peers::editGroup(const std::string &groupId, RsGroupInfo &groupInfo) return res ; } -bool p3Peers::removeGroup(const std::string &groupId) +bool p3Peers::removeGroup(const RsNodeGroupId &groupId) { #ifdef P3PEERS_DEBUG std::cerr << "p3Peers::removeGroup()" << std::endl; @@ -1303,7 +1303,15 @@ bool p3Peers::removeGroup(const std::string &groupId) return res ; } -bool p3Peers::getGroupInfo(const std::string &groupId, RsGroupInfo &groupInfo) +bool p3Peers::getGroupInfoByName(const std::string& groupName, RsGroupInfo &groupInfo) +{ +#ifdef P3PEERS_DEBUG + std::cerr << "p3Peers::getGroupInfo()" << std::endl; +#endif + + return mPeerMgr->getGroupInfoByName(groupName, groupInfo); +} +bool p3Peers::getGroupInfo(const RsNodeGroupId &groupId, RsGroupInfo &groupInfo) { #ifdef P3PEERS_DEBUG std::cerr << "p3Peers::getGroupInfo()" << std::endl; @@ -1321,7 +1329,7 @@ bool p3Peers::getGroupInfoList(std::list &groupInfoList) return mPeerMgr->getGroupInfoList(groupInfoList); } -bool p3Peers::assignPeerToGroup(const std::string &groupId, const RsPgpId& peerId, bool assign) +bool p3Peers::assignPeerToGroup(const RsNodeGroupId &groupId, const RsPgpId& peerId, bool assign) { std::list peerIds; peerIds.push_back(peerId); @@ -1329,7 +1337,7 @@ bool p3Peers::assignPeerToGroup(const std::string &groupId, const RsPgpId& peerI return assignPeersToGroup(groupId, peerIds, assign); } -bool p3Peers::assignPeersToGroup(const std::string &groupId, const std::list &peerIds, bool assign) +bool p3Peers::assignPeersToGroup(const RsNodeGroupId &groupId, const std::list &peerIds, bool assign) { #ifdef P3PEERS_DEBUG std::cerr << "p3Peers::assignPeersToGroup()" << std::endl; @@ -1343,7 +1351,7 @@ bool p3Peers::assignPeersToGroup(const std::string &groupId, const std::list& directory_parent_groups) + const std::list& directory_parent_groups) { // We should be able to do that in O(1), using groups based on packs of bits. // @@ -1354,7 +1362,7 @@ FileSearchFlags p3Peers::computePeerPermissionFlags(const RsPeerId& peer_ssl_id, bool found = false ; RsPgpId pgp_id = getGPGId(peer_ssl_id) ; - for(std::list::const_iterator it(directory_parent_groups.begin());it!=directory_parent_groups.end() && !found;++it) + for(std::list::const_iterator it(directory_parent_groups.begin());it!=directory_parent_groups.end() && !found;++it) { RsGroupInfo info ; if(!getGroupInfo(*it,info)) diff --git a/libretroshare/src/rsserver/p3peers.h b/libretroshare/src/rsserver/p3peers.h index 25d38c9a3..2edae4abc 100644 --- a/libretroshare/src/rsserver/p3peers.h +++ b/libretroshare/src/rsserver/p3peers.h @@ -70,7 +70,7 @@ public: virtual bool getGPGAllList(std::list &ids); virtual bool getGPGDetails(const RsPgpId &id, RsPeerDetails &d); virtual bool getAssociatedSSLIds(const RsPgpId& gpg_id, std::list &ids); - virtual bool gpgSignData(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen) ; + virtual bool gpgSignData(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, std::string reason = "") ; /* Add/Remove Friends */ virtual bool addFriend(const RsPeerId &ssl_id, const RsPgpId &gpg_id,ServicePermissionFlags flags = RS_NODE_PERM_DEFAULT); @@ -124,14 +124,15 @@ public: /* Group Stuff */ virtual bool addGroup(RsGroupInfo &groupInfo); - virtual bool editGroup(const std::string &groupId, RsGroupInfo &groupInfo); - virtual bool removeGroup(const std::string &groupId); - virtual bool getGroupInfo(const std::string &groupId, RsGroupInfo &groupInfo); - virtual bool getGroupInfoList(std::list &groupInfoList); - virtual bool assignPeerToGroup(const std::string &groupId, const RsPgpId &peerId, bool assign); - virtual bool assignPeersToGroup(const std::string &groupId, const std::list& peerIds, bool assign); + virtual bool editGroup(const RsNodeGroupId &groupId, RsGroupInfo &groupInfo); + virtual bool removeGroup(const RsNodeGroupId &groupId); + virtual bool getGroupInfo(const RsNodeGroupId &groupId, RsGroupInfo &groupInfo); + virtual bool getGroupInfoByName(const std::string& groupName, RsGroupInfo& groupInfo); + virtual bool getGroupInfoList(std::list &groupInfoList); + virtual bool assignPeerToGroup(const RsNodeGroupId &groupId, const RsPgpId &peerId, bool assign); + virtual bool assignPeersToGroup(const RsNodeGroupId &groupId, const std::list& peerIds, bool assign); - virtual FileSearchFlags computePeerPermissionFlags(const RsPeerId& peer_id,FileStorageFlags share_flags,const std::list& parent_groups); + virtual FileSearchFlags computePeerPermissionFlags(const RsPeerId& peer_id, FileStorageFlags share_flags, const std::list &parent_groups); // service permission stuff diff --git a/libretroshare/src/rsserver/rsinit.cc b/libretroshare/src/rsserver/rsinit.cc index 0f484fae3..066616633 100644 --- a/libretroshare/src/rsserver/rsinit.cc +++ b/libretroshare/src/rsserver/rsinit.cc @@ -78,7 +78,9 @@ #include "grouter/p3grouter.h" #endif +#ifdef RS_USE_DHT_STUNNER #include "tcponudp/udpstunner.h" +#endif // RS_USE_DHT_STUNNER // #define GPG_DEBUG // #define AUTHSSL_DEBUG @@ -902,7 +904,9 @@ RsGRouter *rsGRouter = NULL ; #ifdef RS_USE_BITDHT #include "dht/p3bitdht.h" +#ifdef RS_USE_DHT_STUNNER #include "dht/stunaddrassist.h" +#endif // RS_USE_DHT_STUNNER #include "udp/udpstack.h" #include "tcponudp/udppeer.h" @@ -1138,6 +1142,7 @@ int RsServer::StartupRetroShare() UdpSubReceiver *udpReceivers[RSUDP_NUM_TOU_RECVERS]; int udpTypes[RSUDP_NUM_TOU_RECVERS]; +#ifdef RS_USE_DHT_STUNNER // FIRST DHT STUNNER. UdpStunner *mDhtStunner = new UdpStunner(mDhtStack); mDhtStunner->setTargetStunPeriod(300); /* slow (5mins) */ @@ -1146,9 +1151,11 @@ int RsServer::StartupRetroShare() #ifdef LOCALNET_TESTING mDhtStunner->SetAcceptLocalNet(); #endif +#endif // RS_USE_DHT_STUNNER + // NEXT BITDHT. - p3BitDht *mBitDht = new p3BitDht(ownId, mLinkMgr, mNetMgr, mDhtStack, bootstrapfile, filteredipfile); + p3BitDht *mBitDht = new p3BitDht(ownId, mLinkMgr, mNetMgr, mDhtStack, bootstrapfile, filteredipfile); /* install external Pointer for Interface */ rsDht = mBitDht; @@ -1189,6 +1196,7 @@ int RsServer::StartupRetroShare() rsFixedUdpStack *mProxyStack = new rsFixedUdpStack(sndladdr); #endif +#ifdef RS_USE_DHT_STUNNER // FIRSTLY THE PROXY STUNNER. UdpStunner *mProxyStunner = new UdpStunner(mProxyStack); mProxyStunner->setTargetStunPeriod(300); /* slow (5mins) */ @@ -1197,6 +1205,7 @@ int RsServer::StartupRetroShare() #ifdef LOCALNET_TESTING mProxyStunner->SetAcceptLocalNet(); #endif +#endif // RS_USE_DHT_STUNNER // FINALLY THE PROXY UDP CONNECTIONS @@ -1207,9 +1216,15 @@ int RsServer::StartupRetroShare() // REAL INITIALISATION - WITH THREE MODES tou_init((void **) udpReceivers, udpTypes, RSUDP_NUM_TOU_RECVERS); +#ifdef RS_USE_DHT_STUNNER mBitDht->setupConnectBits(mDhtStunner, mProxyStunner, mRelay); +#else // RS_USE_DHT_STUNNER + mBitDht->setupConnectBits(mRelay); +#endif // RS_USE_DHT_STUNNER +#ifdef RS_USE_DHT_STUNNER mNetMgr->setAddrAssist(new stunAddrAssist(mDhtStunner), new stunAddrAssist(mProxyStunner)); +#endif // RS_USE_DHT_STUNNER #else /* install NULL Pointer for rsDht Interface */ rsDht = NULL; diff --git a/libretroshare/src/serialiser/rsconfigitems.cc b/libretroshare/src/serialiser/rsconfigitems.cc index 313beb33a..9b94d454d 100644 --- a/libretroshare/src/serialiser/rsconfigitems.cc +++ b/libretroshare/src/serialiser/rsconfigitems.cc @@ -43,34 +43,34 @@ uint32_t RsFileConfigSerialiser::size(RsItem *i) { RsFileTransfer *rft; - RsFileConfigItem *rfi; + RsFileConfigItem *rfj; if (NULL != (rft = dynamic_cast(i))) { return sizeTransfer(rft); } - if (NULL != (rfi = dynamic_cast(i))) - { - return sizeFileItem(rfi); - } - return 0; + if (NULL != (rfj = dynamic_cast(i))) + { + return sizeFileItem(rfj); + } + return 0; } /* serialise the data to the buffer */ bool RsFileConfigSerialiser::serialise(RsItem *i, void *data, uint32_t *pktsize) { RsFileTransfer *rft; - RsFileConfigItem *rfi; + RsFileConfigItem *rfj; if (NULL != (rft = dynamic_cast(i))) { return serialiseTransfer(rft, data, pktsize); } - if (NULL != (rfi = dynamic_cast(i))) - { - return serialiseFileItem(rfi, data, pktsize); - } - return false; + if (NULL != (rfj = dynamic_cast(i))) + { + return serialiseFileItem(rfj, data, pktsize); + } + return false; } RsItem *RsFileConfigSerialiser::deserialise(void *data, uint32_t *pktsize) @@ -90,10 +90,13 @@ RsItem *RsFileConfigSerialiser::deserialise(void *data, uint32_t *pktsize) case RS_PKT_SUBTYPE_FILE_TRANSFER: return deserialiseTransfer(data, pktsize); break; - case RS_PKT_SUBTYPE_FILE_ITEM: - return deserialiseFileItem(data, pktsize); + case RS_PKT_SUBTYPE_FILE_ITEM_deprecated: + return deserialiseFileItem_deprecated(data, pktsize); break; - default: + case RS_PKT_SUBTYPE_FILE_ITEM: + return deserialiseFileItem(data, pktsize); + break; + default: return NULL; break; } @@ -158,20 +161,20 @@ std::ostream &RsFileTransfer::print(std::ostream &out, uint16_t indent) /*************************************************************************/ /*************************************************************************/ -RsFileConfigItem::~RsFileConfigItem() +void RsFileConfigItem_deprecated::clear() { - return; -} - -void RsFileConfigItem::clear() -{ - file.TlvClear(); flags = 0; parent_groups.clear() ; } -std::ostream &RsFileConfigItem::print(std::ostream &out, uint16_t indent) +void RsFileConfigItem::clear() +{ + file.TlvClear(); + flags = 0; + parent_groups.TlvClear() ; +} +std::ostream &RsFileConfigItem_deprecated::print(std::ostream &out, uint16_t indent) { printRsItemBase(out, "RsFileConfigItem", indent); uint16_t int_Indent = indent + 2; @@ -188,6 +191,22 @@ std::ostream &RsFileConfigItem::print(std::ostream &out, uint16_t indent) return out; } +std::ostream &RsFileConfigItem::print(std::ostream &out, uint16_t indent) +{ + printRsItemBase(out, "RsFileConfigItem", indent); + uint16_t int_Indent = indent + 2; + file.print(out, int_Indent); + + printIndent(out, int_Indent); out << "flags: " << flags << std::endl; + printIndent(out, int_Indent); out << "groups:" ; + + for(std::set::const_iterator it(parent_groups.ids.begin());it!=parent_groups.ids.end();++it) + out << (*it) << " " ; + out << std::endl; + + printRsItemEnd(out, "RsFileConfigItem", indent); + return out; +} /*************************************************************************/ /*************************************************************************/ @@ -351,8 +370,7 @@ uint32_t RsFileConfigSerialiser::sizeFileItem(RsFileConfigItem *item) s += item->file.TlvSize(); s += 4; // flags - for(std::list::const_iterator it(item->parent_groups.begin());it!=item->parent_groups.end();++it) // parent groups - s += GetTlvStringSize(*it); + s += item->parent_groups.TlvSize() ; return s; } @@ -382,9 +400,7 @@ bool RsFileConfigSerialiser::serialiseFileItem(RsFileConfigItem *item, void /* add mandatory parts first */ ok &= item->file.SetTlv(data, tlvsize, &offset); ok &= setRawUInt32(data, tlvsize, &offset, item->flags); - - for(std::list::const_iterator it(item->parent_groups.begin());ok && it!=item->parent_groups.end();++it) // parent groups - ok &= SetTlvString(data, tlvsize, &offset, TLV_TYPE_STR_GROUPID, *it); + ok &= item->parent_groups.SetTlv(data, tlvsize, &offset); if (offset != tlvsize) { @@ -397,6 +413,66 @@ bool RsFileConfigSerialiser::serialiseFileItem(RsFileConfigItem *item, void return ok; } +RsFileConfigItem_deprecated *RsFileConfigSerialiser::deserialiseFileItem_deprecated(void *data, uint32_t *pktsize) +{ + /* get the type and size */ + uint32_t rstype = getRsItemId(data); + uint32_t rssize = getRsItemSize(data); + + uint32_t offset = 0; + + + if ((RS_PKT_VERSION1 != getRsItemVersion(rstype)) || + (RS_PKT_CLASS_CONFIG != getRsItemClass(rstype)) || + (RS_PKT_TYPE_FILE_CONFIG != getRsItemType(rstype)) || + (RS_PKT_SUBTYPE_FILE_ITEM_deprecated != getRsItemSubType(rstype))) + { + return NULL; /* wrong type */ + } + + if (*pktsize < rssize) /* check size */ + return NULL; /* not enough data */ + + /* set the packet length */ + *pktsize = rssize; + + bool ok = true; + + /* ready to load */ + RsFileConfigItem_deprecated *item = new RsFileConfigItem_deprecated(); + item->clear(); + + /* skip the header */ + offset += 8; + + /* get mandatory parts first */ + ok &= item->file.GetTlv(data, rssize, &offset); + ok &= getRawUInt32(data, rssize, &offset, &(item->flags)); + + while(offset < rssize) + { + std::string tmp ; + if(GetTlvString(data, rssize, &offset, TLV_TYPE_STR_GROUPID, tmp)) + item->parent_groups.push_back(tmp) ; + else + break ; + } + + if (offset != rssize) + { + /* error */ + delete item; + return NULL; + } + + if (!ok) + { + delete item; + return NULL; + } + + return item; +} RsFileConfigItem *RsFileConfigSerialiser::deserialiseFileItem(void *data, uint32_t *pktsize) { /* get the type and size */ @@ -409,7 +485,7 @@ RsFileConfigItem *RsFileConfigSerialiser::deserialiseFileItem(void *data, uint32 if ((RS_PKT_VERSION1 != getRsItemVersion(rstype)) || (RS_PKT_CLASS_CONFIG != getRsItemClass(rstype)) || (RS_PKT_TYPE_FILE_CONFIG != getRsItemType(rstype)) || - (RS_PKT_SUBTYPE_FILE_ITEM != getRsItemSubType(rstype))) + (RS_PKT_SUBTYPE_FILE_ITEM != getRsItemSubType(rstype))) { return NULL; /* wrong type */ } @@ -423,7 +499,7 @@ RsFileConfigItem *RsFileConfigSerialiser::deserialiseFileItem(void *data, uint32 bool ok = true; /* ready to load */ - RsFileConfigItem *item = new RsFileConfigItem(); + RsFileConfigItem *item = new RsFileConfigItem(); item->clear(); /* skip the header */ @@ -432,15 +508,7 @@ RsFileConfigItem *RsFileConfigSerialiser::deserialiseFileItem(void *data, uint32 /* get mandatory parts first */ ok &= item->file.GetTlv(data, rssize, &offset); ok &= getRawUInt32(data, rssize, &offset, &(item->flags)); - - while(offset < rssize) - { - std::string tmp ; - if(GetTlvString(data, rssize, &offset, TLV_TYPE_STR_GROUPID, tmp)) - item->parent_groups.push_back(tmp) ; - else - break ; - } + ok &= item->parent_groups.GetTlv(data, rssize, &offset) ; if (offset != rssize) { @@ -682,7 +750,7 @@ uint32_t RsPeerConfigSerialiser::size(RsItem *i) { RsPeerStunItem *psi; RsPeerNetItem *pni; - RsPeerGroupItem *pgi; + RsNodeGroupItem *pgi; RsPeerServicePermissionItem *pri; RsPeerBandwidthLimitsItem *pblitem; @@ -694,7 +762,7 @@ uint32_t RsPeerConfigSerialiser::size(RsItem *i) { return sizeStun(psi); } - else if (NULL != (pgi = dynamic_cast(i))) + else if (NULL != (pgi = dynamic_cast(i))) { return sizeGroup(pgi); } @@ -715,7 +783,7 @@ bool RsPeerConfigSerialiser::serialise(RsItem *i, void *data, uint32_t *pktsi { RsPeerNetItem *pni; RsPeerStunItem *psi; - RsPeerGroupItem *pgi; + RsNodeGroupItem *pgi; RsPeerServicePermissionItem *pri; RsPeerBandwidthLimitsItem *pblitem; @@ -727,7 +795,7 @@ bool RsPeerConfigSerialiser::serialise(RsItem *i, void *data, uint32_t *pktsi { return serialiseStun(psi, data, pktsize); } - else if (NULL != (pgi = dynamic_cast(i))) + else if (NULL != (pgi = dynamic_cast(i))) { return serialiseGroup(pgi, data, pktsize); } @@ -764,9 +832,11 @@ RsItem *RsPeerConfigSerialiser::deserialise(void *data, uint32_t *pktsize) return deserialiseNet(data, pktsize); case RS_PKT_SUBTYPE_PEER_STUN: return deserialiseStun(data, pktsize); - case RS_PKT_SUBTYPE_PEER_GROUP: - return deserialiseGroup(data, pktsize); - case RS_PKT_SUBTYPE_PEER_PERMISSIONS: + case RS_PKT_SUBTYPE_PEER_GROUP_deprecated: + return deserialiseGroup_deprecated(data, pktsize); + case RS_PKT_SUBTYPE_NODE_GROUP: + return deserialiseGroup(data, pktsize); + case RS_PKT_SUBTYPE_PEER_PERMISSIONS: return deserialisePermissions(data, pktsize); case RS_PKT_SUBTYPE_PEER_BANDLIMITS: return deserialisePeerBandwidthLimits(data, pktsize); @@ -1312,16 +1382,64 @@ RsPeerStunItem *RsPeerConfigSerialiser::deserialiseStun(void *data, uint32_t *si } /*************************************************************************/ - -RsPeerGroupItem::RsPeerGroupItem() : RsItem(RS_PKT_VERSION1, RS_PKT_CLASS_CONFIG, RS_PKT_TYPE_PEER_CONFIG, RS_PKT_SUBTYPE_PEER_GROUP) +RsNodeGroupItem::RsNodeGroupItem() : RsItem(RS_PKT_VERSION1, RS_PKT_CLASS_CONFIG, RS_PKT_TYPE_PEER_CONFIG, RS_PKT_SUBTYPE_NODE_GROUP) { } -RsPeerGroupItem::~RsPeerGroupItem() +RsNodeGroupItem::RsNodeGroupItem(const RsGroupInfo& g) + :RsItem(RS_PKT_VERSION1, RS_PKT_CLASS_CONFIG, RS_PKT_TYPE_PEER_CONFIG, RS_PKT_SUBTYPE_NODE_GROUP) +{ + id = g.id ; + name = g.name ; + flag = g.flag ; + pgpList.ids = g.peerIds; +} + +void RsNodeGroupItem::clear() +{ + id.clear(); + name.clear(); + flag = 0; + pgpList.ids.clear(); +} + +std::ostream &RsNodeGroupItem::print(std::ostream &out, uint16_t indent) +{ + printRsItemBase(out, "RsNodeGroupItem", indent); + uint16_t int_Indent = indent + 2; + + printIndent(out, int_Indent); + out << "groupId: " << id << std::endl; + + printIndent(out, int_Indent); + out << "groupName: " << name << std::endl; + + printIndent(out, int_Indent); + out << "groupFlag: " << flag << std::endl; + + std::set::iterator it; + for (it = pgpList.ids.begin(); it != pgpList.ids.end(); ++it) { + printIndent(out, int_Indent); + out << "peerId: " << it->toStdString() << std::endl; + } + + printRsItemEnd(out, "RsNodeGroupItem", indent); + return out; +} + +/*************************************************************************/ +/* DEPRECATED CODE. SHOULD BE REMOVED WHEN EVERYONE USES THE NEW CLASS */ +/*************************************************************************/ + +RsPeerGroupItem_deprecated::RsPeerGroupItem_deprecated() : RsItem(RS_PKT_VERSION1, RS_PKT_CLASS_CONFIG, RS_PKT_TYPE_PEER_CONFIG, RS_PKT_SUBTYPE_PEER_GROUP_deprecated) { } -void RsPeerGroupItem::clear() +RsPeerGroupItem_deprecated::~RsPeerGroupItem_deprecated() +{ +} + +void RsPeerGroupItem_deprecated::clear() { id.clear(); name.clear(); @@ -1329,7 +1447,7 @@ void RsPeerGroupItem::clear() pgpList.ids.clear(); } -std::ostream &RsPeerGroupItem::print(std::ostream &out, uint16_t indent) +std::ostream &RsPeerGroupItem_deprecated::print(std::ostream &out, uint16_t indent) { printRsItemBase(out, "RsPeerGroupItem", indent); uint16_t int_Indent = indent + 2; @@ -1353,38 +1471,67 @@ std::ostream &RsPeerGroupItem::print(std::ostream &out, uint16_t indent) return out; } -/* set data from RsGroupInfo to RsPeerGroupItem */ -void RsPeerGroupItem::set(RsGroupInfo &groupInfo) +RsPeerGroupItem_deprecated *RsPeerConfigSerialiser::deserialiseGroup_deprecated(void *data, uint32_t *size) { - id = groupInfo.id; - name = groupInfo.name; - flag = groupInfo.flag; - pgpList.ids = groupInfo.peerIds; -} + /* get the type and size */ + uint32_t rstype = getRsItemId(data); + uint32_t rssize = getRsItemSize(data); -/* get data from RsGroupInfo to RsPeerGroupItem */ -void RsPeerGroupItem::get(RsGroupInfo &groupInfo) -{ - groupInfo.id = id; - groupInfo.name = name; - groupInfo.flag = flag; - groupInfo.peerIds = pgpList.ids; -} + uint32_t offset = 0; + if ((RS_PKT_VERSION1 != getRsItemVersion(rstype)) || + (RS_PKT_CLASS_CONFIG != getRsItemClass(rstype)) || + (RS_PKT_TYPE_PEER_CONFIG != getRsItemType(rstype)) || + (RS_PKT_SUBTYPE_PEER_GROUP_deprecated != getRsItemSubType(rstype))) + { + return NULL; /* wrong type */ + } + + if (*size < rssize) /* check size */ + return NULL; /* not enough data */ + + /* set the packet length */ + *size = rssize; + + bool ok = true; + + RsPeerGroupItem_deprecated *item = new RsPeerGroupItem_deprecated(); + item->clear(); + + /* skip the header */ + offset += 8; + + /* get mandatory parts first */ + uint32_t version; + ok &= getRawUInt32(data, rssize, &offset, &version); + ok &= GetTlvString(data, rssize, &offset, TLV_TYPE_STR_KEY, item->id); + ok &= GetTlvString(data, rssize, &offset, TLV_TYPE_STR_NAME, item->name); + ok &= getRawUInt32(data, rssize, &offset, &(item->flag)); + ok &= item->pgpList.GetTlv(data, rssize, &offset); + + if (offset != rssize) + { + /* error */ + delete item; + return NULL; + } + + return item; +} /*************************************************************************/ -uint32_t RsPeerConfigSerialiser::sizeGroup(RsPeerGroupItem *i) +uint32_t RsPeerConfigSerialiser::sizeGroup(RsNodeGroupItem *i) { uint32_t s = 8; /* header */ s += 4; /* version */ - s += GetTlvStringSize(i->id); + s += RsNodeGroupId::serial_size(); s += GetTlvStringSize(i->name); s += 4; /* flag */ s += i->pgpList.TlvSize(); return s; } -bool RsPeerConfigSerialiser::serialiseGroup(RsPeerGroupItem *item, void *data, uint32_t *size) +bool RsPeerConfigSerialiser::serialiseGroup(RsNodeGroupItem *item, void *data, uint32_t *size) { uint32_t tlvsize = RsPeerConfigSerialiser::sizeGroup(item); uint32_t offset = 0; @@ -1410,7 +1557,7 @@ bool RsPeerConfigSerialiser::serialiseGroup(RsPeerGroupItem *item, void *data, u /* add mandatory parts first */ ok &= setRawUInt32(data, tlvsize, &offset, 0); - ok &= SetTlvString(data, tlvsize, &offset, TLV_TYPE_STR_KEY, item->id); + ok &= item->id.serialise(data, tlvsize, offset); ok &= SetTlvString(data, tlvsize, &offset, TLV_TYPE_STR_NAME, item->name); ok &= setRawUInt32(data, tlvsize, &offset, item->flag); ok &= item->pgpList.SetTlv(data, tlvsize, &offset); @@ -1426,7 +1573,7 @@ bool RsPeerConfigSerialiser::serialiseGroup(RsPeerGroupItem *item, void *data, u return ok; } -RsPeerGroupItem *RsPeerConfigSerialiser::deserialiseGroup(void *data, uint32_t *size) +RsNodeGroupItem *RsPeerConfigSerialiser::deserialiseGroup(void *data, uint32_t *size) { /* get the type and size */ uint32_t rstype = getRsItemId(data); @@ -1437,7 +1584,7 @@ RsPeerGroupItem *RsPeerConfigSerialiser::deserialiseGroup(void *data, uint32_t * if ((RS_PKT_VERSION1 != getRsItemVersion(rstype)) || (RS_PKT_CLASS_CONFIG != getRsItemClass(rstype)) || (RS_PKT_TYPE_PEER_CONFIG != getRsItemType(rstype)) || - (RS_PKT_SUBTYPE_PEER_GROUP != getRsItemSubType(rstype))) + (RS_PKT_SUBTYPE_NODE_GROUP != getRsItemSubType(rstype))) { return NULL; /* wrong type */ } @@ -1450,7 +1597,7 @@ RsPeerGroupItem *RsPeerConfigSerialiser::deserialiseGroup(void *data, uint32_t * bool ok = true; - RsPeerGroupItem *item = new RsPeerGroupItem(); + RsNodeGroupItem *item = new RsNodeGroupItem(); item->clear(); /* skip the header */ @@ -1459,7 +1606,7 @@ RsPeerGroupItem *RsPeerConfigSerialiser::deserialiseGroup(void *data, uint32_t * /* get mandatory parts first */ uint32_t version; ok &= getRawUInt32(data, rssize, &offset, &version); - ok &= GetTlvString(data, rssize, &offset, TLV_TYPE_STR_KEY, item->id); + ok &= item->id.deserialise(data, rssize, offset); ok &= GetTlvString(data, rssize, &offset, TLV_TYPE_STR_NAME, item->name); ok &= getRawUInt32(data, rssize, &offset, &(item->flag)); ok &= item->pgpList.GetTlv(data, rssize, &offset); diff --git a/libretroshare/src/serialiser/rsconfigitems.h b/libretroshare/src/serialiser/rsconfigitems.h index 6fc9f1f6d..3d3d50a97 100644 --- a/libretroshare/src/serialiser/rsconfigitems.h +++ b/libretroshare/src/serialiser/rsconfigitems.h @@ -50,15 +50,17 @@ const uint8_t RS_PKT_TYPE_HISTORY_CONFIG = 0x06; const uint8_t RS_PKT_SUBTYPE_KEY_VALUE = 0x01; /* PEER CONFIG SUBTYPES */ -const uint8_t RS_PKT_SUBTYPE_PEER_STUN = 0x02; -const uint8_t RS_PKT_SUBTYPE_PEER_NET = 0x03; -const uint8_t RS_PKT_SUBTYPE_PEER_GROUP = 0x04; -const uint8_t RS_PKT_SUBTYPE_PEER_PERMISSIONS = 0x05; -const uint8_t RS_PKT_SUBTYPE_PEER_BANDLIMITS = 0x06; +const uint8_t RS_PKT_SUBTYPE_PEER_STUN = 0x02; +const uint8_t RS_PKT_SUBTYPE_PEER_NET = 0x03; +const uint8_t RS_PKT_SUBTYPE_PEER_GROUP_deprecated = 0x04; +const uint8_t RS_PKT_SUBTYPE_PEER_PERMISSIONS = 0x05; +const uint8_t RS_PKT_SUBTYPE_PEER_BANDLIMITS = 0x06; +const uint8_t RS_PKT_SUBTYPE_NODE_GROUP = 0x07; /* FILE CONFIG SUBTYPES */ -const uint8_t RS_PKT_SUBTYPE_FILE_TRANSFER = 0x01; -const uint8_t RS_PKT_SUBTYPE_FILE_ITEM = 0x02; +const uint8_t RS_PKT_SUBTYPE_FILE_TRANSFER = 0x01; +const uint8_t RS_PKT_SUBTYPE_FILE_ITEM_deprecated = 0x02; +const uint8_t RS_PKT_SUBTYPE_FILE_ITEM = 0x03; /**************************************************************************/ @@ -134,11 +136,11 @@ class RsPeerBandwidthLimitsItem : public RsItem std::map peers ; }; -class RsPeerGroupItem : public RsItem +class RsPeerGroupItem_deprecated : public RsItem { public: - RsPeerGroupItem(); - virtual ~RsPeerGroupItem(); + RsPeerGroupItem_deprecated(); + virtual ~RsPeerGroupItem_deprecated(); virtual void clear(); std::ostream &print(std::ostream &out, uint16_t indent = 0); @@ -156,6 +158,29 @@ public: RsTlvPgpIdSet pgpList; }; +class RsNodeGroupItem: public RsItem +{ +public: + RsNodeGroupItem(); + virtual ~RsNodeGroupItem() {} + + virtual void clear(); + std::ostream &print(std::ostream &out, uint16_t indent = 0); + + explicit RsNodeGroupItem(const RsGroupInfo&) ; + + // /* set data from RsGroupInfo to RsPeerGroupItem */ + // void set(RsGroupInfo &groupInfo); + // /* get data from RsGroupInfo to RsPeerGroupItem */ + // void get(RsGroupInfo &groupInfo); + + /* Mandatory */ + RsNodeGroupId id; + std::string name; + uint32_t flag; + + RsTlvPgpIdSet pgpList; +}; class RsPeerStunItem: public RsItem { @@ -197,9 +222,10 @@ virtual uint32_t sizeStun(RsPeerStunItem *); virtual bool serialiseStun (RsPeerStunItem *item, void *data, uint32_t *size); virtual RsPeerStunItem * deserialiseStun(void *data, uint32_t *size); -virtual uint32_t sizeGroup(RsPeerGroupItem *); -virtual bool serialiseGroup (RsPeerGroupItem *item, void *data, uint32_t *size); -virtual RsPeerGroupItem * deserialiseGroup(void *data, uint32_t *size); +virtual uint32_t sizeGroup(RsNodeGroupItem *); +virtual bool serialiseGroup (RsNodeGroupItem *item, void *data, uint32_t *size); +virtual RsNodeGroupItem *deserialiseGroup(void *data, uint32_t *size); +virtual RsPeerGroupItem_deprecated * deserialiseGroup_deprecated(void *data, uint32_t *size); virtual uint32_t sizePeerBandwidthLimits(RsPeerBandwidthLimitsItem *); virtual bool serialisePeerBandwidthLimits (RsPeerBandwidthLimitsItem *item, void *data, uint32_t *size); @@ -303,23 +329,39 @@ class RsFileTransfer: public RsItem const uint32_t RS_FILE_CONFIG_CLEANUP_DELETE = 0x0001; /* Used by ft / extralist / configdirs / anyone who wants a basic file */ -class RsFileConfigItem: public RsItem +class RsFileConfigItem_deprecated: public RsItem { - public: - RsFileConfigItem() - :RsItem(RS_PKT_VERSION1, RS_PKT_CLASS_CONFIG, - RS_PKT_TYPE_FILE_CONFIG, - RS_PKT_SUBTYPE_FILE_ITEM) - { return; } -virtual ~RsFileConfigItem(); -virtual void clear(); -std::ostream &print(std::ostream &out, uint16_t indent = 0); +public: + RsFileConfigItem_deprecated() + :RsItem(RS_PKT_VERSION1, RS_PKT_CLASS_CONFIG, + RS_PKT_TYPE_FILE_CONFIG, + RS_PKT_SUBTYPE_FILE_ITEM_deprecated) + {} + virtual ~RsFileConfigItem_deprecated() {} + virtual void clear(); + std::ostream &print(std::ostream &out, uint16_t indent = 0); - RsTlvFileItem file; - uint32_t flags; - std::list parent_groups ; + RsTlvFileItem file; + uint32_t flags; + std::list parent_groups ; }; +class RsFileConfigItem: public RsItem +{ +public: + RsFileConfigItem() + :RsItem(RS_PKT_VERSION1, RS_PKT_CLASS_CONFIG, + RS_PKT_TYPE_FILE_CONFIG, + RS_PKT_SUBTYPE_FILE_ITEM) + {} + virtual ~RsFileConfigItem() {} + virtual void clear(); + std::ostream &print(std::ostream &out, uint16_t indent = 0); + + RsTlvFileItem file; + uint32_t flags; + RsTlvNodeGroupIdSet parent_groups ; +}; /**************************************************************************/ class RsFileConfigSerialiser: public RsSerialType @@ -341,9 +383,11 @@ virtual uint32_t sizeTransfer(RsFileTransfer *); virtual bool serialiseTransfer(RsFileTransfer *item, void *data, uint32_t *size); virtual RsFileTransfer * deserialiseTransfer(void *data, uint32_t *size); +virtual RsFileConfigItem_deprecated * deserialiseFileItem_deprecated(void *data, uint32_t *size); + virtual uint32_t sizeFileItem(RsFileConfigItem *); virtual bool serialiseFileItem(RsFileConfigItem *item, void *data, uint32_t *size); -virtual RsFileConfigItem * deserialiseFileItem(void *data, uint32_t *size); +virtual RsFileConfigItem *deserialiseFileItem(void *data, uint32_t *size); }; diff --git a/libretroshare/src/serialiser/rsgxsreputationitems.cc b/libretroshare/src/serialiser/rsgxsreputationitems.cc index 064a52611..7a7c9e7f8 100644 --- a/libretroshare/src/serialiser/rsgxsreputationitems.cc +++ b/libretroshare/src/serialiser/rsgxsreputationitems.cc @@ -74,6 +74,11 @@ void RsGxsReputationUpdateItem::clear() mOpinions.clear() ; } +void RsGxsReputationBannedNodeSetItem::clear() +{ + mKnownIdentities.TlvClear(); +} + /*************************************************************************/ /*************************************************************************/ /*************************************************************************/ @@ -82,10 +87,10 @@ std::ostream& RsGxsReputationConfigItem::print(std::ostream &out, uint16_t inden { printRsItemBase(out, "RsReputationConfigItem", indent); - out << "mPeerId: " << mPeerId << std::endl; - out << "last update: " << time(NULL) - mLatestUpdate << " secs ago." << std::endl; - out << "last query : " << time(NULL) - mLastQuery << " secs ago." << std::endl; - + out << "mPeerId: " << mPeerId << std::endl; + out << "last update: " << time(NULL) - mLatestUpdate << " secs ago." << std::endl; + out << "last query : " << time(NULL) - mLastQuery << " secs ago." << std::endl; + printRsItemEnd(out, "RsReputationConfigItem", indent); return out; } @@ -94,14 +99,15 @@ std::ostream& RsGxsReputationSetItem::print(std::ostream &out, uint16_t indent) { printRsItemBase(out, "RsReputationSetItem", indent); - out << "GxsId: " << mGxsId << std::endl; - out << "mOwnOpinion: " << mOwnOpinion << std::endl; - out << "mOwnOpinionTS : " << time(NULL) - mOwnOpinionTS << " secs ago." << std::endl; + out << "GxsId: " << mGxsId << std::endl; + out << "Owner: " << mOwnerNodeId << std::endl; + out << "mOwnOpinion: " << mOwnOpinion << std::endl; + out << "mOwnOpinionTS : " << time(NULL) - mOwnOpinionTS << " secs ago." << std::endl; out << "Opinions from neighbors: " << std::endl; - + for(std::map::const_iterator it(mOpinions.begin());it!=mOpinions.end();++it) - out << " " << it->first << ": " << it->second << std::endl; - + out << " " << it->first << ": " << it->second << std::endl; + printRsItemEnd(out, "RsReputationSetItem", indent); return out; } @@ -109,12 +115,12 @@ std::ostream& RsGxsReputationUpdateItem::print(std::ostream &out, uint16_t inden { printRsItemBase(out, "RsReputationUpdateItem", indent); - out << "from: " << PeerId() << std::endl; - out << "last update: " << time(NULL) - mLatestUpdate << " secs ago." << std::endl; - + out << "from: " << PeerId() << std::endl; + out << "last update: " << time(NULL) - mLatestUpdate << " secs ago." << std::endl; + for(std::map::const_iterator it(mOpinions.begin());it!=mOpinions.end();++it) - out << " " << it->first << ": " << it->second << std::endl; - + out << " " << it->first << ": " << it->second << std::endl; + printRsItemEnd(out, "RsReputationUpdateItem", indent); return out; } @@ -122,8 +128,19 @@ std::ostream& RsGxsReputationRequestItem::print(std::ostream &out, uint16_t inde { printRsItemBase(out, "RsReputationRequestItem", indent); - out << "last update: " << time(NULL) - mLastUpdate << " secs ago." << std::endl; - + out << "last update: " << time(NULL) - mLastUpdate << " secs ago." << std::endl; + + printRsItemEnd(out, "RsReputationRequestItem", indent); + return out; +} +std::ostream& RsGxsReputationBannedNodeSetItem::print(std::ostream &out, uint16_t indent) +{ + printRsItemBase(out, "RsReputationBannedNodeSetItem", indent); + + out << "last update: " << time(NULL) - mLastActivityTS << " secs ago." << std::endl; + out << "PGP id: " << mPgpId << std::endl; + out << "Known ids: " << mKnownIdentities.ids.size() << std::endl; + printRsItemEnd(out, "RsReputationRequestItem", indent); return out; } @@ -134,26 +151,38 @@ uint32_t RsGxsReputationConfigItem::serial_size() const uint32_t s = 8; /* header */ s += mPeerId.serial_size() ; // PeerId - s += 4 ; // mLatestUpdate - s += 4 ; // mLastQuery + s += 4 ; // mLatestUpdate + s += 4 ; // mLastQuery return s ; } uint32_t RsGxsReputationSetItem::serial_size() const { - uint32_t s = 8; /* header */ - - s += mGxsId.serial_size() ; + uint32_t s = 8; /* header */ + + s += mGxsId.serial_size() ; s += 4 ; // mOwnOpinion s += 4 ; // mOwnOpinionTS s += 4 ; // mIdentityFlags - + s += mOwnerNodeId.serial_size() ; + s += 4 ; // mOpinions.size() - + s += (4+RsPeerId::serial_size()) * mOpinions.size() ; - - return s ; + + return s ; +} + +uint32_t RsGxsReputationBannedNodeSetItem::serial_size() const +{ + uint32_t s = 8; /* header */ + + s += RsPgpId::serial_size() ; // mPgpId + s += 4 ; // mLastActivityTS; + s += mKnownIdentities.TlvSize(); // mKnownIdentities + + return s ; } uint32_t RsGxsReputationUpdateItem::serial_size() const @@ -216,8 +245,10 @@ bool RsGxsReputationSetItem::serialise(void *data, uint32_t& pktsize) const ok &= setRawUInt32(data, tlvsize, &offset, mOwnOpinion); ok &= setRawUInt32(data, tlvsize, &offset, mOwnOpinionTS); ok &= setRawUInt32(data, tlvsize, &offset, mIdentityFlags) ; - ok &= setRawUInt32(data, tlvsize, &offset, mOpinions.size()); - + ok &= mOwnerNodeId.serialise(data,tlvsize,offset) ; + + ok &= setRawUInt32(data, tlvsize, &offset, mOpinions.size()); + for(std::map::const_iterator it(mOpinions.begin());it!=mOpinions.end();++it) { ok &= it->first.serialise(data,tlvsize,offset) ; @@ -232,6 +263,29 @@ bool RsGxsReputationSetItem::serialise(void *data, uint32_t& pktsize) const return ok; } + +bool RsGxsReputationBannedNodeSetItem::serialise(void *data, uint32_t& pktsize) const +{ + uint32_t tlvsize ; + uint32_t offset=0; + + if(!serialise_header(data,pktsize,tlvsize,offset)) + return false ; + + bool ok = true; + + ok &= mPgpId.serialise(data, tlvsize, offset) ; + ok &= setRawUInt32(data, tlvsize, &offset, mLastActivityTS); + ok &= mKnownIdentities.SetTlv(data, tlvsize, &offset) ; + + if (offset != tlvsize) + { + ok = false; + std::cerr << "RsGxsReputationSetItem::serialisedata() size error! " << std::endl; + } + + return ok; +} bool RsGxsReputationUpdateItem::serialise(void *data, uint32_t& pktsize) const { uint32_t tlvsize ; @@ -304,7 +358,28 @@ RsGxsReputationConfigItem *RsGxsReputationSerialiser::deserialiseReputationConfi return item; } +RsGxsReputationBannedNodeSetItem *RsGxsReputationSerialiser::deserialiseReputationBannedNodeSetItem(void *data,uint32_t size) +{ + uint32_t offset = 8; // skip the header + uint32_t rssize = getRsItemSize(data); + bool ok = true ; + RsGxsReputationBannedNodeSetItem *item = new RsGxsReputationBannedNodeSetItem() ; + + /* add mandatory parts first */ + ok &= item->mPgpId.deserialise(data, size, offset) ; + ok &= getRawUInt32(data, size, &offset, &item->mLastActivityTS); + ok &= item->mKnownIdentities.GetTlv(data,size,&offset) ; + + if (offset != rssize || !ok) + { + std::cerr << __PRETTY_FUNCTION__ << ": error while deserialising! Item will be dropped." << std::endl; + delete item; + return NULL ; + } + + return item; +} RsGxsReputationSetItem *RsGxsReputationSerialiser::deserialiseReputationSetItem_deprecated(void *data,uint32_t tlvsize) { uint32_t offset = 8; // skip the header @@ -315,30 +390,32 @@ RsGxsReputationSetItem *RsGxsReputationSerialiser::deserialiseReputationSetItem_ /* add mandatory parts first */ ok &= item->mGxsId.deserialise(data, tlvsize, offset) ; + + item->mOwnerNodeId.clear(); // clears up, for backward compat. + ok &= getRawUInt32(data, tlvsize, &offset, &item->mOwnOpinion); ok &= getRawUInt32(data, tlvsize, &offset, &item->mOwnOpinionTS); - - item->mIdentityFlags = REPUTATION_IDENTITY_FLAG_NEEDS_UPDATE; // special value that means please update me. - + ok &= getRawUInt32(data, tlvsize, &offset, &item->mIdentityFlags); + uint32_t S ; ok &= getRawUInt32(data, tlvsize, &offset, &S); - + for(uint32_t i = 0; ok && (i < S); ++i) { RsPeerId pid ; uint32_t op ; - - ok &= pid.deserialise(data, tlvsize, offset) ; - ok &= getRawUInt32(data, tlvsize, &offset, &op); - + + ok &= pid.deserialise(data, tlvsize, offset) ; + ok &= getRawUInt32(data, tlvsize, &offset, &op); + if(ok) - item->mOpinions[pid] = op ; + item->mOpinions[pid] = op ; } if (offset != rssize || !ok) { std::cerr << __PRETTY_FUNCTION__ << ": error while deserialising! Item will be dropped." << std::endl; - delete item; + delete item; return NULL ; } @@ -357,7 +434,8 @@ RsGxsReputationSetItem *RsGxsReputationSerialiser::deserialiseReputationSetItem( ok &= getRawUInt32(data, tlvsize, &offset, &item->mOwnOpinion); ok &= getRawUInt32(data, tlvsize, &offset, &item->mOwnOpinionTS); ok &= getRawUInt32(data, tlvsize, &offset, &item->mIdentityFlags); - + ok &= item->mOwnerNodeId.deserialise(data, tlvsize, offset) ; + uint32_t S ; ok &= getRawUInt32(data, tlvsize, &offset, &S); @@ -455,12 +533,13 @@ RsItem *RsGxsReputationSerialiser::deserialise(void *data, uint32_t *pktsize) switch(getRsItemSubType(rstype)) { - case RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM : return deserialiseReputationSetItem (data, *pktsize); - case RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM_deprecated: return deserialiseReputationSetItem_deprecated(data, *pktsize); - case RS_PKT_SUBTYPE_GXS_REPUTATION_UPDATE_ITEM : return deserialiseReputationUpdateItem (data, *pktsize); - case RS_PKT_SUBTYPE_GXS_REPUTATION_REQUEST_ITEM : return deserialiseReputationRequestItem (data, *pktsize); - case RS_PKT_SUBTYPE_GXS_REPUTATION_CONFIG_ITEM : return deserialiseReputationConfigItem (data, *pktsize); - + case RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM : return deserialiseReputationSetItem (data, *pktsize); + case RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM_deprecated : return deserialiseReputationSetItem_deprecated(data, *pktsize); + case RS_PKT_SUBTYPE_GXS_REPUTATION_BANNED_NODE_SET_ITEM: return deserialiseReputationBannedNodeSetItem(data, *pktsize); + case RS_PKT_SUBTYPE_GXS_REPUTATION_UPDATE_ITEM : return deserialiseReputationUpdateItem (data, *pktsize); + case RS_PKT_SUBTYPE_GXS_REPUTATION_REQUEST_ITEM : return deserialiseReputationRequestItem (data, *pktsize); + case RS_PKT_SUBTYPE_GXS_REPUTATION_CONFIG_ITEM : return deserialiseReputationConfigItem (data, *pktsize); + default: std::cerr << "RsGxsReputationSerialiser::deserialise(): unknown item subtype " << std::hex<< rstype << std::dec << std::endl; return NULL; diff --git a/libretroshare/src/serialiser/rsgxsreputationitems.h b/libretroshare/src/serialiser/rsgxsreputationitems.h index 84dcecdc9..4bf55e0d8 100644 --- a/libretroshare/src/serialiser/rsgxsreputationitems.h +++ b/libretroshare/src/serialiser/rsgxsreputationitems.h @@ -30,13 +30,16 @@ #include "serialiser/rsserviceids.h" #include "serialiser/rsserial.h" +#include "serialiser/rstlvidset.h" #include "retroshare/rsgxsifacetypes.h" -#define RS_PKT_SUBTYPE_GXS_REPUTATION_CONFIG_ITEM 0x01 -#define RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM_deprecated 0x02 -#define RS_PKT_SUBTYPE_GXS_REPUTATION_UPDATE_ITEM 0x03 -#define RS_PKT_SUBTYPE_GXS_REPUTATION_REQUEST_ITEM 0x04 -#define RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM 0x05 +#define RS_PKT_SUBTYPE_GXS_REPUTATION_CONFIG_ITEM 0x01 +#define RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM_deprecated2 0x02 +#define RS_PKT_SUBTYPE_GXS_REPUTATION_UPDATE_ITEM 0x03 +#define RS_PKT_SUBTYPE_GXS_REPUTATION_REQUEST_ITEM 0x04 +#define RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM_deprecated 0x05 +#define RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM 0x06 +#define RS_PKT_SUBTYPE_GXS_REPUTATION_BANNED_NODE_SET_ITEM 0x07 /**************************************************************************/ class RsReputationItem: public RsItem @@ -68,31 +71,71 @@ public: virtual void clear() {} std::ostream &print(std::ostream &out, uint16_t indent = 0); - virtual bool serialise(void *data,uint32_t& size) const ; + virtual bool serialise(void *data,uint32_t& size) const ; virtual uint32_t serial_size() const ; RsPeerId mPeerId; uint32_t mLatestUpdate; // timestamp they returned. - uint32_t mLastQuery; // when we sent out. + uint32_t mLastQuery; // when we sent out. }; +// This class should disappear. Deprecated since Aug 1, 2016. The class definition is actually not needed, +// that is why it's commented out. Kept here in order to explains how the deserialisation works. +// +// class RsGxsReputationSetItem_deprecated: public RsReputationItem +// { +// public: +// RsGxsReputationSetItem_deprecated() :RsReputationItem(RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM_deprecated) {} +// +// virtual ~RsGxsReputationSetItem_deprecated() {} +// virtual void clear() {} +// std::ostream &print(std::ostream &out, uint16_t indent = 0) { return out;} +// +// virtual bool serialise(void *data,uint32_t& size) const { std::cerr << "(EE) serialise attempt for a deprecated reputation item. This should not happen" << std::endl; return false ; } +// virtual uint32_t serial_size() const ; +// +// RsGxsId mGxsId; +// uint32_t mOwnOpinion; +// uint32_t mOwnOpinionTS; +// uint32_t mIdentityFlags; +// std::map mOpinions; // RsPeerId -> Opinion. +// }; + class RsGxsReputationSetItem: public RsReputationItem { public: - RsGxsReputationSetItem() :RsReputationItem(RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM) {} + RsGxsReputationSetItem() :RsReputationItem(RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM) {} virtual ~RsGxsReputationSetItem() {} - virtual void clear(); - std::ostream &print(std::ostream &out, uint16_t indent = 0); + virtual void clear(); + std::ostream &print(std::ostream &out, uint16_t indent = 0); - virtual bool serialise(void *data,uint32_t& size) const ; - virtual uint32_t serial_size() const ; - - RsGxsId mGxsId; - uint32_t mOwnOpinion; - uint32_t mOwnOpinionTS; - uint32_t mIdentityFlags ; - std::map mOpinions; // RsPeerId -> Opinion. + virtual bool serialise(void *data,uint32_t& size) const ; + virtual uint32_t serial_size() const ; + + RsGxsId mGxsId; + uint32_t mOwnOpinion; + uint32_t mOwnOpinionTS; + uint32_t mIdentityFlags ; + RsPgpId mOwnerNodeId; + std::map mOpinions; // RsPeerId -> Opinion. +}; + +class RsGxsReputationBannedNodeSetItem: public RsReputationItem +{ +public: + RsGxsReputationBannedNodeSetItem() :RsReputationItem(RS_PKT_SUBTYPE_GXS_REPUTATION_BANNED_NODE_SET_ITEM) {} + + virtual ~RsGxsReputationBannedNodeSetItem() {} + virtual void clear(); + std::ostream &print(std::ostream &out, uint16_t indent = 0); + + virtual bool serialise(void *data,uint32_t& size) const ; + virtual uint32_t serial_size() const ; + + RsPgpId mPgpId ; + uint32_t mLastActivityTS ; + RsTlvGxsIdSet mKnownIdentities ; }; class RsGxsReputationUpdateItem: public RsReputationItem @@ -145,11 +188,12 @@ public: virtual RsItem * deserialise(void *data, uint32_t *size); private: - static RsGxsReputationConfigItem *deserialiseReputationConfigItem (void *data, uint32_t size); - static RsGxsReputationSetItem *deserialiseReputationSetItem (void *data, uint32_t size); - static RsGxsReputationSetItem *deserialiseReputationSetItem_deprecated (void *data, uint32_t size); - static RsGxsReputationUpdateItem *deserialiseReputationUpdateItem (void *data, uint32_t size); - static RsGxsReputationRequestItem *deserialiseReputationRequestItem (void *data, uint32_t size); + static RsGxsReputationConfigItem *deserialiseReputationConfigItem (void *data, uint32_t size); + static RsGxsReputationSetItem *deserialiseReputationSetItem (void *data, uint32_t size); + static RsGxsReputationSetItem *deserialiseReputationSetItem_deprecated (void *data, uint32_t size); + static RsGxsReputationUpdateItem *deserialiseReputationUpdateItem (void *data, uint32_t size); + static RsGxsReputationRequestItem *deserialiseReputationRequestItem (void *data, uint32_t size); + static RsGxsReputationBannedNodeSetItem *deserialiseReputationBannedNodeSetItem (void *data, uint32_t size); }; /**************************************************************************/ diff --git a/libretroshare/src/serialiser/rsserial.cc b/libretroshare/src/serialiser/rsserial.cc index 8bb71e635..549bdc42c 100644 --- a/libretroshare/src/serialiser/rsserial.cc +++ b/libretroshare/src/serialiser/rsserial.cc @@ -298,7 +298,7 @@ uint32_t RsSerialiser::size(RsItem *item) { #ifdef RSSERIAL_ERROR_DEBUG - std::cerr << "RsSerialiser::size() ERROR serialiser missing!"; + std::cerr << "RsSerialiser::size() ERROR serialiser missing!" << std::endl; std::string out; rs_sprintf(out, "%x", item->PacketId()); diff --git a/libretroshare/src/serialiser/rstlvbase.h b/libretroshare/src/serialiser/rstlvbase.h index 73e0112f4..f33a7d8ee 100644 --- a/libretroshare/src/serialiser/rstlvbase.h +++ b/libretroshare/src/serialiser/rstlvbase.h @@ -204,6 +204,7 @@ const uint16_t TLV_TYPE_PGPIDSET = 0x1023; const uint16_t TLV_TYPE_RECOGNSET = 0x1024; const uint16_t TLV_TYPE_GXSIDSET = 0x1025; const uint16_t TLV_TYPE_GXSCIRCLEIDSET= 0x1026; +const uint16_t TLV_TYPE_NODEGROUPIDSET= 0x1027; const uint16_t TLV_TYPE_SERVICESET = 0x1030; diff --git a/libretroshare/src/serialiser/rstlvidset.h b/libretroshare/src/serialiser/rstlvidset.h index e5b3d257b..e70b055cf 100644 --- a/libretroshare/src/serialiser/rstlvidset.h +++ b/libretroshare/src/serialiser/rstlvidset.h @@ -115,11 +115,12 @@ template class t_RsTlvIdSet: public RsTlvItem std::set ids ; }; -typedef t_RsTlvIdSet RsTlvPeerIdSet ; -typedef t_RsTlvIdSet RsTlvPgpIdSet ; -typedef t_RsTlvIdSet RsTlvHashSet ; -typedef t_RsTlvIdSet RsTlvGxsIdSet ; -typedef t_RsTlvIdSet RsTlvGxsCircleIdSet ; +typedef t_RsTlvIdSet RsTlvPeerIdSet ; +typedef t_RsTlvIdSet RsTlvPgpIdSet ; +typedef t_RsTlvIdSet RsTlvHashSet ; +typedef t_RsTlvIdSet RsTlvGxsIdSet ; +typedef t_RsTlvIdSet RsTlvGxsCircleIdSet ; +typedef t_RsTlvIdSet RsTlvNodeGroupIdSet ; class RsTlvServiceIdSet: public RsTlvItem { diff --git a/libretroshare/src/serialiser/rstlvkeys.cc b/libretroshare/src/serialiser/rstlvkeys.cc index 5cb06f3ff..538862320 100644 --- a/libretroshare/src/serialiser/rstlvkeys.cc +++ b/libretroshare/src/serialiser/rstlvkeys.cc @@ -188,6 +188,76 @@ bool RsTlvRSAKey::GetTlv(void *data, uint32_t size, uint32_t *offset) return ok && checkKey() ; } +/** + * @brief RsTlvRSAKey::getKeyTypeTlv: Deserialize data in temp value to get type of key. + * @param data: Serialized data + * @param size: Size of the data + * @param constoffset: Offset where find first data. Not updated by this function. + * @return The keyFlag filtered by RSTLV_KEY_TYPE_MASK. 0 if failed + */ +uint32_t RsTlvRSAKey::getKeyTypeTlv(void *data, uint32_t size, uint32_t *constoffset) const +{ + //Temporay Value. The same name than class to get same code than RsTlvRSAKey::GetTlv + uint32_t offValue = *constoffset; + uint32_t *offset = &offValue; + RsGxsId keyId; // Mandatory : + uint32_t keyFlags; // Mandatory ; + //The Code below have to be same as RsTlvRSAKey::GetTlv excepted last lines until flag is desserialized. + //Just comment TlvClear(); and unused values + + if (size < *offset + TLV_HEADER_SIZE) + return false; + + uint16_t tlvtype = GetTlvType( &(((uint8_t *) data)[*offset]) ); + uint32_t tlvsize = GetTlvSize( &(((uint8_t *) data)[*offset]) ); + uint32_t tlvend = *offset + tlvsize; + + if (size < tlvend) /* check size */ + { +#ifdef TLV_DEBUG + std::cerr << "RsTlvSecurityKey::GetTlv() Fail, not enough space"; + std::cerr << std::endl; +#endif + return false; /* not enough space */ + } + + if (tlvtype != TLV_TYPE_SECURITY_KEY) /* check type */ + { +#ifdef TLV_DEBUG + std::cerr << "RsTlvSecurityKey::GetTlv() Fail, wrong type"; + std::cerr << std::endl; +#endif + return false; + } + + bool ok = true; + + /* ready to load */ + //TlvClear();//RsTlvRSAKey::getKeyTypeTlv + + /* skip the header */ + (*offset) += TLV_HEADER_SIZE; +#ifdef KEEP_OLD_SIGNATURE_SERIALISE_FORMAT + std::string s ; + ok &= GetTlvString(data, tlvend, offset, TLV_TYPE_STR_KEYID, s); + keyId = RsGxsId(s) ; +#else + ok &= keyId.deserialise(data, tlvend, *offset) ; +#endif + ok &= getRawUInt32(data, tlvend, offset, &(keyFlags)); + //Stop here no need more data + //RsTlvRSAKey::getKeyTypeTlv specific lines + uint32_t ret = keyFlags & RSTLV_KEY_TYPE_MASK; + if (!ok) + { + ret = 0; +#ifdef TLV_DEBUG + std::cerr << "RsTlvRSAKey::getKeyTypeTlv() Failed somewhere ok == false" << std::endl; +#endif + } + return ret ; +} + std::ostream& RsTlvRSAKey::print(std::ostream &out, uint16_t indent) const { printBase(out, "RsTlvSecurityKey", indent); @@ -220,12 +290,36 @@ std::ostream& RsTlvRSAKey::print(std::ostream &out, uint16_t indent) const bool RsTlvPrivateRSAKey::checkKey() const { - return bool(keyFlags & RSTLV_KEY_TYPE_FULL) && !bool(keyFlags & RSTLV_KEY_TYPE_PUBLIC_ONLY) && GxsSecurity::checkPrivateKey(*this) ; + bool keyFlags_TYPE_FULL = (keyFlags & RSTLV_KEY_TYPE_FULL); + if (!keyFlags_TYPE_FULL) {std::cout << "RsTlvPrivateRSAKey::checkKey() keyFlags not Type Full " << std::hex << keyFlags << " & " << RSTLV_KEY_TYPE_FULL << std::dec << std::endl;} + bool keyFlags_not_PUBLIC_ONLY = !(keyFlags & RSTLV_KEY_TYPE_PUBLIC_ONLY); + if (!keyFlags_not_PUBLIC_ONLY) {std::cout << "RsTlvPrivateRSAKey::checkKey() keyFlags is Public Only " << std::hex << keyFlags << " & " << RSTLV_KEY_TYPE_PUBLIC_ONLY << std::dec << std::endl;} + bool security_OK = false; + if (keyFlags_TYPE_FULL && keyFlags_not_PUBLIC_ONLY) + { + //Don't trigg error if flags already wrong + security_OK = GxsSecurity::checkPrivateKey(*this); + if (!security_OK) {std::cout << "RsTlvPublicRSAKey::checkKey() key is not secure."<< std::endl;} + } + + return keyFlags_TYPE_FULL && keyFlags_not_PUBLIC_ONLY && security_OK ; } bool RsTlvPublicRSAKey::checkKey() const -{ - return bool(keyFlags & RSTLV_KEY_TYPE_PUBLIC_ONLY) && !bool(keyFlags & RSTLV_KEY_TYPE_FULL) && GxsSecurity::checkPublicKey(*this) ; +{ + bool keyFlags_PUBLIC_ONLY = (keyFlags & RSTLV_KEY_TYPE_PUBLIC_ONLY); + if (!keyFlags_PUBLIC_ONLY) {std::cout << "RsTlvPublicRSAKey::checkKey() keyFlags not Public Only " << std::hex << keyFlags << " & " << RSTLV_KEY_TYPE_PUBLIC_ONLY << std::dec << std::endl;} + bool keyFlags_not_TYPE_FULL = !(keyFlags & RSTLV_KEY_TYPE_FULL); + if (!keyFlags_not_TYPE_FULL) {std::cout << "RsTlvPublicRSAKey::checkKey() keyFlags is Type Full " << std::hex << keyFlags << " & " << RSTLV_KEY_TYPE_FULL << std::dec << std::endl;} + bool security_OK = false; + if (keyFlags_PUBLIC_ONLY && keyFlags_not_TYPE_FULL) + { + //Don't trigg error if flags already wrong + security_OK = GxsSecurity::checkPublicKey(*this); + if (!security_OK) {std::cout << "RsTlvPublicRSAKey::checkKey() key is not secure."<< std::endl;} + } + + return keyFlags_PUBLIC_ONLY && keyFlags_not_TYPE_FULL && security_OK ; } /************************************* RsTlvSecurityKeySet ************************************/ @@ -320,21 +414,23 @@ bool RsTlvSecurityKeySet::GetTlv(void *data, uint32_t size, uint32_t *offset) /* get the next type */ uint16_t tlvsubtype = GetTlvType( &(((uint8_t *) data)[*offset]) ); - // Security key set can be composed of public or private keys. We sort them into the correct bins after deserialisation - + // Security key set can be composed of public or private keys. We first ask type to desserialize in good one to not trigg errors. switch(tlvsubtype) { case TLV_TYPE_SECURITY_KEY: { - uint32_t offset_save = *offset ; - - RsTlvPublicRSAKey public_key; - - if(public_key.GetTlv(data, tlvend, offset)) - public_keys[public_key.keyId] = public_key; - else + RsTlvPublicRSAKey gen_key; + uint32_t keyType = gen_key.getKeyTypeTlv(data, tlvend, offset); + if(keyType == RSTLV_KEY_TYPE_PUBLIC_ONLY) + { + + RsTlvPublicRSAKey public_key; + + if(public_key.GetTlv(data, tlvend, offset)) + public_keys[public_key.keyId] = public_key; + } + else if(keyType == RSTLV_KEY_TYPE_FULL) { - *offset = offset_save ; RsTlvPrivateRSAKey private_key; @@ -342,7 +438,7 @@ bool RsTlvSecurityKeySet::GetTlv(void *data, uint32_t size, uint32_t *offset) private_keys[private_key.keyId] = private_key; } } - break ; + break ; default: ok &= SkipUnknownTlv(data, tlvend, offset); diff --git a/libretroshare/src/serialiser/rstlvkeys.h b/libretroshare/src/serialiser/rstlvkeys.h index 03b41c06d..632a7fb09 100644 --- a/libretroshare/src/serialiser/rstlvkeys.h +++ b/libretroshare/src/serialiser/rstlvkeys.h @@ -63,7 +63,9 @@ public: /* clears KeyData - but doesn't delete - to transfer ownership */ void ShallowClear(); - + + uint32_t getKeyTypeTlv(void *data, uint32_t size, uint32_t *offset) const; + RsGxsId keyId; // Mandatory : uint32_t keyFlags; // Mandatory ; uint32_t startTS; // Mandatory : @@ -75,17 +77,19 @@ public: class RsTlvPrivateRSAKey: public RsTlvRSAKey { - public: - virtual ~RsTlvPrivateRSAKey() {} +public: + RsTlvPrivateRSAKey():RsTlvRSAKey() {} + virtual ~RsTlvPrivateRSAKey() {} - virtual bool checkKey() const ; + virtual bool checkKey() const ; }; class RsTlvPublicRSAKey: public RsTlvRSAKey { - public: - virtual ~RsTlvPublicRSAKey() {} +public: + RsTlvPublicRSAKey():RsTlvRSAKey() {} + virtual ~RsTlvPublicRSAKey() {} - virtual bool checkKey() const ; + virtual bool checkKey() const ; }; class RsTlvSecurityKeySet: public RsTlvItem diff --git a/libretroshare/src/services/p3banlist.cc b/libretroshare/src/services/p3banlist.cc index 2de7b5cbc..9595510bd 100644 --- a/libretroshare/src/services/p3banlist.cc +++ b/libretroshare/src/services/p3banlist.cc @@ -206,6 +206,8 @@ void p3BanList::autoFigureOutBanRanges() { RS_STACK_MUTEX(mBanMtx) ; + bool changed = false ; + // clear automatic ban ranges for(std::map::iterator it(mBanRanges.begin());it!=mBanRanges.end();) @@ -215,6 +217,8 @@ void p3BanList::autoFigureOutBanRanges() ++it2 ; mBanRanges.erase(it) ; it=it2 ; + + changed = true ; } else ++it; @@ -968,7 +972,9 @@ bool p3BanList::addBanEntry(const RsPeerId &peerId, const struct sockaddr_storag updated = true; } } - IndicateConfigChanged(); + + if(updated) + IndicateConfigChanged(); return updated; } diff --git a/libretroshare/src/services/p3gxscircles.cc b/libretroshare/src/services/p3gxscircles.cc index a3cd4d7e7..b36dc141e 100644 --- a/libretroshare/src/services/p3gxscircles.cc +++ b/libretroshare/src/services/p3gxscircles.cc @@ -380,6 +380,7 @@ bool p3GxsCircles::loadCircle(const RsGxsCircleId &circleId) return cache_request_load(circleId); } + int p3GxsCircles::canSend(const RsGxsCircleId &circleId, const RsPgpId &id, bool& should_encrypt) { RsStackMutex stack(mCircleMtx); /********** STACK LOCKED MTX ******/ @@ -1053,6 +1054,11 @@ bool p3GxsCircles::locked_processLoadingCacheEntry(RsGxsCircleCache& cache) std::cerr << "Processing External Circle " << cache.mCircleId << std::endl; #endif + // Do we actually need to retrieve the missing keys for all members of a circle??? + // These keys are needed for subscribtion request signature checking. But this is only + // when a subscription msg is posted, which would trigger retrieval of the key anyway + // Maybe this can be made an option of p3GxsCircles, or of rsIdentity. + // need to trigger the searches. for(std::map::iterator pit = cache.mMembershipStatus.begin(); pit != cache.mMembershipStatus.end(); ++pit) { @@ -1072,7 +1078,7 @@ bool p3GxsCircles::locked_processLoadingCacheEntry(RsGxsCircleCache& cache) } else { - std::list peers; + std::list peers; if(!cache.mOriginator.isNull()) { diff --git a/libretroshare/src/services/p3gxsreputation.cc b/libretroshare/src/services/p3gxsreputation.cc index f806b4748..68933e4a8 100644 --- a/libretroshare/src/services/p3gxsreputation.cc +++ b/libretroshare/src/services/p3gxsreputation.cc @@ -116,13 +116,13 @@ * 10 | 1.0 | 0 | 0.25 | 1.0 * * To check: - * [ ] Opinions are saved/loaded accross restart - * [ ] Opinions are transmitted to friends - * [ ] Opinions are transmitted to friends when updated + * [X] Opinions are saved/loaded accross restart + * [X] Opinions are transmitted to friends + * [X] Opinions are transmitted to friends when updated * * To do: - * [ ] Add debug info - * [ ] Test the whole thing + * [X] Add debug info + * [X] Test the whole thing * [X] Implement a system to allow not storing info when we don't have it */ @@ -134,10 +134,12 @@ static const int ACTIVE_FRIENDS_UPDATE_PERIOD = 600 ; // 10 minu static const int ACTIVE_FRIENDS_ONLINE_DELAY = 86400*7 ; // 1 week. static const int kReputationRequestPeriod = 600; // 10 mins static const int kReputationStoreWait = 180; // 3 minutes. -static const float REPUTATION_ASSESSMENT_THRESHOLD_X1 = 0.5f ; // reputation under which the peer gets killed +static const float REPUTATION_ASSESSMENT_THRESHOLD_X1 = 0.5f ; // reputation under which the peer gets killed. Warning there's a 1 shift with what's shown in GUI. Be careful. static const uint32_t PGP_AUTO_BAN_THRESHOLD_DEFAULT = 2 ; // above this, auto ban any GXS id signed by this node static const uint32_t IDENTITY_FLAGS_UPDATE_DELAY = 100 ; // static const uint32_t BANNED_NODES_UPDATE_DELAY = 313 ; // update approx every 5 mins. Chosen to not be a multiple of IDENTITY_FLAGS_UPDATE_DELAY +static const uint32_t REPUTATION_INFO_KEEP_DELAY = 86400*35; // remove old reputation info 5 days after last usage limit, in case the ID would come back.. +static const uint32_t BANNED_NODES_INACTIVITY_KEEP = 86400*60; // remove all info about banned nodes after 2 months of inactivity p3GxsReputation::p3GxsReputation(p3LinkMgr *lm) :p3Service(), p3Config(), @@ -145,13 +147,18 @@ p3GxsReputation::p3GxsReputation(p3LinkMgr *lm) { addSerialType(new RsGxsReputationSerialiser()); - mPgpAutoBanThreshold = PGP_AUTO_BAN_THRESHOLD_DEFAULT ; + //mPgpAutoBanThreshold = PGP_AUTO_BAN_THRESHOLD_DEFAULT ; mRequestTime = 0; mStoreTime = 0; mReputationsUpdated = false; - mLastActiveFriendsUpdate = 0 ; + mLastActiveFriendsUpdate = time(NULL) - 0.5*ACTIVE_FRIENDS_UPDATE_PERIOD; // avoids doing it too soon since the TS from rsIdentity needs to be loaded already + mLastIdentityFlagsUpdate = time(NULL) - 3; mAverageActiveFriends = 0 ; mLastBannedNodesUpdate = 0 ; + mBannedNodesProxyNeedsUpdate = false; + + mAutoBanIdentitiesLimit = REPUTATION_ASSESSMENT_THRESHOLD_X1; + mAutoSetPositiveOptionToContacts = true; // default } const std::string GXS_REPUTATION_APP_NAME = "gxsreputation"; @@ -185,22 +192,24 @@ int p3GxsReputation::tick() mLastActiveFriendsUpdate = now ; } - static time_t last_identity_flags_update = 0 ; - // no more than once per 5 second chunk. - if(now > IDENTITY_FLAGS_UPDATE_DELAY+last_identity_flags_update) + if(now > IDENTITY_FLAGS_UPDATE_DELAY+mLastIdentityFlagsUpdate) { - last_identity_flags_update = now ; - updateIdentityFlags() ; + mLastIdentityFlagsUpdate = now ; } if(now > BANNED_NODES_UPDATE_DELAY+mLastBannedNodesUpdate) // 613 is not a multiple of 100, to avoid piling up work { - mLastBannedNodesUpdate = now ; - updateIdentityFlags() ; // needed before updateBannedNodesList! - updateBannedNodesList(); + updateBannedNodesProxy(); + mLastBannedNodesUpdate = now ; + } + + if(mBannedNodesProxyNeedsUpdate) + { + updateBannedNodesProxy(); + mBannedNodesProxyNeedsUpdate = false ; } #ifdef DEBUG_REPUTATION @@ -215,20 +224,58 @@ int p3GxsReputation::tick() return 0; } -void p3GxsReputation::setNodeAutoBanThreshold(uint32_t n) +// void p3GxsReputation::setNodeAutoBanThreshold(uint32_t n) +// { +// RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ +// +// if(n != mPgpAutoBanThreshold) +// { +// mLastBannedNodesUpdate = 0 ; +// mPgpAutoBanThreshold = n ; +// IndicateConfigChanged() ; +// } +// } +// uint32_t p3GxsReputation::nodeAutoBanThreshold() +// { +// return mPgpAutoBanThreshold ; +// } + +void p3GxsReputation::setNodeAutoPositiveOpinionForContacts(bool b) { RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ - if(n != mPgpAutoBanThreshold) + if(b != mAutoSetPositiveOptionToContacts) { - mLastBannedNodesUpdate = 0 ; - mPgpAutoBanThreshold = n ; - IndicateConfigChanged() ; + mLastIdentityFlagsUpdate = 0 ; + mAutoSetPositiveOptionToContacts = b ; + IndicateConfigChanged() ; } } -uint32_t p3GxsReputation::nodeAutoBanThreshold() +bool p3GxsReputation::nodeAutoPositiveOpinionForContacts() { - return mPgpAutoBanThreshold ; + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + return mAutoSetPositiveOptionToContacts ; +} +float p3GxsReputation::nodeAutoBanIdentitiesLimit() +{ + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + return mAutoBanIdentitiesLimit - 1.0f; +} +void p3GxsReputation::setNodeAutoBanIdentitiesLimit(float f) +{ + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + + if(f < -1.0 || f >= 0.0) + { + std::cerr << "(EE) Unexpected value for auto ban identities limit: " << f << std::endl; + return ; + } + if(f != mAutoBanIdentitiesLimit) + { + mLastBannedNodesUpdate = 0 ; + mAutoBanIdentitiesLimit = f+1.0 ; + IndicateConfigChanged() ; + } } int p3GxsReputation::status() @@ -245,33 +292,21 @@ class ZeroInitCnt operator uint32_t() const { return cnt ; } }; -void p3GxsReputation::updateBannedNodesList() +void p3GxsReputation::updateBannedNodesProxy() { -#ifdef DEBUG_REPUTATION - std::cerr << "Updating PGP ban list based on signed GxsIds to ban" << std::endl; -#endif - std::map tmpreps ; +//#ifdef DEBUG_REPUTATION +// std::cerr << "Updating PGP ban list based on signed GxsIds to ban. Ban threshold = " << mPgpAutoBanThreshold << std::endl; +//#endif + // This function keeps the Banned GXS id proxy up to date. + // - RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ - tmpreps = mReputations ; + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ - std::map pgp_ids_to_ban ; + mPerNodeBannedIdsProxy.clear(); - for( std::map::iterator rit = tmpreps.begin();rit!=tmpreps.end();++rit) - if((rit->second.mIdentityFlags & REPUTATION_IDENTITY_FLAG_PGP_LINKED) && !rit->second.mOwnerNode.isNull() && rit->second.mOwnOpinion == p3GxsReputation::OPINION_NEGATIVE) - ++pgp_ids_to_ban[rit->second.mOwnerNode] ; - - mBannedPgpIds.clear() ; - - if(mPgpAutoBanThreshold > 0) - for(std::map::const_iterator it(pgp_ids_to_ban.begin());it!=pgp_ids_to_ban.end();++it) - { -#ifdef DEBUG_REPUTATION - std::cerr << "PGP Id: " << it->first << ". Ban count=" << it->second << " - " << (( it->second >= mPgpAutoBanThreshold)?"Banned!":"OK" ) << std::endl; -#endif - if(it->second >= mPgpAutoBanThreshold) - mBannedPgpIds.insert(it->first) ; - } + for( std::map::iterator rit = mBannedPgpIds.begin();rit!=mBannedPgpIds.end();++rit) + for(std::set::const_iterator it(rit->second.known_identities.begin());it!=rit->second.known_identities.end();++it) + mPerNodeBannedIdsProxy.insert(*it) ; } void p3GxsReputation::updateIdentityFlags() @@ -287,10 +322,12 @@ void p3GxsReputation::updateIdentityFlags() #endif for( std::map::iterator rit = mReputations.begin();rit!=mReputations.end();++rit) - if(rit->second.mIdentityFlags & REPUTATION_IDENTITY_FLAG_NEEDS_UPDATE) + if( (rit->second.mIdentityFlags & REPUTATION_IDENTITY_FLAG_NEEDS_UPDATE) && (mPerNodeBannedIdsProxy.find(rit->first) == mPerNodeBannedIdsProxy.end())) to_update.push_back(rit->first) ; } + std::list should_set_to_positive ; + for(std::list::const_iterator rit(to_update.begin());rit!=to_update.end();++rit) { RsIdentityDetails details; @@ -302,42 +339,114 @@ void p3GxsReputation::updateIdentityFlags() #endif continue ; } + bool is_a_contact = rsIdentity->isARegularContact(*rit) ; - RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + { + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + std::map::iterator it = mReputations.find(*rit) ; - std::map::iterator it = mReputations.find(*rit) ; + if(it == mReputations.end()) + { + std::cerr << " Weird situation: item " << *rit << " has been deleted from the list??" << std::endl; + continue ; + } + it->second.mIdentityFlags = 0 ; - if(it == mReputations.end()) - { - std::cerr << " Weird situation: item " << *rit << " has been deleted from the list??" << std::endl; - continue ; - } - it->second.mIdentityFlags = 0 ; + if(details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED) + { + it->second.mIdentityFlags |= REPUTATION_IDENTITY_FLAG_PGP_LINKED ; + it->second.mOwnerNode = details.mPgpId ; + } + if(details.mFlags & RS_IDENTITY_FLAGS_PGP_KNOWN ) it->second.mIdentityFlags |= REPUTATION_IDENTITY_FLAG_PGP_KNOWN ; - if(details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED) - { - it->second.mIdentityFlags |= REPUTATION_IDENTITY_FLAG_PGP_LINKED ; - it->second.mOwnerNode = details.mPgpId ; - } - if(details.mFlags & RS_IDENTITY_FLAGS_PGP_KNOWN ) it->second.mIdentityFlags |= REPUTATION_IDENTITY_FLAG_PGP_KNOWN ; + if(mAutoSetPositiveOptionToContacts && is_a_contact && it->second.mOwnOpinion == RsReputations::OPINION_NEUTRAL) + should_set_to_positive.push_back(*rit) ; #ifdef DEBUG_REPUTATION - std::cerr << " updated flags for " << *rit << " to " << std::hex << it->second.mIdentityFlags << std::dec << std::endl; + std::cerr << " updated flags for " << *rit << " to " << std::hex << it->second.mIdentityFlags << std::dec << std::endl; #endif - it->second.updateReputation() ; - IndicateConfigChanged(); + it->second.updateReputation() ; + IndicateConfigChanged(); + } } + + for(std::list::const_iterator it(should_set_to_positive.begin());it!=should_set_to_positive.end();++it) + setOwnOpinion(*it,RsReputations::OPINION_POSITIVE) ; } void p3GxsReputation::cleanup() { - // remove opinions from friends that havn't been seen online for more than the specified delay - + // remove opinions from friends that havn't been seen online for more than the specified delay + #ifdef DEBUG_REPUTATION - std::cerr << "p3GxsReputation::cleanup() " << std::endl; #endif - std::cerr << __PRETTY_FUNCTION__ << ": not implemented. TODO!" << std::endl; + std::cerr << "p3GxsReputation::cleanup() " << std::endl; + + // Remove opinions about identities that do not exist anymore. That will in particular avoid asking p3idservice about deleted + // identities, which would cause an excess of hits to the database. We do it in two steps to avoid a deadlock when calling rsIdentity from here. + // Also, neutral opinions for banned PGP linked nodes are kept, so as to be able to not request them again. + + bool updated = false ; + time_t now = time(NULL) ; + + std::list ids_to_check_for_last_usage_ts; + + { + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + + for(std::map::iterator it(mReputations.begin());it!=mReputations.end();) + if(it->second.mOpinions.empty() && it->second.mOwnOpinion == RsReputations::OPINION_NEUTRAL && (it->second.mOwnerNode.isNull())) + { +#ifdef DEBUG_REPUTATION + std::cerr << " ID " << it->first << ": own is neutral and no opinions from friends => remove entry" << std::endl; +#endif + std::map::iterator tmp(it) ; + ++tmp ; + mReputations.erase(it) ; + it = tmp ; + updated = true ; + } + else + { + ids_to_check_for_last_usage_ts.push_back(it->first) ; + ++it; + } + } + + for(std::list::const_iterator it(ids_to_check_for_last_usage_ts.begin());it!=ids_to_check_for_last_usage_ts.end();++it) + if(rsIdentity->getLastUsageTS(*it) + REPUTATION_INFO_KEEP_DELAY < now) + { +#ifdef DEBUG_REPUTATION + std::cerr << " Identity " << *it << " has a last usage TS of " << now - rsIdentity->getLastUsageTS(*it) << " secs ago: deleting it." << std::endl; +#endif + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + mReputations.erase(*it) ; + updated = true ; + } + + { + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + + for(std::map::iterator it(mBannedPgpIds.begin());it!=mBannedPgpIds.end();) + if(it->second.last_activity_TS + BANNED_NODES_INACTIVITY_KEEP < now) + { +#ifdef DEBUG_REPUTATION + std::cerr << " Removing all info about banned node " << it->first << " by lack of activity." << std::endl; +#endif + std::map::iterator tmp(it ) ; + ++tmp ; + mBannedPgpIds.erase(it) ; + it = tmp ; + + updated = true ; + } + else + ++it ; + } + + if(updated) + IndicateConfigChanged() ; } void p3GxsReputation::updateActiveFriends() @@ -399,8 +508,8 @@ bool p3GxsReputation::processIncoming() switch(item->PacketSubType()) { default: - case RS_PKT_SUBTYPE_GXS_REPUTATION_CONFIG_ITEM: - case RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM: + case RS_PKT_SUBTYPE_GXS_REPUTATION_CONFIG_ITEM: + case RS_PKT_SUBTYPE_GXS_REPUTATION_SET_ITEM: std::cerr << "p3GxsReputation::processingIncoming() Unknown Item"; std::cerr << std::endl; itemOk = false; @@ -668,49 +777,113 @@ bool p3GxsReputation::updateLatestUpdate(RsPeerId peerid,time_t latest_update) * Opinion ****/ -bool p3GxsReputation::getReputationInfo(const RsGxsId& gxsid, RsReputations::ReputationInfo& info) +bool p3GxsReputation::getReputationInfo(const RsGxsId& gxsid, const RsPgpId& ownerNode, RsReputations::ReputationInfo& info) { if(gxsid.isNull()) return false ; + time_t now = time(NULL) ; + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ -#ifdef DEBUG_REPUTATION +#ifdef DEBUG_REPUTATION2 std::cerr << "getReputationInfo() for " << gxsid << std::endl; #endif - Reputation& rep(mReputations[gxsid]) ; + std::map::iterator it = mReputations.find(gxsid) ; + RsPgpId owner_id ; - info.mOwnOpinion = RsReputations::Opinion(rep.mOwnOpinion) ; - info.mOverallReputationScore = rep.mReputation ; - info.mFriendAverage = rep.mFriendAverage ; - - if( (rep.mIdentityFlags & REPUTATION_IDENTITY_FLAG_PGP_LINKED) && (mBannedPgpIds.find(rep.mOwnerNode) != mBannedPgpIds.end())) + if(it == mReputations.end()) { - info.mAssessment = RsReputations::ASSESSMENT_BAD ; -#ifdef DEBUG_REPUTATION - std::cerr << "p3GxsReputations: identity " << gxsid << " is banned because owner node ID " << rep.mOwnerNode << " is banned." << std::endl; -#endif - return true; - } - - if(info.mOverallReputationScore > REPUTATION_ASSESSMENT_THRESHOLD_X1) - info.mAssessment = RsReputations::ASSESSMENT_OK ; - else - info.mAssessment = RsReputations::ASSESSMENT_BAD ; + info.mOwnOpinion = RsReputations::OPINION_NEUTRAL ; + info.mOverallReputationScore = RsReputations::REPUTATION_THRESHOLD_DEFAULT ; + info.mFriendAverage = REPUTATION_THRESHOLD_DEFAULT ; -#ifdef DEBUG_REPUTATION - std::cerr << " information present. OwnOp = " << info.mOwnOpinion << ", overall score=" << info.mAssessment << std::endl; + owner_id = ownerNode ; + } + else + { + Reputation& rep(it->second) ; + + info.mOwnOpinion = RsReputations::Opinion(rep.mOwnOpinion) ; + info.mOverallReputationScore = rep.mReputation ; + info.mFriendAverage = rep.mFriendAverage ; + + if(rep.mOwnerNode.isNull()) + rep.mOwnerNode = ownerNode ; + + owner_id = rep.mOwnerNode ; + } + + std::map::iterator it2 ; + + if(!owner_id.isNull() && (it2 = mBannedPgpIds.find(owner_id))!=mBannedPgpIds.end()) + { + if(it2->second.known_identities.find(gxsid) == it2->second.known_identities.end()) + { + it2->second.known_identities.insert(gxsid) ; + it2->second.last_activity_TS = now ; + mBannedNodesProxyNeedsUpdate = true ; + } + + info.mAssessment = RsReputations::ASSESSMENT_BAD ; +#ifdef DEBUG_REPUTATION2 + std::cerr << "p3GxsReputations: identity " << gxsid << " is banned because owner node ID " << owner_id << " is banned (found in banned nodes list)." << std::endl; +#endif + } + else if(mPerNodeBannedIdsProxy.find(gxsid) != mPerNodeBannedIdsProxy.end()) + { +#ifdef DEBUG_REPUTATION2 + std::cerr << "p3GxsReputations: identity " << gxsid << " is banned because owner node ID " << owner_id << " is banned (found in proxy)." << std::endl; +#endif + info.mAssessment = RsReputations::ASSESSMENT_BAD ; + } + else if(info.mOverallReputationScore <= mAutoBanIdentitiesLimit) + info.mAssessment = RsReputations::ASSESSMENT_BAD ; + else + info.mAssessment = RsReputations::ASSESSMENT_OK ; + +#ifdef DEBUG_REPUTATION2 + std::cerr << " information present. OwnOp = " << info.mOwnOpinion << ", owner node=" << owner_id << ", overall score=" << info.mAssessment << std::endl; #endif return true ; } +void p3GxsReputation::banNode(const RsPgpId& id,bool b) +{ + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + + if(b) + { + if(mBannedPgpIds.find(id) == mBannedPgpIds.end()) + { + mBannedPgpIds[id] = BannedNodeInfo() ; + IndicateConfigChanged(); + } + } + else + { + if(mBannedPgpIds.find(id) != mBannedPgpIds.end()) + { + mBannedPgpIds.erase(id) ; + IndicateConfigChanged(); + } + } +} +bool p3GxsReputation::isNodeBanned(const RsPgpId& id) +{ + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + + return mBannedPgpIds.find(id) != mBannedPgpIds.end(); +} + bool p3GxsReputation::isIdentityBanned(const RsGxsId &id) { RsReputations::ReputationInfo info ; - getReputationInfo(id,info) ; - + if(!getReputationInfo(id,RsPgpId(),info)) + return false ; + #ifdef DEBUG_REPUTATION std::cerr << "isIdentityBanned(): returning " << (info.mAssessment == RsReputations::ASSESSMENT_BAD) << " for GXS id " << id << std::endl; #endif @@ -827,6 +1000,7 @@ bool p3GxsReputation::saveList(bool& cleanup, std::list &savelist) item->mOwnOpinion = rit->second.mOwnOpinion; item->mOwnOpinionTS = rit->second.mOwnOpinionTs; item->mIdentityFlags = rit->second.mIdentityFlags; + item->mOwnerNodeId = rit->second.mOwnerNode; std::map::iterator oit; for(oit = rit->second.mOpinions.begin(); oit != rit->second.mOpinions.end(); ++oit) @@ -838,14 +1012,33 @@ bool p3GxsReputation::saveList(bool& cleanup, std::list &savelist) savelist.push_back(item); count++; } + + for(std::map::const_iterator it(mBannedPgpIds.begin());it!=mBannedPgpIds.end();++it) + { + RsGxsReputationBannedNodeSetItem *item = new RsGxsReputationBannedNodeSetItem(); + + item->mPgpId = it->first ; + item->mLastActivityTS = it->second.last_activity_TS; + item->mKnownIdentities.ids = it->second.known_identities; + + savelist.push_back(item) ; + } RsConfigKeyValueSet *vitem = new RsConfigKeyValueSet ; RsTlvKeyValue kv; - kv.key = "AUTO_BAN_NODES_THRESHOLD" ; - rs_sprintf(kv.value, "%d", mPgpAutoBanThreshold); - vitem->tlvkvs.pairs.push_back(kv) ; +// kv.key = "AUTO_BAN_NODES_THRESHOLD" ; +// rs_sprintf(kv.value, "%d", mPgpAutoBanThreshold); +// vitem->tlvkvs.pairs.push_back(kv) ; - savelist.push_back(vitem) ; + kv.key = "AUTO_BAN_IDENTITIES_THRESHOLD" ; + rs_sprintf(kv.value, "%f", mAutoBanIdentitiesLimit); + vitem->tlvkvs.pairs.push_back(kv) ; + + kv.key = "AUTO_POSITIVE_CONTACTS" ; + kv.value = mAutoSetPositiveOptionToContacts?"YES":"NO"; + vitem->tlvkvs.pairs.push_back(kv) ; + + savelist.push_back(vitem) ; return true; } @@ -858,7 +1051,7 @@ void p3GxsReputation::saveDone() bool p3GxsReputation::loadList(std::list& loadList) { #ifdef DEBUG_REPUTATION - std::cerr << "p3GxsReputation::saveList()" << std::endl; + std::cerr << "p3GxsReputation::loadList()" << std::endl; #endif std::list::iterator it; std::set peerSet; @@ -877,79 +1070,117 @@ bool p3GxsReputation::loadList(std::list& loadList) config.mLatestUpdate = item->mLatestUpdate; config.mLastQuery = 0; - peerSet.insert(peerId); + peerSet.insert(peerId); } RsGxsReputationSetItem *set = dynamic_cast(*it); + if (set) loadReputationSet(set, peerSet); + + RsGxsReputationBannedNodeSetItem *itm2 = dynamic_cast(*it) ; + + if(itm2 != NULL) + { + BannedNodeInfo& info(mBannedPgpIds[itm2->mPgpId]) ; + info.last_activity_TS = itm2->mLastActivityTS ; + info.known_identities = itm2->mKnownIdentities.ids ; + } + RsConfigKeyValueSet *vitem = dynamic_cast(*it); if(vitem) for(std::list::const_iterator kit = vitem->tlvkvs.pairs.begin(); kit != vitem->tlvkvs.pairs.end(); ++kit) { - if(kit->key == "AUTO_BAN_NODES_THRESHOLD") - { - int val ; - if (sscanf(kit->value.c_str(), "%d", &val) == 1) - { - mPgpAutoBanThreshold = val ; - std::cerr << "Setting AutoBanNode threshold to " << val << std::endl ; - mLastBannedNodesUpdate = 0 ; // force update - } - }; - } +// if(kit->key == "AUTO_BAN_NODES_THRESHOLD") +// { +// int val ; +// if (sscanf(kit->value.c_str(), "%d", &val) == 1) +// { +// mPgpAutoBanThreshold = val ; +// std::cerr << "Setting AutoBanNode threshold to " << val << std::endl ; +// mLastBannedNodesUpdate = 0 ; // force update +// } +// }; + if(kit->key == "AUTO_BAN_IDENTITIES_THRESHOLD") + { + float val ; + + if (sscanf(kit->value.c_str(), "%f", &val) == 1) + { + mAutoBanIdentitiesLimit = val ; + std::cerr << "Setting AutoBanIdentity threshold to " << val << std::endl ; + mLastBannedNodesUpdate = 0 ; // force update + } + }; + if(kit->key == "AUTO_POSITIVE_CONTACTS") + { + mAutoSetPositiveOptionToContacts = (kit->value == "YES"); + std::cerr << "Setting AutoPositiveContacts to " << kit->value << std::endl ; + mLastBannedNodesUpdate = 0 ; // force update + } + } delete (*it); } + updateBannedNodesProxy(); loadList.clear() ; return true; } bool p3GxsReputation::loadReputationSet(RsGxsReputationSetItem *item, const std::set &peerSet) { - RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ + { + RsStackMutex stack(mReputationMtx); /****** LOCKED MUTEX *******/ - std::map::iterator rit; + std::map::iterator rit; - if(item->mGxsId.isNull()) // just a protection against potential errors having put 00000 into ids. + if(item->mGxsId.isNull()) // just a protection against potential errors having put 00000 into ids. return false ; - - /* find matching Reputation */ - RsGxsId gxsId(item->mGxsId); - rit = mReputations.find(gxsId); - if (rit != mReputations.end()) - { - std::cerr << "ERROR"; - std::cerr << std::endl; - } - Reputation &reputation = mReputations[gxsId]; + /* find matching Reputation */ + RsGxsId gxsId(item->mGxsId); + rit = mReputations.find(gxsId); + if (rit != mReputations.end()) + { + std::cerr << "ERROR"; + std::cerr << std::endl; + } - // install opinions. - std::map::const_iterator oit; - for(oit = item->mOpinions.begin(); oit != item->mOpinions.end(); ++oit) - { - // expensive ... but necessary. - RsPeerId peerId(oit->first); - if (peerSet.end() != peerSet.find(peerId)) - reputation.mOpinions[peerId] = safe_convert_uint32t_to_opinion(oit->second); - } + Reputation &reputation = mReputations[gxsId]; - reputation.mOwnOpinion = item->mOwnOpinion; - reputation.mOwnOpinionTs = item->mOwnOpinionTS; + // install opinions. + std::map::const_iterator oit; + for(oit = item->mOpinions.begin(); oit != item->mOpinions.end(); ++oit) + { + // expensive ... but necessary. + RsPeerId peerId(oit->first); + if (peerSet.end() != peerSet.find(peerId)) + reputation.mOpinions[peerId] = safe_convert_uint32t_to_opinion(oit->second); + } - // if dropping entries has changed the score -> must update. - - //float old_reputation = reputation.mReputation ; - //mUpdatedReputations.insert(gxsId) ; - - reputation.updateReputation() ; + reputation.mOwnOpinion = item->mOwnOpinion; + reputation.mOwnOpinionTs = item->mOwnOpinionTS; + reputation.mOwnerNode = item->mOwnerNodeId; + reputation.mIdentityFlags = item->mIdentityFlags | REPUTATION_IDENTITY_FLAG_NEEDS_UPDATE; - mUpdated.insert(std::make_pair(reputation.mOwnOpinionTs, gxsId)); - return true; + // if dropping entries has changed the score -> must update. + + //float old_reputation = reputation.mReputation ; + //mUpdatedReputations.insert(gxsId) ; + + reputation.updateReputation() ; + + mUpdated.insert(std::make_pair(reputation.mOwnOpinionTs, gxsId)); + } +#ifdef DEBUG_REPUTATION + RsReputations::ReputationInfo info ; + getReputationInfo(item->mGxsId,item->mOwnerNodeId,info) ; + std::cerr << item->mGxsId << " : own: " << info.mOwnOpinion << ", owner node: " << item->mOwnerNodeId << ", assessment: " << ((info.mAssessment==ASSESSMENT_BAD)?"BAD":"OK") << std::endl; +#endif + return true; } @@ -1129,16 +1360,33 @@ void p3GxsReputation::debug_print() { std::cerr << "Reputations database: " << std::endl; std::cerr << " Average number of peers: " << mAverageActiveFriends << std::endl; - + std::cerr << " GXS ID data: " << std::endl; + time_t now = time(NULL) ; - + for(std::map::const_iterator it(mReputations.begin());it!=mReputations.end();++it) { - std::cerr << " ID=" << it->first << ", own: " << it->second.mOwnOpinion << ", Friend average: " << it->second.mFriendAverage << ", global_score: " << it->second.mReputation - << ", last own update: " << now - it->second.mOwnOpinionTs << " secs ago." << std::endl; - - for(std::map::const_iterator it2(it->second.mOpinions.begin());it2!=it->second.mOpinions.end();++it2) + std::cerr << " " << it->first << ": own: " << it->second.mOwnOpinion << ", Friend average: " << it->second.mFriendAverage << ", global_score: " << it->second.mReputation + << ", last own update: " << now - it->second.mOwnOpinionTs << " secs ago." << std::endl; +#ifdef DEBUG_REPUTATION2 + for(std::map::const_iterator it2(it->second.mOpinions.begin());it2!=it->second.mOpinions.end();++it2) std::cerr << " " << it2->first << ": " << it2->second << std::endl; +#endif } + + std::cerr << " Banned RS nodes by ID: " << std::endl; + + for(std::map::const_iterator it(mBannedPgpIds.begin());it!=mBannedPgpIds.end();++it) + { + std::cerr << " Node " << it->first << ", last activity: " << now - it->second.last_activity_TS << " secs ago." << std::endl; + + for(std::set::const_iterator it2(it->second.known_identities.begin());it2!=it->second.known_identities.end();++it2) + std::cerr << " " << *it2 << std::endl; + } + + std::cerr << " Per node Banned GXSIds proxy: " << std::endl; + + for(std::set::const_iterator it(mPerNodeBannedIdsProxy.begin());it!=mPerNodeBannedIdsProxy.end();++it) + std::cerr << " " << *it << std::endl; } diff --git a/libretroshare/src/services/p3gxsreputation.h b/libretroshare/src/services/p3gxsreputation.h index ae49517e5..94fb356e1 100644 --- a/libretroshare/src/services/p3gxsreputation.h +++ b/libretroshare/src/services/p3gxsreputation.h @@ -59,6 +59,12 @@ public: time_t mLastQuery; }; +struct BannedNodeInfo +{ + time_t last_activity_TS ; // updated everytime a node or one of its former identities is required + std::set known_identities ; // list of known identities from this node. This is kept for a while, and useful in order to avoid re-asking these keys. +}; + class Reputation { public: @@ -77,7 +83,7 @@ public: float mFriendAverage ; float mReputation; - RsPgpId mOwnerNode; + RsPgpId mOwnerNode; uint32_t mIdentityFlags; }; @@ -91,76 +97,91 @@ public: class p3GxsReputation: public p3Service, public p3Config, public RsReputations /* , public pqiMonitor */ { - public: - p3GxsReputation(p3LinkMgr *lm); - virtual RsServiceInfo getServiceInfo(); +public: + p3GxsReputation(p3LinkMgr *lm); + virtual RsServiceInfo getServiceInfo(); - /***** Interface for RsReputations *****/ - virtual bool setOwnOpinion(const RsGxsId& key_id, const Opinion& op) ; - virtual bool getReputationInfo(const RsGxsId& id,ReputationInfo& info) ; - virtual bool isIdentityBanned(const RsGxsId& id) ; - - virtual void setNodeAutoBanThreshold(uint32_t n) ; - virtual uint32_t nodeAutoBanThreshold() ; - - /***** overloaded from p3Service *****/ - virtual int tick(); - virtual int status(); + /***** Interface for RsReputations *****/ + virtual bool setOwnOpinion(const RsGxsId& key_id, const Opinion& op) ; + virtual bool getReputationInfo(const RsGxsId& id, const RsPgpId &ownerNode, ReputationInfo& info) ; + virtual bool isIdentityBanned(const RsGxsId& id) ; - /*! - * Interface stuff. - */ + virtual bool isNodeBanned(const RsPgpId& id); + virtual void banNode(const RsPgpId& id,bool b) ; + + //virtual void setNodeAutoBanThreshold(uint32_t n) ; + //virtual uint32_t nodeAutoBanThreshold() ; + + virtual void setNodeAutoPositiveOpinionForContacts(bool b) ; + virtual bool nodeAutoPositiveOpinionForContacts() ; + virtual float nodeAutoBanIdentitiesLimit() ; + virtual void setNodeAutoBanIdentitiesLimit(float f) ; + + /***** overloaded from p3Service *****/ + virtual int tick(); + virtual int status(); + + /*! + * Interface stuff. + */ + + /************* from p3Config *******************/ + virtual RsSerialiser *setupSerialiser() ; + virtual bool saveList(bool& cleanup, std::list&) ; + virtual void saveDone(); + virtual bool loadList(std::list& load) ; - /************* from p3Config *******************/ - virtual RsSerialiser *setupSerialiser() ; - virtual bool saveList(bool& cleanup, std::list&) ; - virtual void saveDone(); - virtual bool loadList(std::list& load) ; - private: - bool processIncoming(); + bool processIncoming(); - bool SendReputations(RsGxsReputationRequestItem *request); - bool RecvReputations(RsGxsReputationUpdateItem *item); - bool updateLatestUpdate(RsPeerId peerid, time_t latest_update); - void updateActiveFriends() ; - void updateBannedNodesList(); - - // internal update of data. Takes care of cleaning empty boxes. - void locked_updateOpinion(const RsPeerId &from, const RsGxsId &about, RsReputations::Opinion op); - bool loadReputationSet(RsGxsReputationSetItem *item, const std::set &peerSet); + bool SendReputations(RsGxsReputationRequestItem *request); + bool RecvReputations(RsGxsReputationUpdateItem *item); + bool updateLatestUpdate(RsPeerId peerid, time_t latest_update); + void updateActiveFriends() ; - int sendPackets(); - void cleanup(); - void sendReputationRequests(); - int sendReputationRequest(RsPeerId peerid); - void debug_print() ; - void updateIdentityFlags(); + void updateBannedNodesProxy(); - private: - RsMutex mReputationMtx; + // internal update of data. Takes care of cleaning empty boxes. + void locked_updateOpinion(const RsPeerId &from, const RsGxsId &about, RsReputations::Opinion op); + bool loadReputationSet(RsGxsReputationSetItem *item, const std::set &peerSet); - time_t mLastActiveFriendsUpdate; - time_t mRequestTime; - time_t mStoreTime; - time_t mLastBannedNodesUpdate ; - bool mReputationsUpdated; - uint32_t mAverageActiveFriends ; + int sendPackets(); + void cleanup(); + void sendReputationRequests(); + int sendReputationRequest(RsPeerId peerid); + void debug_print() ; + void updateIdentityFlags(); - p3LinkMgr *mLinkMgr; +private: + RsMutex mReputationMtx; - // Data for Reputation. - std::map mConfig; - std::map mReputations; - std::multimap mUpdated; + time_t mLastActiveFriendsUpdate; + time_t mRequestTime; + time_t mStoreTime; + time_t mLastBannedNodesUpdate ; + time_t mLastIdentityFlagsUpdate ; + bool mReputationsUpdated; + uint32_t mAverageActiveFriends ; - // set of Reputations to send to p3IdService. - std::set mUpdatedReputations; - - // PGP Ids auto-banned. This is updated regularly. - std::set mBannedPgpIds ; - uint32_t mPgpAutoBanThreshold ; + float mAutoBanIdentitiesLimit ; + bool mAutoSetPositiveOptionToContacts; + + p3LinkMgr *mLinkMgr; + + // Data for Reputation. + std::map mConfig; + std::map mReputations; + std::multimap mUpdated; + + // set of Reputations to send to p3IdService. + std::set mUpdatedReputations; + + // PGP Ids auto-banned. This is updated regularly. + std::map mBannedPgpIds ; + std::set mPerNodeBannedIdsProxy ; + //uint32_t mPgpAutoBanThreshold ; + bool mBannedNodesProxyNeedsUpdate ; }; #endif //SERVICE_RSGXSREPUTATION_HEADER diff --git a/libretroshare/src/services/p3idservice.cc b/libretroshare/src/services/p3idservice.cc index d436f07af..bc79d98a1 100644 --- a/libretroshare/src/services/p3idservice.cc +++ b/libretroshare/src/services/p3idservice.cc @@ -51,16 +51,16 @@ * #define GXSID_GEN_DUMMY_DATA 1 ****/ -#define ID_REQUEST_LIST 0x0001 -#define ID_REQUEST_IDENTITY 0x0002 +#define ID_REQUEST_LIST 0x0001 +#define ID_REQUEST_IDENTITY 0x0002 #define ID_REQUEST_REPUTATION 0x0003 -#define ID_REQUEST_OPINION 0x0004 +#define ID_REQUEST_OPINION 0x0004 #define GXSID_MAX_CACHE_SIZE 5000 // unused keys are deleted according to some heuristic that should favor known keys, signed keys etc. -static const time_t MAX_KEEP_KEYS_BANNED = 2 * 86400 ; // get rid of banned ids after 2 days. That gives a chance to un-ban someone before he gets kicked out +static const time_t MAX_KEEP_KEYS_BANNED = 2 * 86400 ; // get rid of banned ids after 1 days. That gives a chance to un-ban someone before he gets definitely kicked out static const time_t MAX_KEEP_KEYS_DEFAULT = 5 * 86400 ; // default for unsigned identities: 5 days static const time_t MAX_KEEP_KEYS_SIGNED = 8 * 86400 ; // signed identities by unknown key static const time_t MAX_KEEP_KEYS_SIGNED_KNOWN = 30 * 86400 ; // signed identities by known node keys @@ -258,19 +258,16 @@ time_t p3IdService::locked_getLastUsageTS(const RsGxsId& gxs_id) std::map::const_iterator it = mKeysTS.find(gxs_id) ; if(it == mKeysTS.end()) - { - slowIndicateConfigChanged() ; - return mKeysTS[gxs_id] = time(NULL) ; - } + return 0 ; else return it->second ; } void p3IdService::timeStampKey(const RsGxsId& gxs_id) { - if(rsReputations->isIdentityBanned(gxs_id)) + if(rsReputations->isIdentityBanned(gxs_id) ) { - std::cerr << "(II) p3IdService:timeStampKey(): refusing to time stamp key " << gxs_id << " because it is banned." << std::endl; - return; + std::cerr << "(II) p3IdService:timeStampKey(): refusing to time stamp key " << gxs_id << " because it is banned." << std::endl; + return ; } RS_STACK_MUTEX(mIdMtx) ; @@ -290,13 +287,13 @@ bool p3IdService::loadList(std::list& items) { for(std::map::const_iterator it2 = lii->mTimeStamps.begin();it2!=lii->mTimeStamps.end();++it2) mKeysTS.insert(*it2) ; - - mContacts = lii->mContacts ; + + mContacts = lii->mContacts ; } - + delete *it ; } - + items.clear() ; return true ; } @@ -321,114 +318,106 @@ class IdCacheEntryCleaner { public: IdCacheEntryCleaner(const std::map& last_usage_TSs) : mLastUsageTS(last_usage_TSs) {} - + bool processEntry(RsGxsIdCache& entry) - { - time_t now = time(NULL); - const RsGxsId& gxs_id = entry.details.mId ; + { + time_t now = time(NULL); + const RsGxsId& gxs_id = entry.details.mId ; - bool is_id_banned = rsReputations->isIdentityBanned(gxs_id) ; - bool is_own_id = (bool)(entry.details.mFlags & RS_IDENTITY_FLAGS_IS_OWN_ID) ; - bool is_known_id = (bool)(entry.details.mFlags & RS_IDENTITY_FLAGS_PGP_KNOWN) ; - bool is_signed_id = (bool)(entry.details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED) ; - bool is_a_contact = (bool)(entry.details.mFlags & RS_IDENTITY_FLAGS_IS_A_CONTACT) ; + bool is_id_banned = rsReputations->isIdentityBanned(gxs_id) ; + bool is_own_id = (bool)(entry.details.mFlags & RS_IDENTITY_FLAGS_IS_OWN_ID) ; + bool is_known_id = (bool)(entry.details.mFlags & RS_IDENTITY_FLAGS_PGP_KNOWN) ; + bool is_signed_id = (bool)(entry.details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED) ; + bool is_a_contact = (bool)(entry.details.mFlags & RS_IDENTITY_FLAGS_IS_A_CONTACT) ; - std::cerr << "Identity: " << gxs_id << ": banned: " << is_id_banned << ", own: " << is_own_id << ", contact: " << is_a_contact << ", signed: " << is_signed_id << ", known: " << is_known_id; + std::cerr << "Identity: " << gxs_id << ": banned: " << is_id_banned << ", own: " << is_own_id << ", contact: " << is_a_contact << ", signed: " << is_signed_id << ", known: " << is_known_id; - if(is_own_id || is_a_contact) - { - std::cerr << " => kept" << std::endl; - return true ; - } + if(is_own_id || is_a_contact) + { + std::cerr << " => kept" << std::endl; + return true ; + } - std::map::const_iterator it = mLastUsageTS.find(gxs_id) ; + std::map::const_iterator it = mLastUsageTS.find(gxs_id) ; - if(it == mLastUsageTS.end()) - { - std::cerr << "No Ts for this ID" << std::endl; - return true ; - } + bool no_ts = (it == mLastUsageTS.end()) ; - time_t last_usage_ts = it->second; - time_t max_keep_time ; + time_t last_usage_ts = no_ts?0:(it->second); + time_t max_keep_time ; - if(is_id_banned) - max_keep_time = MAX_KEEP_KEYS_BANNED ; - else if(is_known_id) - max_keep_time = MAX_KEEP_KEYS_SIGNED_KNOWN ; - else if(is_signed_id) - max_keep_time = MAX_KEEP_KEYS_SIGNED ; - else - max_keep_time = MAX_KEEP_KEYS_DEFAULT ; + if(no_ts) + max_keep_time = 0 ; + else if(is_id_banned) + max_keep_time = MAX_KEEP_KEYS_BANNED ; + else if(is_known_id) + max_keep_time = MAX_KEEP_KEYS_SIGNED_KNOWN ; + else if(is_signed_id) + max_keep_time = MAX_KEEP_KEYS_SIGNED ; + else + max_keep_time = MAX_KEEP_KEYS_DEFAULT ; - std::cerr << ". Max keep = " << max_keep_time/86400 << " days. Unused for " << (now - last_usage_ts + 86399)/86400 << " days " ; + std::cerr << ". Max keep = " << max_keep_time/86400 << " days. Unused for " << (now - last_usage_ts + 86399)/86400 << " days " ; - if(now > last_usage_ts + max_keep_time) - { - std::cerr << " => delete " << std::endl; - ids_to_delete.push_back(gxs_id) ; - } - else - std::cerr << " => keep " << std::endl; - - return true; + if(now > last_usage_ts + max_keep_time) + { + std::cerr << " => delete " << std::endl; + ids_to_delete.push_back(gxs_id) ; + } + else + std::cerr << " => keep " << std::endl; + + return true; } - + std::list ids_to_delete ; const std::map& mLastUsageTS; }; void p3IdService::cleanUnusedKeys() { - std::list ids_to_delete ; + std::list ids_to_delete ; - std::cerr << "Cleaning unused keys:" << std::endl; - - // we need to stash all ids to delete into an off-mutex structure since deleteIdentity() will trigger the lock - { - RS_STACK_MUTEX(mIdMtx) ; + std::cerr << "Cleaning unused keys:" << std::endl; - if(!mOwnIdsLoaded) - { - std::cerr << "(EE) Own ids not loaded. Cannot clean unused keys." << std::endl; - return ; - } + // we need to stash all ids to delete into an off-mutex structure since deleteIdentity() will trigger the lock + { + RS_STACK_MUTEX(mIdMtx) ; - // grab at most 10 identities to delete. No need to send too many requests to the token queue at once. - - time_t now = time(NULL) ; - int n=0 ; - IdCacheEntryCleaner idcec(mKeysTS) ; + if(!mOwnIdsLoaded) + { + std::cerr << "(EE) Own ids not loaded. Cannot clean unused keys." << std::endl; + return ; + } - mKeyCache.applyToAllCachedEntries(idcec,&IdCacheEntryCleaner::processEntry); - - ids_to_delete = idcec.ids_to_delete ; - } - std::cerr << "Collected " << ids_to_delete.size() << " keys to delete among " << mKeyCache.size() << std::endl; - - for(std::list::const_iterator it(ids_to_delete.begin());it!=ids_to_delete.end();++it) - { - std::cerr << "Deleting identity " << *it << " which is too old." << std::endl; - uint32_t token ; - RsGxsIdGroup group; - group.mMeta.mGroupId=RsGxsGroupId(*it); - rsIdentity->deleteIdentity(token, group); + // grab at most 10 identities to delete. No need to send too many requests to the token queue at once. + IdCacheEntryCleaner idcec(mKeysTS) ; - { - RS_STACK_MUTEX(mIdMtx) ; - std::map::iterator tmp = mKeysTS.find(*it) ; + mKeyCache.applyToAllCachedEntries(idcec,&IdCacheEntryCleaner::processEntry); - if(mKeysTS.end() != tmp) - mKeysTS.erase(tmp) ; - - // mPublicKeyCache.erase(*it) ; no need to do it now. It's done in p3IdService::deleteGroup() - } - } + ids_to_delete = idcec.ids_to_delete ; + } + std::cerr << "Collected " << ids_to_delete.size() << " keys to delete among " << mKeyCache.size() << std::endl; + + for(std::list::const_iterator it(ids_to_delete.begin());it!=ids_to_delete.end();++it) + { + std::cerr << "Deleting identity " << *it << " which is too old." << std::endl; + uint32_t token ; + RsGxsIdGroup group; + group.mMeta.mGroupId=RsGxsGroupId(*it); + rsIdentity->deleteIdentity(token, group); + + { + RS_STACK_MUTEX(mIdMtx) ; + mKeysTS.erase(*it) ; + + // mPublicKeyCache.erase(*it) ; no need to do it now. It's done in p3IdService::deleteGroup() + } + } } void p3IdService::service_tick() { - RsTickEvent::tick_events(); + RsTickEvent::tick_events(); GxsTokenQueue::checkRequests(); // GxsTokenQueue handles all requests. time_t now = time(NULL) ; @@ -438,67 +427,91 @@ void p3IdService::service_tick() cleanUnusedKeys() ; mLastKeyCleaningTime = now ; } - return; + return; +} + +bool p3IdService::acceptNewGroup(const RsGxsGrpMetaData *grpMeta) +{ + bool res = !rsReputations->isIdentityBanned(RsGxsId(grpMeta->mGroupId)) ; + + std::cerr << "p3IdService::acceptNewGroup: ID=" << grpMeta->mGroupId << ": " << (res?"ACCEPTED":"DENIED") << std::endl; + + return res ; } void p3IdService::notifyChanges(std::vector &changes) { #ifdef DEBUG_IDS - std::cerr << "p3IdService::notifyChanges()"; - std::cerr << std::endl; + std::cerr << "p3IdService::notifyChanges()"; + std::cerr << std::endl; #endif - /* iterate through and grab any new messages */ - std::list unprocessedGroups; + /* iterate through and grab any new messages */ + std::list unprocessedGroups; - std::vector::iterator it; - for(it = changes.begin(); it != changes.end(); ++it) - { - RsGxsGroupChange *groupChange = dynamic_cast(*it); - RsGxsMsgChange *msgChange = dynamic_cast(*it); - if (msgChange && !msgChange->metaChange()) - { + for(uint32_t i = 0;i(changes[i]); + RsGxsMsgChange *msgChange = dynamic_cast(changes[i]); + + if (msgChange && !msgChange->metaChange()) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::notifyChanges() Found Message Change Notification"; - std::cerr << std::endl; + std::cerr << "p3IdService::notifyChanges() Found Message Change Notification"; + std::cerr << std::endl; #endif - std::map > &msgChangeMap = msgChange->msgChangeMap; - std::map >::iterator mit; - for(mit = msgChangeMap.begin(); mit != msgChangeMap.end(); ++mit) - { + std::map > &msgChangeMap = msgChange->msgChangeMap; + std::map >::iterator mit; + for(mit = msgChangeMap.begin(); mit != msgChangeMap.end(); ++mit) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::notifyChanges() Msgs for Group: " << mit->first; - std::cerr << std::endl; + std::cerr << "p3IdService::notifyChanges() Msgs for Group: " << mit->first; + std::cerr << std::endl; #endif - } - } + } + } - /* shouldn't need to worry about groups - as they need to be subscribed to */ - if (groupChange && !groupChange->metaChange()) - { + /* shouldn't need to worry about groups - as they need to be subscribed to */ + if (groupChange && !groupChange->metaChange()) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::notifyChanges() Found Group Change Notification"; - std::cerr << std::endl; + std::cerr << "p3IdService::notifyChanges() Found Group Change Notification"; + std::cerr << std::endl; #endif + std::list &groupList = groupChange->mGrpIdList; + std::list::iterator git; - std::list &groupList = groupChange->mGrpIdList; - std::list::iterator git; - for(git = groupList.begin(); git != groupList.end(); ++git) - { + for(git = groupList.begin(); git != groupList.end();) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::notifyChanges() Auto Subscribe to Incoming Groups: " << *git; - std::cerr << std::endl; + std::cerr << "p3IdService::notifyChanges() Auto Subscribe to Incoming Groups: " << *git; + std::cerr << std::endl; #endif + if(!rsReputations->isIdentityBanned(RsGxsId(*git))) + { + uint32_t token; + RsGenExchange::subscribeToGroup(token, *git, true); - uint32_t token; - RsGenExchange::subscribeToGroup(token, *git, true); + // also time_stamp the key that this group represents - } - } - } + timeStampKey(RsGxsId(*git)) ; - RsGxsIfaceHelper::receiveChanges(changes); + ++git; + } + else + git = groupList.erase(git) ; + } + + if(groupList.empty()) + { + delete changes[i] ; + changes[i] = NULL ; + } + } + } + + RsGxsIfaceHelper::receiveChanges(changes); } /********************************************************************************/ @@ -508,43 +521,65 @@ void p3IdService::notifyChanges(std::vector &changes) #if 0 bool p3IdService:: getNickname(const RsGxsId &id, std::string &nickname) { - return false; + return false; } #endif -bool p3IdService:: getIdDetails(const RsGxsId &id, RsIdentityDetails &details) +time_t p3IdService::getLastUsageTS(const RsGxsId &id) +{ + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + return locked_getLastUsageTS(id) ; +} + +bool p3IdService::getIdDetails(const RsGxsId &id, RsIdentityDetails &details) { #ifdef DEBUG_IDS - std::cerr << "p3IdService::getIdDetails(" << id << ")"; - std::cerr << std::endl; + std::cerr << "p3IdService::getIdDetails(" << id << ")"; + std::cerr << std::endl; #endif - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - RsGxsIdCache data; + RsGxsIdCache data; - if (mKeyCache.fetch(id, data)) - { - details = data.details; - details.mLastUsageTS = locked_getLastUsageTS(id) ; + if (mKeyCache.fetch(id, data)) + { + // This step is needed, because p3GxsReputation does not know all identities, and might not have any data for + // the ones in the contact list. So we change them on demand. - // one utf8 symbol can be at most 4 bytes long - would be better to measure real unicode length !!! - if(details.mNickname.length() > RSID_MAXIMUM_NICKNAME_SIZE*4) - details.mNickname = "[too long a name]" ; + if(mContacts.find(id) != mContacts.end() && rsReputations->nodeAutoPositiveOpinionForContacts()) + rsReputations->setOwnOpinion(id,RsReputations::OPINION_POSITIVE) ; - rsReputations->getReputationInfo(id,details.mReputation) ; + details = data.details; + details.mLastUsageTS = locked_getLastUsageTS(id) ; - return true; - } - } + // one utf8 symbol can be at most 4 bytes long - would be better to measure real unicode length !!! + if(details.mNickname.length() > RSID_MAXIMUM_NICKNAME_SIZE*4) + details.mNickname = "[too long a name]" ; - /* it isn't there - add to public requests */ - cache_request_load(id); + rsReputations->getReputationInfo(id,details.mPgpId,details.mReputation) ; - return false; + return true; + } + } + + /* it isn't there - add to public requests */ + cache_request_load(id); + + return false; } +bool p3IdService::isBanned(const RsGxsId &id) +{ + RsIdentityDetails det ; + getIdDetails(id,det) ; + +#ifdef DEBUG_REPUTATION + std::cerr << "isIdentityBanned(): returning " << (det.mReputation.mAssessment == RsReputations::ASSESSMENT_BAD) << " for GXS id " << id << std::endl; +#endif + return det.mReputation.mAssessment == RsReputations::ASSESSMENT_BAD ; +} bool p3IdService::isOwnId(const RsGxsId& id) { @@ -570,108 +605,108 @@ bool p3IdService::getOwnIds(std::list &ownIds) bool p3IdService::createIdentity(uint32_t& token, RsIdentityParameters ¶ms) { - RsGxsIdGroup id; + RsGxsIdGroup id; id.mMeta.mGroupName = params.nickname; id.mImage = params.mImage; - if (params.isPgpLinked) - { - id.mMeta.mGroupFlags = RSGXSID_GROUPFLAG_REALID; - } - else - { - id.mMeta.mGroupFlags = 0; - } + if (params.isPgpLinked) + { + id.mMeta.mGroupFlags = RSGXSID_GROUPFLAG_REALID; + } + else + { + id.mMeta.mGroupFlags = 0; + } - createGroup(token, id); + createGroup(token, id); - return true; + return true; } bool p3IdService::updateIdentity(uint32_t& token, RsGxsIdGroup &group) { #ifdef DEBUG_IDS - std::cerr << "p3IdService::updateIdentity()"; - std::cerr << std::endl; + std::cerr << "p3IdService::updateIdentity()"; + std::cerr << std::endl; #endif - updateGroup(token, group); + updateGroup(token, group); - return false; + return false; } bool p3IdService::deleteIdentity(uint32_t& token, RsGxsIdGroup &group) { #ifdef DEBUG_IDS - std::cerr << "p3IdService::deleteIdentity()"; - std::cerr << std::endl; + std::cerr << "p3IdService::deleteIdentity()"; + std::cerr << std::endl; #endif - deleteGroup(token, group); + deleteGroup(token, group); - return false; + return false; } bool p3IdService::parseRecognTag(const RsGxsId &id, const std::string &nickname, - const std::string &tag, RsRecognTagDetails &details) + const std::string &tag, RsRecognTagDetails &details) { #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::parseRecognTag()"; - std::cerr << std::endl; + std::cerr << "p3IdService::parseRecognTag()"; + std::cerr << std::endl; #endif - RsGxsRecognTagItem *tagitem = RsRecogn::extractTag(tag); - if (!tagitem) - { - return false; - } + RsGxsRecognTagItem *tagitem = RsRecogn::extractTag(tag); + if (!tagitem) + { + return false; + } - bool isPending = false; - bool isValid = recogn_checktag(id, nickname, tagitem, true, isPending); + bool isPending = false; + bool isValid = recogn_checktag(id, nickname, tagitem, true, isPending); - details.valid_from = tagitem->valid_from; - details.valid_to = tagitem->valid_to; - details.tag_class = tagitem->tag_class; - details.tag_type = tagitem->tag_type; - details.signer = tagitem->sign.keyId.toStdString(); + details.valid_from = tagitem->valid_from; + details.valid_to = tagitem->valid_to; + details.tag_class = tagitem->tag_class; + details.tag_type = tagitem->tag_type; + details.signer = tagitem->sign.keyId.toStdString(); - details.is_valid = isValid; - details.is_pending = isPending; + details.is_valid = isValid; + details.is_pending = isPending; - delete tagitem; + delete tagitem; - return true; + return true; } bool p3IdService::getRecognTagRequest(const RsGxsId &id, const std::string &comment, uint16_t tag_class, uint16_t tag_type, std::string &tag) { #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::getRecognTagRequest()"; - std::cerr << std::endl; + std::cerr << "p3IdService::getRecognTagRequest()"; + std::cerr << std::endl; #endif - if(!isOwnId(id)) - { - std::cerr << "(EE) cannot retrieve own key to create tag request. KeyId=" << id << std::endl; - return false ; - } + if(!isOwnId(id)) + { + std::cerr << "(EE) cannot retrieve own key to create tag request. KeyId=" << id << std::endl; + return false ; + } - RsTlvPrivateRSAKey key; - std::string nickname; - RsGxsIdCache data ; + RsTlvPrivateRSAKey key; + std::string nickname; + RsGxsIdCache data ; - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - if(!mKeyCache.fetch(id, data)) - return false ; + if(!mKeyCache.fetch(id, data)) + return false ; - nickname = data.details.mNickname ; - key = data.priv_key ; - } + nickname = data.details.mNickname ; + key = data.priv_key ; + } - return RsRecogn::createTagRequest(key, id, nickname, tag_class, tag_type, comment, tag); + return RsRecogn::createTagRequest(key, id, nickname, tag_class, tag_type, comment, tag); } @@ -682,29 +717,85 @@ bool p3IdService::getRecognTagRequest(const RsGxsId &id, const std::string &comm bool p3IdService::haveKey(const RsGxsId &id) { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - return mKeyCache.is_cached(id); + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + return mKeyCache.is_cached(id); } bool p3IdService::havePrivateKey(const RsGxsId &id) { if(! isOwnId(id)) return false ; - - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - return mKeyCache.is_cached(id) ; + + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + return mKeyCache.is_cached(id) ; } -bool p3IdService::requestKey(const RsGxsId &id, const std::list &peers) +static void mergeIds(std::map >& idmap,const RsGxsId& id,const std::list& peers) { - if (haveKey(id)) - return true; - else - { - if(isPendingNetworkRequest(id)) - return true; - } + // merge the two lists (I use a std::set to make it more efficient) +#ifdef DEBUG_IDS + std::cerr << "p3IdService::requestKey(): merging list with existing pending request." << std::endl; +#endif + std::list& old_peers(idmap[id]) ; // create if necessary + std::set new_peers ; + + for(std::list::const_iterator it(peers.begin());it!=peers.end();++it) + new_peers.insert(*it) ; + + for(std::list::iterator it(old_peers.begin());it!=old_peers.end();++it) + new_peers.insert(*it) ; + + old_peers.clear(); + + for(std::set::iterator it(new_peers.begin());it!=new_peers.end();++it) + old_peers.push_back(*it) ; +} + +bool p3IdService::requestKey(const RsGxsId &id, const std::list& peers) +{ + if(id.isNull()) + { + std::cerr << "(EE) nul ID requested to p3IdService. This should not happen. Callstack:" << std::endl; + print_stacktrace(); + return false ; + } + + if (haveKey(id)) + return true; + else + { + // Normally we should call getIdDetails(), but since the key is not known, we need to digg a possibly old information + // from the reputation system, which keeps its own list of banned keys. Of course, the owner ID is not known at this point. + + std::cerr << "p3IdService::requesting key " << id <getReputationInfo(id,RsPgpId(),info) ; + + if(info.mAssessment == RsReputations::ASSESSMENT_BAD) + { + std::cerr << "(II) not requesting Key " << id << " because it has been banned." << std::endl; + + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + mIdsNotPresent.erase(id) ; + } + return true; + } + + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + + std::map >::iterator rit = mIdsNotPresent.find(id) ; + + if(rit != mIdsNotPresent.end()) + { + if(!peers.empty()) + mergeIds(mIdsNotPresent,id,peers) ; + + return true ; + } + } return cache_request_load(id, peers); } @@ -712,36 +803,36 @@ bool p3IdService::requestKey(const RsGxsId &id, const std::list &peers) bool p3IdService::isPendingNetworkRequest(const RsGxsId& gxsId) { RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - // if ids has beens confirmed as not physically present return - // immediately, id will be removed from list if found by auto nxs net search - if(mIdsNotPresent.find(gxsId) != mIdsNotPresent.end()) - return true; + // if ids has beens confirmed as not physically present return + // immediately, id will be removed from list if found by auto nxs net search + if(mIdsNotPresent.find(gxsId) != mIdsNotPresent.end()) + return true; - return false; + return false; } bool p3IdService::getKey(const RsGxsId &id, RsTlvPublicRSAKey &key) { - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - RsGxsIdCache data; + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + RsGxsIdCache data; - if (mKeyCache.fetch(id, data)) - { - key = data.pub_key; - return true; - } - } + if (mKeyCache.fetch(id, data)) + { + key = data.pub_key; + return true; + } + } - cache_request_load(id); + cache_request_load(id); - key.keyId.clear() ; - return false; + key.keyId.clear() ; + return false; } bool p3IdService::requestPrivateKey(const RsGxsId &id) { - if (havePrivateKey(id)) + if (havePrivateKey(id)) return true; return cache_request_load(id); @@ -749,21 +840,21 @@ bool p3IdService::requestPrivateKey(const RsGxsId &id) bool p3IdService::getPrivateKey(const RsGxsId &id, RsTlvPrivateRSAKey &key) { - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - RsGxsIdCache data; + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + RsGxsIdCache data; - if (mKeyCache.fetch(id, data)) - { - key = data.priv_key; - return true; - } - } + if (mKeyCache.fetch(id, data)) + { + key = data.priv_key; + return true; + } + } - key.keyId.clear() ; - cache_request_load(id); + key.keyId.clear() ; + cache_request_load(id); - return false ; + return false ; } @@ -786,7 +877,7 @@ bool p3IdService::signData(const uint8_t *data,uint32_t data_size,const RsGxsId& if(i == 6) { std::cerr << " (EE) Could not retrieve own private key for ID = " << own_gxs_id << ". Giging up sending DH session params. This should not happen." << std::endl; - error_status = RS_GIXS_ERROR_KEY_NOT_AVAILABLE ; + error_status = RS_GIXS_ERROR_KEY_NOT_AVAILABLE ; return false ; } @@ -797,7 +888,7 @@ bool p3IdService::signData(const uint8_t *data,uint32_t data_size,const RsGxsId& if(!GxsSecurity::getSignature((char *)data,data_size,signature_key,signature)) { std::cerr << " (EE) Cannot sign for id " << own_gxs_id << ". Signature call failed." << std::endl; - error_status = RS_GIXS_ERROR_UNKNOWN ; + error_status = RS_GIXS_ERROR_UNKNOWN ; return false ; } error_status = RS_GIXS_ERROR_NO_ERROR ; @@ -806,8 +897,8 @@ bool p3IdService::signData(const uint8_t *data,uint32_t data_size,const RsGxsId& } bool p3IdService::validateData(const uint8_t *data,uint32_t data_size,const RsTlvKeySignature& signature,bool force_load,uint32_t& signing_error) { - // RsIdentityDetails details ; - // getIdDetails(signature.keyId,details); + // RsIdentityDetails details ; + // getIdDetails(signature.keyId,details); RsTlvPublicRSAKey signature_key ; for(int i=0;i< (force_load?6:1);++i) @@ -910,65 +1001,65 @@ bool p3IdService::decryptData(const uint8_t *encrypted_data,uint32_t encrypted_d bool p3IdService::haveReputation(const RsGxsId &id) { - return haveKey(id); + return haveKey(id); } -bool p3IdService::loadReputation(const RsGxsId &id, const std::list& peers) +bool p3IdService::loadReputation(const RsGxsId &id, const std::list& peers) { - if (haveKey(id)) - return true; - else - { - if(isPendingNetworkRequest(id)) - return true; - } + if (haveKey(id)) + return true; + else + { + if(isPendingNetworkRequest(id)) + return true; + } - return cache_request_load(id, peers); + return cache_request_load(id, peers); } bool p3IdService::getReputation(const RsGxsId &id, GixsReputation &rep) { - /* this is the key part for accepting messages */ + /* this is the key part for accepting messages */ - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - RsGxsIdCache data; - - if (mKeyCache.fetch(id, data)) - { - rep.id = id; - rep.score = 0;//data.details.mReputation.mOverallScore; + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + RsGxsIdCache data; + + if (mKeyCache.fetch(id, data)) + { + rep.id = id; + rep.score = 0;//data.details.mReputation.mOverallScore; #ifdef DEBUG_IDS - std::cerr << "p3IdService::getReputation() id: "; - std::cerr << id.toStdString() << " score: " << - rep.score; - std::cerr << std::endl; + std::cerr << "p3IdService::getReputation() id: "; + std::cerr << id.toStdString() << " score: " << + rep.score; + std::cerr << std::endl; #endif - return true; - } - else - { + return true; + } + else + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::getReputation() id: "; - std::cerr << id.toStdString() << " not cached"; - std::cerr << std::endl; + std::cerr << "p3IdService::getReputation() id: "; + std::cerr << id.toStdString() << " not cached"; + std::cerr << std::endl; #endif - } - return false; + } + return false; } #if 0 class RegistrationRequest { - public: - RegistrationRequest(uint32_t token, RsGxsId &id, int score) - :m_extToken(token), m_id(id), m_score(score) { return; } +public: + RegistrationRequest(uint32_t token, RsGxsId &id, int score) + :m_extToken(token), m_id(id), m_score(score) { return; } - uint32_t m_intToken; - uint32_t m_extToken; - RsGxsId m_id; - int m_score; + uint32_t m_intToken; + uint32_t m_extToken; + RsGxsId m_id; + int m_score; }; #endif @@ -976,26 +1067,26 @@ class RegistrationRequest bool p3IdService::submitOpinion(uint32_t& token, const RsGxsId &id, bool absOpinion, int score) { #ifdef DEBUG_OPINION - std::cerr << "p3IdService::submitOpinion()"; - std::cerr << std::endl; + std::cerr << "p3IdService::submitOpinion()"; + std::cerr << std::endl; #endif - uint32_t ansType = RS_TOKREQ_ANSTYPE_SUMMARY; - RsTokReqOptions opts; - opts.mReqType = GXS_REQUEST_TYPE_GROUP_META; + uint32_t ansType = RS_TOKREQ_ANSTYPE_SUMMARY; + RsTokReqOptions opts; + opts.mReqType = GXS_REQUEST_TYPE_GROUP_META; - token = RsGenExchange::generatePublicToken(); + token = RsGenExchange::generatePublicToken(); - uint32_t intToken; - std::list groups; - groups.push_back(RsGxsGroupId(id)); + uint32_t intToken; + std::list groups; + groups.push_back(RsGxsGroupId(id)); - RsGenExchange::getTokenService()->requestGroupInfo(intToken, ansType, opts, groups); - GxsTokenQueue::queueRequest(intToken, GXSIDREQ_OPINION); + RsGenExchange::getTokenService()->requestGroupInfo(intToken, ansType, opts, groups); + GxsTokenQueue::queueRequest(intToken, GXSIDREQ_OPINION); - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - mPendingOpinion[intToken] = OpinionRequest(token, id, absOpinion, score); - return true; + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + mPendingOpinion[intToken] = OpinionRequest(token, id, absOpinion, score); + return true; } @@ -1003,99 +1094,99 @@ bool p3IdService::submitOpinion(uint32_t& token, const RsGxsId &id, bool absOpin bool p3IdService::opinion_handlerequest(uint32_t token) { #ifdef DEBUG_OPINION - std::cerr << "p3IdService::opinion_handlerequest()"; - std::cerr << std::endl; + std::cerr << "p3IdService::opinion_handlerequest()"; + std::cerr << std::endl; #endif - OpinionRequest req; - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + OpinionRequest req; + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - /* find in pendingReputation */ - std::map::iterator it; - it = mPendingOpinion.find(token); - if (it == mPendingOpinion.end()) - { - std::cerr << "p3IdService::opinion_handlerequest() ERROR finding PendingOpinion"; - std::cerr << std::endl; + /* find in pendingReputation */ + std::map::iterator it; + it = mPendingOpinion.find(token); + if (it == mPendingOpinion.end()) + { + std::cerr << "p3IdService::opinion_handlerequest() ERROR finding PendingOpinion"; + std::cerr << std::endl; - return false; - } - req = it->second; - mPendingOpinion.erase(it); - } + return false; + } + req = it->second; + mPendingOpinion.erase(it); + } #ifdef DEBUG_OPINION - std::cerr << "p3IdService::opinion_handlerequest() Id: " << req.mId << " score: " << req.mScore; - std::cerr << std::endl; + std::cerr << "p3IdService::opinion_handlerequest() Id: " << req.mId << " score: " << req.mScore; + std::cerr << std::endl; #endif - std::list groups; - std::list groupList; + std::list groups; + std::list groupList; - if (!getGroupMeta(token, groups)) - { - std::cerr << "p3IdService::opinion_handlerequest() ERROR getGroupMeta()"; - std::cerr << std::endl; + if (!getGroupMeta(token, groups)) + { + std::cerr << "p3IdService::opinion_handlerequest() ERROR getGroupMeta()"; + std::cerr << std::endl; - updatePublicRequestStatus(req.mToken, RsTokenService::GXS_REQUEST_V2_STATUS_FAILED); - return false; - } + updatePublicRequestStatus(req.mToken, RsTokenService::GXS_REQUEST_V2_STATUS_FAILED); + return false; + } - if (groups.size() != 1) - { - std::cerr << "p3IdService::opinion_handlerequest() ERROR group.size() != 1"; - std::cerr << std::endl; + if (groups.size() != 1) + { + std::cerr << "p3IdService::opinion_handlerequest() ERROR group.size() != 1"; + std::cerr << std::endl; - // error. - updatePublicRequestStatus(req.mToken, RsTokenService::GXS_REQUEST_V2_STATUS_FAILED); - return false; - } - RsGroupMetaData &meta = *(groups.begin()); + // error. + updatePublicRequestStatus(req.mToken, RsTokenService::GXS_REQUEST_V2_STATUS_FAILED); + return false; + } + RsGroupMetaData &meta = *(groups.begin()); - if (meta.mGroupId != RsGxsGroupId(req.mId)) - { - std::cerr << "p3IdService::opinion_handlerequest() ERROR Id mismatch"; - std::cerr << std::endl; + if (meta.mGroupId != RsGxsGroupId(req.mId)) + { + std::cerr << "p3IdService::opinion_handlerequest() ERROR Id mismatch"; + std::cerr << std::endl; - // error. - updatePublicRequestStatus(req.mToken, RsTokenService::GXS_REQUEST_V2_STATUS_FAILED); - return false; - } + // error. + updatePublicRequestStatus(req.mToken, RsTokenService::GXS_REQUEST_V2_STATUS_FAILED); + return false; + } - /* get the string */ - SSGxsIdGroup ssdata; - ssdata.load(meta.mServiceString); // attempt load - okay if fails. + /* get the string */ + SSGxsIdGroup ssdata; + ssdata.load(meta.mServiceString); // attempt load - okay if fails. - /* modify score */ - if (req.mAbsOpinion) - { - ssdata.score.rep.mOwnOpinion = req.mScore; - } - else - { - ssdata.score.rep.mOwnOpinion += req.mScore; - } + /* modify score */ + if (req.mAbsOpinion) + { + ssdata.score.rep.mOwnOpinion = req.mScore; + } + else + { + ssdata.score.rep.mOwnOpinion += req.mScore; + } - // update IdScore too. - bool pgpId = (meta.mGroupFlags & RSGXSID_GROUPFLAG_REALID); - ssdata.score.rep.updateIdScore(pgpId, ssdata.pgp.validatedSignature); - ssdata.score.rep.update(); + // update IdScore too. + bool pgpId = (meta.mGroupFlags & RSGXSID_GROUPFLAG_REALID); + ssdata.score.rep.updateIdScore(pgpId, ssdata.pgp.validatedSignature); + ssdata.score.rep.update(); - /* save string */ - std::string serviceString = ssdata.save(); + /* save string */ + std::string serviceString = ssdata.save(); #ifdef DEBUG_OPINION - std::cerr << "p3IdService::opinion_handlerequest() new service_string: " << serviceString; - std::cerr << std::endl; + std::cerr << "p3IdService::opinion_handlerequest() new service_string: " << serviceString; + std::cerr << std::endl; #endif - /* set new Group ServiceString */ - uint32_t dummyToken = 0; - setGroupServiceString(dummyToken, meta.mGroupId, serviceString); - cache_update_if_cached(RsGxsId(meta.mGroupId), serviceString); + /* set new Group ServiceString */ + uint32_t dummyToken = 0; + setGroupServiceString(dummyToken, meta.mGroupId, serviceString); + cache_update_if_cached(RsGxsId(meta.mGroupId), serviceString); - updatePublicRequestStatus(req.mToken, RsTokenService::GXS_REQUEST_V2_STATUS_COMPLETE); - return true; + updatePublicRequestStatus(req.mToken, RsTokenService::GXS_REQUEST_V2_STATUS_COMPLETE); + return true; } @@ -1105,82 +1196,82 @@ bool p3IdService::opinion_handlerequest(uint32_t token) RsSerialiser *p3IdService::setupSerialiser() { - RsSerialiser *rss = new RsSerialiser ; + RsSerialiser *rss = new RsSerialiser ; - rss->addSerialType(new RsGxsIdSerialiser()) ; - rss->addSerialType(new RsGeneralConfigSerialiser()); + rss->addSerialType(new RsGxsIdSerialiser()) ; + rss->addSerialType(new RsGeneralConfigSerialiser()); - return rss ; + return rss ; } bool p3IdService::getGroupData(const uint32_t &token, std::vector &groups) { - std::vector grpData; - bool ok = RsGenExchange::getGroupData(token, grpData); + std::vector grpData; + bool ok = RsGenExchange::getGroupData(token, grpData); - if(ok) - { - std::vector::iterator vit = grpData.begin(); + if(ok) + { + std::vector::iterator vit = grpData.begin(); - for(; vit != grpData.end(); ++vit) - { - RsGxsIdGroupItem* item = dynamic_cast(*vit); - if (item) - { + for(; vit != grpData.end(); ++vit) + { + RsGxsIdGroupItem* item = dynamic_cast(*vit); + if (item) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::getGroupData() Item is:"; - std::cerr << std::endl; - item->print(std::cerr); - std::cerr << std::endl; + std::cerr << "p3IdService::getGroupData() Item is:"; + std::cerr << std::endl; + item->print(std::cerr); + std::cerr << std::endl; #endif // DEBUG_IDS - RsGxsIdGroup group ; - item->toGxsIdGroup(group,false) ; + RsGxsIdGroup group ; + item->toGxsIdGroup(group,false) ; - { - RS_STACK_MUTEX(mIdMtx) ; - group.mLastUsageTS = locked_getLastUsageTS(RsGxsId(group.mMeta.mGroupId)) ; - } + { + RS_STACK_MUTEX(mIdMtx) ; + group.mLastUsageTS = locked_getLastUsageTS(RsGxsId(group.mMeta.mGroupId)) ; + } - // Decode information from serviceString. - SSGxsIdGroup ssdata; - if (ssdata.load(group.mMeta.mServiceString)) - { - group.mPgpKnown = ssdata.pgp.validatedSignature; - group.mPgpId = ssdata.pgp.pgpId; - group.mReputation = ssdata.score.rep; + // Decode information from serviceString. + SSGxsIdGroup ssdata; + if (ssdata.load(group.mMeta.mServiceString)) + { + group.mPgpKnown = ssdata.pgp.validatedSignature; + group.mPgpId = ssdata.pgp.pgpId; + group.mReputation = ssdata.score.rep; #ifdef DEBUG_IDS - std::cerr << "p3IdService::getGroupData() Success decoding ServiceString"; - std::cerr << std::endl; - std::cerr << "\t mGpgKnown: " << group.mPgpKnown; - std::cerr << std::endl; - std::cerr << "\t mGpgId: " << group.mPgpId; - std::cerr << std::endl; + std::cerr << "p3IdService::getGroupData() Success decoding ServiceString"; + std::cerr << std::endl; + std::cerr << "\t mGpgKnown: " << group.mPgpKnown; + std::cerr << std::endl; + std::cerr << "\t mGpgId: " << group.mPgpId; + std::cerr << std::endl; #endif // DEBUG_IDS - } - else - { - group.mPgpKnown = false; - group.mPgpId.clear(); + } + else + { + group.mPgpKnown = false; + group.mPgpId.clear(); - std::cerr << "p3IdService::getGroupData() Failed to decode ServiceString \"" - << group.mMeta.mServiceString << "\"" ; - std::cerr << std::endl; - } + std::cerr << "p3IdService::getGroupData() Failed to decode ServiceString \"" + << group.mMeta.mServiceString << "\"" ; + std::cerr << std::endl; + } - group.mIsAContact = (mContacts.find(RsGxsId(group.mMeta.mGroupId)) != mContacts.end()); + group.mIsAContact = (mContacts.find(RsGxsId(group.mMeta.mGroupId)) != mContacts.end()); - groups.push_back(group); - delete(item); - } - else - { - std::cerr << "Not a Id Item, deleting!" << std::endl; - delete(*vit); - } - } - } + groups.push_back(group); + delete(item); + } + else + { + std::cerr << "Not a Id Item, deleting!" << std::endl; + delete(*vit); + } + } + } - return ok; + return ok; } @@ -1201,91 +1292,91 @@ bool p3IdService::createGroup(uint32_t& token, RsGxsIdGroup &group) bool p3IdService::updateGroup(uint32_t& token, RsGxsIdGroup &group) { - RsGxsId id(group.mMeta.mGroupId); - RsGxsIdGroupItem* item = new RsGxsIdGroupItem(); - - item->fromGxsIdGroup(group,false) ; - -#ifdef DEBUG_IDS - std::cerr << "p3IdService::updateGroup() Updating RsGxsId: " << id; - std::cerr << std::endl; -#endif - - RsGenExchange::updateGroup(token, item); - - // if its in the cache - clear it. - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - if (mKeyCache.erase(id)) - { -#ifdef DEBUG_IDS - std::cerr << "p3IdService::updateGroup() Removed from PublicKeyCache"; - std::cerr << std::endl; -#endif - } - else - { -#ifdef DEBUG_IDS - std::cerr << "p3IdService::updateGroup() Not in PublicKeyCache"; - std::cerr << std::endl; -#endif - } - } - - return true; -} - -bool p3IdService::deleteGroup(uint32_t& token, RsGxsIdGroup &group) -{ - RsGxsId id = RsGxsId(group.mMeta.mGroupId.toStdString()); + RsGxsId id(group.mMeta.mGroupId); RsGxsIdGroupItem* item = new RsGxsIdGroupItem(); item->fromGxsIdGroup(group,false) ; #ifdef DEBUG_IDS - std::cerr << "p3IdService::deleteGroup() Deleting RsGxsId: " << id; - std::cerr << std::endl; + std::cerr << "p3IdService::updateGroup() Updating RsGxsId: " << id; + std::cerr << std::endl; #endif - RsGenExchange::deleteGroup(token, item); + RsGenExchange::updateGroup(token, item); - // if its in the cache - clear it. - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - if (mKeyCache.erase(id)) - { + // if its in the cache - clear it. + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + if (mKeyCache.erase(id)) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::deleteGroup() Removed from PublicKeyCache"; - std::cerr << std::endl; + std::cerr << "p3IdService::updateGroup() Removed from PublicKeyCache"; + std::cerr << std::endl; #endif - } - else - { + } + else + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::deleteGroup() Not in PublicKeyCache"; - std::cerr << std::endl; + std::cerr << "p3IdService::updateGroup() Not in PublicKeyCache"; + std::cerr << std::endl; #endif - } + } + } - std::list::iterator lit = std::find( mOwnIds.begin(), mOwnIds.end(), id); - if (lit != mOwnIds.end()) - { - mOwnIds.remove((RsGxsId)*lit); - #ifdef DEBUG_IDS - std::cerr << "p3IdService::deleteGroup() Removed from OwnIds"; - std::cerr << std::endl; - #endif - } - else - { - #ifdef DEBUG_IDS - std::cerr << "p3IdService::deleteGroup() Not in OwnIds"; - std::cerr << std::endl; - #endif - } - } + return true; +} - return true; +bool p3IdService::deleteGroup(uint32_t& token, RsGxsIdGroup &group) +{ + RsGxsId id = RsGxsId(group.mMeta.mGroupId.toStdString()); + RsGxsIdGroupItem* item = new RsGxsIdGroupItem(); + + item->fromGxsIdGroup(group,false) ; + +#ifdef DEBUG_IDS + std::cerr << "p3IdService::deleteGroup() Deleting RsGxsId: " << id; + std::cerr << std::endl; +#endif + + RsGenExchange::deleteGroup(token, item); + + // if its in the cache - clear it. + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + if (mKeyCache.erase(id)) + { +#ifdef DEBUG_IDS + std::cerr << "p3IdService::deleteGroup() Removed from PublicKeyCache"; + std::cerr << std::endl; +#endif + } + else + { +#ifdef DEBUG_IDS + std::cerr << "p3IdService::deleteGroup() Not in PublicKeyCache"; + std::cerr << std::endl; +#endif + } + + std::list::iterator lit = std::find( mOwnIds.begin(), mOwnIds.end(), id); + if (lit != mOwnIds.end()) + { + mOwnIds.remove((RsGxsId)*lit); +#ifdef DEBUG_IDS + std::cerr << "p3IdService::deleteGroup() Removed from OwnIds"; + std::cerr << std::endl; +#endif + } + else + { +#ifdef DEBUG_IDS + std::cerr << "p3IdService::deleteGroup() Not in OwnIds"; + std::cerr << std::endl; +#endif + } + } + + return true; } /************************************************************************************/ @@ -1303,64 +1394,64 @@ bool p3IdService::deleteGroup(uint32_t& token, RsGxsIdGroup &group) bool SSGxsIdPgp::load(const std::string &input) { - char pgpline[RSGXSID_MAX_SERVICE_STRING]; - int timestamp = 0; - uint32_t attempts = 0; - if (1 == sscanf(input.c_str(), "K:1 I:%[^)]", pgpline)) - { - validatedSignature = true; - std::string str_line = pgpline; - pgpId = RsPgpId(str_line); - return true; - } - else if (3 == sscanf(input.c_str(), "K:0 T:%d C:%d I:%[^)]", ×tamp, &attempts,pgpline)) - { - lastCheckTs = timestamp; - checkAttempts = attempts; - validatedSignature = false; - std::string str_line = pgpline; - pgpId = RsPgpId(str_line); - return true; - } - else if (2 == sscanf(input.c_str(), "K:0 T:%d C:%d", ×tamp, &attempts)) - { - lastCheckTs = timestamp; - checkAttempts = attempts; - validatedSignature = false; - return true; - } - else if (1 == sscanf(input.c_str(), "K:0 T:%d", ×tamp)) - { - lastCheckTs = timestamp; - checkAttempts = 0; - validatedSignature = false; - return true; - } - else - { - lastCheckTs = 0; - checkAttempts = 0; - validatedSignature = false; - return false; - } + char pgpline[RSGXSID_MAX_SERVICE_STRING]; + int timestamp = 0; + uint32_t attempts = 0; + if (1 == sscanf(input.c_str(), "K:1 I:%[^)]", pgpline)) + { + validatedSignature = true; + std::string str_line = pgpline; + pgpId = RsPgpId(str_line); + return true; + } + else if (3 == sscanf(input.c_str(), "K:0 T:%d C:%d I:%[^)]", ×tamp, &attempts,pgpline)) + { + lastCheckTs = timestamp; + checkAttempts = attempts; + validatedSignature = false; + std::string str_line = pgpline; + pgpId = RsPgpId(str_line); + return true; + } + else if (2 == sscanf(input.c_str(), "K:0 T:%d C:%d", ×tamp, &attempts)) + { + lastCheckTs = timestamp; + checkAttempts = attempts; + validatedSignature = false; + return true; + } + else if (1 == sscanf(input.c_str(), "K:0 T:%d", ×tamp)) + { + lastCheckTs = timestamp; + checkAttempts = 0; + validatedSignature = false; + return true; + } + else + { + lastCheckTs = 0; + checkAttempts = 0; + validatedSignature = false; + return false; + } } std::string SSGxsIdPgp::save() const { - std::string output; - if (validatedSignature) - { - output += "K:1 I:"; - output += pgpId.toStdString(); - } - else - { - rs_sprintf(output, "K:0 T:%d C:%d", lastCheckTs, checkAttempts); - - if(!pgpId.isNull()) - output += " I:"+pgpId.toStdString(); - } - return output; + std::string output; + if (validatedSignature) + { + output += "K:1 I:"; + output += pgpId.toStdString(); + } + else + { + rs_sprintf(output, "K:0 T:%d C:%d", lastCheckTs, checkAttempts); + + if(!pgpId.isNull()) + output += " I:"+pgpId.toStdString(); + } + return output; } @@ -1372,80 +1463,80 @@ std::string SSGxsIdPgp::save() const bool SSGxsIdRecognTags::load(const std::string &input) { //char pgpline[RSGXSID_MAX_SERVICE_STRING]; - int pubTs = 0; - int lastTs = 0; - uint32_t flags = 0; + int pubTs = 0; + int lastTs = 0; + uint32_t flags = 0; - if (3 == sscanf(input.c_str(), "F:%u P:%d T:%d", &flags, &pubTs, &lastTs)) - { - publishTs = pubTs; - lastCheckTs = lastTs; - tagFlags = flags; - } - else - { - return false; - } - return true; + if (3 == sscanf(input.c_str(), "F:%u P:%d T:%d", &flags, &pubTs, &lastTs)) + { + publishTs = pubTs; + lastCheckTs = lastTs; + tagFlags = flags; + } + else + { + return false; + } + return true; } std::string SSGxsIdRecognTags::save() const { - std::string output; - rs_sprintf(output, "F:%u P:%d T:%d", tagFlags, publishTs, lastCheckTs); - return output; + std::string output; + rs_sprintf(output, "F:%u P:%d T:%d", tagFlags, publishTs, lastCheckTs); + return output; } bool SSGxsIdRecognTags::tagsProcessed() const { - return (tagFlags & 0x1000); + return (tagFlags & 0x1000); } bool SSGxsIdRecognTags::tagsPending() const { - return (tagFlags & 0x2000); + return (tagFlags & 0x2000); } bool SSGxsIdRecognTags::tagValid(int i) const { - uint32_t idx = 0x01 << i; + uint32_t idx = 0x01 << i; #ifdef DEBUG_RECOGN - std::cerr << "SSGxsIdRecognTags::tagValid(" << i << ") idx: " << idx; - std::cerr << " result: " << (tagFlags & idx); - std::cerr << std::endl; + std::cerr << "SSGxsIdRecognTags::tagValid(" << i << ") idx: " << idx; + std::cerr << " result: " << (tagFlags & idx); + std::cerr << std::endl; #endif // DEBUG_RECOGN - return (tagFlags & idx); + return (tagFlags & idx); } void SSGxsIdRecognTags::setTags(bool processed, bool pending, uint32_t flags) { - flags &= 0x00ff; // clear top bits; - if (processed) - { - flags |= 0x1000; - } - if (pending) - { - flags |= 0x2000; - } + flags &= 0x00ff; // clear top bits; + if (processed) + { + flags |= 0x1000; + } + if (pending) + { + flags |= 0x2000; + } #ifdef DEBUG_RECOGN - std::cerr << "SSGxsIdRecognTags::setTags(" << processed << "," << pending << "," << flags << ")"; - std::cerr << " tagFlags: " << tagFlags; - std::cerr << std::endl; + std::cerr << "SSGxsIdRecognTags::setTags(" << processed << "," << pending << "," << flags << ")"; + std::cerr << " tagFlags: " << tagFlags; + std::cerr << std::endl; #endif // DEBUG_RECOGN - tagFlags = flags; + tagFlags = flags; } GxsReputation::GxsReputation() -:mOverallScore(0), mIdScore(0), mOwnOpinion(0), mPeerOpinion(0) + :mOverallScore(0), mIdScore(0), mOwnOpinion(0), mPeerOpinion(0) { - updateIdScore(false, false); - update(); + updateIdScore(false, false); + update(); } static const int kIdReputationPgpKnownScore = 50; @@ -1454,186 +1545,186 @@ static const int kIdReputationAnonScore = 5; bool GxsReputation::updateIdScore(bool pgpLinked, bool pgpKnown) { - if (pgpLinked) - { - if (pgpKnown) - { - mIdScore = kIdReputationPgpKnownScore; - } - else - { - mIdScore = kIdReputationPgpUnknownScore; - } - } - else - { - mIdScore = kIdReputationAnonScore; - } - return true; + if (pgpLinked) + { + if (pgpKnown) + { + mIdScore = kIdReputationPgpKnownScore; + } + else + { + mIdScore = kIdReputationPgpUnknownScore; + } + } + else + { + mIdScore = kIdReputationAnonScore; + } + return true; } bool GxsReputation::update() { - mOverallScore = mIdScore + mOwnOpinion + mPeerOpinion; - return true; + mOverallScore = mIdScore + mOwnOpinion + mPeerOpinion; + return true; } bool SSGxsIdReputation::load(const std::string &input) { - return (4 == sscanf(input.c_str(), "%d %d %d %d", - &(rep.mOverallScore), &(rep.mIdScore), &(rep.mOwnOpinion), &(rep.mPeerOpinion))); + return (4 == sscanf(input.c_str(), "%d %d %d %d", + &(rep.mOverallScore), &(rep.mIdScore), &(rep.mOwnOpinion), &(rep.mPeerOpinion))); } std::string SSGxsIdReputation::save() const { - std::string output; - rs_sprintf(output, "%d %d %d %d", rep.mOverallScore, rep.mIdScore, rep.mOwnOpinion, rep.mPeerOpinion); - return output; + std::string output; + rs_sprintf(output, "%d %d %d %d", rep.mOverallScore, rep.mIdScore, rep.mOwnOpinion, rep.mPeerOpinion); + return output; } bool SSGxsIdCumulator::load(const std::string &input) { - return (4 == sscanf(input.c_str(), "%d %d %lf %lf", &count, &nullcount, &sum, &sumsq)); + return (4 == sscanf(input.c_str(), "%d %d %lf %lf", &count, &nullcount, &sum, &sumsq)); } std::string SSGxsIdCumulator::save() const { - std::string output; - rs_sprintf(output, "%d %d %lf %lf", count, nullcount, sum, sumsq); - return output; + std::string output; + rs_sprintf(output, "%d %d %lf %lf", count, nullcount, sum, sumsq); + return output; } bool SSGxsIdGroup::load(const std::string &input) { - char pgpstr[RSGXSID_MAX_SERVICE_STRING]; - char recognstr[RSGXSID_MAX_SERVICE_STRING]; - char scorestr[RSGXSID_MAX_SERVICE_STRING]; - - // split into parts. - if (3 != sscanf(input.c_str(), "v2 {P:%[^}]} {T:%[^}]} {R:%[^}]}", pgpstr, recognstr, scorestr)) - { -#ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() Failed to extract 4 Parts"; - std::cerr << std::endl; -#endif // DEBUG_IDS - return false; - } + char pgpstr[RSGXSID_MAX_SERVICE_STRING]; + char recognstr[RSGXSID_MAX_SERVICE_STRING]; + char scorestr[RSGXSID_MAX_SERVICE_STRING]; - bool ok = true; - if (pgp.load(pgpstr)) - { + // split into parts. + if (3 != sscanf(input.c_str(), "v2 {P:%[^}]} {T:%[^}]} {R:%[^}]}", pgpstr, recognstr, scorestr)) + { #ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() pgpstr: " << pgpstr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() Failed to extract 4 Parts"; + std::cerr << std::endl; #endif // DEBUG_IDS - } - else - { -#ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() Invalid pgpstr: " << pgpstr; - std::cerr << std::endl; -#endif // DEBUG_IDS - ok = false; - } + return false; + } - if (recogntags.load(recognstr)) - { + bool ok = true; + if (pgp.load(pgpstr)) + { +#ifdef DEBUG_IDS + std::cerr << "SSGxsIdGroup::load() pgpstr: " << pgpstr; + std::cerr << std::endl; +#endif // DEBUG_IDS + } + else + { +#ifdef DEBUG_IDS + std::cerr << "SSGxsIdGroup::load() Invalid pgpstr: " << pgpstr; + std::cerr << std::endl; +#endif // DEBUG_IDS + ok = false; + } + + if (recogntags.load(recognstr)) + { #ifdef DEBUG_RECOGN - std::cerr << "SSGxsIdGroup::load() recognstr: " << recognstr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() recognstr: " << recognstr; + std::cerr << std::endl; #endif // DEBUG_RECOGN - } - else - { + } + else + { #ifdef DEBUG_RECOGN - std::cerr << "SSGxsIdGroup::load() Invalid recognstr: " << recognstr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() Invalid recognstr: " << recognstr; + std::cerr << std::endl; #endif // DEBUG_RECOGN - ok = false; - } + ok = false; + } - if (score.load(scorestr)) - { + if (score.load(scorestr)) + { #ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() scorestr: " << scorestr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() scorestr: " << scorestr; + std::cerr << std::endl; #endif // DEBUG_IDS - } - else - { + } + else + { #ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() Invalid scorestr: " << scorestr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() Invalid scorestr: " << scorestr; + std::cerr << std::endl; #endif // DEBUG_IDS - ok = false; - } + ok = false; + } #if 0 - if (opinion.load(opinionstr)) - { + if (opinion.load(opinionstr)) + { #ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() opinionstr: " << opinionstr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() opinionstr: " << opinionstr; + std::cerr << std::endl; #endif // DEBUG_IDS - } - else - { + } + else + { #ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() Invalid opinionstr: " << opinionstr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() Invalid opinionstr: " << opinionstr; + std::cerr << std::endl; #endif // DEBUG_IDS - ok = false; - } + ok = false; + } - if (reputation.load(repstr)) - { + if (reputation.load(repstr)) + { #ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() repstr: " << repstr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() repstr: " << repstr; + std::cerr << std::endl; #endif // DEBUG_IDS - } - else - { + } + else + { #ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() Invalid repstr: " << repstr; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() Invalid repstr: " << repstr; + std::cerr << std::endl; #endif // DEBUG_IDS - ok = false; - } + ok = false; + } #endif #ifdef DEBUG_IDS - std::cerr << "SSGxsIdGroup::load() regurgitated: " << save(); - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() regurgitated: " << save(); + std::cerr << std::endl; - std::cerr << "SSGxsIdGroup::load() isOkay?: " << ok; - std::cerr << std::endl; + std::cerr << "SSGxsIdGroup::load() isOkay?: " << ok; + std::cerr << std::endl; #endif // DEBUG_IDS - return ok; + return ok; } std::string SSGxsIdGroup::save() const { - std::string output = "v2 "; + std::string output = "v2 "; - output += "{P:"; - output += pgp.save(); - output += "}"; + output += "{P:"; + output += pgp.save(); + output += "}"; - output += "{T:"; - output += recogntags.save(); - output += "}"; + output += "{T:"; + output += recogntags.save(); + output += "}"; - output += "{R:"; - output += score.save(); - output += "}"; + output += "{R:"; + output += score.save(); + output += "}"; - //std::cerr << "SSGxsIdGroup::save() output: " << output; - //std::cerr << std::endl; + //std::cerr << "SSGxsIdGroup::save() output: " << output; + //std::cerr << std::endl; - return output; + return output; } /************************************************************************************/ @@ -1670,258 +1761,258 @@ RsGxsIdCache::RsGxsIdCache(const RsGxsIdGroupItem *item, const RsTlvPublicRSAKey void RsGxsIdCache::init(const RsGxsIdGroupItem *item, const RsTlvPublicRSAKey& in_pub_key, const RsTlvPrivateRSAKey& in_priv_key,const std::list &tagList) { - // Save Keys. - pub_key = in_pub_key; - priv_key = in_priv_key; - - // Save Time for ServiceString comparisions. - mPublishTs = item->meta.mPublishTs; + // Save Keys. + pub_key = in_pub_key; + priv_key = in_priv_key; - // Save RecognTags. - mRecognTags = tagList; + // Save Time for ServiceString comparisions. + mPublishTs = item->meta.mPublishTs; - details.mAvatar.copy((uint8_t *) item->mImage.binData.bin_data, item->mImage.binData.bin_len); + // Save RecognTags. + mRecognTags = tagList; - // Fill in Details. - details.mNickname = item->meta.mGroupName; - details.mId = RsGxsId(item->meta.mGroupId); + details.mAvatar.copy((uint8_t *) item->mImage.binData.bin_data, item->mImage.binData.bin_len); + + // Fill in Details. + details.mNickname = item->meta.mGroupName; + details.mId = RsGxsId(item->meta.mGroupId); #ifdef DEBUG_IDS - std::cerr << "RsGxsIdCache::RsGxsIdCache() for: " << details.mId; - std::cerr << std::endl; + std::cerr << "RsGxsIdCache::RsGxsIdCache() for: " << details.mId; + std::cerr << std::endl; #endif // DEBUG_IDS - details.mFlags = 0 ; + details.mFlags = 0 ; - if(item->meta.mSubscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_ADMIN) details.mFlags |= RS_IDENTITY_FLAGS_IS_OWN_ID; - if(item->meta.mGroupFlags & RSGXSID_GROUPFLAG_REALID) details.mFlags |= RS_IDENTITY_FLAGS_PGP_LINKED; + if(item->meta.mSubscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_ADMIN) details.mFlags |= RS_IDENTITY_FLAGS_IS_OWN_ID; + if(item->meta.mGroupFlags & RSGXSID_GROUPFLAG_REALID) details.mFlags |= RS_IDENTITY_FLAGS_PGP_LINKED; - // do some tests - if(details.mFlags & RS_IDENTITY_FLAGS_IS_OWN_ID) - { - if(!priv_key.checkKey()) - std::cerr << "(EE) Private key missing for own identity " << pub_key.keyId << std::endl; - - } - if(!pub_key.checkKey()) - std::cerr << "(EE) Public key missing for identity " << pub_key.keyId << std::endl; - - if(!GxsSecurity::checkFingerprint(pub_key)) - details.mFlags |= RS_IDENTITY_FLAGS_IS_DEPRECATED; - - /* rest must be retrived from ServiceString */ - updateServiceString(item->meta.mServiceString); + // do some tests + if(details.mFlags & RS_IDENTITY_FLAGS_IS_OWN_ID) + { + if(!priv_key.checkKey()) + std::cerr << "(EE) Private key missing for own identity " << pub_key.keyId << std::endl; + + } + if(!pub_key.checkKey()) + std::cerr << "(EE) Public key missing for identity " << pub_key.keyId << std::endl; + + if(!GxsSecurity::checkFingerprint(pub_key)) + details.mFlags |= RS_IDENTITY_FLAGS_IS_DEPRECATED; + + /* rest must be retrived from ServiceString */ + updateServiceString(item->meta.mServiceString); } void RsGxsIdCache::updateServiceString(std::string serviceString) { - details.mRecognTags.clear(); + details.mRecognTags.clear(); - SSGxsIdGroup ssdata; - if (ssdata.load(serviceString)) - { - if (details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED) - { - if(ssdata.pgp.validatedSignature) details.mFlags |= RS_IDENTITY_FLAGS_PGP_KNOWN ; - - if (details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED) - details.mPgpId = ssdata.pgp.pgpId; - else - details.mPgpId.clear(); - } + SSGxsIdGroup ssdata; + if (ssdata.load(serviceString)) + { + if (details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED) + { + if(ssdata.pgp.validatedSignature) details.mFlags |= RS_IDENTITY_FLAGS_PGP_KNOWN ; + + if (details.mFlags & RS_IDENTITY_FLAGS_PGP_LINKED) + details.mPgpId = ssdata.pgp.pgpId; + else + details.mPgpId.clear(); + } - // process RecognTags. - if (ssdata.recogntags.tagsProcessed()) - { + // process RecognTags. + if (ssdata.recogntags.tagsProcessed()) + { #ifdef DEBUG_RECOGN - std::cerr << "RsGxsIdCache::updateServiceString() updating recogntags"; - std::cerr << std::endl; + std::cerr << "RsGxsIdCache::updateServiceString() updating recogntags"; + std::cerr << std::endl; #endif // DEBUG_RECOGN - if (ssdata.recogntags.publishTs == mPublishTs) - { - std::list::iterator it; - int i = 0; - for(it = mRecognTags.begin(); it != mRecognTags.end(); ++it, i++) - { - if (ssdata.recogntags.tagValid(i) && it->valid) - { + if (ssdata.recogntags.publishTs == mPublishTs) + { + std::list::iterator it; + int i = 0; + for(it = mRecognTags.begin(); it != mRecognTags.end(); ++it, i++) + { + if (ssdata.recogntags.tagValid(i) && it->valid) + { #ifdef DEBUG_RECOGN - std::cerr << "RsGxsIdCache::updateServiceString() Valid Tag: " << it->tag_class << ":" << it->tag_type; - std::cerr << std::endl; + std::cerr << "RsGxsIdCache::updateServiceString() Valid Tag: " << it->tag_class << ":" << it->tag_type; + std::cerr << std::endl; #endif // DEBUG_RECOGN - details.mRecognTags.push_back(*it); - } - else - { + details.mRecognTags.push_back(*it); + } + else + { #ifdef DEBUG_RECOGN - std::cerr << "RsGxsIdCache::updateServiceString() Invalid Tag: " << it->tag_class << ":" << it->tag_type; - std::cerr << std::endl; + std::cerr << "RsGxsIdCache::updateServiceString() Invalid Tag: " << it->tag_class << ":" << it->tag_type; + std::cerr << std::endl; #endif // DEBUG_RECOGN - } - } - } - else - { + } + } + } + else + { #ifdef DEBUG_RECOGN - std::cerr << "RsGxsIdCache::updateServiceString() recogntags old publishTs"; - std::cerr << std::endl; + std::cerr << "RsGxsIdCache::updateServiceString() recogntags old publishTs"; + std::cerr << std::endl; #endif // DEBUG_RECOGN - } + } - } - else - { + } + else + { #ifdef DEBUG_RECOGN - std::cerr << "RsGxsIdCache::updateServiceString() recogntags unprocessed"; - std::cerr << std::endl; + std::cerr << "RsGxsIdCache::updateServiceString() recogntags unprocessed"; + std::cerr << std::endl; #endif // DEBUG_RECOGN - } + } - // copy over Reputation scores. - //details.mReputation = ssdata.score.rep; - } - else - { - details.mFlags &= ~RS_IDENTITY_FLAGS_PGP_KNOWN ; - details.mPgpId.clear(); - //details.mReputation.updateIdScore(false, false); - //details.mReputation.update(); - } + // copy over Reputation scores. + //details.mReputation = ssdata.score.rep; + } + else + { + details.mFlags &= ~RS_IDENTITY_FLAGS_PGP_KNOWN ; + details.mPgpId.clear(); + //details.mReputation.updateIdScore(false, false); + //details.mReputation.update(); + } } bool p3IdService::recogn_extract_taginfo(const RsGxsIdGroupItem *item, std::list &tagItems) { #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::recogn_extract_taginfo()"; - std::cerr << std::endl; + std::cerr << "p3IdService::recogn_extract_taginfo()"; + std::cerr << std::endl; #endif // DEBUG_RECOGN - /* process Recogn Tags */ + /* process Recogn Tags */ - std::list::const_iterator rit; - int count = 0; + std::list::const_iterator rit; + int count = 0; for(rit = item->mRecognTags.begin(); rit != item->mRecognTags.end(); ++rit) - { - if (++count > RSRECOGN_MAX_TAGINFO) - { + { + if (++count > RSRECOGN_MAX_TAGINFO) + { #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::recogn_extract_taginfo() Too many tags."; - std::cerr << std::endl; + std::cerr << "p3IdService::recogn_extract_taginfo() Too many tags."; + std::cerr << std::endl; #endif // DEBUG_RECOGN - return true; - } + return true; + } - RsGxsRecognTagItem *tagitem = RsRecogn::extractTag(*rit); + RsGxsRecognTagItem *tagitem = RsRecogn::extractTag(*rit); - if (!tagitem) - { - continue; - } + if (!tagitem) + { + continue; + } #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::recogn_extract_taginfo() Got TagItem: "; - std::cerr << std::endl; - tagitem->print(std::cerr); + std::cerr << "p3IdService::recogn_extract_taginfo() Got TagItem: "; + std::cerr << std::endl; + tagitem->print(std::cerr); #endif // DEBUG_RECOGN - tagItems.push_back(tagitem); - } - return true; + tagItems.push_back(tagitem); + } + return true; } bool p3IdService::cache_process_recogntaginfo(const RsGxsIdGroupItem *item, std::list &tagList) { - /* ServiceString decode */ - SSGxsIdGroup ssdata; - bool recognProcess = false; - if (ssdata.load(item->meta.mServiceString)) - { - if (!ssdata.recogntags.tagsProcessed()) - { + /* ServiceString decode */ + SSGxsIdGroup ssdata; + bool recognProcess = false; + if (ssdata.load(item->meta.mServiceString)) + { + if (!ssdata.recogntags.tagsProcessed()) + { #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::cache_process_recogntaginfo() tags not processed"; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_process_recogntaginfo() tags not processed"; + std::cerr << std::endl; #endif // DEBUG_RECOGN - /* we need to reprocess it */ - recognProcess = true; - } - else - { - if (item->meta.mPublishTs != ssdata.recogntags.publishTs) - { + /* we need to reprocess it */ + recognProcess = true; + } + else + { + if (item->meta.mPublishTs != ssdata.recogntags.publishTs) + { #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::cache_process_recogntaginfo() publishTs old"; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_process_recogntaginfo() publishTs old"; + std::cerr << std::endl; #endif // DEBUG_RECOGN - recognProcess = true; - } - else if (ssdata.recogntags.tagsPending()) - { + recognProcess = true; + } + else if (ssdata.recogntags.tagsPending()) + { #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::cache_process_recogntaginfo() tagsPending"; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_process_recogntaginfo() tagsPending"; + std::cerr << std::endl; #endif // DEBUG_RECOGN - /* reprocess once a day */ - recognProcess = true; - } - } - } - else - { + /* reprocess once a day */ + recognProcess = true; + } + } + } + else + { #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::cache_process_recogntaginfo() ServiceString invalid"; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_process_recogntaginfo() ServiceString invalid"; + std::cerr << std::endl; #endif // DEBUG_RECOGN - recognProcess = true; - } + recognProcess = true; + } - std::list tagItems; - std::list::iterator it; + std::list tagItems; + std::list::iterator it; - recogn_extract_taginfo(item, tagItems); + recogn_extract_taginfo(item, tagItems); //time_t now = time(NULL); - for(it = tagItems.begin(); it != tagItems.end(); ++it) - { - RsRecognTag info((*it)->tag_class, (*it)->tag_type, false); - bool isPending = false; - if (recogn_checktag(RsGxsId(item->meta.mGroupId.toStdString()), item->meta.mGroupName, *it, false, isPending)) - { - info.valid = true; - } + for(it = tagItems.begin(); it != tagItems.end(); ++it) + { + RsRecognTag info((*it)->tag_class, (*it)->tag_type, false); + bool isPending = false; + if (recogn_checktag(RsGxsId(item->meta.mGroupId.toStdString()), item->meta.mGroupName, *it, false, isPending)) + { + info.valid = true; + } #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::cache_process_recogntaginfo() Adding Tag: "; - std::cerr << info.tag_class << ":"; - std::cerr << info.tag_type << ":"; - std::cerr << info.valid; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_process_recogntaginfo() Adding Tag: "; + std::cerr << info.tag_class << ":"; + std::cerr << info.tag_type << ":"; + std::cerr << info.valid; + std::cerr << std::endl; #endif // DEBUG_RECOGN - tagList.push_back(info); - delete *it; - } + tagList.push_back(info); + delete *it; + } - if (recognProcess) - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - mRecognGroupIds.push_back(item->meta.mGroupId); + if (recognProcess) + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + mRecognGroupIds.push_back(item->meta.mGroupId); #ifdef DEBUG_RECOGN - std::cerr << "p3IdService::cache_process_recogntaginfo() Reprocessing groupId: "; - std::cerr << item->meta.mGroupId; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_process_recogntaginfo() Reprocessing groupId: "; + std::cerr << item->meta.mGroupId; + std::cerr << std::endl; #endif // DEBUG_RECOGN - recogn_schedule(); - } + recogn_schedule(); + } - return true; + return true; } // Loads in the cache the group data from the given group item, retrieved from sqlite storage. @@ -1929,74 +2020,74 @@ bool p3IdService::cache_process_recogntaginfo(const RsGxsIdGroupItem *item, std: bool p3IdService::cache_store(const RsGxsIdGroupItem *item) { #ifdef DEBUG_IDS - std::cerr << "p3IdService::cache_store() Item: " << item->meta.mGroupId; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_store() Item: " << item->meta.mGroupId; + std::cerr << std::endl; #endif // DEBUG_IDS - //item->print(std::cerr, 0); NEEDS CONST!!!! TODO - //std::cerr << std::endl; + //item->print(std::cerr, 0); NEEDS CONST!!!! TODO + //std::cerr << std::endl; - /* extract key from keys */ - RsTlvSecurityKeySet keySet; - - RsTlvPublicRSAKey pubkey; - RsTlvPrivateRSAKey fullkey; - - bool pub_key_ok = false; - bool full_key_ok = false; + /* extract key from keys */ + RsTlvSecurityKeySet keySet; - RsGxsId id (item->meta.mGroupId.toStdString()); - - if (!getGroupKeys(RsGxsGroupId(id.toStdString()), keySet)) - { - std::cerr << "p3IdService::cache_store() ERROR getting GroupKeys for: "<< item->meta.mGroupId << std::endl; - return false; - } + RsTlvPublicRSAKey pubkey; + RsTlvPrivateRSAKey fullkey; - for (std::map::iterator kit = keySet.private_keys.begin(); kit != keySet.private_keys.end(); ++kit) - if (kit->second.keyFlags & RSTLV_KEY_DISTRIB_ADMIN) - { + bool pub_key_ok = false; + bool full_key_ok = false; + + RsGxsId id (item->meta.mGroupId.toStdString()); + + if (!getGroupKeys(RsGxsGroupId(id.toStdString()), keySet)) + { + std::cerr << "p3IdService::cache_store() ERROR getting GroupKeys for: "<< item->meta.mGroupId << std::endl; + return false; + } + + for (std::map::iterator kit = keySet.private_keys.begin(); kit != keySet.private_keys.end(); ++kit) + if (kit->second.keyFlags & RSTLV_KEY_DISTRIB_ADMIN) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::cache_store() Found Admin Key" << std::endl; + std::cerr << "p3IdService::cache_store() Found Admin Key" << std::endl; #endif - fullkey = kit->second; - full_key_ok = true; - } - for (std::map::iterator kit = keySet.public_keys.begin(); kit != keySet.public_keys.end(); ++kit) - if (kit->second.keyFlags & RSTLV_KEY_DISTRIB_ADMIN) - { + fullkey = kit->second; + full_key_ok = true; + } + for (std::map::iterator kit = keySet.public_keys.begin(); kit != keySet.public_keys.end(); ++kit) + if (kit->second.keyFlags & RSTLV_KEY_DISTRIB_ADMIN) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::cache_store() Found Admin public Key" << std::endl; + std::cerr << "p3IdService::cache_store() Found Admin public Key" << std::endl; #endif - pubkey = kit->second; - pub_key_ok = true ; - } - - assert(!( pubkey.keyFlags & RSTLV_KEY_TYPE_FULL)) ; - assert(!full_key_ok || (fullkey.keyFlags & RSTLV_KEY_TYPE_FULL)) ; + pubkey = kit->second; + pub_key_ok = true ; + } - if (!pub_key_ok) - { - std::cerr << "p3IdService::cache_store() ERROR No Public Key Found"; - std::cerr << std::endl; - return false; - } + assert(!( pubkey.keyFlags & RSTLV_KEY_TYPE_FULL)) ; + assert(!full_key_ok || (fullkey.keyFlags & RSTLV_KEY_TYPE_FULL)) ; - // extract tags. - std::list tagList; - cache_process_recogntaginfo(item, tagList); + if (!pub_key_ok) + { + std::cerr << "p3IdService::cache_store() ERROR No Public Key Found"; + std::cerr << std::endl; + return false; + } - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + // extract tags. + std::list tagList; + cache_process_recogntaginfo(item, tagList); - // Create Cache Data. - RsGxsIdCache keycache(item, pubkey, fullkey,tagList); - - if(mContacts.find(id) != mContacts.end()) - keycache.details.mFlags |= RS_IDENTITY_FLAGS_IS_A_CONTACT; + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - mKeyCache.store(id, keycache); - mKeyCache.resize(); + // Create Cache Data. + RsGxsIdCache keycache(item, pubkey, fullkey,tagList); - return true; + if(mContacts.find(id) != mContacts.end()) + keycache.details.mFlags |= RS_IDENTITY_FLAGS_IS_A_CONTACT; + + mKeyCache.store(id, keycache); + mKeyCache.resize(); + + return true; } @@ -2005,131 +2096,139 @@ bool p3IdService::cache_store(const RsGxsIdGroupItem *item) #define MIN_CYCLE_GAP 2 -bool p3IdService::cache_request_load(const RsGxsId &id, const std::list& peers) +bool p3IdService::cache_request_load(const RsGxsId &id, const std::list &peers) { #ifdef DEBUG_IDS - std::cerr << "p3IdService::cache_request_load(" << id << ")"; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_request_load(" << id << ")" << std::endl; #endif // DEBUG_IDS - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - mCacheLoad_ToCache.insert(std::make_pair(id, peers)); - } + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - if (RsTickEvent::event_count(GXSID_EVENT_CACHELOAD) > 0) - { - /* its already scheduled */ - return true; - } + mergeIds(mCacheLoad_ToCache,id,peers) ; // merge, even if peers is empty + } - int32_t age = 0; - if (RsTickEvent::prev_event_ago(GXSID_EVENT_CACHELOAD, age)) - { - if (age < MIN_CYCLE_GAP) - { - RsTickEvent::schedule_in(GXSID_EVENT_CACHELOAD, MIN_CYCLE_GAP - age); - return true; - } - } + if (RsTickEvent::event_count(GXSID_EVENT_CACHELOAD) > 0) + { + /* its already scheduled */ + return true; + } - RsTickEvent::schedule_now(GXSID_EVENT_CACHELOAD); - return true; + int32_t age = 0; + if (RsTickEvent::prev_event_ago(GXSID_EVENT_CACHELOAD, age)) + { + if (age < MIN_CYCLE_GAP) + { + RsTickEvent::schedule_in(GXSID_EVENT_CACHELOAD, MIN_CYCLE_GAP - age); + return true; + } + } + + RsTickEvent::schedule_now(GXSID_EVENT_CACHELOAD); + return true; } bool p3IdService::cache_start_load() { - /* trigger request to load missing ids into cache */ - std::list groupIds; - { - RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ + /* trigger request to load missing ids into cache */ + std::list groupIds; + { + RsStackMutex stack(mIdMtx); /********** STACK LOCKED MTX ******/ - /* now we process the modGroupList -> a map so we can use it easily later, and create id list too */ - std::map >::iterator it; - for(it = mCacheLoad_ToCache.begin(); it != mCacheLoad_ToCache.end(); ++it) - { + /* now we process the modGroupList -> a map so we can use it easily later, and create id list too */ + std::map >::iterator it; + for(it = mCacheLoad_ToCache.begin(); it != mCacheLoad_ToCache.end(); ++it) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::cache_start_load() GroupId: " << it->first; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_start_load() GroupId: " << it->first; + std::cerr << std::endl; #endif // DEBUG_IDS - groupIds.push_back(RsGxsGroupId(it->first.toStdString())); // might need conversion? - } + groupIds.push_back(RsGxsGroupId(it->first)); // might need conversion? + } - mPendingCache.insert(mCacheLoad_ToCache.begin(), mCacheLoad_ToCache.end()); - mCacheLoad_ToCache.clear(); - } + for(std::map >::const_iterator it(mCacheLoad_ToCache.begin());it!=mCacheLoad_ToCache.end();++it) + mergeIds(mPendingCache,it->first,it->second) ; - if (groupIds.size() > 0) - { + mCacheLoad_ToCache.clear(); + } + + if (groupIds.size() > 0) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::cache_start_load() #Groups: " << groupIds.size(); - std::cerr << std::endl; + std::cerr << "p3IdService::cache_start_load() #Groups: " << groupIds.size(); + std::cerr << std::endl; #endif // DEBUG_IDS - uint32_t ansType = RS_TOKREQ_ANSTYPE_DATA; - RsTokReqOptions opts; - opts.mReqType = GXS_REQUEST_TYPE_GROUP_DATA; - uint32_t token = 0; - - RsGenExchange::getTokenService()->requestGroupInfo(token, ansType, opts, groupIds); - GxsTokenQueue::queueRequest(token, GXSIDREQ_CACHELOAD); - } - return 1; + uint32_t ansType = RS_TOKREQ_ANSTYPE_DATA; + RsTokReqOptions opts; + opts.mReqType = GXS_REQUEST_TYPE_GROUP_DATA; + uint32_t token = 0; + + RsGenExchange::getTokenService()->requestGroupInfo(token, ansType, opts, groupIds); + GxsTokenQueue::queueRequest(token, GXSIDREQ_CACHELOAD); + } + return 1; } bool p3IdService::cache_load_for_token(uint32_t token) { #ifdef DEBUG_IDS - std::cerr << "p3IdService::cache_load_for_token() : " << token; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_load_for_token() : " << token; + std::cerr << std::endl; #endif // DEBUG_IDS - std::vector grpData; - bool ok = RsGenExchange::getGroupData(token, grpData); + std::vector grpData; + bool ok = RsGenExchange::getGroupData(token, grpData); - if(ok) - { - std::vector::iterator vit = grpData.begin(); + if(ok) + { + std::vector::iterator vit = grpData.begin(); - for(; vit != grpData.end(); ++vit) - { - RsGxsIdGroupItem* item = dynamic_cast(*vit); - if (!item) - { - std::cerr << "Not a RsGxsIdGroupItem Item, deleting!" << std::endl; - delete(*vit); - continue; - } + for(; vit != grpData.end(); ++vit) + { + RsGxsIdGroupItem* item = dynamic_cast(*vit); + if (!item) + { + std::cerr << "Not a RsGxsIdGroupItem Item, deleting!" << std::endl; + delete(*vit); + continue; + } #ifdef DEBUG_IDS - std::cerr << "p3IdService::cache_load_for_token() Loaded Id with Meta: "; - std::cerr << item->meta; - std::cerr << std::endl; + std::cerr << "p3IdService::cache_load_for_token() Loaded Id with Meta: "; + std::cerr << item->meta; + std::cerr << std::endl; #endif // DEBUG_IDS - { + { // remove identities that are present - RsStackMutex stack(mIdMtx); - mPendingCache.erase(RsGxsId(item->meta.mGroupId.toStdString())); - } + RsStackMutex stack(mIdMtx); + mPendingCache.erase(RsGxsId(item->meta.mGroupId.toStdString())); + } - /* cache the data */ - cache_store(item); - delete item; - } + /* cache the data */ + cache_store(item); + delete item; + } - { - // now store identities that aren't present + { + // now store identities that aren't present + + RsStackMutex stack(mIdMtx); + + // No need to merge empty peers since the request would fail. + + for(std::map >::const_iterator itt(mPendingCache.begin());itt!=mPendingCache.end();++itt) + if(!itt->second.empty()) + mergeIds(mIdsNotPresent,itt->first,itt->second) ; - RsStackMutex stack(mIdMtx); - mIdsNotPresent.insert(mPendingCache.begin(), mPendingCache.end()); mPendingCache.clear(); - if(!mIdsNotPresent.empty()) - schedule_now(GXSID_EVENT_REQUEST_IDS); + if(!mIdsNotPresent.empty()) + schedule_now(GXSID_EVENT_REQUEST_IDS); } } @@ -2145,46 +2244,69 @@ bool p3IdService::cache_load_for_token(uint32_t token) void p3IdService::requestIdsFromNet() { - RsStackMutex stack(mIdMtx); + RsStackMutex stack(mIdMtx); - std::map >::const_iterator cit; - std::map > requests; + if(!mNes) + { + std::cerr << "(WW) cannot request missing GXS IDs because network service is not present." << std::endl; + return ; + } - // transform to appropriate structure ( > map) to make request to nes - for(cit = mIdsNotPresent.begin(); cit != mIdsNotPresent.end(); ++cit) - { - { + std::map >::iterator cit; + std::map > requests; + + // Transform to appropriate structure ( > map) to make request to nes per peer ID + // Only delete entries in mIdsNotPresent that can actually be performed. + + for(cit = mIdsNotPresent.begin(); cit != mIdsNotPresent.end();) + { #ifdef DEBUG_IDS - std::cerr << "p3IdService::requestIdsFromNet() Id not found, deferring for net request: "; - std::cerr << cit->first; - std::cerr << std::endl; -#endif // DEBUG_IDS + std::cerr << "p3IdService::requestIdsFromNet() Id not found, deferring for net request: " << cit->first << std::endl; +#endif - } + const std::list& peers = cit->second; + std::list::const_iterator cit2; - const std::list& peers = cit->second; - std::list::const_iterator cit2; - for(cit2 = peers.begin(); cit2 != peers.end(); ++cit2) - requests[*cit2].push_back(cit->first); - } + bool request_can_proceed = false ; - std::map >::const_iterator cit2; - - for(cit2 = requests.begin(); cit2 != requests.end(); ++cit2) - { - - if(mNes) + for(cit2 = peers.begin(); cit2 != peers.end(); ++cit2) + if(rsPeers->isOnline(*cit2)) // make sure that the peer in online, so that we know that the request has some chance to succeed. { - std::list::const_iterator gxs_id_it = cit2->second.begin(); - std::list grpIds; - for(; gxs_id_it != cit2->second.end(); ++gxs_id_it) - grpIds.push_back(RsGxsGroupId(gxs_id_it->toStdString())); - - mNes->requestGrp(grpIds, cit2->first); + requests[*cit2].push_back(cit->first); + request_can_proceed = true ; +#ifdef DEBUG_IDS + std::cerr << " will ask ID " << cit->first << " to peer ID " << *cit2 << std::endl; +#endif } + + if(request_can_proceed || peers.empty()) + { + std::map >::iterator tmp(cit); + ++tmp ; + mIdsNotPresent.erase(cit) ; + cit = tmp ; + } + else + { + std::cerr << "(EE) no online peers among supply list in ID request for groupId " << cit->first << ". Keeping it until peers show up."<< std::endl; + ++cit ; + } + } + + for(std::map >::const_iterator cit2(requests.begin()); cit2 != requests.end(); ++cit2) + { + std::list::const_iterator gxs_id_it = cit2->second.begin(); + std::list grpIds; + for(; gxs_id_it != cit2->second.end(); ++gxs_id_it) + { +#ifdef DEBUG_IDS + std::cerr << " asking ID " << *gxs_id_it << " to peer ID " << cit2->first << std::endl; +#endif + grpIds.push_back(RsGxsGroupId(*gxs_id_it)); } - mIdsNotPresent.clear(); + mNes->requestGrp(grpIds, cit2->first); + } } bool p3IdService::cache_update_if_cached(const RsGxsId &id, std::string serviceString) @@ -2368,7 +2490,7 @@ bool p3IdService::cachetest_handlerequest(uint32_t token) /* try the cache! */ if (!haveKey(*vit)) { - std::list nullpeers; + std::list nullpeers; requestKey(*vit, nullpeers); #ifdef DEBUG_IDS @@ -2601,7 +2723,7 @@ RsGenExchange::ServiceCreate_Return p3IdService::service_CreateGroup(RsGxsGrpIte // } #ifdef DEBUG_IDS - std::cerr << "p3IdService::service_CreateGroup() for : " << item->mMeta.mGroupId; + std::cerr << "p3IdService::service_CreateGroup() for : " << item->meta.mGroupId; std::cerr << std::endl; std::cerr << "p3IdService::service_CreateGroup() Alt GroupId : " << item->meta.mGroupId; std::cerr << std::endl; @@ -2648,7 +2770,7 @@ RsGenExchange::ServiceCreate_Return p3IdService::service_CreateGroup(RsGxsGrpIte #ifdef DEBUG_IDS - std::cerr << "p3IdService::service_CreateGroup() Calculated PgpIdHash : " << item->group.mPgpIdHash; + std::cerr << "p3IdService::service_CreateGroup() Calculated PgpIdHash : " << item->mPgpIdHash; std::cerr << std::endl; #endif // DEBUG_IDS @@ -2662,7 +2784,7 @@ RsGenExchange::ServiceCreate_Return p3IdService::service_CreateGroup(RsGxsGrpIte memset(signarray,0,MAX_SIGN_SIZE) ; // just in case. - mPgpUtils->askForDeferredSelfSignature((void *) hash.toByteArray(), hash.SIZE_IN_BYTES, signarray, &sign_size,result) ; + mPgpUtils->askForDeferredSelfSignature((void *) hash.toByteArray(), hash.SIZE_IN_BYTES, signarray, &sign_size,result, "p3IdService::service_CreateGroup()") ; /* error */ switch(result) @@ -3010,7 +3132,7 @@ bool p3IdService::checkId(const RsGxsIdGroup &grp, RsPgpId &pgpId,bool& error) #ifdef DEBUG_IDS std::string esign ; - Radix64::encode((char *) grp.mPgpIdSign.c_str(), grp.mPgpIdSign.length(),esign) ; + Radix64::encode((unsigned char *) grp.mPgpIdSign.c_str(), grp.mPgpIdSign.length(),esign) ; std::cerr << "Checking group signature " << esign << std::endl; #endif RsPgpId issuer_id ; diff --git a/libretroshare/src/services/p3idservice.h b/libretroshare/src/services/p3idservice.h index 316fad106..f31bbaf50 100644 --- a/libretroshare/src/services/p3idservice.h +++ b/libretroshare/src/services/p3idservice.h @@ -218,34 +218,34 @@ private: class p3IdService: public RsGxsIdExchange, public RsIdentity, public GxsTokenQueue, public RsTickEvent, public p3Config { - public: +public: p3IdService(RsGeneralDataService* gds, RsNetworkExchangeService* nes, PgpAuxUtils *pgpUtils); -virtual RsServiceInfo getServiceInfo(); -static uint32_t idAuthenPolicy(); + virtual RsServiceInfo getServiceInfo(); + static uint32_t idAuthenPolicy(); virtual void service_tick(); // needed for background processing. - /*! - * Design hack, id service must be constructed first as it - * is need for construction of subsequent net services - */ - void setNes(RsNetworkExchangeService* nes); + /*! + * Design hack, id service must be constructed first as it + * is need for construction of subsequent net services + */ + void setNes(RsNetworkExchangeService* nes); /* General Interface is provided by RsIdentity / RsGxsIfaceImpl. */ /* Data Specific Interface */ // These are exposed via RsIdentity. -virtual bool getGroupData(const uint32_t &token, std::vector &groups); -//virtual bool getMsgData(const uint32_t &token, std::vector &opinions); + virtual bool getGroupData(const uint32_t &token, std::vector &groups); + //virtual bool getMsgData(const uint32_t &token, std::vector &opinions); // These are local - and not exposed via RsIdentity. -virtual bool createGroup(uint32_t& token, RsGxsIdGroup &group); -virtual bool updateGroup(uint32_t& token, RsGxsIdGroup &group); -virtual bool deleteGroup(uint32_t& token, RsGxsIdGroup &group); -//virtual bool createMsg(uint32_t& token, RsGxsIdOpinion &opinion); + virtual bool createGroup(uint32_t& token, RsGxsIdGroup &group); + virtual bool updateGroup(uint32_t& token, RsGxsIdGroup &group); + virtual bool deleteGroup(uint32_t& token, RsGxsIdGroup &group); + //virtual bool createMsg(uint32_t& token, RsGxsIdOpinion &opinion); /**************** RsIdentity External Interface. * Notes: @@ -256,100 +256,105 @@ virtual bool deleteGroup(uint32_t& token, RsGxsIdGroup &group); * Also need to handle Cache updates / invalidation from internal changes. * */ -//virtual bool getNickname(const RsGxsId &id, std::string &nickname); -virtual bool getIdDetails(const RsGxsId &id, RsIdentityDetails &details); + //virtual bool getNickname(const RsGxsId &id, std::string &nickname); + virtual bool getIdDetails(const RsGxsId &id, RsIdentityDetails &details); - // -virtual bool submitOpinion(uint32_t& token, const RsGxsId &id, - bool absOpinion, int score); -virtual bool createIdentity(uint32_t& token, RsIdentityParameters ¶ms); + // + virtual bool submitOpinion(uint32_t& token, const RsGxsId &id, + bool absOpinion, int score); + virtual bool createIdentity(uint32_t& token, RsIdentityParameters ¶ms); -virtual bool updateIdentity(uint32_t& token, RsGxsIdGroup &group); -virtual bool deleteIdentity(uint32_t& token, RsGxsIdGroup &group); + virtual bool updateIdentity(uint32_t& token, RsGxsIdGroup &group); + virtual bool deleteIdentity(uint32_t& token, RsGxsIdGroup &group); -virtual bool parseRecognTag(const RsGxsId &id, const std::string &nickname, - const std::string &tag, RsRecognTagDetails &details); -virtual bool getRecognTagRequest(const RsGxsId &id, const std::string &comment, - uint16_t tag_class, uint16_t tag_type, std::string &tag); + virtual bool parseRecognTag(const RsGxsId &id, const std::string &nickname, + const std::string &tag, RsRecognTagDetails &details); + virtual bool getRecognTagRequest(const RsGxsId &id, const std::string &comment, + uint16_t tag_class, uint16_t tag_type, std::string &tag); -virtual bool setAsRegularContact(const RsGxsId& id,bool is_a_contact) ; - virtual bool isARegularContact(const RsGxsId& id) ; - - /**************** RsGixs Implementation ***************/ + virtual bool setAsRegularContact(const RsGxsId& id,bool is_a_contact) ; + virtual bool isARegularContact(const RsGxsId& id) ; + virtual bool isBanned(const RsGxsId& id) ; + virtual time_t getLastUsageTS(const RsGxsId &id) ; - virtual bool getOwnIds(std::list &ownIds); + /**************** RsGixs Implementation ***************/ - //virtual bool getPublicKey(const RsGxsId &id, RsTlvSecurityKey &key) ; - //virtual void networkRequestPublicKey(const RsGxsId& key_id,const std::list& peer_ids) ; + virtual bool getOwnIds(std::list &ownIds); - virtual bool isOwnId(const RsGxsId& key_id) ; + //virtual bool getPublicKey(const RsGxsId &id, RsTlvSecurityKey &key) ; + //virtual void networkRequestPublicKey(const RsGxsId& key_id,const std::list& peer_ids) ; - virtual bool signData(const uint8_t *data,uint32_t data_size,const RsGxsId& signer_id,RsTlvKeySignature& signature,uint32_t& signing_error) ; - virtual bool validateData(const uint8_t *data,uint32_t data_size,const RsTlvKeySignature& signature,bool force_load,uint32_t& signing_error) ; + virtual bool isOwnId(const RsGxsId& key_id) ; - virtual bool encryptData(const uint8_t *decrypted_data,uint32_t decrypted_data_size,uint8_t *& encrypted_data,uint32_t& encrypted_data_size,const RsGxsId& encryption_key_id,bool force_load,uint32_t& encryption_error) ; - virtual bool decryptData(const uint8_t *encrypted_data,uint32_t encrypted_data_size,uint8_t *& decrypted_data,uint32_t& decrypted_data_size,const RsGxsId& encryption_key_id,uint32_t& encryption_error) ; + virtual bool signData(const uint8_t *data,uint32_t data_size,const RsGxsId& signer_id,RsTlvKeySignature& signature,uint32_t& signing_error) ; + virtual bool validateData(const uint8_t *data,uint32_t data_size,const RsTlvKeySignature& signature,bool force_load,uint32_t& signing_error) ; - virtual bool haveKey(const RsGxsId &id); - virtual bool havePrivateKey(const RsGxsId &id); + virtual bool encryptData(const uint8_t *decrypted_data,uint32_t decrypted_data_size,uint8_t *& encrypted_data,uint32_t& encrypted_data_size,const RsGxsId& encryption_key_id,bool force_load,uint32_t& encryption_error) ; + virtual bool decryptData(const uint8_t *encrypted_data,uint32_t encrypted_data_size,uint8_t *& decrypted_data,uint32_t& decrypted_data_size,const RsGxsId& encryption_key_id,uint32_t& encryption_error) ; - virtual bool getKey(const RsGxsId &id, RsTlvPublicRSAKey &key); - virtual bool getPrivateKey(const RsGxsId &id, RsTlvPrivateRSAKey &key); + virtual bool haveKey(const RsGxsId &id); + virtual bool havePrivateKey(const RsGxsId &id); - virtual bool requestKey(const RsGxsId &id, const std::list &peers); - virtual bool requestPrivateKey(const RsGxsId &id); + virtual bool getKey(const RsGxsId &id, RsTlvPublicRSAKey &key); + virtual bool getPrivateKey(const RsGxsId &id, RsTlvPrivateRSAKey &key); + + virtual bool requestKey(const RsGxsId &id, const std::list &peers); + virtual bool requestPrivateKey(const RsGxsId &id); - /**************** RsGixsReputation Implementation ****************/ + /**************** RsGixsReputation Implementation ****************/ - // get Reputation. -virtual bool haveReputation(const RsGxsId &id); -virtual bool loadReputation(const RsGxsId &id, const std::list& peers); -virtual bool getReputation(const RsGxsId &id, GixsReputation &rep); + // get Reputation. + virtual bool haveReputation(const RsGxsId &id); + virtual bool loadReputation(const RsGxsId &id, const std::list& peers); + virtual bool getReputation(const RsGxsId &id, GixsReputation &rep); - protected: - /** Notifications **/ -virtual void notifyChanges(std::vector& changes); +protected: + /** Notifications **/ + virtual void notifyChanges(std::vector& changes); /** Overloaded to add PgpIdHash to Group Definition **/ -virtual ServiceCreate_Return service_CreateGroup(RsGxsGrpItem* grpItem, RsTlvSecurityKeySet& keySet); + virtual ServiceCreate_Return service_CreateGroup(RsGxsGrpItem* grpItem, RsTlvSecurityKeySet& keySet); - // Overloaded from GxsTokenQueue for Request callbacks. -virtual void handleResponse(uint32_t token, uint32_t req_type); + // Overloads RsGxsGenExchange + virtual bool acceptNewGroup(const RsGxsGrpMetaData *grpMeta) ; - // Overloaded from RsTickEvent. -virtual void handle_event(uint32_t event_type, const std::string &elabel); + // Overloaded from GxsTokenQueue for Request callbacks. + virtual void handleResponse(uint32_t token, uint32_t req_type); - //===================================================// - // p3Config methods // - //===================================================// + // Overloaded from RsTickEvent. + virtual void handle_event(uint32_t event_type, const std::string &elabel); - // Load/save the routing info, the pending items in transit, and the config variables. - // - virtual bool loadList(std::list& items) ; - virtual bool saveList(bool& cleanup,std::list& items) ; + //===================================================// + // p3Config methods // + //===================================================// - virtual RsSerialiser *setupSerialiser() ; + // Load/save the routing info, the pending items in transit, and the config variables. + // + virtual bool loadList(std::list& items) ; + virtual bool saveList(bool& cleanup,std::list& items) ; + + virtual RsSerialiser *setupSerialiser() ; - private: +private: -/************************************************************************ + /************************************************************************ * This is the Cache for minimising calls to the DataStore. * */ int cache_tick(); - bool cache_request_load(const RsGxsId &id, const std::list& peers = std::list()); + bool cache_request_load(const RsGxsId &id, const std::list& peers = std::list()); bool cache_start_load(); bool cache_load_for_token(uint32_t token); bool cache_store(const RsGxsIdGroupItem *item); bool cache_update_if_cached(const RsGxsId &id, std::string serviceString); - bool isPendingNetworkRequest(const RsGxsId& gxsId); - void requestIdsFromNet(); + bool isPendingNetworkRequest(const RsGxsId& gxsId); + void requestIdsFromNet(); // Mutex protected. @@ -359,7 +364,7 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel); // Switching to RsMemCache for Key Caching. RsMemCache mKeyCache; -/************************************************************************ + /************************************************************************ * Refreshing own Ids. * */ @@ -368,7 +373,7 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel); std::list mOwnIds; -/************************************************************************ + /************************************************************************ * Test fns for Caching. * */ @@ -376,7 +381,7 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel); bool cachetest_getlist(); bool cachetest_handlerequest(uint32_t token); -/************************************************************************ + /************************************************************************ * for processing background tasks that use the serviceString. * - must be mutually exclusive to avoid clashes. */ @@ -386,7 +391,7 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel); bool mBgSchedule_Active; uint32_t mBgSchedule_Mode; -/************************************************************************ + /************************************************************************ * pgphash processing. * */ @@ -394,7 +399,7 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel); bool pgphash_handlerequest(uint32_t token); bool pgphash_process(); - bool checkId(const RsGxsIdGroup &grp, RsPgpId &pgp_id, bool &error); + bool checkId(const RsGxsIdGroup &grp, RsPgpId &pgp_id, bool &error); void getPgpIdList(); /* MUTEX PROTECTED DATA (mIdMtx - maybe should use a 2nd?) */ @@ -402,7 +407,7 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel); std::map mPgpFingerprintMap; std::list mGroupsToProcess; -/************************************************************************ + /************************************************************************ * recogn processing. * */ @@ -420,7 +425,7 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel); void loadRecognKeys(); -/************************************************************************ + /************************************************************************ * opinion processing. * */ @@ -448,24 +453,24 @@ virtual void handle_event(uint32_t event_type, const std::string &elabel); std::map mRecognSignKeys; std::map mRecognOldSignKeys; -/************************************************************************ + /************************************************************************ * Below is the background task for processing opinions => reputations * */ -virtual void generateDummyData(); + virtual void generateDummyData(); void generateDummy_OwnIds(); void generateDummy_FriendPGP(); void generateDummy_UnknownPGP(); void generateDummy_UnknownPseudo(); - void cleanUnusedKeys() ; - void slowIndicateConfigChanged() ; + void cleanUnusedKeys() ; + void slowIndicateConfigChanged() ; - virtual void timeStampKey(const RsGxsId& id) ; - time_t locked_getLastUsageTS(const RsGxsId& gxs_id); + virtual void timeStampKey(const RsGxsId& id) ; + time_t locked_getLastUsageTS(const RsGxsId& gxs_id); -std::string genRandomId(int len = 20); + std::string genRandomId(int len = 20); #if 0 bool reputation_start(); @@ -478,7 +483,7 @@ std::string genRandomId(int len = 20); bool background_processNewMessages(); bool background_FullCalcRequest(); bool background_processFullCalc(); - + bool background_cleanup(); #endif @@ -488,40 +493,40 @@ std::string genRandomId(int len = 20); /***** below here is locked *****/ bool mLastBgCheck; bool mBgProcessing; - + uint32_t mBgToken; uint32_t mBgPhase; - + std::map mBgGroupMap; std::list mBgFullCalcGroups; #endif -/************************************************************************ + /************************************************************************ * Other Data that is protected by the Mutex. */ - private: +private: std::map > mIdsPendingCache; std::map > mGroupNotPresent; std::map > mIdsNotPresent; std::map mKeysTS ; - - // keep a list of regular contacts. This is useful to sort IDs, and allow some services to priviledged ids only. - std::set mContacts; + + // keep a list of regular contacts. This is useful to sort IDs, and allow some services to priviledged ids only. + std::set mContacts; RsNetworkExchangeService* mNes; /************************** - * AuxUtils provides interface to Security Function (e.g. GPGAuth(), notify etc.) + * AuxUtils provides interface to Security Function (e.g. GPGAuth(), notify etc.) * without depending directly on all these classes. */ - PgpAuxUtils *mPgpUtils; + PgpAuxUtils *mPgpUtils; - time_t mLastKeyCleaningTime ; - time_t mLastConfigUpdate ; + time_t mLastKeyCleaningTime ; + time_t mLastConfigUpdate ; - bool mOwnIdsLoaded ; + bool mOwnIdsLoaded ; }; #endif // P3_IDENTITY_SERVICE_HEADER diff --git a/libretroshare/src/services/p3posted.cc b/libretroshare/src/services/p3posted.cc index 271d269e1..b231149d5 100644 --- a/libretroshare/src/services/p3posted.cc +++ b/libretroshare/src/services/p3posted.cc @@ -98,8 +98,13 @@ bool p3Posted::getGroupData(const uint32_t &token, std::vector &g return ok; } -bool p3Posted::getPostData(const uint32_t &token, std::vector &msgs) +bool p3Posted::getPostData(const uint32_t &token, std::vector &msgs, std::vector &cmts) { +#ifdef POSTED_DEBUG + std::cerr << "p3Posted::getPostData()"; + std::cerr << std::endl; +#endif + GxsMsgDataMap msgData; bool ok = RsGenExchange::getMsgData(token, msgData); time_t now = time(NULL); @@ -110,32 +115,60 @@ bool p3Posted::getPostData(const uint32_t &token, std::vector &msg for(; mit != msgData.end(); ++mit) { - RsGxsGroupId grpId = mit->first; std::vector& msgItems = mit->second; std::vector::iterator vit = msgItems.begin(); for(; vit != msgItems.end(); ++vit) { - RsGxsPostedPostItem* item = dynamic_cast(*vit); + RsGxsPostedPostItem* postItem = dynamic_cast(*vit); - if(item) + if(postItem) { - RsPostedPost msg = item->mPost; - msg.mMeta = item->meta; + RsPostedPost msg = postItem->mPost; + msg.mMeta = postItem->meta; msg.calculateScores(now); msgs.push_back(msg); - delete item; + delete postItem; } else { - std::cerr << "Not a PostedPostItem, deleting!" << std::endl; - delete *vit; + RsGxsCommentItem* cmtItem = dynamic_cast(*vit); + if(cmtItem) + { + RsGxsComment cmt; + RsGxsMsgItem *mi = (*vit); + cmt = cmtItem->mMsg; + cmt.mMeta = mi->meta; +#ifdef GXSCOMMENT_DEBUG + std::cerr << "p3Posted::getPostData Found Comment:" << std::endl; + cmt.print(std::cerr," ", "cmt"); +#endif + cmts.push_back(cmt); + delete cmtItem; + } + else + { + RsGxsMsgItem* msg = (*vit); + //const uint16_t RS_SERVICE_GXS_TYPE_CHANNELS = 0x0217; + //const uint8_t RS_PKT_SUBTYPE_GXSCHANNEL_POST_ITEM = 0x03; + //const uint8_t RS_PKT_SUBTYPE_GXSCOMMENT_COMMENT_ITEM = 0xf1; + std::cerr << "Not a PostedPostItem neither a RsGxsCommentItem" + << " PacketService=" << std::hex << (int)msg->PacketService() << std::dec + << " PacketSubType=" << std::hex << (int)msg->PacketSubType() << std::dec + << " , deleting!" << std::endl; + delete *vit; + } } } } } - + else + { + std::cerr << "p3GxsChannels::getPostData() ERROR in request"; + std::cerr << std::endl; + } + return ok; } diff --git a/libretroshare/src/services/p3posted.h b/libretroshare/src/services/p3posted.h index 63ef72d32..0cb2bcd74 100644 --- a/libretroshare/src/services/p3posted.h +++ b/libretroshare/src/services/p3posted.h @@ -63,7 +63,8 @@ virtual void receiveHelperChanges(std::vector& changes) // Posted Specific DataTypes. virtual bool getGroupData(const uint32_t &token, std::vector &groups); -virtual bool getPostData(const uint32_t &token, std::vector &posts); +virtual bool getPostData(const uint32_t &token, std::vector &posts, std::vector &cmts); +virtual bool getPostData(const uint32_t &token, std::vector &posts) { std::vector cmts; return getPostData( token, posts, cmts);} //Not currently used //virtual bool getRelatedPosts(const uint32_t &token, std::vector &posts); diff --git a/libretroshare/src/tcponudp/rsudpstack.h b/libretroshare/src/tcponudp/rsudpstack.h index 007a2e845..e2dec61b0 100644 --- a/libretroshare/src/tcponudp/rsudpstack.h +++ b/libretroshare/src/tcponudp/rsudpstack.h @@ -64,8 +64,8 @@ class rsUdpStack: public UdpStack, public pqiNetListener /* from pqiNetListener */ virtual bool resetListener(const struct sockaddr_storage &local) { - std::cerr << "rsUdpStack::resetListener(" << sockaddr_storage_tostring(local) << ")"; - std::cerr << std::endl; + //std::cerr << "rsUdpStack::resetListener(" << sockaddr_storage_tostring(local) << ")"; + //std::cerr << std::endl; if (local.ss_family != AF_INET) { @@ -90,16 +90,16 @@ class rsFixedUdpStack: public UdpStack, public pqiNetListener :UdpStack(testmode, local) { return; } /* from pqiNetListener */ -virtual bool resetListener(const struct sockaddr_storage &local) +virtual bool resetListener(const struct sockaddr_storage & /* local */) { struct sockaddr_in addr; getLocalAddress(addr); // The const_cast below is not so nice but without it, the compiler can't // find the correct operator<<(). No idea why! - std::cerr << "rsFixedUdpStack::resetListener(" << sockaddr_storage_tostring(local) << ")"; - std::cerr << " Resetting with original addr: " << const_cast(addr); - std::cerr << std::endl; + //std::cerr << "rsFixedUdpStack::resetListener(" << sockaddr_storage_tostring(local) << ")"; + //std::cerr << " Resetting with original addr: " << const_cast(addr); + //std::cerr << std::endl; return resetAddress(addr); } diff --git a/libretroshare/src/tcponudp/tcppacket.cc b/libretroshare/src/tcponudp/tcppacket.cc index 3f308de1a..3351cf168 100644 --- a/libretroshare/src/tcponudp/tcppacket.cc +++ b/libretroshare/src/tcponudp/tcppacket.cc @@ -186,19 +186,26 @@ int TcpPacket::readPacket(void *buf, int size) if (data) { free(data); + data = NULL ; } datasize = size - TCP_PSEUDO_HDR_SIZE; - - if(datasize == 0) // this happens! - { - data = NULL ; - return 0 ; - } - + + // this happens for control packets (e.g. syn/ack/fin) + if(datasize == 0) + { + // data is already NULL + // just return packet size + return size; + } + data = (uint8 *) rs_malloc(datasize); if(data == NULL) + { + // malloc failed! + // return 0 to drop packet (will be retransmitted eventually) return 0 ; + } /* now the data */ memcpy(data, (void *) &(((uint8 *) buf)[20]), datasize); diff --git a/libretroshare/src/util/stacktrace.h b/libretroshare/src/util/stacktrace.h index b535e34f9..2df273071 100644 --- a/libretroshare/src/util/stacktrace.h +++ b/libretroshare/src/util/stacktrace.h @@ -25,7 +25,7 @@ #include -#ifndef WINDOWS_SYS +#if !defined(WINDOWS_SYS) && !defined(__ANDROID__) #include #include @@ -110,13 +110,13 @@ static inline void print_stacktrace(FILE *out = stderr, unsigned int max_frames free(symbollist); } -#else // WINDOWS_SYS +#else // !defined(WINDOWS_SYS) && !defined(__ANDROID__) static inline void print_stacktrace(FILE *out = stderr, unsigned int max_frames = 63) { (void) max_frames; - fprintf(out, "TODO: 2016/01/01 print_stacktrace not implemented yet for WINDOWS_SYS\n"); + fprintf(out, "TODO: 2016/01/01 print_stacktrace not implemented yet for WINDOWS_SYS and ANDROID\n"); } -#endif // WINDOWS_SYS +#endif // !defined(WINDOWS_SYS) && !defined(__ANDROID__) #endif // _STACKTRACE_H_ diff --git a/msys2_build_libs/Makefile b/msys2_build_libs/Makefile index b0ac66cb2..e7f940780 100755 --- a/msys2_build_libs/Makefile +++ b/msys2_build_libs/Makefile @@ -1,5 +1,5 @@ SQLCIPHER_VERSION=3.3.1 -MSYS2AUTOMAKE=/c/msys64/usr/share/automake-1.15 +MSYS2AUTOMAKE=/usr/share/automake-1.15 BLD=../build-libs DLD=../downloads diff --git a/openpgpsdk/src/openpgpsdk/reader_armoured.c b/openpgpsdk/src/openpgpsdk/reader_armoured.c index 361bfc62b..44ed56592 100644 --- a/openpgpsdk/src/openpgpsdk/reader_armoured.c +++ b/openpgpsdk/src/openpgpsdk/reader_armoured.c @@ -577,6 +577,7 @@ static int parse_headers(dearmour_arg_t *arg,ops_error_t **errors, if (nbuf == NULL) { free(buf); + buf = NULL ; rtn=-1; goto end; } diff --git a/plugins/FeedReader/FeedReader.pro b/plugins/FeedReader/FeedReader.pro index 64c698fe6..022412a3f 100644 --- a/plugins/FeedReader/FeedReader.pro +++ b/plugins/FeedReader/FeedReader.pro @@ -91,14 +91,13 @@ win32 { #Have to reorder libs, else got /libs/lib/libcrypto.a(bio_lib.o):bio_lib.c:(.text+0x0): multiple definition of `BIO_new' LIBS = -lcurl -lxml2 -lz -lxslt -lws2_32 -lwldap32 -lssl -lcrypto -lgdi32 $${LIBS} - exists(C:/msys32/mingw32/include) { - message(msys2 xml2 is installed.) - INC_DIR += "C:/msys32/mingw32/include/libxml2" - } - exists(C:/msys64/mingw32/include) { - message(msys2 xml2 is installed.) - INC_DIR += "C:/msys64/mingw32/include/libxml2" + + # Check for msys2 + !isEmpty(PREFIX_MSYS2) { + message(Use msys2 xml2.) + INC_DIR += "$${PREFIX_MSYS2}/include/libxml2" } + DEPENDPATH += . $$INC_DIR INCLUDEPATH += . $$INC_DIR } diff --git a/plugins/FeedReader/gui/FeedReaderUserNotify.cpp b/plugins/FeedReader/gui/FeedReaderUserNotify.cpp index 95c7c7998..08897c342 100644 --- a/plugins/FeedReader/gui/FeedReaderUserNotify.cpp +++ b/plugins/FeedReader/gui/FeedReaderUserNotify.cpp @@ -50,7 +50,7 @@ QIcon FeedReaderUserNotify::getIcon() QIcon FeedReaderUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/images/FeedReader.png") : QIcon(":/images/FeedReader.png"); + return hasNew ? QIcon(":/images/feedreader-notify.png") : QIcon(":/images/FeedReader.png"); } unsigned int FeedReaderUserNotify::getNewCount() diff --git a/plugins/FeedReader/gui/FeedReader_images.qrc b/plugins/FeedReader/gui/FeedReader_images.qrc index 0bab5b76d..5d75f871c 100644 --- a/plugins/FeedReader/gui/FeedReader_images.qrc +++ b/plugins/FeedReader/gui/FeedReader_images.qrc @@ -16,5 +16,6 @@ images/FeedAdd.png images/Link.png images/Update.png + images/feedreader-notify.png diff --git a/plugins/FeedReader/gui/images/FeedReader.png b/plugins/FeedReader/gui/images/FeedReader.png index 47351ffb6..466b2665f 100644 Binary files a/plugins/FeedReader/gui/images/FeedReader.png and b/plugins/FeedReader/gui/images/FeedReader.png differ diff --git a/plugins/FeedReader/gui/images/feedreader-notify.png b/plugins/FeedReader/gui/images/feedreader-notify.png new file mode 100644 index 000000000..3d0446340 Binary files /dev/null and b/plugins/FeedReader/gui/images/feedreader-notify.png differ diff --git a/plugins/VOIP/VOIP.pro b/plugins/VOIP/VOIP.pro index c89ec4396..72b2d1d5e 100644 --- a/plugins/VOIP/VOIP.pro +++ b/plugins/VOIP/VOIP.pro @@ -35,13 +35,13 @@ win32 { DEPENDPATH += . $$INC_DIR INCLUDEPATH += . $$INC_DIR - OPENCV_VERSION = "249" + OPENCV_VERSION = "2413" USE_PRECOMPILED_LIBS = for(lib, LIB_DIR) { #message(Scanning $$lib) - exists( $$lib/opencv/libopencv_core249.a) { + exists( $$lib/opencv/libopencv_core$${OPENCV_VERSION}.a) { isEmpty(USE_PRECOMPILED_LIBS) { - message(Get pre-compiled opencv 249 libraries here:) + message(Get pre-compiled opencv $$OPENCV_VERSION libraries here:) message($$lib) LIBS += -L"$$lib/opencv" LIBS += -lopencv_core$$OPENCV_VERSION -lopencv_highgui$$OPENCV_VERSION -lopencv_imgproc$$OPENCV_VERSION diff --git a/plugins/VOIP/gui/images/chat-bubble.png b/plugins/VOIP/gui/images/chat-bubble.png index 9b69b9863..3874f77e6 100644 Binary files a/plugins/VOIP/gui/images/chat-bubble.png and b/plugins/VOIP/gui/images/chat-bubble.png differ diff --git a/plugins/VOIP/gui/images/filmcam.png b/plugins/VOIP/gui/images/filmcam.png index 67dae9a59..ad56d5acd 100644 Binary files a/plugins/VOIP/gui/images/filmcam.png and b/plugins/VOIP/gui/images/filmcam.png differ diff --git a/plugins/VOIP/gui/images/fullscreen_arrows.png b/plugins/VOIP/gui/images/fullscreen_arrows.png index 0e5eba575..58633f3e8 100644 Binary files a/plugins/VOIP/gui/images/fullscreen_arrows.png and b/plugins/VOIP/gui/images/fullscreen_arrows.png differ diff --git a/plugins/VOIP/gui/images/microphone.png b/plugins/VOIP/gui/images/microphone.png index 08bc32458..f0f6e7546 100644 Binary files a/plugins/VOIP/gui/images/microphone.png and b/plugins/VOIP/gui/images/microphone.png differ diff --git a/plugins/VOIP/gui/images/microphone_mute.png b/plugins/VOIP/gui/images/microphone_mute.png index 965d6998e..d77aa3037 100644 Binary files a/plugins/VOIP/gui/images/microphone_mute.png and b/plugins/VOIP/gui/images/microphone_mute.png differ diff --git a/plugins/VOIP/gui/images/phone.png b/plugins/VOIP/gui/images/phone.png index 9992fc719..99904c2b1 100644 Binary files a/plugins/VOIP/gui/images/phone.png and b/plugins/VOIP/gui/images/phone.png differ diff --git a/plugins/VOIP/gui/images/phone_hangup.png b/plugins/VOIP/gui/images/phone_hangup.png index 9ee63a8cf..2f7608271 100644 Binary files a/plugins/VOIP/gui/images/phone_hangup.png and b/plugins/VOIP/gui/images/phone_hangup.png differ diff --git a/plugins/VOIP/gui/images/speaker.png b/plugins/VOIP/gui/images/speaker.png index f3fae8a69..a1dda4399 100644 Binary files a/plugins/VOIP/gui/images/speaker.png and b/plugins/VOIP/gui/images/speaker.png differ diff --git a/plugins/VOIP/gui/images/speaker_mute.png b/plugins/VOIP/gui/images/speaker_mute.png index 2671e0407..f1a731c9b 100644 Binary files a/plugins/VOIP/gui/images/speaker_mute.png and b/plugins/VOIP/gui/images/speaker_mute.png differ diff --git a/retroshare-gui/src/gui/AboutDialog.cpp b/retroshare-gui/src/gui/AboutDialog.cpp index 7d1a047d6..441b78b9e 100644 --- a/retroshare-gui/src/gui/AboutDialog.cpp +++ b/retroshare-gui/src/gui/AboutDialog.cpp @@ -29,7 +29,10 @@ #include #include #include "settings/rsharesettings.h" + +#ifdef ENABLE_WEBUI #include +#endif #include #include @@ -781,11 +784,13 @@ void AboutDialog::on_copy_button_clicked() RsControl::instance()->getLibraries(libraries); verInfo+=addLibraries("libretroshare", libraries); +#ifdef ENABLE_WEBUI /* Add version numbers of RetroShare */ // Add versions here. Find a better place. libraries.clear(); libraries.push_back(RsLibraryInfo("Libmicrohttpd", MHD_get_version())); verInfo+=addLibraries("RetroShare", libraries); +#endif // ENABLE_WEBUI /* Add version numbers of plugins */ if (rsPlugins) { diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.cpp b/retroshare-gui/src/gui/ChatLobbyWidget.cpp index 9e0dd1eff..06c8833ef 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.cpp +++ b/retroshare-gui/src/gui/ChatLobbyWidget.cpp @@ -221,7 +221,7 @@ void ChatLobbyWidget::updateNotify(ChatLobbyId id, unsigned int count) dialog->getChatWidget()->setNotify(myChatLobbyUserNotify); if (count>0){ notifyButton->setVisible(true); - notifyButton->setIcon(_lobby_infos[id].default_icon); + //notifyButton->setIcon(_lobby_infos[id].default_icon); notifyButton->setToolTip(QString("(%1)").arg(count)); } else { notifyButton->setVisible(false); @@ -1076,11 +1076,21 @@ void ChatLobbyWidget::readChatLobbyInvites() tr("%1 invites you to chat lobby named %2").arg(QString::fromUtf8(rsPeers->getPeerName((*it).peer_id).c_str())).arg(RsHtml::plainText(it->lobby_name)), QMessageBox::Question, QMessageBox::Yes,QMessageBox::No, 0); + + QLabel *label = new QLabel(tr("Choose an identity for this lobby:")); GxsIdChooser *idchooser = new GxsIdChooser ; idchooser->loadIds(IDCHOOSER_ID_REQUIRED,default_id) ; - mb.layout()->addWidget(new QLabel(tr("Choose an identity for this lobby:"))) ; - mb.layout()->addWidget(idchooser) ; + + QGridLayout* layout = qobject_cast(mb.layout()); + if (layout) { + layout->addWidget(label, layout->rowCount(), 0, 1, layout->columnCount(), Qt::AlignHCenter ) ; + layout->addWidget(idchooser, layout->rowCount(), 0, 1, layout->columnCount(), Qt::AlignRight ) ; + } else { + //Not QGridLayout so add at end + mb.layout()->addWidget(label) ; + mb.layout()->addWidget(idchooser) ; + } int res = mb.exec() ; diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.h b/retroshare-gui/src/gui/ChatLobbyWidget.h index dc19ac2a6..4ce19cf95 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.h +++ b/retroshare-gui/src/gui/ChatLobbyWidget.h @@ -6,7 +6,7 @@ #include "RsAutoUpdatePage.h" #include "chat/ChatLobbyUserNotify.h" -#define IMAGE_CHATLOBBY ":/icons/chat_128.png" +#define IMAGE_CHATLOBBY ":/icons/png/chat-lobbies.png" #define CHAT_LOBBY_PRIVACY_LEVEL_PUBLIC 1 #define CHAT_LOBBY_PRIVACY_LEVEL_PRIVATE 2 diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.ui b/retroshare-gui/src/gui/ChatLobbyWidget.ui index 43c5e6c52..eb3817345 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.ui +++ b/retroshare-gui/src/gui/ChatLobbyWidget.ui @@ -52,14 +52,20 @@ + + + 24 + 24 + + - :/images/chat_22.png + :/icons/png/chat-lobbies.png - false + true @@ -156,8 +162,8 @@ - - :/images/add_chat24.png:/images/add_chat24.png + + :/icons/png/add.png:/icons/png/add.png @@ -435,6 +441,7 @@ + diff --git a/retroshare-gui/src/gui/Circles/CirclesDialog.ui b/retroshare-gui/src/gui/Circles/CirclesDialog.ui index 762d507f9..da9da0b8b 100644 --- a/retroshare-gui/src/gui/Circles/CirclesDialog.ui +++ b/retroshare-gui/src/gui/Circles/CirclesDialog.ui @@ -256,6 +256,7 @@ + diff --git a/retroshare-gui/src/gui/Circles/CreateCircleDialog.cpp b/retroshare-gui/src/gui/Circles/CreateCircleDialog.cpp index 337b34e50..79e85d1cc 100644 --- a/retroshare-gui/src/gui/Circles/CreateCircleDialog.cpp +++ b/retroshare-gui/src/gui/Circles/CreateCircleDialog.cpp @@ -55,7 +55,7 @@ CreateCircleDialog::CreateCircleDialog() mCircleQueue = new TokenQueue(rsGxsCircles->getTokenService(), this); mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this); - ui.headerFrame->setHeaderImage(QPixmap(":/images/circles/circles_64.png")); + ui.headerFrame->setHeaderImage(QPixmap(":/icons/png/circles.png")); // connect up the buttons. connect(ui.addButton, SIGNAL(clicked()), this, SLOT(addMember())); @@ -103,7 +103,7 @@ CreateCircleDialog::CreateCircleDialog() #endif //ui.idChooser->loadIds(0,RsGxsId()); - ui.circleComboBox->loadCircles(GXS_CIRCLE_CHOOSER_EXTERNAL, RsGxsCircleId()); + ui.circleComboBox->loadCircles(RsGxsCircleId()); } CreateCircleDialog::~CreateCircleDialog() @@ -604,7 +604,7 @@ void CreateCircleDialog::updateCircleGUI() else ui.radioButton_Restricted->setChecked(true); - ui.circleComboBox->loadCircles(GXS_CIRCLE_CHOOSER_EXTERNAL, mCircleGroup.mMeta.mCircleId); + ui.circleComboBox->loadCircles(mCircleGroup.mMeta.mCircleId); break; diff --git a/retroshare-gui/src/gui/Circles/CreateCircleDialog.ui b/retroshare-gui/src/gui/Circles/CreateCircleDialog.ui index e083a11af..d26158b43 100644 --- a/retroshare-gui/src/gui/Circles/CreateCircleDialog.ui +++ b/retroshare-gui/src/gui/Circles/CreateCircleDialog.ui @@ -373,6 +373,16 @@ Public + + + :/icons/png/network-puplic.png:/icons/png/network-puplic.png + + + + 24 + 24 + + @@ -383,6 +393,16 @@ Private + + + :/icons/png/person.png:/icons/png/person.png + + + + 24 + 24 + + @@ -393,6 +413,16 @@ Only visible to members of: + + + :/icons/png/circles.png:/icons/png/circles.png + + + + 24 + 24 + + @@ -459,6 +489,7 @@ + diff --git a/retroshare-gui/src/gui/FileTransfer/TransferUserNotify.cpp b/retroshare-gui/src/gui/FileTransfer/TransferUserNotify.cpp index 74a2b20f4..2c0fc867d 100644 --- a/retroshare-gui/src/gui/FileTransfer/TransferUserNotify.cpp +++ b/retroshare-gui/src/gui/FileTransfer/TransferUserNotify.cpp @@ -41,12 +41,12 @@ bool TransferUserNotify::hasSetting(QString *name, QString *group) QIcon TransferUserNotify::getIcon() { - return QIcon(":/images/ktorrent32.png"); + return QIcon(":/icons/png/filesharing.png"); } QIcon TransferUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/icons/ktorrent_red_128.png") : QIcon(":/icons/ktorrent_128.png"); + return hasNew ? QIcon(":/icons/png/filesharing-notify.png") : QIcon(":/icons/png/filesharing.png"); } unsigned int TransferUserNotify::getNewCount() diff --git a/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp b/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp index 895b082c7..c19762027 100644 --- a/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp +++ b/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp @@ -76,7 +76,7 @@ #define IMAGE_PRIORITYNORMAL ":/images/prioritynormal.png" #define IMAGE_PRIORITYHIGH ":/images/priorityhigh.png" #define IMAGE_PRIORITYAUTO ":/images/priorityauto.png" -#define IMAGE_SEARCH ":/images/filefind.png" +#define IMAGE_SEARCH ":/icons/svg/magnifying-glass.svg" #define IMAGE_EXPAND ":/images/edit_add24.png" #define IMAGE_COLLAPSE ":/images/edit_remove24.png" #define IMAGE_LIBRARY ":/images/library.png" @@ -84,8 +84,8 @@ #define IMAGE_COLLMODIF ":/images/library_edit.png" #define IMAGE_COLLVIEW ":/images/library_view.png" #define IMAGE_COLLOPEN ":/images/library.png" -#define IMAGE_FRIENDSFILES ":/images/fileshare16.png" -#define IMAGE_MYFILES ":images/my_documents_16.png" +#define IMAGE_FRIENDSFILES ":/icons/svg/folders.svg" +#define IMAGE_MYFILES ":icons/svg/folders1.svg" #define IMAGE_RENAMEFILE ":images/filecomments.png" #define IMAGE_STREAMING ":images/streaming.png" diff --git a/retroshare-gui/src/gui/FileTransfer/TransfersDialog.ui b/retroshare-gui/src/gui/FileTransfer/TransfersDialog.ui index 0f8b7ee25..9f7d6bcdd 100644 --- a/retroshare-gui/src/gui/FileTransfer/TransfersDialog.ui +++ b/retroshare-gui/src/gui/FileTransfer/TransfersDialog.ui @@ -38,19 +38,34 @@ QFrame::Sunken - + + 2 + + + 2 + + + 2 + + 2 + + + 24 + 24 + + - :/images/hi24-app-ktorrent.png + :/icons/png/filesharing.png - false + true @@ -105,27 +120,42 @@ 0 + + + 20 + 20 + + false - - :/images/down.png:/images/down.png + + :/icons/svg/download.svg:/icons/svg/download.svg Downloads + + 0 + + + 0 + + + 0 + + + 0 + 6 0 - - 0 - @@ -191,6 +221,12 @@ 0 + + + 20 + 20 + + Qt::ElideNone @@ -208,14 +244,23 @@ - - :/images/uploads.png:/images/uploads.png + + :/icons/svg/upload.svg:/icons/svg/upload.svg Uploads - + + 0 + + + 0 + + + 0 + + 0 @@ -248,6 +293,7 @@ + diff --git a/retroshare-gui/src/gui/FriendsDialog.cpp b/retroshare-gui/src/gui/FriendsDialog.cpp index 9a5d3a3f0..4590ccdc5 100644 --- a/retroshare-gui/src/gui/FriendsDialog.cpp +++ b/retroshare-gui/src/gui/FriendsDialog.cpp @@ -51,10 +51,10 @@ /* Images for Newsfeed icons */ //#define IMAGE_NEWSFEED "" //#define IMAGE_NEWSFEED_NEW ":/images/message-state-new.png" -#define IMAGE_NETWORK2 ":/images/logo/logo_16.png" -#define IMAGE_PEERS ":/images/groupchat.png" +#define IMAGE_NETWORK2 ":/icons/png/netgraph.png" +#define IMAGE_PEERS ":/icons/png/keyring.png" #define IMAGE_IDENTITY ":/images/identity/identities_32.png" -#define IMAGE_CIRCLES ":/images/circles/circles_32.png" +#define IMAGE_CIRCLES ":/icons/png/circles.png" /****** * #define FRIENDS_DEBUG 1 diff --git a/retroshare-gui/src/gui/FriendsDialog.h b/retroshare-gui/src/gui/FriendsDialog.h index 370d68859..960337b6f 100644 --- a/retroshare-gui/src/gui/FriendsDialog.h +++ b/retroshare-gui/src/gui/FriendsDialog.h @@ -26,7 +26,7 @@ #include "ui_FriendsDialog.h" -#define IMAGE_NETWORK ":/icons/logo_128.png" +#define IMAGE_NETWORK ":/icons/png/network.png" class QAction; class NetworkDialog; diff --git a/retroshare-gui/src/gui/FriendsDialog.ui b/retroshare-gui/src/gui/FriendsDialog.ui index 9204ef6fd..f935355d8 100644 --- a/retroshare-gui/src/gui/FriendsDialog.ui +++ b/retroshare-gui/src/gui/FriendsDialog.ui @@ -11,7 +11,16 @@ - + + 0 + + + 0 + + + 0 + + 0 @@ -29,16 +38,34 @@ QFrame::Sunken - + + 2 + + + 2 + + + 2 + + 2 + + + 24 + 24 + + - :/images/logo/logo_24.png + :/icons/png/network.png + + + true @@ -193,13 +220,19 @@ 0 + + + 20 + 20 + + true - - :/images/kblogger.png:/images/kblogger.png + + :/icons/png/chat-lobbies.png:/icons/png/chat-lobbies.png Broadcast @@ -357,6 +390,7 @@ + diff --git a/retroshare-gui/src/gui/GenCertDialog.cpp b/retroshare-gui/src/gui/GenCertDialog.cpp index ab96e434f..65780f954 100644 --- a/retroshare-gui/src/gui/GenCertDialog.cpp +++ b/retroshare-gui/src/gui/GenCertDialog.cpp @@ -19,19 +19,26 @@ * Boston, MA 02110-1301, USA. ****************************************************************/ -#include -#include -#include -#include #include "GenCertDialog.h" + #include #include #include -#include #include #include #include +#include #include + +#include +#include "gui/settings/rsharesettings.h" +#include "util/misc.h" + +#include +#include +#include +#include + #include #include #include @@ -97,18 +104,18 @@ void GenCertDialog::grabMouse() ui.entropy_bar->setValue(count*100/2048) ; - if(ui.entropy_bar->value() < 20) - { - ui.genButton2->setEnabled(false) ; - ui.genButton2->setIcon(QIcon(":/images/delete.png")) ; - ui.genButton2->setToolTip(tr("Currently disabled. Please move your mouse around until you reach at least 20%")) ; - } - else - { - ui.genButton2->setEnabled(true) ; - ui.genButton2->setIcon(QIcon(":/images/resume.png")) ; - ui.genButton2->setToolTip(tr("Click to create your node and/or profile")) ; - } + if(ui.entropy_bar->value() < 20) + { + ui.genButton->setEnabled(false) ; + ui.genButton->setIcon(QIcon(":/images/delete.png")) ; + ui.genButton->setToolTip(tr("Currently disabled. Please move your mouse around until you reach at least 20%")) ; + } + else + { + ui.genButton->setEnabled(true) ; + ui.genButton->setIcon(QIcon(":/images/resume.png")) ; + ui.genButton->setToolTip(tr("Click to create your node and/or profile")) ; + } RsInit::collectEntropy(E+(F << 16)) ; } @@ -119,7 +126,9 @@ void GenCertDialog::grabMouse() //} /** Default constructor */ GenCertDialog::GenCertDialog(bool onlyGenerateIdentity, QWidget *parent) - : QDialog(parent, Qt::WindowSystemMenuHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint), mOnlyGenerateIdentity(onlyGenerateIdentity) + : QDialog(parent, Qt::WindowSystemMenuHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint) + , mOnlyGenerateIdentity(onlyGenerateIdentity) + , mGXSNickname("") { /* Invoke Qt Designer generated QObject setup routine */ ui.setupUi(this); @@ -128,10 +137,10 @@ GenCertDialog::GenCertDialog(bool onlyGenerateIdentity, QWidget *parent) ui.headerFrame->setHeaderText(tr("Create a new profile")); connect(ui.new_gpg_key_checkbox, SIGNAL(clicked()), this, SLOT(newGPGKeyGenUiSetup())); - connect(ui.adv_checkbox, SIGNAL(clicked()), this, SLOT(updateUiSetup())); - connect(ui.hidden_checkbox, SIGNAL(clicked()), this, SLOT(updateUiSetup())); + connect(ui.adv_checkbox, SIGNAL(clicked()), this, SLOT(updateUiSetup())); + connect(ui.hidden_checkbox, SIGNAL(clicked()), this, SLOT(updateUiSetup())); - connect(ui.genButton2, SIGNAL(clicked()), this, SLOT(genPerson())); + connect(ui.genButton, SIGNAL(clicked()), this, SLOT(genPerson())); connect(ui.importIdentity_PB, SIGNAL(clicked()), this, SLOT(importIdentity())); connect(ui.exportIdentity_PB, SIGNAL(clicked()), this, SLOT(exportIdentity())); @@ -160,17 +169,20 @@ GenCertDialog::GenCertDialog(bool onlyGenerateIdentity, QWidget *parent) // make sure that QVariant always takes an 'int' otherwise the program will crash! ui.keylength_comboBox->addItem("default (2048 bits, recommended)", QVariant(2048)); ui.keylength_comboBox->addItem("high (3072 bits)", QVariant(3072)); - ui.keylength_comboBox->addItem("insane (4096 bits)", QVariant(4096)); + ui.keylength_comboBox->addItem("insane (4096 bits)", QVariant(4096)); #if QT_VERSION >= 0x040700 ui.email_input->setPlaceholderText(tr("[Optional] Visible to your friends, and friends of friends.")) ; ui.node_input->setPlaceholderText(tr("[Required] Examples: Home, Laptop,...")) ; ui.hiddenaddr_input->setPlaceholderText(tr("[Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor)")) ; ui.name_input->setPlaceholderText(tr("[Required] Visible to your friends, and friends of friends.")); + ui.nickname_input->setPlaceholderText(tr("[Optional] Used when you write in chat lobbies, forums and channel comments. Can be setup later if you need one.")); ui.password_input->setPlaceholderText(tr("[Required] This password protects your private PGP key.")); ui.password_input_2->setPlaceholderText(tr("[Required] Type the same password again here.")); #endif + ui.nickname_input->setMaxLength(RSID_MAXIMUM_NICKNAME_SIZE); + ui.node_input->setToolTip(tr("Enter a meaningful node description. e.g. : home, laptop, etc. \nThis field will be used to differentiate different installations with\nthe same profile (PGP key pair).")) ; ui.email_input->hide() ; @@ -221,7 +233,7 @@ void GenCertDialog::init() ui.header_label->show(); ui.new_gpg_key_checkbox->setChecked(false); setWindowTitle(tr("Create new node")); - ui.genButton2->setText(tr("Generate new node")); + ui.genButton->setText(tr("Generate new node")); ui.headerFrame->setHeaderText(tr("Create a new node")); genNewGPGKey = false; } else { @@ -230,7 +242,7 @@ void GenCertDialog::init() ui.new_gpg_key_checkbox->setChecked(true); ui.new_gpg_key_checkbox->setEnabled(true); setWindowTitle(tr("Create new profile")); - ui.genButton2->setText(tr("Generate new profile and node")); + ui.genButton->setText(tr("Generate new profile and node")); ui.headerFrame->setHeaderText(tr("Create a new profile and node")); genNewGPGKey = true; } @@ -269,35 +281,45 @@ void GenCertDialog::newGPGKeyGenUiSetup() { if (ui.new_gpg_key_checkbox->isChecked()) { genNewGPGKey = true; + setWindowTitle(tr("Create new profile")); + ui.headerFrame->setHeaderText(tr("Create a new profile and node")); + if (!mOnlyGenerateIdentity) { + ui.header_label->setVisible(haveGPGKeys); + } + ui.genprofileinfo_label->setVisible(false); + ui.no_gpg_key_label->setText(tr("Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form.\nAlternatively you can import a (previously exported) profile. Just uncheck \"Create a new profile\"")); + + ui.importIdentity_PB->hide() ; + ui.exportIdentity_PB->hide(); + ui.adv_checkbox->setVisible(true); + + ui.genPGPuserlabel->hide(); + ui.genPGPuser->hide(); ui.name_label->show(); ui.name_input->show(); + ui.nickname_label->setVisible(!mOnlyGenerateIdentity); + ui.nickname_input->setVisible(!mOnlyGenerateIdentity); + ui.node_label->setVisible(true); + ui.node_input->setVisible(true); // ui.email_label->show(); // ui.email_input->show(); ui.password_label->show(); ui.password_label_2->show(); ui.password_input->show(); ui.password_input_2->show(); - ui.genPGPuserlabel->hide(); - ui.genPGPuser->hide(); - ui.importIdentity_PB->hide() ; - ui.exportIdentity_PB->hide(); - setWindowTitle(tr("Create new profile")); - ui.genButton2->setText(tr("Generate new profile and node")); - ui.headerFrame->setHeaderText(tr("Create a new profile and node")); - ui.no_gpg_key_label->setText(tr("Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form.\nAlternatively you can import a (previously exported) profile. Just uncheck \"Create a new profile\"")); - ui.genButton2->setVisible(true); - ui.adv_checkbox->setVisible(true); - ui.node_label->setVisible(true); - ui.node_input->setVisible(true); - ui.entropy_label->setVisible(true); - ui.entropy_bar->setVisible(true); - ui.genprofileinfo_label->setVisible(false); - if (!mOnlyGenerateIdentity) { - ui.header_label->setVisible(haveGPGKeys); - } //ui.keylength_label->show(); //ui.keylength_comboBox->show(); + + ui.entropy_label->setVisible(true); + ui.entropy_bar->setVisible(true); + + ui.genButton->setVisible(true); + ui.genButton->setText(tr("Generate new profile and node")); } else { + genNewGPGKey = false; + setWindowTitle(tr("Create new node")); + ui.headerFrame->setHeaderText(tr("Create a new node")); + ui.header_label->setVisible(false); //haveGPGKeys = (ui.genPGPuser->count() != 0)?true:false; if (haveGPGKeys) { QVariant data = ui.genPGPuser->itemData(ui.genPGPuser->currentIndex()); @@ -308,37 +330,39 @@ void GenCertDialog::newGPGKeyGenUiSetup() { ui.genprofileinfo_label->show(); } } - genNewGPGKey = false; - ui.name_label->hide(); - ui.name_input->hide(); -// ui.email_label->hide(); -// ui.email_input->hide(); - ui.password_label->hide(); - ui.password_label_2->hide(); - ui.password_input->hide(); - ui.password_input_2->hide(); - ui.genPGPuserlabel->show(); - ui.genPGPuser->show(); + //ui.genprofileinfo_label->show(); + ui.no_gpg_key_label->setText(tr("Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it.")); + ui.importIdentity_PB->setVisible(!mOnlyGenerateIdentity); ui.exportIdentity_PB->setVisible(haveGPGKeys); ui.exportIdentity_PB->setEnabled(haveGPGKeys); - setWindowTitle(tr("Create new node")); - ui.genButton2->setText(tr("Generate new node")); - ui.headerFrame->setHeaderText(tr("Create a new node")); - ui.no_gpg_key_label->setText(tr("Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it.")); - ui.genButton2->setVisible(haveGPGKeys); ui.adv_checkbox->setVisible(haveGPGKeys); ui.adv_checkbox->setChecked(haveGPGKeys && adv_state); - ui.genPGPuser->setVisible(haveGPGKeys); + + //ui.genPGPuserlabel->show(); + //ui.genPGPuser->show(); ui.genPGPuserlabel->setVisible(haveGPGKeys); + ui.genPGPuser->setVisible(haveGPGKeys); + ui.name_label->hide(); + ui.name_input->hide(); + ui.nickname_label->setVisible(!mOnlyGenerateIdentity && haveGPGKeys); + ui.nickname_input->setVisible(!mOnlyGenerateIdentity && haveGPGKeys); ui.node_label->setVisible(haveGPGKeys); ui.node_input->setVisible(haveGPGKeys); - ui.entropy_label->setVisible(haveGPGKeys); - ui.entropy_bar->setVisible(haveGPGKeys); - //ui.genprofileinfo_label->show(); - ui.header_label->setVisible(false); +// ui.email_label->hide(); +// ui.email_input->hide(); + ui.password_label->hide(); + ui.password_input->hide(); + ui.password_label_2->hide(); + ui.password_input_2->hide(); ui.keylength_label->hide(); ui.keylength_comboBox->hide(); + + ui.entropy_label->setVisible(haveGPGKeys); + ui.entropy_bar->setVisible(haveGPGKeys); + + ui.genButton->setText(tr("Generate new node")); + ui.genButton->setVisible(haveGPGKeys); } updateUiSetup(); ui.adv_checkbox->setChecked(adv_state); @@ -347,10 +371,10 @@ void GenCertDialog::newGPGKeyGenUiSetup() { void GenCertDialog::updateUiSetup() { - if (ui.adv_checkbox->isChecked()) - { - ui.hidden_checkbox->show(); - + if (ui.adv_checkbox->isChecked()) + { + ui.hidden_checkbox->show(); + if (ui.new_gpg_key_checkbox->isChecked()) { // key length is only for pgp key creation @@ -362,39 +386,39 @@ void GenCertDialog::updateUiSetup() ui.keylength_label->hide(); ui.keylength_comboBox->hide(); } - - if(ui.hidden_checkbox->isChecked()) - { - ui.hiddenaddr_input->show(); - ui.hiddenaddr_label->show(); - ui.label_hiddenaddr2->show(); - ui.hiddenport_label->show(); - ui.hiddenport_spinBox->show(); - } - else - { - ui.hiddenaddr_input->hide(); - ui.hiddenaddr_label->hide(); - ui.label_hiddenaddr2->hide(); - ui.hiddenport_label->hide(); - ui.hiddenport_spinBox->hide(); - } - } - else - { - ui.hiddenaddr_input->hide(); - ui.hiddenaddr_label->hide(); - ui.label_hiddenaddr2->hide(); - ui.hiddenport_label->hide(); - ui.hiddenport_spinBox->hide(); - ui.hidden_checkbox->hide(); - ui.keylength_label->hide(); - ui.keylength_comboBox->hide(); + if(ui.hidden_checkbox->isChecked()) + { + ui.hiddenaddr_input->show(); + ui.hiddenaddr_label->show(); + ui.label_hiddenaddr->show(); + ui.hiddenport_label->show(); + ui.hiddenport_spinBox->show(); + } + else + { + ui.hiddenaddr_input->hide(); + ui.hiddenaddr_label->hide(); + ui.label_hiddenaddr->hide(); + ui.hiddenport_label->hide(); + ui.hiddenport_spinBox->hide(); + } + } + else + { + ui.hiddenaddr_input->hide(); + ui.hiddenaddr_label->hide(); + ui.label_hiddenaddr->hide(); + ui.hiddenport_label->hide(); + ui.hiddenport_spinBox->hide(); - if(ui.hidden_checkbox->isChecked()) - ui.hidden_checkbox->setChecked(false) ; - } + ui.hidden_checkbox->hide(); + ui.keylength_label->hide(); + ui.keylength_comboBox->hide(); + + if(ui.hidden_checkbox->isChecked()) + ui.hidden_checkbox->setChecked(false) ; + } } @@ -402,8 +426,8 @@ void GenCertDialog::exportIdentity() { QString fname = QFileDialog::getSaveFileName(this,tr("Export profile"), "",tr("RetroShare profile files (*.asc)")) ; - if(fname.isNull()) - return ; + if(fname.isNull()) return ; + if(fname.right(4).toUpper() != ".ASC") fname += ".asc"; QVariant data = ui.genPGPuser->itemData(ui.genPGPuser->currentIndex()); RsPgpId gpg_id (data.toString().toStdString()) ; @@ -416,7 +440,9 @@ void GenCertDialog::exportIdentity() void GenCertDialog::importIdentity() { - QString fname = QFileDialog::getOpenFileName(this,tr("Import profile"), "",tr("RetroShare profile files (*.asc)")) ; + QString fname ; + if(!misc::getOpenFileName(this,RshareSettings::LASTDIR_CERT,tr("Import profile"), tr("RetroShare profile files (*.asc);;All files (*)"),fname)) + return ; if(fname.isNull()) return ; @@ -449,7 +475,30 @@ void GenCertDialog::genPerson() RsPgpId PGPId; bool isHiddenLoc = false; - if (ui.hidden_checkbox->isChecked()) + mGXSNickname = ui.nickname_input->text(); + if (!mGXSNickname.isEmpty()) + { + if (mGXSNickname.size() < RSID_MINIMUM_NICKNAME_SIZE) + { + std::cerr << "GenCertDialog::genPerson() GXS Nickname too short (min " << RSID_MINIMUM_NICKNAME_SIZE<< " chars)"; + std::cerr << std::endl; + + QMessageBox::warning(this, "", tr("The GXS nickname is too short. Please input at least %1 characters.").arg(RSID_MINIMUM_NICKNAME_SIZE), QMessageBox::Ok, QMessageBox::Ok); + mGXSNickname = ""; + return; + } + if (mGXSNickname.size() > RSID_MAXIMUM_NICKNAME_SIZE) + { + std::cerr << "GenCertDialog::genPerson() GXS Nickname too long (max " << RSID_MAXIMUM_NICKNAME_SIZE<< " chars)"; + std::cerr << std::endl; + + QMessageBox::warning(this, "", tr("The GXS nickname is too long. Please reduce the length to %1 characters.").arg(RSID_MAXIMUM_NICKNAME_SIZE), QMessageBox::Ok, QMessageBox::Ok); + mGXSNickname = ""; + return; + } + } + + if (ui.hidden_checkbox->isChecked()) { std::string hl = ui.hiddenaddr_input->text().toStdString(); uint16_t port = ui.hiddenport_spinBox->value(); @@ -511,6 +560,8 @@ void GenCertDialog::genPerson() ui.new_gpg_key_checkbox->hide(); ui.name_label->hide(); ui.name_input->hide(); + ui.nickname_label->hide(); + ui.nickname_input->hide(); // ui.email_label->hide(); // ui.email_input->hide(); ui.password_label_2->hide(); @@ -521,12 +572,12 @@ void GenCertDialog::genPerson() ui.genPGPuser->hide(); ui.node_label->hide(); ui.node_input->hide(); - ui.genButton2->hide(); + ui.genButton->hide(); ui.importIdentity_PB->hide(); ui.genprofileinfo_label->hide(); - ui.hidden_checkbox->hide(); - ui.adv_checkbox->hide(); - ui.keylength_label->hide(); + ui.hidden_checkbox->hide(); + ui.adv_checkbox->hide(); + ui.keylength_label->hide(); ui.keylength_comboBox->hide(); setCursor(Qt::WaitCursor) ; @@ -565,6 +616,7 @@ void GenCertDialog::genPerson() /* complete the process */ RsInit::LoadPassword(sslPasswd); if (Rshare::loadCertificate(sslId, false)) { + accept(); } } diff --git a/retroshare-gui/src/gui/GenCertDialog.h b/retroshare-gui/src/gui/GenCertDialog.h index 6dfff2476..c66445ebb 100644 --- a/retroshare-gui/src/gui/GenCertDialog.h +++ b/retroshare-gui/src/gui/GenCertDialog.h @@ -36,6 +36,7 @@ public: virtual ~GenCertDialog() ; virtual void mouseMoveEvent(QMouseEvent *e) ; + QString getGXSNickname() {return mGXSNickname;} private slots: void genPerson(); void importIdentity(); @@ -53,6 +54,7 @@ private: bool genNewGPGKey; bool haveGPGKeys; bool mOnlyGenerateIdentity; + QString mGXSNickname; QTimer *entropy_timer ; }; diff --git a/retroshare-gui/src/gui/GenCertDialog.ui b/retroshare-gui/src/gui/GenCertDialog.ui index 51b45cfd4..48ca23803 100644 --- a/retroshare-gui/src/gui/GenCertDialog.ui +++ b/retroshare-gui/src/gui/GenCertDialog.ui @@ -17,7 +17,7 @@ :/images/logo/logo_48.png:/images/logo/logo_48.png - + @@ -219,7 +219,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + @@ -305,7 +305,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + Qt::Horizontal @@ -320,7 +320,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + 6 @@ -338,7 +338,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + Qt::Horizontal @@ -353,107 +353,184 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - - - - - - - - 120 - 32 - - - - - 120 - 32 - - - - Use profile - - - - - - - - 120 - 32 - - - - - 120 - 32 - - - - Name - - - - - - - Email - - - - - - - This password is for PGP - - - Password - - - - - - - This password is for PGP - - - Password (check) - - - - - - - Node - - - - - - - hidden address - - - - + + + + + Use profile + + - - + + + + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. + + + + + + + Name + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 16777215 + 32 + + + + Enter your nickname here + + + 64 + + + + + + + + + + Chatrooms/Forums Nickname + + + + + + + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. + + + + + + + Email + + + + + + + Be careful: this email will be visible to your friends and friends +of your friends. This information is required by PGP, but to stay +anonymous, you can use a fake email. + + + 64 + + + + + + + This password is for PGP + + + Password + + + + + + + Put a strong password here. This password protects your private PGP key. + + + + + + 1024 + + + QLineEdit::Password + + + + + + + This password is for PGP + + + Password (check) + + + + + + + + 0 + 0 + + + + Put a strong password here. This password protects your private PGP key. + + + + + + 1024 + + + QLineEdit::Password + + + + + + + Node name + + + + + + + + 0 + 0 + + + + 64 + + + + + + + hidden address + + + + + + + 6 + - - - Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - - - - - - - - 0 - 0 - - + 0 @@ -466,171 +543,55 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p 32 - - Enter your nickname here - 64 - - - Be careful: this email will be visible to your friends and friends -of your friends. This information is required by PGP, but to stay -anonymous, you can use a fake email. - - - 64 - - - - - - - Put a strong password here. This password protects your private PGP key. - - - - - - 1024 - - - QLineEdit::Password - - - - - - - - 0 - 0 - - - - Put a strong password here. This password protects your private PGP key. - - - - - - 1024 - - - QLineEdit::Password - - - - - - - - 0 - 0 - - - - 64 - - - - - - - 6 - - - - - - 0 - 0 - - - - - 16777215 - 32 - - - - 64 - - - - - - - Port - - - - - - - <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - - - 1 - - - 65535 - - - 7812 - - - - - - - - - - - - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> - - - true - - - - - - - - - - - - 120 - 32 - - - - - 120 - 32 - - + - PGP key length + Port + + + + + + + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> + + + 1 + + + 65535 + + + 7812 - - - - - - + + + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + true + + + + + + + PGP key length + + + + + @@ -722,7 +683,7 @@ anonymous, you can use a fake email. - + 16777215 @@ -748,7 +709,7 @@ anonymous, you can use a fake email. - + Qt::Vertical @@ -761,30 +722,37 @@ anonymous, you can use a fake email. - no_node_label - genButton2 - header_label - genprofileinfo_label - entropy_bar - entropy_label - headerFrame - no_gpg_key_label - verticalSpacer - label_hiddenaddr2 - - StyledLabel - QLabel -
gui/common/StyledLabel.h
-
HeaderFrame QFrame
gui/common/HeaderFrame.h
1
+ + StyledLabel + QLabel +
gui/common/StyledLabel.h
+
+ + new_gpg_key_checkbox + importIdentity_PB + exportIdentity_PB + adv_checkbox + hidden_checkbox + genPGPuser + name_input + nickname_input + email_input + password_input + password_input_2 + node_input + hiddenaddr_input + hiddenport_spinBox + genButton + diff --git a/retroshare-gui/src/gui/HelpDialog.cpp b/retroshare-gui/src/gui/HelpDialog.cpp index b0811d74d..c27e404a2 100644 --- a/retroshare-gui/src/gui/HelpDialog.cpp +++ b/retroshare-gui/src/gui/HelpDialog.cpp @@ -24,7 +24,10 @@ #include #include + +#ifdef ENABLE_WEBUI #include +#endif // ENABLE_WEBUI #include #include @@ -94,11 +97,13 @@ HelpDialog::HelpDialog(QWidget *parent) : RsControl::instance()->getLibraries(libraries); addLibraries(ui->libraryLayout, "libretroshare", libraries); +#ifdef ENABLE_WEBUI /* Add version numbers of RetroShare */ // Add versions here. Find a better place. libraries.clear(); libraries.push_back(RsLibraryInfo("Libmicrohttpd", MHD_get_version())); addLibraries(ui->libraryLayout, "RetroShare", libraries); +#endif // ENABLE_WEBUI /* Add version numbers of plugins */ if (rsPlugins) { diff --git a/retroshare-gui/src/gui/Identity/IdDetailsDialog.cpp b/retroshare-gui/src/gui/Identity/IdDetailsDialog.cpp index 57e83c1b4..dcc3c78fb 100644 --- a/retroshare-gui/src/gui/Identity/IdDetailsDialog.cpp +++ b/retroshare-gui/src/gui/Identity/IdDetailsDialog.cpp @@ -26,7 +26,6 @@ #include "gui/common/UIStateHelper.h" #include -#include // Data Requests. #define IDDETAILSDIALOG_IDDETAILS 1 @@ -261,7 +260,7 @@ void IdDetailsDialog::insertIdDetails(uint32_t token) #endif RsReputations::ReputationInfo info ; - rsReputations->getReputationInfo(RsGxsId(data.mMeta.mGroupId),info) ; + rsReputations->getReputationInfo(RsGxsId(data.mMeta.mGroupId),data.mPgpId,info) ; ui->neighborNodesOpinion_TF->setText(QString::number(info.mOverallReputationScore-1.0f)); diff --git a/retroshare-gui/src/gui/Identity/IdDialog.cpp b/retroshare-gui/src/gui/Identity/IdDialog.cpp index 583c83375..20bef5ccf 100644 --- a/retroshare-gui/src/gui/Identity/IdDialog.cpp +++ b/retroshare-gui/src/gui/Identity/IdDialog.cpp @@ -25,6 +25,7 @@ #include #include +#include #include "IdDialog.h" #include "ui_IdDialog.h" @@ -41,7 +42,6 @@ #include "util/QtVersion.h" #include -#include #include "retroshare/rsgxsflags.h" #include "retroshare/rsmsgs.h" #include @@ -93,6 +93,7 @@ #define RSID_FILTER_OTHERS 0x0004 #define RSID_FILTER_PSEUDONYMS 0x0008 #define RSID_FILTER_YOURSELF 0x0010 +#define RSID_FILTER_BANNED 0x0020 #define RSID_FILTER_ALL 0xffff #define IMAGE_EDIT ":/images/edit_16.png" @@ -193,8 +194,6 @@ IdDialog::IdDialog(QWidget *parent) : //mStateHelper->addClear(IDDIALOG_REPLIST, ui->treeWidget_RepList); /* Connect signals */ - connect(ui->toolButton_NewId, SIGNAL(clicked()), this, SLOT(addIdentity())); - connect(ui->toolButton_NewCircle, SIGNAL(clicked()), this, SLOT(createExternalCircle())); connect(ui->removeIdentity, SIGNAL(triggered()), this, SLOT(removeIdentity())); connect(ui->editIdentity, SIGNAL(triggered()), this, SLOT(editIdentity())); @@ -203,22 +202,21 @@ IdDialog::IdDialog(QWidget *parent) : connect(ui->idTreeWidget, SIGNAL(itemSelectionChanged()), this, SLOT(updateSelection())); connect(ui->idTreeWidget, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(IdListCustomPopupMenu(QPoint))); - connect(ui->filterComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(filterComboBoxChanged())); connect(ui->filterLineEdit, SIGNAL(textChanged(QString)), this, SLOT(filterChanged(QString))); connect(ui->ownOpinion_CB, SIGNAL(currentIndexChanged(int)), this, SLOT(modifyReputation())); connect(ui->inviteButton, SIGNAL(clicked()), this, SLOT(sendInvite())); - ui->avlabel->setPixmap(QPixmap(":/images/user/friends64.png")); - ui->avlabel_Circles->setPixmap(QPixmap(":/icons/circles_128.png")); + ui->avLabel_Person->setPixmap(QPixmap(":/icons/png/people.png")); + ui->avlabel_Circles->setPixmap(QPixmap(":/icons/png/circles.png")); - ui->headerTextLabel->setText(tr("People")); + ui->headerTextLabel_Person->setText(tr("People")); ui->headerTextLabel_Circles->setText(tr("Circles")); /* Initialize splitter */ - ui->splitter->setStretchFactor(0, 0); - ui->splitter->setStretchFactor(1, 1); + ui->mainSplitter->setStretchFactor(0, 0); + ui->mainSplitter->setStretchFactor(1, 1); /*remove QList sizes; @@ -226,14 +224,72 @@ IdDialog::IdDialog(QWidget *parent) : ui->splitter->setSizes(sizes);*/ /* Add filter types */ - ui->filterComboBox->addItem(tr("All"), RSID_FILTER_ALL); - ui->filterComboBox->addItem(tr("Owned by myself"), RSID_FILTER_OWNED_BY_YOU); - ui->filterComboBox->addItem(tr("Linked to my node"), RSID_FILTER_YOURSELF); - ui->filterComboBox->addItem(tr("Linked to neighbor nodes"), RSID_FILTER_FRIENDS); - ui->filterComboBox->addItem(tr("Linked to distant nodes"), RSID_FILTER_OTHERS); - ui->filterComboBox->addItem(tr("Anonymous"), RSID_FILTER_PSEUDONYMS); - ui->filterComboBox->setCurrentIndex(0); + QMenu *idTWHMenu = new QMenu(tr("Show Items"), this); + ui->idTreeWidget->addContextMenuMenu(idTWHMenu); + QActionGroup *idTWHActionGroup = new QActionGroup(this); + QAction *idTWHAction = new QAction(QIcon(),tr("All"), this); + idTWHAction->setActionGroup(idTWHActionGroup); + idTWHAction->setCheckable(true); + idTWHAction->setChecked(true); + filter = RSID_FILTER_ALL; + idTWHAction->setData(RSID_FILTER_ALL); + connect(idTWHAction, SIGNAL(toggled(bool)), this, SLOT(filterToggled(bool))); + idTWHMenu->addAction(idTWHAction); + + idTWHAction = new QAction(QIcon(),tr("Owned by myself"), this); + idTWHAction->setActionGroup(idTWHActionGroup); + idTWHAction->setCheckable(true); + idTWHAction->setData(RSID_FILTER_OWNED_BY_YOU); + connect(idTWHAction, SIGNAL(toggled(bool)), this, SLOT(filterToggled(bool))); + idTWHMenu->addAction(idTWHAction); + + idTWHAction = new QAction(QIcon(),tr("Linked to my node"), this); + idTWHAction->setActionGroup(idTWHActionGroup); + idTWHAction->setCheckable(true); + idTWHAction->setData(RSID_FILTER_YOURSELF); + connect(idTWHAction, SIGNAL(toggled(bool)), this, SLOT(filterToggled(bool))); + idTWHMenu->addAction(idTWHAction); + + idTWHAction = new QAction(QIcon(),tr("Linked to neighbor nodes"), this); + idTWHAction->setActionGroup(idTWHActionGroup); + idTWHAction->setCheckable(true); + idTWHAction->setData(RSID_FILTER_FRIENDS); + connect(idTWHAction, SIGNAL(toggled(bool)), this, SLOT(filterToggled(bool))); + idTWHMenu->addAction(idTWHAction); + + idTWHAction = new QAction(QIcon(),tr("Linked to distant nodes"), this); + idTWHAction->setActionGroup(idTWHActionGroup); + idTWHAction->setCheckable(true); + idTWHAction->setData(RSID_FILTER_OTHERS); + connect(idTWHAction, SIGNAL(toggled(bool)), this, SLOT(filterToggled(bool))); + idTWHMenu->addAction(idTWHAction); + + idTWHAction = new QAction(QIcon(),tr("Anonymous"), this); + idTWHAction->setActionGroup(idTWHActionGroup); + idTWHAction->setCheckable(true); + idTWHAction->setData(RSID_FILTER_PSEUDONYMS); + connect(idTWHAction, SIGNAL(toggled(bool)), this, SLOT(filterToggled(bool))); + idTWHMenu->addAction(idTWHAction); + + idTWHAction = new QAction(QIcon(),tr("Banned"), this); + idTWHAction->setActionGroup(idTWHActionGroup); + idTWHAction->setCheckable(true); + idTWHAction->setData(RSID_FILTER_BANNED); + connect(idTWHAction, SIGNAL(toggled(bool)), this, SLOT(filterToggled(bool))); + idTWHMenu->addAction(idTWHAction); + + QAction *CreateIDAction = new QAction(QIcon(":/icons/png/person.png"),tr("Create new Identity"), this); + connect(CreateIDAction, SIGNAL(triggered()), this, SLOT(addIdentity())); + + QAction *CreateCircleAction = new QAction(QIcon(":/icons/png/circles.png"),tr("Create new circle"), this); + connect(CreateCircleAction, SIGNAL(triggered()), this, SLOT(createExternalCircle())); + + QMenu *menu = new QMenu(); + menu->addAction(CreateIDAction); + menu->addAction(CreateCircleAction); + ui->toolButton_New->setMenu(menu); + /* Add filter actions */ QTreeWidgetItem *headerItem = ui->idTreeWidget->headerItem(); QString headerText = headerItem->text(RSID_COL_NICKNAME); @@ -279,12 +335,10 @@ IdDialog::IdDialog(QWidget *parent) : Signed identities are easier to trust but are easily linked to your node's IP address.

\

Anonymous identities allow you to anonymously interact with other users. They cannot be \ spoofed, but noone can prove who really owns a given identity.

\ -

External circles are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be \ +

Circles are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be \ used to restrict the visibility to forums, channels, etc.

\ -

An external circle can be restricted to another circle, thereby limiting its visibility to members of that circle \ - or even self-restricted, meaning that it is only visible to its members.

\ -

A local circle is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the \ - visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.

") ; +

An circle can be restricted to another circle, thereby limiting its visibility to members of that circle \ + or even self-restricted, meaning that it is only visible to invited members.

") ; registerHelpButton(ui->helpButton, hlp_str) ; @@ -295,6 +349,7 @@ IdDialog::IdDialog(QWidget *parent) : //connect(ui->treeWidget_membership, SIGNAL(itemSelectionChanged()), this, SLOT(circle_selected())); connect(ui->treeWidget_membership, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(CircleListCustomPopupMenu(QPoint))); + connect(ui->autoBanIdentities_CB, SIGNAL(toggled(bool)), this, SLOT(toggleAutoBanIdentities(bool))); /* Setup TokenQueue */ @@ -311,6 +366,17 @@ IdDialog::IdDialog(QWidget *parent) : tmer->start(10000) ; // update every 10 secs. } +void IdDialog::toggleAutoBanIdentities(bool b) +{ + RsPgpId id(ui->lineEdit_GpgId->text().left(16).toStdString()); + + if(!id.isNull()) + { + rsReputations->banNode(id,b) ; + requestIdList(); + } +} + void IdDialog::updateCirclesDisplay() { if(RsAutoUpdatePage::eventsLocked()) @@ -577,8 +643,8 @@ void IdDialog::loadCircleGroupMeta(const uint32_t &token) #endif // remove any identity that has an item, but no subscription flag entry std::vector to_delete ; - - for(uint32_t k=0;kchildCount();++k) + + for(uint32_t k=0; k < (uint32_t)item->childCount(); ++k) if(details.mSubscriptionFlags.find(RsGxsId(item->child(k)->data(CIRCLEGROUP_CIRCLE_COL_GROUPID,Qt::UserRole).toString().toStdString())) == details.mSubscriptionFlags.end()) to_delete.push_back(item->child(k)); @@ -600,7 +666,7 @@ void IdDialog::loadCircleGroupMeta(const uint32_t &token) QTreeWidgetItem *subitem = NULL ; // see if the item already exists - for(uint32_t k=0;kchildCount();++k) + for(uint32_t k=0; k < (uint32_t)item->childCount(); ++k) if(item->child(k)->data(CIRCLEGROUP_CIRCLE_COL_GROUPID,Qt::UserRole).toString().toStdString() == it->first.toStdString()) { subitem = item->child(k); @@ -1248,7 +1314,7 @@ void IdDialog::processSettings(bool load) ui->filterLineEdit->setCurrentFilter(Settings->value("filterColumn", RSID_COL_NICKNAME).toInt()); // state of splitter - ui->splitter->restoreState(Settings->value("splitter").toByteArray()); + ui->mainSplitter->restoreState(Settings->value("splitter").toByteArray()); } else { // save settings @@ -1256,7 +1322,7 @@ void IdDialog::processSettings(bool load) Settings->setValue("filterColumn", ui->filterLineEdit->currentFilter()); // state of splitter - Settings->setValue("splitter", ui->splitter->saveState()); + Settings->setValue("splitter", ui->mainSplitter->saveState()); //save expanding Settings->setValue("ExpandAll", allItem->isExpanded()); @@ -1267,16 +1333,22 @@ void IdDialog::processSettings(bool load) Settings->endGroup(); } -void IdDialog::filterComboBoxChanged() -{ - requestIdList(); -} - void IdDialog::filterChanged(const QString& /*text*/) { filterIds(); } +void IdDialog::filterToggled(const bool &value) +{ + if (value) { + QAction *source = qobject_cast(QObject::sender()); + if (source) { + filter = source->data().toInt(); + requestIdList(); + } + } +} + void IdDialog::updateSelection() { QTreeWidgetItem *item = ui->idTreeWidget->currentItem(); @@ -1316,9 +1388,12 @@ void IdDialog::requestIdList() bool IdDialog::fillIdListItem(const RsGxsIdGroup& data, QTreeWidgetItem *&item, const RsPgpId &ownPgpId, int accept) { - bool isLinkedToOwnNode = (data.mPgpKnown && (data.mPgpId == ownPgpId)) ; - bool isOwnId = (data.mMeta.mSubscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_ADMIN); - uint32_t item_flags = 0 ; + bool isLinkedToOwnNode = (data.mPgpKnown && (data.mPgpId == ownPgpId)) ; + bool isOwnId = (data.mMeta.mSubscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_ADMIN); + RsIdentityDetails idd ; + rsIdentity->getIdDetails(RsGxsId(data.mMeta.mGroupId),idd) ; + bool isBanned = idd.mReputation.mAssessment == RsReputations::ASSESSMENT_BAD; + uint32_t item_flags = 0 ; /* do filtering */ bool ok = false; @@ -1354,31 +1429,43 @@ bool IdDialog::fillIdListItem(const RsGxsIdGroup& data, QTreeWidgetItem *&item, item_flags |= RSID_FILTER_OWNED_BY_YOU ; } + if (isBanned && (accept & RSID_FILTER_BANNED)) + { + ok = true; + item_flags |= RSID_FILTER_BANNED ; + } + if (!ok) return false; if (!item) item = new TreeWidgetItem(); - RsReputations::ReputationInfo info ; - rsReputations->getReputationInfo(RsGxsId(data.mMeta.mGroupId),info) ; item->setText(RSID_COL_NICKNAME, QString::fromUtf8(data.mMeta.mGroupName.c_str()).left(RSID_MAXIMUM_NICKNAME_SIZE)); item->setText(RSID_COL_KEYID, QString::fromStdString(data.mMeta.mGroupId.toStdString())); - //time_t now = time(NULL) ; - //item->setText(RSID_COL_LASTUSED, getHumanReadableDuration(now - data.mLastUsageTS)) ; + if(isBanned) + { + item->setForeground(RSID_COL_NICKNAME,QBrush(Qt::red)); + item->setForeground(RSID_COL_KEYID,QBrush(Qt::red)); + item->setForeground(RSID_COL_IDTYPE,QBrush(Qt::red)); + item->setForeground(RSID_COL_VOTES,QBrush(Qt::red)); + } + else + { + item->setForeground(RSID_COL_NICKNAME,QBrush(Qt::black)); + item->setForeground(RSID_COL_KEYID,QBrush(Qt::black)); + item->setForeground(RSID_COL_IDTYPE,QBrush(Qt::black)); + item->setForeground(RSID_COL_VOTES,QBrush(Qt::black)); + } item->setData(RSID_COL_KEYID, Qt::UserRole,QVariant(item_flags)) ; - - item->setTextAlignment(RSID_COL_VOTES, Qt::AlignRight); - item->setData(RSID_COL_VOTES,Qt::DisplayRole, QString::number(info.mOverallReputationScore - 1.0f,'f',3)); + item->setTextAlignment(RSID_COL_VOTES, Qt::AlignRight | Qt::AlignVCenter); + item->setData(RSID_COL_VOTES,Qt::DisplayRole, QString::number(idd.mReputation.mOverallReputationScore - 1.0f,'f',3)); if(isOwnId) { - RsIdentityDetails idd ; - rsIdentity->getIdDetails(RsGxsId(data.mMeta.mGroupId),idd) ; - QFont font = item->font(RSID_COL_NICKNAME) ; font.setBold(true) ; @@ -1455,7 +1542,7 @@ void IdDialog::insertIdList(uint32_t token) { mStateHelper->setLoading(IDDIALOG_IDLIST, false); - int accept = ui->filterComboBox->itemData(ui->filterComboBox->currentIndex()).toInt(); + int accept = filter; RsGxsIdGroup data; std::vector datavector; @@ -1626,9 +1713,12 @@ void IdDialog::insertIdDetails(uint32_t token) else ui->lineEdit_GpgId->setText(QString::fromStdString(data.mPgpId.toStdString()) + tr(" [unverified]")); + ui->autoBanIdentities_CB->setVisible(!data.mPgpId.isNull()) ; + ui->banoption_label->setVisible(!data.mPgpId.isNull()) ; + time_t now = time(NULL) ; ui->lineEdit_LastUsed->setText(getHumanReadableDuration(now - data.mLastUsageTS)) ; - ui->headerTextLabel->setText(QString::fromUtf8(data.mMeta.mGroupName.c_str()).left(RSID_MAXIMUM_NICKNAME_SIZE)); + ui->headerTextLabel_Person->setText(QString::fromUtf8(data.mMeta.mGroupName.c_str()).left(RSID_MAXIMUM_NICKNAME_SIZE)); QPixmap pixmap ; @@ -1639,7 +1729,7 @@ void IdDialog::insertIdDetails(uint32_t token) std::cerr << "Setting header frame image : " << pixmap.width() << " x " << pixmap.height() << std::endl; #endif - ui->avlabel->setPixmap(pixmap); + ui->avLabel_Person->setPixmap(pixmap); ui->avatarLabel->setPixmap(pixmap); if (data.mPgpKnown) @@ -1659,23 +1749,23 @@ void IdDialog::insertIdDetails(uint32_t token) if(data.mPgpId.isNull()) { ui->lineEdit_GpgId->hide() ; - ui->PgpId_LB->hide() ; + ui->label_GpgId->hide() ; } else { ui->lineEdit_GpgId->show() ; - ui->PgpId_LB->show() ; + ui->label_GpgId->show() ; } if(data.mPgpKnown) { ui->lineEdit_GpgName->show() ; - ui->PgpName_LB->show() ; + ui->label_GpgName->show() ; } else { ui->lineEdit_GpgName->hide() ; - ui->PgpName_LB->hide() ; + ui->label_GpgName->hide() ; } bool isLinkedToOwnPgpId = (data.mPgpKnown && (data.mPgpId == ownPgpId)) ; @@ -1697,7 +1787,9 @@ void IdDialog::insertIdDetails(uint32_t token) ui->lineEdit_Type->setText(tr("Linked to unknown Retroshare node")) ; } else + { ui->lineEdit_Type->setText(tr("Anonymous identity")) ; + } if (isOwnId) { @@ -1717,6 +1809,8 @@ void IdDialog::insertIdDetails(uint32_t token) ui->inviteButton->setEnabled(true); } + ui->autoBanIdentities_CB->setChecked(rsReputations->isNodeBanned(data.mPgpId)); + /* now fill in the reputation information */ #ifdef SUSPENDED @@ -1740,12 +1834,12 @@ void IdDialog::insertIdDetails(uint32_t token) #endif RsReputations::ReputationInfo info ; - rsReputations->getReputationInfo(RsGxsId(data.mMeta.mGroupId),info) ; - - ui->neighborNodesOpinion_TF->setText(QString::number(info.mFriendAverage - 1.0f)); + rsReputations->getReputationInfo(RsGxsId(data.mMeta.mGroupId),data.mPgpId,info) ; - ui->overallOpinion_TF->setText(QString::number(info.mOverallReputationScore - 1.0f) +" ("+ - ((info.mAssessment == RsReputations::ASSESSMENT_OK)? tr("OK") : tr("Banned")) +")" ) ; + ui->neighborNodesOpinion_TF->setText(QString::number(info.mFriendAverage - 1.0f)); + + ui->overallOpinion_TF->setText(QString::number(info.mOverallReputationScore - 1.0f) +" ("+ + ((info.mAssessment == RsReputations::ASSESSMENT_OK)? tr("OK") : tr("Banned")) +")" ) ; switch(info.mOwnOpinion) { @@ -1984,7 +2078,7 @@ void IdDialog::loadRequest(const TokenQueue * queue, const TokenRequest &req) void IdDialog::IdListCustomPopupMenu( QPoint ) { - QMenu contextMnu( this ); + QMenu *contextMenu = new QMenu(this); std::list own_identities ; @@ -2021,10 +2115,10 @@ void IdDialog::IdListCustomPopupMenu( QPoint ) #endif RsGxsId keyId((*it)->text(RSID_COL_KEYID).toStdString()); - RsReputations::ReputationInfo info ; - rsReputations->getReputationInfo(keyId,info) ; + RsIdentityDetails det ; + rsIdentity->getIdDetails(keyId,det) ; - switch(info.mOwnOpinion) + switch(det.mReputation.mOwnOpinion) { case RsReputations::OPINION_NEGATIVE: ++n_negative_reputations ; break ; @@ -2044,75 +2138,105 @@ void IdDialog::IdListCustomPopupMenu( QPoint ) ++n_is_not_a_contact ; } - if(root_node_present) // don't show menu if some of the root nodes are present - return ; + if(!root_node_present) // don't show menu if some of the root nodes are present + { - if(!one_item_owned_by_you) - { - if(n_selected_items == 1) // if only one item is selected, allow to chat with this item - if(own_identities.size() <= 1) - { - QAction *action = contextMnu.addAction(QIcon(":/images/chat_24.png"), tr("Chat with this person"), this, SLOT(chatIdentity())); + if(!one_item_owned_by_you) + { + QWidget *widget = new QWidget(contextMenu); + widget->setStyleSheet( ".QWidget{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #FEFEFE, stop:1 #E8E8E8); border: 1px solid #CCCCCC;}"); - if(own_identities.empty()) - action->setEnabled(false) ; - else - action->setData(QString::fromStdString((own_identities.front()).toStdString())) ; - } - else - { - QMenu *mnu = contextMnu.addMenu(QIcon(":/images/chat_24.png"),tr("Chat with this person as...")) ; + // create menu header + QHBoxLayout *hbox = new QHBoxLayout(widget); + hbox->setMargin(0); + hbox->setSpacing(6); - for(std::list::const_iterator it=own_identities.begin();it!=own_identities.end();++it) - { - RsIdentityDetails idd ; - rsIdentity->getIdDetails(*it,idd) ; + QLabel *iconLabel = new QLabel(widget); + QPixmap pix = QPixmap(":/images/user/friends24.png").scaledToHeight(QFontMetricsF(iconLabel->font()).height()*1.5); + iconLabel->setPixmap(pix); + iconLabel->setMaximumSize(iconLabel->frameSize().height() + pix.height(), pix.width()); + hbox->addWidget(iconLabel); - QPixmap pixmap ; + QLabel *textLabel = new QLabel("" + ui->titleBarLabel->text() + "", widget); + hbox->addWidget(textLabel); - if(idd.mAvatar.mSize == 0 || !pixmap.loadFromData(idd.mAvatar.mData, idd.mAvatar.mSize, "PNG")) - pixmap = QPixmap::fromImage(GxsIdDetails::makeDefaultIcon(*it)) ; + QSpacerItem *spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + hbox->addItem(spacerItem); - QAction *action = mnu->addAction(QIcon(pixmap), QString("%1 (%2)").arg(QString::fromUtf8(idd.mNickname.c_str()), QString::fromStdString((*it).toStdString())), this, SLOT(chatIdentity())); - action->setData(QString::fromStdString((*it).toStdString())) ; - } - } + widget->setLayout(hbox); - // always allow to send messages - contextMnu.addAction(QIcon(":/images/mail_new.png"), tr("Send message"), this, SLOT(sendMsg())); + QWidgetAction *widgetAction = new QWidgetAction(this); + widgetAction->setDefaultWidget(widget); + contextMenu->addAction(widgetAction); - contextMnu.addSeparator(); + if(n_selected_items == 1) // if only one item is selected, allow to chat with this item + { + if(own_identities.size() <= 1) + { + QAction *action = contextMenu->addAction(QIcon(":/images/chat_24.png"), tr("Chat with this person"), this, SLOT(chatIdentity())); - if(n_is_a_contact == 0) - contextMnu.addAction(QIcon(), tr("Add to Contacts"), this, SLOT(addtoContacts())); - - if(n_is_not_a_contact == 0) - contextMnu.addAction(QIcon(":/images/cancel.png"), tr("Remove from Contacts"), this, SLOT(removefromContacts())); + if(own_identities.empty()) + action->setEnabled(false) ; + else + action->setData(QString::fromStdString((own_identities.front()).toStdString())) ; + } + else + { + QMenu *mnu = contextMenu->addMenu(QIcon(":/images/chat_24.png"),tr("Chat with this person as...")) ; - contextMnu.addSeparator(); + for(std::list::const_iterator it=own_identities.begin();it!=own_identities.end();++it) + { + RsIdentityDetails idd ; + rsIdentity->getIdDetails(*it,idd) ; - if(n_positive_reputations == 0) // only unban when all items are banned - contextMnu.addAction(QIcon(":/images/vote_up.png"), tr("Set positive opinion"), this, SLOT(positivePerson())); + QPixmap pixmap ; - if(n_neutral_reputations == 0) // only unban when all items are banned - contextMnu.addAction(QIcon(":/images/vote_neutral.png"), tr("Set neutral opinion"), this, SLOT(neutralPerson())); - - if(n_negative_reputations == 0) - contextMnu.addAction(QIcon(":/images/vote_down.png"), tr("Set negative opinion"), this, SLOT(negativePerson())); - } + if(idd.mAvatar.mSize == 0 || !pixmap.loadFromData(idd.mAvatar.mData, idd.mAvatar.mSize, "PNG")) + pixmap = QPixmap::fromImage(GxsIdDetails::makeDefaultIcon(*it)) ; - if(one_item_owned_by_you && n_selected_items==1) - { - contextMnu.addSeparator(); + QAction *action = mnu->addAction(QIcon(pixmap), QString("%1 (%2)").arg(QString::fromUtf8(idd.mNickname.c_str()), QString::fromStdString((*it).toStdString())), this, SLOT(chatIdentity())); + action->setData(QString::fromStdString((*it).toStdString())) ; + } + } + } - contextMnu.addAction(ui->editIdentity); - contextMnu.addAction(ui->removeIdentity); - } + // always allow to send messages + contextMenu->addAction(QIcon(":/images/mail_new.png"), tr("Send message"), this, SLOT(sendMsg())); + contextMenu->addSeparator(); - contextMnu.addSeparator(); + if(n_is_a_contact == 0) + contextMenu->addAction(QIcon(), tr("Add to Contacts"), this, SLOT(addtoContacts())); - contextMnu.exec(QCursor::pos()); + if(n_is_not_a_contact == 0) + contextMenu->addAction(QIcon(":/images/cancel.png"), tr("Remove from Contacts"), this, SLOT(removefromContacts())); + + contextMenu->addSeparator(); + + if(n_positive_reputations == 0) // only unban when all items are banned + contextMenu->addAction(QIcon(":/icons/png/thumbs-up.png"), tr("Set positive opinion"), this, SLOT(positivePerson())); + + if(n_neutral_reputations == 0) // only unban when all items are banned + contextMenu->addAction(QIcon(":/icons/png/thumbs-neutral.png"), tr("Set neutral opinion"), this, SLOT(neutralPerson())); + + if(n_negative_reputations == 0) + contextMenu->addAction(QIcon(":/icons/png/thumbs-down.png"), tr("Set negative opinion"), this, SLOT(negativePerson())); + } + + if(one_item_owned_by_you && n_selected_items==1) + { + contextMenu->addSeparator(); + + contextMenu->addAction(ui->editIdentity); + contextMenu->addAction(ui->removeIdentity); + } + + } + + contextMenu = ui->idTreeWidget->createStandardContextMenu(contextMenu); + + contextMenu->exec(QCursor::pos()); + delete contextMenu; } void IdDialog::chatIdentity() diff --git a/retroshare-gui/src/gui/Identity/IdDialog.h b/retroshare-gui/src/gui/Identity/IdDialog.h index cb53f178f..6c849def4 100644 --- a/retroshare-gui/src/gui/Identity/IdDialog.h +++ b/retroshare-gui/src/gui/Identity/IdDialog.h @@ -30,7 +30,7 @@ #include "util/TokenQueue.h" -#define IMAGE_IDDIALOG ":/icons/friends_128.png" +#define IMAGE_IDDIALOG ":/icons/png/people.png" namespace Ui { class IdDialog; @@ -77,14 +77,15 @@ private slots: void createExternalCircle(); void showEditExistingCircle(); void updateCirclesDisplay(); + void toggleAutoBanIdentities(bool b); void acceptCircleSubscription() ; void cancelCircleSubscription() ; void grantCircleMembership() ; void revokeCircleMembership() ; - void filterComboBoxChanged(); void filterChanged(const QString &text); + void filterToggled(const bool &value); void addIdentity(); void removeIdentity(); @@ -149,6 +150,7 @@ private: std::map mCircleUpdates ; RsGxsGroupId mId; + int filter; /* UI - Designer */ Ui::IdDialog *ui; diff --git a/retroshare-gui/src/gui/Identity/IdDialog.ui b/retroshare-gui/src/gui/Identity/IdDialog.ui index ef764b818..bb075b56f 100644 --- a/retroshare-gui/src/gui/Identity/IdDialog.ui +++ b/retroshare-gui/src/gui/Identity/IdDialog.ui @@ -6,8 +6,8 @@ 0 0 - 1475 - 1134 + 1269 + 911 @@ -19,8 +19,17 @@ - - + + + 0 + + + 0 + + + 0 + + 0 @@ -37,8 +46,17 @@ QFrame::Sunken - - + + + 2 + + + 2 + + + 2 + + 2 @@ -59,7 +77,7 @@ - :/images/user/friends24.png + :/icons/png/people.png true @@ -99,7 +117,7 @@ Qt::NoFocus - + :/icons/help_64.png:/icons/help_64.png @@ -114,12 +132,12 @@ - + Qt::Horizontal - + @@ -128,20 +146,26 @@ QFrame::Sunken - - + + + 1 + + + 1 + + + 1 + + 1 - - - - + - + 0 0 @@ -150,46 +174,11 @@ Qt::NoFocus - Create new Identity - - - New ID - - - - :/images/identity/identity_create_32.png:/images/identity/identity_create_32.png - - - - 24 - 24 - - - - true - - - - - - - - 0 - 0 - - - - Qt::NoFocus - - - Create new circle - - - New ID + Create new... - :/icons/circles_new_128.png:/icons/circles_new_128.png + :/icons/png/add.png:/icons/png/add.png @@ -197,6 +186,9 @@ 24 + + QToolButton::InstantPopup + true @@ -205,9 +197,6 @@ - - - @@ -257,288 +246,299 @@ Reputation - AlignLeft|AlignVCenter + AlignLeading|AlignVCenter - + - 1 + 0 - + - - :/images/no_avatar_background.png:/images/no_avatar_background.png + + :/icons/png/person.png:/icons/png/person.png Person - + - - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - 12 + + + QFrame::StyledPanel + + + QFrame::Raised + + + + 12 + + + + + + 64 + 64 + - - + + + 64 + 64 + + + + + + + + + + true + + + + + + + People + + + + + + + + + + Identity info + + + + + + Identity name : + + + + + + + true + + + true + + + + + + + + + + 0 + 0 + + - 64 - 64 + 128 + 128 - 64 - 64 + 128 + 128 - - + + QFrame::Box + + + QFrame::Sunken - + Your Avatar true - - - - - - People + + Qt::AlignCenter - - - - - - - Identity info - - - - - - 6 - - - 6 - - - - - Identity ID : - - - - - - - Identity name : - - - - - - - Owner node ID : - - - - - - - true - - - true - - - - - - - true - - - true - - - - - - - true - - - true - - - - - - - Owner node name : - - - - - - - true - - - true - - - - - - - Type: - - - - - - - - - - Last used: - - - - - - - - - - - - - - - 0 - 0 - - - - - 128 - 128 - - - - - 128 - 128 - - - - QFrame::Box - - - QFrame::Sunken - - - Your Avatar - - - true - - - Qt::AlignCenter - - - - - - - Send Invite - - - - - - - Qt::Vertical - - - - 20 - 2 - - - - - - - - - - - - - - 0 - 0 - - - - Reputation - - - - - 6 + + + Send Invite - - - - <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - - - true - - - - - - - Your opinion: - - - - - - - Neighbor nodes: - - - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + + + + + + Qt::Vertical + + + + 20 + 2 + + + + + + + + + + Identity ID : + + + + + + + true + + + true + + + + + + + Type: + + + + + + + + + + Owner node ID : + + + + + + + true + + + true + + + + + + + Owner node name : + + + + + + + true + + + true + + + + + + + Last used: + + + + + + + + + + Qt::Horizontal + + + + + + + Ban-option: + + + + + + + Auto-Ban all identities from this node + + + + + + + Neighbor nodes: + + + + + + + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> + + + true + + + + + + + + 75 + true + + + + Overall: + + + + + + + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> + + + true + + + + + + + + 0 + 0 + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -546,97 +546,91 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - - - 0 - - - - Negative - - - - ../icons/yellow_biohazard64.png../icons/yellow_biohazard64.png - - - - - Neutral - - - - - Positive - - - - - - - - <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - - - true - - - - - - - - 75 - true - - - - Overall: - - - - + + + 0 + + + + 20 + 20 + + + + + Negative + + + + :/icons/png/thumbs-down.png:/icons/png/thumbs-down.png + - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 40 - - - - - + + + Neutral + + + + :/icons/png/thumbs-neutral.png:/icons/png/thumbs-neutral.png + + + + + Positive + + + + :/icons/png/thumbs-up.png:/icons/png/thumbs-up.png + + + + + + + + Your opinion: + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 40 + + + - + - - :/images/circles/circles_64.png:/images/circles/circles_64.png + + :/icons/png/circles.png:/icons/png/circles.png Circles - + - + QFrame::StyledPanel QFrame::Raised - + 12 @@ -746,6 +740,16 @@ p, li { white-space: pre-wrap; } + + LineEditClear + QLineEdit +
gui/common/LineEditClear.h
+
+ + RSTreeWidget + QTreeWidget +
gui/common/RSTreeWidget.h
+
StyledElidedLabel QLabel @@ -756,23 +760,13 @@ p, li { white-space: pre-wrap; } QLabel
gui/common/StyledLabel.h
- - RSTreeWidget - QTreeWidget -
gui/common/RSTreeWidget.h
-
- - LineEditClear - QLineEdit -
gui/common/LineEditClear.h
-
idTreeWidget - + diff --git a/retroshare-gui/src/gui/Identity/IdEditDialog.cpp b/retroshare-gui/src/gui/Identity/IdEditDialog.cpp index 9cd8c60e9..f99ebaf03 100644 --- a/retroshare-gui/src/gui/Identity/IdEditDialog.cpp +++ b/retroshare-gui/src/gui/Identity/IdEditDialog.cpp @@ -49,7 +49,7 @@ IdEditDialog::IdEditDialog(QWidget *parent) : ui->setupUi(this); - ui->headerFrame->setHeaderImage(QPixmap(":/images/identity/identity_create_64.png")); + ui->headerFrame->setHeaderImage(QPixmap(":/icons/png/person.png")); ui->headerFrame->setHeaderText(tr("Create New Identity")); /* Setup UI helper */ @@ -202,7 +202,7 @@ void IdEditDialog::setAvatar(const QPixmap &avatar) void IdEditDialog::setupExistingId(const RsGxsGroupId &keyId) { setWindowTitle(tr("Edit identity")); - ui->headerFrame->setHeaderImage(QPixmap(":/images/identity/identity_edit_64.png")); + ui->headerFrame->setHeaderImage(QPixmap(":/icons/png/person.png")); ui->headerFrame->setHeaderText(tr("Edit identity")); mIsNew = false; @@ -505,17 +505,17 @@ void IdEditDialog::createId() { QString groupname = ui->lineEdit_Nickname->text(); - if (groupname.size() < 2) + if (groupname.size() < RSID_MINIMUM_NICKNAME_SIZE) { - std::cerr << "IdEditDialog::createId() Nickname too short"; + std::cerr << "IdEditDialog::createId() Nickname too short (min " << RSID_MINIMUM_NICKNAME_SIZE << " chars)"; std::cerr << std::endl; - QMessageBox::warning(this, "", tr("The nickname is too short. Please input at least %1 characters.").arg(2), QMessageBox::Ok, QMessageBox::Ok); + QMessageBox::warning(this, "", tr("The nickname is too short. Please input at least %1 characters.").arg(RSID_MINIMUM_NICKNAME_SIZE), QMessageBox::Ok, QMessageBox::Ok); return; } if (groupname.size() > RSID_MAXIMUM_NICKNAME_SIZE) { - std::cerr << "IdEditDialog::createId() Nickname too long (max " << RSID_MAXIMUM_NICKNAME_SIZE<< " chars)"; + std::cerr << "IdEditDialog::createId() Nickname too long (max " << RSID_MAXIMUM_NICKNAME_SIZE << " chars)"; std::cerr << std::endl; QMessageBox::warning(this, "", tr("The nickname is too long. Please reduce the length to %1 characters.").arg(RSID_MAXIMUM_NICKNAME_SIZE), QMessageBox::Ok, QMessageBox::Ok); diff --git a/retroshare-gui/src/gui/MainWindow.cpp b/retroshare-gui/src/gui/MainWindow.cpp index 4fd1bebab..4f8cfb37e 100644 --- a/retroshare-gui/src/gui/MainWindow.cpp +++ b/retroshare-gui/src/gui/MainWindow.cpp @@ -115,26 +115,16 @@ #include #include -#define IMAGE_QUIT ":/icons/quit_128.png" -#define IMAGE_PREFERENCES ":/icons/system_128.png" -#define IMAGE_ABOUT ":/icons/information_128.png" -#define IMAGE_ADDFRIEND ":/icons/add_user_256.png" +#define IMAGE_QUIT ":/icons/png/exit.png" +#define IMAGE_PREFERENCES ":/icons/png/options.png" +#define IMAGE_ABOUT ":/icons/png/info.png" +#define IMAGE_ADDFRIEND ":/icons/png/invite.png" #define IMAGE_RETROSHARE ":/icons/logo_128.png" #define IMAGE_NOONLINE ":/icons/logo_0_connected_128.png" #define IMAGE_ONEONLINE ":/icons/logo_1_connected_128.png" #define IMAGE_TWOONLINE ":/icons/logo_2_connected_128.png" #define IMAGE_OVERLAY ":/icons/star_overlay_128.png" -/* Images for toolbar icons */ -//#define IMAGE_NETWORK2 ":/images/rs1.png" -//#define IMAGE_PEERS ":/images/groupchat.png" -//#define IMAGE_TRANSFERS ":/images/ktorrent32.png" -//#define IMAGE_FILES ":/images/fileshare32.png" -//#define IMAGE_CHANNELS ":/images/channels.png" -//#define IMAGE_FORUMS ":/images/konversation.png" -//#define IMAGE_CHAT ":/images/groupchat.png" -//#define IMAGE_STATISTIC ":/images/utilities-system-monitor.png" -//#define IMAGE_MESSAGES ":/images/evolution.png" #define IMAGE_BWGRAPH ":/images/ksysguard.png" #define IMAGE_MESSENGER ":/images/rsmessenger48.png" #define IMAGE_CLOSE ":/images/close_normal.png" @@ -148,16 +138,10 @@ #define IMAGE_UNFINISHED ":/images/underconstruction.png" #define IMAGE_MINIMIZE ":/images/window_nofullscreen.png" #define IMAGE_MAXIMIZE ":/images/window_fullscreen.png" -//#define IMG_HELP ":/images/help24.png" -//#define IMAGE_NEWSFEED ":/images/newsfeed/news-feed-32.png" + #define IMAGE_PLUGINS ":/images/extension_32.png" #define IMAGE_BLOGS ":/images/kblogger.png" #define IMAGE_DHT ":/images/dht16.png" -//#define IMAGE_CHATLOBBY ":/images/chat_32.png" -//#define IMAGE_GXSCHANNELS ":/images/channels.png" -//#define IMAGE_GXSFORUMS ":/images/konversation.png" -//#define IMAGE_IDENTITY ":/images/identity/identities_32.png" -//#define IMAGE_CIRCLES ":/images/circles/circles_32.png" /*static*/ MainWindow *MainWindow::_instance = NULL; @@ -420,6 +404,7 @@ void MainWindow::initStackedPage() #endif #endif +#undef GETSTARTED_GUI #ifdef GETSTARTED_GUI MainPage *getStartedPage = NULL; @@ -562,7 +547,9 @@ void MainWindow::createTrayIcon() trayMenu->addSeparator(); trayMenu->addAction(QIcon(IMAGE_MESSENGER), tr("Open Messenger"), this, SLOT(showMessengerWindow())); trayMenu->addAction(QIcon(IMAGE_MESSAGES), tr("Open Messages"), this, SLOT(showMess())); +#ifdef ENABLE_WEBUI trayMenu->addAction(QIcon(":/images/emblem-web.png"), tr("Show web interface"), this, SLOT(showWebinterface())); +#endif // ENABLE_WEBUI trayMenu->addAction(QIcon(IMAGE_BWGRAPH), tr("Bandwidth Graph"), _bandwidthGraph, SLOT(showWindow())); trayMenu->addAction(QIcon(IMAGE_DHT), tr("Statistics"), this, SLOT(showStatisticsWindow())); @@ -1061,10 +1048,12 @@ void MainWindow::showStatisticsWindow() StatisticsWindow::showYourself(); } +#ifdef ENABLE_WEBUI void MainWindow::showWebinterface() { WebuiPage::showWebui(); } +#endif // ENABLE_WEBUI /** Shows Application window */ #ifdef UNFINISHED @@ -1406,7 +1395,14 @@ void MainWindow::externalLinkActivated(const QUrl &url) QMessageBox mb(QObject::tr("Confirmation"), QObject::tr("Do you want this link to be handled by your system?")+"

"+ url.toString()+"

"+tr("Make sure this link has not been forged to drag you to a malicious website."), QMessageBox::Question, QMessageBox::Yes,QMessageBox::No, 0); QCheckBox *checkbox = new QCheckBox(tr("Don't ask me again")) ; - mb.layout()->addWidget(checkbox) ; + QGridLayout* layout = qobject_cast(mb.layout()); + if (layout) + { + layout->addWidget(checkbox,layout->rowCount(),0,1, layout->columnCount(), Qt::AlignLeft); + } else { + //Not QGridLayout so add at end + mb.layout()->addWidget(checkbox) ; + } int res = mb.exec() ; diff --git a/retroshare-gui/src/gui/MainWindow.h b/retroshare-gui/src/gui/MainWindow.h index b65d5992b..9bdaeb97b 100644 --- a/retroshare-gui/src/gui/MainWindow.h +++ b/retroshare-gui/src/gui/MainWindow.h @@ -211,7 +211,9 @@ private slots: void newRsCollection(); void showMessengerWindow(); void showStatisticsWindow(); +#ifdef ENABLE_WEBUI void showWebinterface(); +#endif //void servicePermission(); #ifdef UNFINISHED diff --git a/retroshare-gui/src/gui/MessagesDialog.h b/retroshare-gui/src/gui/MessagesDialog.h index b0c17223d..0fc6b4fc3 100644 --- a/retroshare-gui/src/gui/MessagesDialog.h +++ b/retroshare-gui/src/gui/MessagesDialog.h @@ -27,7 +27,7 @@ #include "mainpage.h" #include "ui_MessagesDialog.h" -#define IMAGE_MESSAGES ":/images/evolution.png" +#define IMAGE_MESSAGES ":/icons/png/messages.png" class RSTreeWidgetItemCompareRole; class MessageWidget; diff --git a/retroshare-gui/src/gui/MessagesDialog.ui b/retroshare-gui/src/gui/MessagesDialog.ui index e2c357f1b..e3e33b670 100644 --- a/retroshare-gui/src/gui/MessagesDialog.ui +++ b/retroshare-gui/src/gui/MessagesDialog.ui @@ -11,7 +11,16 @@
- + + 0 + + + 0 + + + 0 + + 0 @@ -41,7 +50,16 @@ QFrame::Sunken - + + 2 + + + 2 + + + 2 + + 2 @@ -306,7 +324,7 @@ - :/images/evolution.png + :/icons/png/messages.png true @@ -496,7 +514,16 @@ Main Tab - + + 0 + + + 0 + + + 0 + + 0 @@ -509,15 +536,24 @@ + + 0 + + + 0 + + + 0 + + + 0 + 6 0 - - 0 - @@ -830,6 +866,7 @@ + diff --git a/retroshare-gui/src/gui/MessengerWindow.cpp b/retroshare-gui/src/gui/MessengerWindow.cpp index 542f6f4e8..13ad9d844 100644 --- a/retroshare-gui/src/gui/MessengerWindow.cpp +++ b/retroshare-gui/src/gui/MessengerWindow.cpp @@ -56,8 +56,9 @@ *****/ MessengerWindow* MessengerWindow::_instance = NULL; -static std::set *expandedPeers = NULL; -static std::set *expandedGroups = NULL; + +std::set MessengerWindow::expandedPeers ; +std::set MessengerWindow::expandedGroups ; /*static*/ void MessengerWindow::showYourself () { @@ -79,16 +80,6 @@ void MessengerWindow::releaseInstance() if (_instance) { delete _instance; } - if (expandedPeers) { - /* delete saved expanded peers */ - delete(expandedPeers); - expandedPeers = NULL; - } - if (expandedGroups) { - /* delete saved expanded groups */ - delete(expandedGroups); - expandedGroups = NULL; - } } /** Constructor */ @@ -108,21 +99,15 @@ MessengerWindow::MessengerWindow(QWidget* parent, Qt::WindowFlags flags) connect(NotifyQt::getInstance(), SIGNAL(ownStatusMessageChanged()), this, SLOT(loadmystatusmessage())); connect(NotifyQt::getInstance(), SIGNAL(peerStatusChanged(QString,int)), this, SLOT(updateOwnStatus(QString,int))); - if (expandedPeers != NULL) { - for (std::set::iterator peerIt = expandedPeers->begin(); peerIt != expandedPeers->end(); ++peerIt) { + for (std::set::iterator peerIt = expandedPeers.begin(); peerIt != expandedPeers.end(); ++peerIt) { ui.friendList->addPeerToExpand(*peerIt); } - delete expandedPeers; - expandedPeers = NULL; - } + expandedPeers.clear(); - if (expandedGroups != NULL) { - for (std::set::iterator groupIt = expandedGroups->begin(); groupIt != expandedGroups->end(); ++groupIt) { + for (std::set::iterator groupIt = expandedGroups.begin(); groupIt != expandedGroups.end(); ++groupIt) { ui.friendList->addGroupToExpand(*groupIt); } - delete expandedGroups; - expandedGroups = NULL; - } + expandedGroups.clear(); ui.messagelineEdit->setMinimumWidth(20); @@ -203,22 +188,12 @@ void MessengerWindow::addFriend() void MessengerWindow::closeEvent (QCloseEvent * /*event*/) { /* save the expanded peers */ - if (expandedPeers == NULL) { - expandedPeers = new std::set; - } else { - expandedPeers->clear(); - } - - ui.friendList->getExpandedPeers(*expandedPeers); + expandedPeers.clear(); + ui.friendList->getExpandedPeers(expandedPeers); /* save the expanded groups */ - if (expandedGroups == NULL) { - expandedGroups = new std::set; - } else { - expandedGroups->clear(); - } - - ui.friendList->getExpandedGroups(*expandedGroups); + expandedGroups.clear(); + ui.friendList->getExpandedGroups(expandedGroups); } /** Shows Share Manager */ diff --git a/retroshare-gui/src/gui/MessengerWindow.h b/retroshare-gui/src/gui/MessengerWindow.h index ff262be11..cd8f23742 100644 --- a/retroshare-gui/src/gui/MessengerWindow.h +++ b/retroshare-gui/src/gui/MessengerWindow.h @@ -66,6 +66,9 @@ private: /** Qt Designer generated object */ Ui::MessengerWindow ui; + + static std::set expandedPeers ; + static std::set expandedGroups ; }; #endif diff --git a/retroshare-gui/src/gui/NewsFeed.ui b/retroshare-gui/src/gui/NewsFeed.ui index ba5f4b945..a74582bcf 100644 --- a/retroshare-gui/src/gui/NewsFeed.ui +++ b/retroshare-gui/src/gui/NewsFeed.ui @@ -11,7 +11,16 @@ - + + 0 + + + 0 + + + 0 + + 0 @@ -29,19 +38,28 @@ QFrame::Sunken - + + 2 + + + 2 + + + 2 + + 2 - 16 - 16 + 24 + 24 - :/icons/knews_128.png + :/icons/png/newsfeed.png true diff --git a/retroshare-gui/src/gui/PluginManagerWidget.cpp b/retroshare-gui/src/gui/PluginManagerWidget.cpp index eda4ec62c..4179dfd45 100644 --- a/retroshare-gui/src/gui/PluginManagerWidget.cpp +++ b/retroshare-gui/src/gui/PluginManagerWidget.cpp @@ -20,6 +20,7 @@ ****************************************************************/ #include "PluginManagerWidget.h" +#include "gui/settings/rsharesettings.h" #include #include @@ -160,14 +161,10 @@ PluginManagerWidget::registerNewPlugin(QString pluginName) void PluginManagerWidget::installPluginButtonClicked() { - QString fileName = QFileDialog::getOpenFileName(this, - tr("Open Plugin to install"), - "./", - tr("Plugins (*.so *.dll)")); + QString fileName = misc::getOpenFileName(this, RshareSettings::LASTDIR_PLUGIN, tr("Open Plugin to install"), "./", tr("Plugins (*.so *.dll)")); + if (!fileName.isNull()) - { emit installPluginRequested(fileName); - } } //============================================================================= diff --git a/retroshare-gui/src/gui/Posted/PostedDialog.cpp b/retroshare-gui/src/gui/Posted/PostedDialog.cpp index 726edd0c6..d69977fd4 100644 --- a/retroshare-gui/src/gui/Posted/PostedDialog.cpp +++ b/retroshare-gui/src/gui/Posted/PostedDialog.cpp @@ -101,9 +101,9 @@ QString PostedDialog::icon(IconType type) { switch (type) { case ICON_NAME: - return ":/images/posted_24.png"; + return ":/icons/png/posted.png"; case ICON_NEW: - return ":/images/posted_add_24.png"; + return ":/icons/png/add.png"; case ICON_YOUR_GROUP: return ":/images/folder16.png"; case ICON_SUBSCRIBED_GROUP: diff --git a/retroshare-gui/src/gui/Posted/PostedDialog.h b/retroshare-gui/src/gui/Posted/PostedDialog.h index a90ac6ea7..358db5749 100644 --- a/retroshare-gui/src/gui/Posted/PostedDialog.h +++ b/retroshare-gui/src/gui/Posted/PostedDialog.h @@ -26,7 +26,7 @@ #include "gui/gxs/GxsGroupFrameDialog.h" -#define IMAGE_POSTED ":/images/posted_32.png" +#define IMAGE_POSTED ":/icons/png/posted.png" class PostedDialog : public GxsGroupFrameDialog { diff --git a/retroshare-gui/src/gui/Posted/PostedGroupDialog.cpp b/retroshare-gui/src/gui/Posted/PostedGroupDialog.cpp index 6c1b7b006..1fb1e39f4 100644 --- a/retroshare-gui/src/gui/Posted/PostedGroupDialog.cpp +++ b/retroshare-gui/src/gui/Posted/PostedGroupDialog.cpp @@ -90,7 +90,7 @@ void PostedGroupDialog::initUi() QPixmap PostedGroupDialog::serviceImage() { - return QPixmap(":/images/posted_add_64.png"); + return QPixmap(":/icons/png/posted.png"); } bool PostedGroupDialog::service_CreateGroup(uint32_t &token, const RsGroupMetaData &meta) diff --git a/retroshare-gui/src/gui/Posted/PostedItem.cpp b/retroshare-gui/src/gui/Posted/PostedItem.cpp index b8bcd0994..8541e2c3e 100644 --- a/retroshare-gui/src/gui/Posted/PostedItem.cpp +++ b/retroshare-gui/src/gui/Posted/PostedItem.cpp @@ -44,6 +44,7 @@ PostedItem::PostedItem(FeedHolder *feedHolder, uint32_t feedId, const RsGxsGroup requestGroup(); requestMessage(); + requestComment(); } PostedItem::PostedItem(FeedHolder *feedHolder, uint32_t feedId, const RsPostedGroup &group, const RsPostedPost &post, bool isHome, bool autoUpdate) : @@ -53,6 +54,7 @@ PostedItem::PostedItem(FeedHolder *feedHolder, uint32_t feedId, const RsPostedGr setGroup(group, false); setPost(post); + requestComment(); } PostedItem::PostedItem(FeedHolder *feedHolder, uint32_t feedId, const RsPostedPost &post, bool isHome, bool autoUpdate) : @@ -62,6 +64,7 @@ PostedItem::PostedItem(FeedHolder *feedHolder, uint32_t feedId, const RsPostedPo requestGroup(); setPost(post); + requestComment(); } PostedItem::~PostedItem() @@ -84,6 +87,8 @@ void PostedItem::setup() ui->dateLabel->clear(); ui->fromLabel->clear(); ui->siteLabel->clear(); + ui->newCommentLabel->hide(); + ui->commLabel->hide(); /* general ones */ connect(ui->clearButton, SIGNAL(clicked()), this, SLOT(removeItem())); @@ -160,21 +165,57 @@ void PostedItem::loadGroup(const uint32_t &token) void PostedItem::loadMessage(const uint32_t &token) { std::vector posts; - if (!rsPosted->getPostData(token, posts)) + std::vector cmts; + if (!rsPosted->getPostData(token, posts, cmts)) { std::cerr << "GxsChannelPostItem::loadMessage() ERROR getting data"; std::cerr << std::endl; return; } - if (posts.size() != 1) + if (posts.size() == 1) { - std::cerr << "GxsChannelPostItem::loadMessage() Wrong number of Items"; + setPost(posts[0]); + } + else if (cmts.size() == 1) + { + RsGxsComment cmt = cmts[0]; + + ui->newCommentLabel->show(); + ui->commLabel->show(); + ui->commLabel->setText(QString::fromUtf8(cmt.mComment.c_str())); + + //Change this item to be uploaded with thread element. + setMessageId(cmt.mMeta.mThreadId); + requestMessage(); + } + else + { + std::cerr << "GxsChannelPostItem::loadMessage() Wrong number of Items. Remove It."; + std::cerr << std::endl; + removeItem(); + return; + } +} + +void PostedItem::loadComment(const uint32_t &token) +{ + std::vector cmts; + if (!rsPosted->getRelatedComments(token, cmts)) + { + std::cerr << "GxsChannelPostItem::loadComment() ERROR getting data"; std::cerr << std::endl; return; } - setPost(posts[0]); + size_t comNb = cmts.size(); + QString sComButText = tr("Comment"); + if (comNb == 1) { + sComButText = sComButText.append("(1)"); + } else if (comNb > 1) { + sComButText = tr("Comments").append("(%1)").arg(comNb); + } + ui->commentButton->setText(sComButText); } void PostedItem::fill() @@ -390,15 +431,15 @@ void PostedItem::setReadStatus(bool isNew, bool isUnread) ui->newLabel->setVisible(isNew); /* unpolish widget to clear the stylesheet's palette cache */ - ui->frame->style()->unpolish(ui->frame); + ui->mainFrame->style()->unpolish(ui->mainFrame); - QPalette palette = ui->frame->palette(); - palette.setColor(ui->frame->backgroundRole(), isNew ? COLOR_NEW : COLOR_NORMAL); // QScrollArea + QPalette palette = ui->mainFrame->palette(); + palette.setColor(ui->mainFrame->backgroundRole(), isNew ? COLOR_NEW : COLOR_NORMAL); // QScrollArea palette.setColor(QPalette::Base, isNew ? COLOR_NEW : COLOR_NORMAL); // QTreeWidget - ui->frame->setPalette(palette); + ui->mainFrame->setPalette(palette); - ui->frame->setProperty("new", isNew); - Rshare::refreshStyleSheet(ui->frame, false); + ui->mainFrame->setProperty("new", isNew); + Rshare::refreshStyleSheet(ui->mainFrame, false); } void PostedItem::readToggled(bool checked) diff --git a/retroshare-gui/src/gui/Posted/PostedItem.h b/retroshare-gui/src/gui/Posted/PostedItem.h index 46afc263c..2d2297a01 100644 --- a/retroshare-gui/src/gui/Posted/PostedItem.h +++ b/retroshare-gui/src/gui/Posted/PostedItem.h @@ -72,8 +72,9 @@ protected: virtual RetroShareLink::enumType getLinkType() { return RetroShareLink::TYPE_UNKNOWN; } /* GxsFeedItem */ - virtual void loadMessage(const uint32_t &token); virtual QString messageName(); + virtual void loadMessage(const uint32_t &token); + virtual void loadComment(const uint32_t &token); private: void setup(); diff --git a/retroshare-gui/src/gui/Posted/PostedItem.ui b/retroshare-gui/src/gui/Posted/PostedItem.ui index a93d83b4d..8e150784f 100644 --- a/retroshare-gui/src/gui/Posted/PostedItem.ui +++ b/retroshare-gui/src/gui/Posted/PostedItem.ui @@ -13,9 +13,9 @@ - + - + 0 @@ -31,7 +31,7 @@ QFrame::Sunken - + @@ -59,9 +59,33 @@ true + + + + + 0 + + + + + New Comment: + + + true + + + + + + + Comment Value + + + + - + @@ -207,7 +231,7 @@ - + 0 @@ -297,21 +321,7 @@ - readAndClearButton - dateBoldLabel - dateLabel - fromBoldLabel - commentButton - newLabel - siteLabel - fromLabel - readButton - fromBoldLabel_2 - clearButton titleLabel - voteDownButton - voteUpButton - scoreLabel @@ -357,6 +367,12 @@ QLabel
gui/gxs/GxsIdLabel.h
+ + ElidedLabel + QLabel +
gui/common/ElidedLabel.h
+ 1 +
diff --git a/retroshare-gui/src/gui/Posted/PostedUserNotify.cpp b/retroshare-gui/src/gui/Posted/PostedUserNotify.cpp index 0d1bbebe8..b0bfd4b3c 100644 --- a/retroshare-gui/src/gui/Posted/PostedUserNotify.cpp +++ b/retroshare-gui/src/gui/Posted/PostedUserNotify.cpp @@ -37,12 +37,12 @@ bool PostedUserNotify::hasSetting(QString *name, QString *group) QIcon PostedUserNotify::getIcon() { - return QIcon(":/icons/posted_128.png"); + return QIcon(":/icons/png/posted.png"); } QIcon PostedUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/icons/posted_red_128.png") : QIcon(":/icons/posted_128.png"); + return hasNew ? QIcon(":/icons/png/posted-notify.png") : QIcon(":/icons/png/posted.png"); } void PostedUserNotify::iconClicked() diff --git a/retroshare-gui/src/gui/RemoteDirModel.cpp b/retroshare-gui/src/gui/RemoteDirModel.cpp index 1c18c5062..eb5800867 100644 --- a/retroshare-gui/src/gui/RemoteDirModel.cpp +++ b/retroshare-gui/src/gui/RemoteDirModel.cpp @@ -211,12 +211,12 @@ QString RetroshareDirModel::getFlagsString(FileStorageFlags flags) return QString(str) ; } -QString RetroshareDirModel::getGroupsString(const std::list& group_ids) +QString RetroshareDirModel::getGroupsString(const std::list& group_ids) { QString groups_str ; RsGroupInfo group_info ; - for(std::list::const_iterator it(group_ids.begin());it!=group_ids.end();) + for(std::list::const_iterator it(group_ids.begin());it!=group_ids.end();) if(rsPeers->getGroupInfo(*it,group_info)) { groups_str += GroupDefs::name(group_info) ; diff --git a/retroshare-gui/src/gui/RemoteDirModel.h b/retroshare-gui/src/gui/RemoteDirModel.h index 6028b5785..062a49a43 100644 --- a/retroshare-gui/src/gui/RemoteDirModel.h +++ b/retroshare-gui/src/gui/RemoteDirModel.h @@ -92,7 +92,7 @@ class RetroshareDirModel : public QAbstractItemModel void treeStyle(); void downloadDirectory(const DirDetails & details, int prefixLen); static QString getFlagsString(FileStorageFlags f) ; - static QString getGroupsString(const std::list&) ; + static QString getGroupsString(const std::list &) ; QString getAgeIndicatorString(const DirDetails &) const; // void getAgeIndicatorRec(const DirDetails &details, QString &ret) const; diff --git a/retroshare-gui/src/gui/ShareManager.cpp b/retroshare-gui/src/gui/ShareManager.cpp index 5b335bbf1..3e9477fdd 100644 --- a/retroshare-gui/src/gui/ShareManager.cpp +++ b/retroshare-gui/src/gui/ShareManager.cpp @@ -249,7 +249,7 @@ void ShareManager::updateGroups() QString group_string; int n = 0; - for (std::list::const_iterator it2((*it).parent_groups.begin());it2!=(*it).parent_groups.end();++it2,++n) + for (std::list::const_iterator it2((*it).parent_groups.begin());it2!=(*it).parent_groups.end();++it2,++n) { if (n>0) group_string += ", " ; diff --git a/retroshare-gui/src/gui/SharedFilesDialog.cpp b/retroshare-gui/src/gui/SharedFilesDialog.cpp index cc578cb8d..209878f68 100644 --- a/retroshare-gui/src/gui/SharedFilesDialog.cpp +++ b/retroshare-gui/src/gui/SharedFilesDialog.cpp @@ -67,7 +67,7 @@ #define IMAGE_COLLVIEW ":/images/library_view.png" #define IMAGE_COLLOPEN ":/images/library.png" #define IMAGE_EDITSHARE ":/images/edit_16.png" -#define IMAGE_MYFILES ":images/my_documents_22.png" +#define IMAGE_MYFILES ":/icons/svg/folders1.svg" /*define dirTreeView Column */ #define COLUMN_NAME 0 diff --git a/retroshare-gui/src/gui/SharedFilesDialog.ui b/retroshare-gui/src/gui/SharedFilesDialog.ui index 04eb69fc8..25f9337fa 100644 --- a/retroshare-gui/src/gui/SharedFilesDialog.ui +++ b/retroshare-gui/src/gui/SharedFilesDialog.ui @@ -29,7 +29,16 @@ QFrame::Sunken
- + + 2 + + + 2 + + + 2 + + 2 @@ -44,7 +53,7 @@ - :/images/fileshare24.png + :/icons/svg/folders.svg true @@ -294,7 +303,16 @@ border-image: url(:/images/closepressed.png) QFrame::Raised - + + 0 + + + 0 + + + 0 + + 0 @@ -346,6 +364,7 @@ border-image: url(:/images/closepressed.png) + diff --git a/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp b/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp index afdfeb8a9..ac0578cbf 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp +++ b/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp @@ -76,6 +76,8 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::Wi connect(ui.participantsList, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(participantsTreeWidgetCustomPopupMenu(QPoint))); connect(ui.participantsList, SIGNAL(itemDoubleClicked(QTreeWidgetItem*,int)), this, SLOT(participantsTreeWidgetDoubleClicked(QTreeWidgetItem*,int))); + connect(ui.filterLineEdit, SIGNAL(textChanged(QString)), this, SLOT(filterChanged(QString))); + int S = QFontMetricsF(font()).height() ; ui.participantsList->setIconSize(QSize(1.3*S,1.3*S)); @@ -108,12 +110,17 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::Wi connect(actionSortByName, SIGNAL(triggered()), this, SLOT(sortParcipants())); connect(actionSortByActivity, SIGNAL(triggered()), this, SLOT(sortParcipants())); + + /* Add filter actions */ + QTreeWidgetItem *headerItem = ui.participantsList->headerItem(); + QString headerText = headerItem->text(COLUMN_NAME ); + ui.filterLineEdit->addFilter(QIcon(), headerText, COLUMN_NAME , QString("%1 %2").arg(tr("Search"), headerText)); // Add a button to invite friends. // inviteFriendsButton = new QToolButton ; - inviteFriendsButton->setMinimumSize(QSize(2*S,2*S)) ; - inviteFriendsButton->setMaximumSize(QSize(2*S,2*S)) ; + inviteFriendsButton->setMinimumSize(QSize(2.4*S,2.4*S)) ; + inviteFriendsButton->setMaximumSize(QSize(2.4*S,2.4*S)) ; inviteFriendsButton->setText(QString()) ; inviteFriendsButton->setAutoRaise(true) ; inviteFriendsButton->setToolTip(tr("Invite friends to this lobby")); @@ -123,9 +130,9 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::Wi { QIcon icon ; - icon.addPixmap(QPixmap(":/images/user/add_user24.png")) ; + icon.addPixmap(QPixmap(":/icons/png/invite.png")) ; inviteFriendsButton->setIcon(icon) ; - inviteFriendsButton->setIconSize(QSize(2*S,2*S)) ; + inviteFriendsButton->setIconSize(QSize(2.4*S,2.4*S)) ; } connect(inviteFriendsButton, SIGNAL(clicked()), this , SLOT(inviteFriends())); @@ -135,8 +142,15 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::Wi RsGxsId current_id; rsMsgs->getIdentityForChatLobby(lobbyId, current_id); + uint32_t idChooserFlag = IDCHOOSER_ID_REQUIRED; + ChatLobbyInfo lobbyInfo ; + if(rsMsgs->getChatLobbyInfo(lobbyId,lobbyInfo)) { + if (lobbyInfo.lobby_flags & RS_CHAT_LOBBY_FLAGS_PGP_SIGNED) { + idChooserFlag |= IDCHOOSER_NON_ANONYMOUS; + } + } ownIdChooser = new GxsIdChooser() ; - ownIdChooser->loadIds(IDCHOOSER_ID_REQUIRED,current_id) ; + ownIdChooser->loadIds(idChooserFlag, current_id) ; QWidgetAction *checkableAction = new QWidgetAction(this); checkableAction->setDefaultWidget(ownIdChooser); @@ -149,17 +163,17 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::Wi connect(ownIdChooser,SIGNAL(currentIndexChanged(int)),this,SLOT(changeNickname())) ; unsubscribeButton = new QToolButton ; - unsubscribeButton->setMinimumSize(QSize(2*S,2*S)) ; - unsubscribeButton->setMaximumSize(QSize(2*S,2*S)) ; + unsubscribeButton->setMinimumSize(QSize(2.4*S,2.4*S)) ; + unsubscribeButton->setMaximumSize(QSize(2.4*S,2.4*S)) ; unsubscribeButton->setText(QString()) ; unsubscribeButton->setAutoRaise(true) ; unsubscribeButton->setToolTip(tr("Leave this lobby (Unsubscribe)")); { QIcon icon ; - icon.addPixmap(QPixmap(":/images/door_in.png")) ; + icon.addPixmap(QPixmap(":/icons/png/leave.png")) ; unsubscribeButton->setIcon(icon) ; - unsubscribeButton->setIconSize(QSize(2*S,2*S)) ; + unsubscribeButton->setIconSize(QSize(2.4*S,2.4*S)) ; } /* Initialize splitter */ @@ -281,8 +295,6 @@ void ChatLobbyDialog::init() QString title; - std::list::const_iterator lobbyIt; - if(rsMsgs->getChatLobbyInfo(lobbyId,linfo)) { title = QString::fromUtf8(linfo.lobby_name.c_str()); @@ -552,6 +564,7 @@ void ChatLobbyDialog::updateParticipantsList() } ui.participantsList->setSortingEnabled(true); sortParcipants(); + filterIds(); } /** @@ -852,3 +865,16 @@ void ChatLobbyDialog::sortParcipants() } } + +void ChatLobbyDialog::filterChanged(const QString& /*text*/) +{ + filterIds(); +} + +void ChatLobbyDialog::filterIds() +{ + int filterColumn = ui.filterLineEdit->currentFilter(); + QString text = ui.filterLineEdit->text(); + + ui.participantsList->filterItems(filterColumn, text); +} diff --git a/retroshare-gui/src/gui/chat/ChatLobbyDialog.h b/retroshare-gui/src/gui/chat/ChatLobbyDialog.h index 61758899e..0dc9a7497 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyDialog.h +++ b/retroshare-gui/src/gui/chat/ChatLobbyDialog.h @@ -53,6 +53,7 @@ private slots: void participantsTreeWidgetCustomPopupMenu( QPoint point ); void inviteFriends() ; void leaveLobby() ; + void filterChanged(const QString &text); signals: void lobbyLeave(ChatLobbyId) ; @@ -83,6 +84,8 @@ protected slots: private: void updateParticipantsList(); + + void filterIds(); QString getParticipantName(const RsGxsId& id) const; void muteParticipant(const RsGxsId& id); diff --git a/retroshare-gui/src/gui/chat/ChatLobbyDialog.ui b/retroshare-gui/src/gui/chat/ChatLobbyDialog.ui index e31d9bc52..acc30b281 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyDialog.ui +++ b/retroshare-gui/src/gui/chat/ChatLobbyDialog.ui @@ -14,7 +14,16 @@ MainWindow - + + 0 + + + 0 + + + 0 + + 0 @@ -57,16 +66,43 @@ 0 - 3 + 0 0 - 3 + 0 - + + + QFrame::Box + + + QFrame::Sunken + + + + 2 + + + 2 + + + 2 + + + 2 + + + + + + + + + 0 @@ -114,6 +150,11 @@ Participants + + + Name + + @@ -128,13 +169,26 @@
+ + LineEditClear + QLineEdit +
gui/common/LineEditClear.h
+
ChatWidget QWidget
gui/chat/ChatWidget.h
1
+ + RSTreeWidget + QTreeWidget +
gui/common/RSTreeWidget.h
+
- + + + + diff --git a/retroshare-gui/src/gui/chat/ChatLobbyUserNotify.cpp b/retroshare-gui/src/gui/chat/ChatLobbyUserNotify.cpp index bed476b7f..3c90ce595 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyUserNotify.cpp +++ b/retroshare-gui/src/gui/chat/ChatLobbyUserNotify.cpp @@ -38,8 +38,9 @@ ChatLobbyUserNotify::ChatLobbyUserNotify(QObject *parent) : _bCheckForNickName = Settings->valueFromGroup(_group, "CheckForNickName", true).toBool(); _bCountUnRead = Settings->valueFromGroup(_group, "CountUnRead", true).toBool(); - _bCountSpecificText = Settings->valueFromGroup(_group, "CountSpecificText").toBool(); - _textToNotify = Settings->valueFromGroup(_group, "TextToNotify").toStringList(); + _bCountSpecificText = Settings->valueFromGroup(_group, "CountSpecificText", false).toBool(); + _textToNotify = Settings->valueFromGroup(_group, "TextToNotify").toStringList(); + _bTextCaseSensitive = Settings->valueFromGroup(_group, "TextCaseSensitive", false).toBool(); } bool ChatLobbyUserNotify::hasSetting(QString *name, QString *group) @@ -88,14 +89,22 @@ void ChatLobbyUserNotify::setTextToNotify(QString value) setTextToNotify(list); } +void ChatLobbyUserNotify::setTextCaseSensitive(bool value) +{ + if (_bTextCaseSensitive != value) { + _bTextCaseSensitive = value; + Settings->setValueToGroup(_group, "TextCaseSensitive", value); + } +} + QIcon ChatLobbyUserNotify::getIcon() { - return QIcon(":/images/chat_32.png"); + return QIcon(":/icons/png/chat-lobbies.png"); } QIcon ChatLobbyUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/icons/chat_red_128.png") : QIcon(":/icons/chat_128.png"); + return hasNew ? QIcon(":/icons/png/chat-lobbies-notify.png") : QIcon(":/icons/png/chat-lobbies.png"); } unsigned int ChatLobbyUserNotify::getNewCount() @@ -249,12 +258,12 @@ void ChatLobbyUserNotify::chatLobbyNewMessage(ChatLobbyId lobby_id, QDateTime ti bGetNickName = checkWord(msg, QString::fromUtf8(details.mNickname.c_str())); } - bool bFoundTextToNotify = false; + bool bFoundTextToNotify = false; - if(_bCountSpecificText) - for (QStringList::Iterator it = _textToNotify.begin(); it != _textToNotify.end(); ++it) { - bFoundTextToNotify |= checkWord(msg, (*it)); - } + if(_bCountSpecificText) + for (QStringList::Iterator it = _textToNotify.begin(); it != _textToNotify.end(); ++it) { + bFoundTextToNotify |= checkWord(msg, (*it)); + } if ((bGetNickName || bFoundTextToNotify || _bCountUnRead)){ QString strAnchor = time.toString(Qt::ISODate); @@ -272,7 +281,7 @@ bool ChatLobbyUserNotify::checkWord(QString message, QString word) { bool bFound = false; int nFound = -1; - if (((nFound=message.indexOf(word)) != -1) + if (((nFound=message.indexOf(word,0,_bTextCaseSensitive ? Qt::CaseSensitive : Qt::CaseInsensitive)) != -1) && (!word.isEmpty())) { QString eow=" ~!@#$%^&*()_+{}|:\"<>?,./;'[]\\-="; // end of word bool bFirstCharEOW = (nFound==0)?true:(eow.indexOf(message.at(nFound-1)) != -1); diff --git a/retroshare-gui/src/gui/chat/ChatLobbyUserNotify.h b/retroshare-gui/src/gui/chat/ChatLobbyUserNotify.h index 04941b006..d55310f9d 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyUserNotify.h +++ b/retroshare-gui/src/gui/chat/ChatLobbyUserNotify.h @@ -55,11 +55,13 @@ public: bool isCheckForNickName() { return _bCheckForNickName;} void setCountUnRead(bool value); bool isCountUnRead() { return _bCountUnRead;} - void setCountSpecificText(bool value); - bool isCountSpecificText() { return _bCountSpecificText;} - void setTextToNotify(QStringList); + void setCountSpecificText(bool value); + bool isCountSpecificText() { return _bCountSpecificText;} + void setTextToNotify(QStringList); void setTextToNotify(QString); QString textToNotify() { return _textToNotify.join("\n");} + void setTextCaseSensitive(bool value); + bool isTextCaseSensitive() {return _bTextCaseSensitive;} signals: void countChanged(ChatLobbyId id, unsigned int count); @@ -84,10 +86,12 @@ private: typedef std::map msg_map; typedef std::map lobby_map; lobby_map _listMsg; - QStringList _textToNotify; - bool _bCheckForNickName; + bool _bCountUnRead; - bool _bCountSpecificText; + bool _bCheckForNickName; + bool _bCountSpecificText; + QStringList _textToNotify; + bool _bTextCaseSensitive; }; #endif // CHATLOBBYUSERNOTIFY_H diff --git a/retroshare-gui/src/gui/chat/ChatUserNotify.cpp b/retroshare-gui/src/gui/chat/ChatUserNotify.cpp index 1bc4a1df9..3d244567e 100644 --- a/retroshare-gui/src/gui/chat/ChatUserNotify.cpp +++ b/retroshare-gui/src/gui/chat/ChatUserNotify.cpp @@ -79,7 +79,7 @@ QIcon ChatUserNotify::getIcon() QIcon ChatUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/icons/logo_128.png") : QIcon(":/icons/logo_128.png"); + return hasNew ? QIcon(":/icons/png/network-notify.png") : QIcon(":/icons/png/network.png"); } unsigned int ChatUserNotify::getNewCount() diff --git a/retroshare-gui/src/gui/chat/ChatWidget.cpp b/retroshare-gui/src/gui/chat/ChatWidget.cpp index 985907f7f..725fcb11b 100644 --- a/retroshare-gui/src/gui/chat/ChatWidget.cpp +++ b/retroshare-gui/src/gui/chat/ChatWidget.cpp @@ -62,7 +62,7 @@ #include -#define FMM 2//fontMetricsMultiplicator +#define FMM 2.5//fontMetricsMultiplicator /***** * #define CHAT_DEBUG 1 @@ -91,8 +91,6 @@ ChatWidget::ChatWidget(QWidget *parent) : //Resize Tool buttons ui->emoteiconButton->setFixedSize(buttonSize); ui->emoteiconButton->setIconSize(iconSize); - ui->fontButton->setFixedSize(buttonSize); - ui->fontButton->setIconSize(iconSize); ui->attachPictureButton->setFixedSize(buttonSize); ui->attachPictureButton->setIconSize(iconSize); ui->addFileButton->setFixedSize(buttonSize); @@ -109,7 +107,8 @@ ChatWidget::ChatWidget(QWidget *parent) : ui->searchButton->setFixedSize(buttonSize); ui->searchButton->setIconSize(iconSize); ui->sendButton->setFixedHeight(iconHeight); - + ui->sendButton->setIconSize(iconSize); + //Initialize search iCharToStartSearch=Settings->getChatSearchCharToStartSearch(); bFindCaseSensitively=Settings->getChatSearchCaseSensitively(); @@ -121,7 +120,7 @@ ChatWidget::ChatWidget(QWidget *parent) : ui->actionSearchWithoutLimit->setText(tr("Don't stop to color after")+" "+QString::number(uiMaxSearchLimitColor)+" "+tr("items found (need more CPU)")); - ui->markButton->setVisible(false); + ui->markButton->setVisible(false); ui->leSearch->setVisible(false); ui->searchBefore->setVisible(false); ui->searchBefore->setToolTip(tr("Find Previous
Ctrl+Shift+G")); @@ -180,22 +179,26 @@ ChatWidget::ChatWidget(QWidget *parent) : ui->hashBox->setDropWidget(this); ui->hashBox->setAutoHide(true); - QMenu *menu = new QMenu(); - menu->addAction(ui->actionChooseFont); - menu->addAction(ui->actionChooseColor); - menu->addAction(ui->actionResetFont); - menu->addAction(ui->actionNoEmbed); - menu->addAction(ui->actionSendAsPlainText); - ui->fontButton->setMenu(menu); + QMenu *fontmenu = new QMenu(tr("Set text font & color")); + fontmenu->addAction(ui->actionChooseFont); + fontmenu->addAction(ui->actionChooseColor); + fontmenu->addAction(ui->actionResetFont); + fontmenu->addAction(ui->actionNoEmbed); + fontmenu->addAction(ui->actionSendAsPlainText); - menu = new QMenu(); + QMenu *menu = new QMenu(); menu->addAction(ui->actionClearChatHistory); menu->addAction(ui->actionDeleteChatHistory); menu->addAction(ui->actionSaveChatHistory); menu->addAction(ui->actionMessageHistory); ui->pushtoolsButton->setMenu(menu); - ui->actionSendAsPlainText->setChecked(Settings->getChatSendAsPlainTextByDef()); - + menu->addMenu(fontmenu); + + ui->actionSendAsPlainText->setChecked(Settings->getChatSendAsPlainTextByDef()); + + ui->textBrowser->setImageBlockWidget(ui->imageBlockWidget); + ui->textBrowser->resetImagesStatus(Settings->getChatLoadEmbeddedImages());//Need to be called after setImageBlockWidget + ui->imageBlockWidget->setAutoHide(true); ui->textBrowser->installEventFilter(this); ui->textBrowser->viewport()->installEventFilter(this); ui->chatTextEdit->installEventFilter(this); diff --git a/retroshare-gui/src/gui/chat/ChatWidget.ui b/retroshare-gui/src/gui/chat/ChatWidget.ui index 87a3d442b..1b9f57b71 100644 --- a/retroshare-gui/src/gui/chat/ChatWidget.ui +++ b/retroshare-gui/src/gui/chat/ChatWidget.ui @@ -206,6 +206,16 @@ border-image: url(:/images/closepressed.png)
+ + + + + 0 + 0 + + + + @@ -346,69 +356,22 @@ border-image: url(:/images/closepressed.png) 0 - - - 28 - 28 - - - - - 28 - 28 - - Qt::NoFocus - - - :/emojione/1F603.png:/emojione/1F603.png - - - - 24 - 24 - - - - true - - - - - - - - 32 - 28 - - - - - 32 - 28 - - - - Qt::TabFocus - - Set text font & color + Insert emoticon - - :/images/textedit/format-text-color.png:/images/textedit/format-text-color.png + + :/icons/png/smiley.png:/icons/png/smiley.png - 24 - 24 + 28 + 28 - - QToolButton::InstantPopup - true @@ -416,18 +379,6 @@ border-image: url(:/images/closepressed.png) - - - 28 - 28 - - - - - 28 - 28 - - Qt::NoFocus @@ -435,13 +386,13 @@ border-image: url(:/images/closepressed.png) Attach a Picture
- - :/images/add_image24.png:/images/add_image24.png + + :/icons/png/attach-image.png:/icons/png/attach-image.png - 24 - 24 + 28 + 28 @@ -451,12 +402,6 @@ border-image: url(:/images/closepressed.png) - - - 28 - 28 - - Qt::NoFocus @@ -464,13 +409,13 @@ border-image: url(:/images/closepressed.png) Attach a File - - :/images/attach.png:/images/attach.png + + :/icons/png/attach.png:/icons/png/attach.png - 24 - 24 + 28 + 28 @@ -480,29 +425,17 @@ border-image: url(:/images/closepressed.png) - - - 28 - 28 - - - - - 28 - 28 - - Qt::NoFocus - - :/images/configure.png:/images/configure.png + + :/icons/png/settings.png:/icons/png/settings.png - 24 - 24 + 28 + 28 @@ -513,62 +446,6 @@ border-image: url(:/images/closepressed.png) - - - - QFrame::NoFrame - - - QFrame::Plain - - - - 2 - - - 2 - - - 2 - - - 2 - - - - - - - - - 28 - 28 - - - - - 28 - 28 - - - - Qt::NoFocus - - - - :/images/chat_red24.png:/images/chat_red24.png - - - - 24 - 24 - - - - true - - - @@ -577,29 +454,17 @@ border-image: url(:/images/closepressed.png) 0 - - - 28 - 28 - - - - - 28 - 28 - - Qt::NoFocus - - :/images/highlight.png:/images/highlight.png + + :/icons/png/highlight.png:/icons/png/highlight.png - 24 - 24 + 28 + 28 @@ -673,18 +538,6 @@ border-image: url(:/images/closepressed.png) 0 - - - 28 - 28 - - - - - 28 - 28 - - Qt::NoFocus @@ -692,13 +545,13 @@ border-image: url(:/images/closepressed.png) Qt::CustomContextMenu - - :/images/find.png:/images/find.png + + :/icons/png/search.png:/icons/png/search.png - 24 - 24 + 28 + 28 @@ -709,6 +562,50 @@ border-image: url(:/images/closepressed.png) + + + + Qt::NoFocus + + + + :/icons/png/chat-bubble-notify.png:/icons/png/chat-bubble-notify.png + + + + 28 + 28 + + + + true + + + + + + + QFrame::NoFrame + + + QFrame::Plain + + + + 2 + + + 2 + + + 2 + + + 2 + + + + @@ -723,10 +620,38 @@ border-image: url(:/images/closepressed.png) - - + + + true + + + + 0 + 0 + + + Send + + <html><head/><body><p>QToolButton:disabled {</p><p> image: url(:/icons/png/send-message-blocked.png) ;</p><p>}</p><p><br/></p></body></html> + + + + + + + :/icons/png/send-message.png:/icons/png/send-message.png + + + + 28 + 28 + + + + true +
@@ -1092,10 +1017,17 @@ border-image: url(:/images/closepressed.png) QTextEdit
gui/common/MimeTextEdit.h
+ + RSImageBlockWidget + QWidget +
gui/common/RSImageBlockWidget.h
+ 1 +
+ diff --git a/retroshare-gui/src/gui/chat/CreateLobbyDialog.cpp b/retroshare-gui/src/gui/chat/CreateLobbyDialog.cpp index 5aa7fb726..9a59b2913 100644 --- a/retroshare-gui/src/gui/chat/CreateLobbyDialog.cpp +++ b/retroshare-gui/src/gui/chat/CreateLobbyDialog.cpp @@ -39,7 +39,7 @@ CreateLobbyDialog::CreateLobbyDialog(const std::set& peer_list, int pr ui = new Ui::CreateLobbyDialog() ; ui->setupUi(this); - ui->headerFrame->setHeaderImage(QPixmap(":/images/chat_64.png")); + ui->headerFrame->setHeaderImage(QPixmap(":/icons/png/chat-lobbies.png")); ui->headerFrame->setHeaderText(tr("Create Chat Lobby")); RsGxsId default_identity ; diff --git a/retroshare-gui/src/gui/common/FriendList.cpp b/retroshare-gui/src/gui/common/FriendList.cpp index d7caa0176..e61e8a568 100644 --- a/retroshare-gui/src/gui/common/FriendList.cpp +++ b/retroshare-gui/src/gui/common/FriendList.cpp @@ -116,9 +116,7 @@ FriendList::FriendList(QWidget *parent) : mShowGroups(true), mShowState(false), mHideUnconnected(false), - groupsHasChanged(false), - openGroups(NULL), - openPeers(NULL) + groupsHasChanged(false) { ui->setupUi(this); @@ -142,7 +140,7 @@ FriendList::FriendList(QWidget *parent) : mActionSortByState = new QAction(tr("Sort by state"), this); mActionSortByState->setCheckable(true); connect(mActionSortByState, SIGNAL(toggled(bool)), this, SLOT(sortByState(bool))); - ui->peerTreeWidget->addHeaderContextMenuAction(mActionSortByState); + ui->peerTreeWidget->addContextMenuAction(mActionSortByState); /* Set sort */ sortByColumn(COLUMN_NAME, Qt::AscendingOrder); @@ -189,8 +187,9 @@ void FriendList::addToolButton(QToolButton *toolButton) /* Initialize button */ toolButton->setAutoRaise(true); - toolButton->setIconSize(ui->displayButton->iconSize()); - toolButton->setFocusPolicy(ui->displayButton->focusPolicy()); + float S = QFontMetricsF(ui->filterLineEdit->font()).height() ; + toolButton->setIconSize(QSize(S*1.5,S*1.5)); + toolButton->setFocusPolicy(Qt::NoFocus); ui->titleBarFrame->layout()->addWidget(toolButton); } @@ -219,7 +218,17 @@ void FriendList::processSettings(bool load) int arrayIndex = Settings->beginReadArray("Groups"); for (int index = 0; index < arrayIndex; ++index) { Settings->setArrayIndex(index); - addGroupToExpand(Settings->value("open").toString().toStdString()); + + std::string gids = Settings->value("open").toString().toStdString(); + + RsGroupInfo ginfo ; + + if(rsPeers->getGroupInfoByName(gids,ginfo)) // backward compatibility + addGroupToExpand(ginfo.id) ; + else if(rsPeers->getGroupInfo(RsNodeGroupId(gids),ginfo)) // backward compatibility + addGroupToExpand(ginfo.id) ; + else + std::cerr << "(EE) Cannot find group info for openned group \"" << gids << "\"" << std::endl; } Settings->endArray(); } else { @@ -236,11 +245,11 @@ void FriendList::processSettings(bool load) // open groups Settings->beginWriteArray("Groups"); int arrayIndex = 0; - std::set expandedPeers; + std::set expandedPeers; getExpandedGroups(expandedPeers); - foreach (std::string groupId, expandedPeers) { + foreach (RsNodeGroupId groupId, expandedPeers) { Settings->setArrayIndex(arrayIndex++); - Settings->setValue("open", QString::fromStdString(groupId)); + Settings->setValue("open", QString::fromStdString(groupId.toStdString())); } Settings->endArray(); } @@ -273,9 +282,9 @@ void FriendList::peerTreeWidgetCustomPopupMenu() { QTreeWidgetItem *c = getCurrentPeer(); - QMenu contextMnu(this); + QMenu *contextMenu = new QMenu(this); - QWidget *widget = new QWidget(&contextMnu); + QWidget *widget = new QWidget(contextMenu); widget->setStyleSheet( ".QWidget{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #FEFEFE, stop:1 #E8E8E8); border: 1px solid #CCCCCC;}"); // create menu header @@ -284,8 +293,9 @@ void FriendList::peerTreeWidgetCustomPopupMenu() hbox->setSpacing(6); QLabel *iconLabel = new QLabel(widget); - iconLabel->setPixmap(QPixmap(":/images/user/friends24.png")); - iconLabel->setMaximumSize(iconLabel->frameSize().height() + 24, 24); + QPixmap pix = QPixmap(":/images/user/friends24.png").scaledToHeight(QFontMetricsF(iconLabel->font()).height()*1.5); + iconLabel->setPixmap(pix); + iconLabel->setMaximumSize(iconLabel->frameSize().height() + pix.height(), pix.width()); hbox->addWidget(iconLabel); QLabel *textLabel = new QLabel("RetroShare", widget); @@ -298,7 +308,7 @@ void FriendList::peerTreeWidgetCustomPopupMenu() QWidgetAction *widgetAction = new QWidgetAction(this); widgetAction->setDefaultWidget(widget); - contextMnu.addAction(widgetAction); + contextMenu->addAction(widgetAction); // create menu entries if (c) @@ -328,23 +338,23 @@ void FriendList::peerTreeWidgetCustomPopupMenu() { bool standard = c->data(COLUMN_DATA, ROLE_STANDARD).toBool(); - contextMnu.addAction(QIcon(IMAGE_MSG), tr("Send message to whole group"), this, SLOT(msgfriend())); - contextMnu.addSeparator(); - contextMnu.addAction(QIcon(IMAGE_EDIT), tr("Edit Group"), this, SLOT(editGroup())); + contextMenu->addAction(QIcon(IMAGE_MSG), tr("Send message to whole group"), this, SLOT(msgfriend())); + contextMenu->addSeparator(); + contextMenu->addAction(QIcon(IMAGE_EDIT), tr("Edit Group"), this, SLOT(editGroup())); - QAction *action = contextMnu.addAction(QIcon(IMAGE_REMOVE), tr("Remove Group"), this, SLOT(removeGroup())); + QAction *action = contextMenu->addAction(QIcon(IMAGE_REMOVE), tr("Remove Group"), this, SLOT(removeGroup())); action->setDisabled(standard); } break; case TYPE_GPG: { - contextMnu.addAction(QIcon(IMAGE_CHAT), tr("Chat"), this, SLOT(chatfriendproxy())); - contextMnu.addAction(QIcon(IMAGE_MSG), tr("Send message"), this, SLOT(msgfriend())); + contextMenu->addAction(QIcon(IMAGE_CHAT), tr("Chat"), this, SLOT(chatfriendproxy())); + contextMenu->addAction(QIcon(IMAGE_MSG), tr("Send message"), this, SLOT(msgfriend())); - contextMnu.addSeparator(); + contextMenu->addSeparator(); - contextMnu.addAction(QIcon(IMAGE_FRIENDINFO), tr("Details"), this, SLOT(configurefriend())); - contextMnu.addAction(QIcon(IMAGE_DENYFRIEND), tr("Deny"), this, SLOT(removefriend())); + contextMenu->addAction(QIcon(IMAGE_FRIENDINFO), tr("Details"), this, SLOT(configurefriend())); + contextMenu->addAction(QIcon(IMAGE_DENYFRIEND), tr("Deny"), this, SLOT(removefriend())); if(mShowGroups) { @@ -366,19 +376,19 @@ void FriendList::peerTreeWidgetCustomPopupMenu() if (std::find(groupIt->peerIds.begin(), groupIt->peerIds.end(), gpgId) == groupIt->peerIds.end()) { if (parent) { if (addToGroupMenu == NULL) { - addToGroupMenu = new QMenu(tr("Add to group"), &contextMnu); + addToGroupMenu = new QMenu(tr("Add to group"), contextMenu); } QAction* addToGroupAction = new QAction(GroupDefs::name(*groupIt), addToGroupMenu); - addToGroupAction->setData(QString::fromStdString(groupIt->id)); + addToGroupAction->setData(QString::fromStdString(groupIt->id.toStdString())); connect(addToGroupAction, SIGNAL(triggered()), this, SLOT(addToGroup())); addToGroupMenu->addAction(addToGroupAction); } if (moveToGroupMenu == NULL) { - moveToGroupMenu = new QMenu(tr("Move to group"), &contextMnu); + moveToGroupMenu = new QMenu(tr("Move to group"), contextMenu); } QAction* moveToGroupAction = new QAction(GroupDefs::name(*groupIt), moveToGroupMenu); - moveToGroupAction->setData(QString::fromStdString(groupIt->id)); + moveToGroupAction->setData(QString::fromStdString(groupIt->id.toStdString())); connect(moveToGroupAction, SIGNAL(triggered()), this, SLOT(moveToGroup())); moveToGroupMenu->addAction(moveToGroupAction); } else { @@ -386,7 +396,7 @@ void FriendList::peerTreeWidgetCustomPopupMenu() } } - QMenu *groupsMenu = contextMnu.addMenu(QIcon(IMAGE_GROUP16), tr("Groups")); + QMenu *groupsMenu = contextMenu->addMenu(QIcon(IMAGE_GROUP16), tr("Groups")); groupsMenu->addAction(QIcon(IMAGE_EXPAND), tr("Create new group"), this, SLOT(createNewGroup())); if (addToGroupMenu || moveToGroupMenu || foundGroup) { @@ -418,45 +428,48 @@ void FriendList::peerTreeWidgetCustomPopupMenu() case TYPE_SSL: { - contextMnu.addAction(QIcon(IMAGE_CHAT), tr("Chat"), this, SLOT(chatfriendproxy())); - contextMnu.addAction(QIcon(IMAGE_MSG), tr("Send message"), this, SLOT(msgfriend())); + contextMenu->addAction(QIcon(IMAGE_CHAT), tr("Chat"), this, SLOT(chatfriendproxy())); + contextMenu->addAction(QIcon(IMAGE_MSG), tr("Send message"), this, SLOT(msgfriend())); - contextMnu.addSeparator(); + contextMenu->addSeparator(); - contextMnu.addAction(QIcon(IMAGE_FRIENDINFO), tr("Details"), this, SLOT(configurefriend())); + contextMenu->addAction(QIcon(IMAGE_FRIENDINFO), tr("Details"), this, SLOT(configurefriend())); if (type == TYPE_GPG || type == TYPE_SSL) { - contextMnu.addAction(QIcon(IMAGE_EXPORTFRIEND), tr("Recommend this Friend to..."), this, SLOT(recommendfriend())); + contextMenu->addAction(QIcon(IMAGE_EXPORTFRIEND), tr("Recommend this Friend to..."), this, SLOT(recommendfriend())); } - contextMnu.addAction(QIcon(IMAGE_CONNECT), tr("Attempt to connect"), this, SLOT(connectfriend())); + contextMenu->addAction(QIcon(IMAGE_CONNECT), tr("Attempt to connect"), this, SLOT(connectfriend())); - contextMnu.addAction(QIcon(IMAGE_COPYLINK), tr("Copy certificate link"), this, SLOT(copyFullCertificate())); + contextMenu->addAction(QIcon(IMAGE_COPYLINK), tr("Copy certificate link"), this, SLOT(copyFullCertificate())); - //this is a SSL key - contextMnu.addAction(QIcon(IMAGE_REMOVEFRIEND), tr("Remove Friend Node"), this, SLOT(removefriend())); + //this is a SSL key + contextMenu->addAction(QIcon(IMAGE_REMOVEFRIEND), tr("Remove Friend Node"), this, SLOT(removefriend())); } } } - contextMnu.addSeparator(); + contextMenu->addSeparator(); - QAction *action = contextMnu.addAction(QIcon(IMAGE_PASTELINK), tr("Paste certificate link"), this, SLOT(pastePerson())); - if (RSLinkClipboard::empty(RetroShareLink::TYPE_CERTIFICATE)) - action->setDisabled(true); + QAction *action = contextMenu->addAction(QIcon(IMAGE_PASTELINK), tr("Paste certificate link"), this, SLOT(pastePerson())); + if (RSLinkClipboard::empty(RetroShareLink::TYPE_CERTIFICATE)) + action->setDisabled(true); - contextMnu.addAction(QIcon(IMAGE_EXPAND), tr("Expand all"), ui->peerTreeWidget, SLOT(expandAll())); - contextMnu.addAction(QIcon(IMAGE_COLLAPSE), tr("Collapse all"), ui->peerTreeWidget, SLOT(collapseAll())); + contextMenu->addAction(QIcon(IMAGE_EXPAND), tr("Expand all"), ui->peerTreeWidget, SLOT(expandAll())); + contextMenu->addAction(QIcon(IMAGE_COLLAPSE), tr("Collapse all"), ui->peerTreeWidget, SLOT(collapseAll())); - contextMnu.exec(QCursor::pos()); + contextMenu = ui->peerTreeWidget->createStandardContextMenu(contextMenu); + + contextMenu->exec(QCursor::pos()); + delete contextMenu; } void FriendList::createNewGroup() { - CreateGroup createGrpDialog ("", this); + CreateGroup createGrpDialog (RsNodeGroupId(), this); createGrpDialog.exec(); } @@ -596,7 +609,7 @@ void FriendList::insertPeers() if (mShowGroups && groupsHasChanged) { if (parent) { if (parent->type() == TYPE_GROUP) { - std::string groupId = getRsId(parent); + RsNodeGroupId groupId(getRsId(parent)); // the parent is a group, check if the gpg id is assigned to the group for (groupIt = groupInfoList.begin(); groupIt != groupInfoList.end(); ++groupIt) { @@ -630,7 +643,7 @@ void FriendList::insertPeers() } } else if (groupsHasChanged) { // remove deleted groups - std::string groupId = getRsId(item); + RsNodeGroupId groupId ( getRsId(item)); for (groupIt = groupInfoList.begin(); groupIt != groupInfoList.end(); ++groupIt) { if (groupIt->id == groupId) { break; @@ -671,7 +684,7 @@ void FriendList::insertPeers() int itemCount = peerTreeWidget->topLevelItemCount(); for (int index = 0; index < itemCount; ++index) { QTreeWidgetItem *groupItemLoop = peerTreeWidget->topLevelItem(index); - if (groupItemLoop->type() == TYPE_GROUP && getRsId(groupItemLoop) == groupInfo->id) { + if (groupItemLoop->type() == TYPE_GROUP && RsNodeGroupId(getRsId(groupItemLoop)) == groupInfo->id) { groupItem = groupItemLoop; break; } @@ -690,7 +703,7 @@ void FriendList::insertPeers() groupItem->setForeground(COLUMN_NAME, QBrush(textColorGroup())); /* used to find back the item */ - groupItem->setData(COLUMN_DATA, ROLE_ID, QString::fromStdString(groupInfo->id)); + groupItem->setData(COLUMN_DATA, ROLE_ID, QString::fromStdString(groupInfo->id.toStdString())); groupItem->setData(COLUMN_DATA, ROLE_STANDARD, (groupInfo->flag & RS_GROUP_FLAG_STANDARD) ? true : false); /* Sort data */ @@ -716,7 +729,7 @@ void FriendList::insertPeers() } } - if (openGroups != NULL && openGroups->find(groupInfo->id) != openGroups->end()) { + if (openGroups.find(groupInfo->id) != openGroups.end()) { groupItem->setExpanded(true); } @@ -1168,9 +1181,9 @@ void FriendList::insertPeers() gpgItem->setData(COLUMN_NAME, ROLE_FILTER, gpgName); gpgItem->setData(COLUMN_LAST_CONTACT, Qt::DisplayRole, showInfoAtGpgItem ? QVariant(bestLastContact) : ""); - gpgItem->setData(COLUMN_LAST_CONTACT, ROLE_SORT_NAME, showInfoAtGpgItem ? QVariant(bestLastContact) : ""); + gpgItem->setData(COLUMN_LAST_CONTACT, ROLE_SORT_NAME, QVariant(bestLastContact)); gpgItem->setText(COLUMN_IP, showInfoAtGpgItem ? bestIP : ""); - gpgItem->setData(COLUMN_IP, ROLE_SORT_NAME, showInfoAtGpgItem ? bestIP : ""); + gpgItem->setData(COLUMN_IP, ROLE_SORT_NAME, bestIP); /* Sort data */ gpgItem->setData(COLUMN_NAME, ROLE_SORT_NAME, gpgName); @@ -1182,7 +1195,7 @@ void FriendList::insertPeers() gpgItem->setFont(i, gpgFont); } - if (openPeers != NULL && openPeers->find(gpgId.toStdString()) != openPeers->end()) { + if (openPeers.find(gpgId.toStdString()) != openPeers.end()) { gpgItem->setExpanded(true); } } @@ -1217,14 +1230,6 @@ void FriendList::insertPeers() } groupsHasChanged = false; - if (openGroups != NULL) { - delete(openGroups); - openGroups = NULL; - } - if (openPeers != NULL) { - delete(openPeers); - openPeers = NULL; - } ui->peerTreeWidget->resort(); } @@ -1232,13 +1237,13 @@ void FriendList::insertPeers() /** * Returns a list with all groupIds that are expanded */ -bool FriendList::getExpandedGroups(std::set &groups) const +bool FriendList::getExpandedGroups(std::set &groups) const { int itemCount = ui->peerTreeWidget->topLevelItemCount(); for (int index = 0; index < itemCount; ++index) { QTreeWidgetItem *item = ui->peerTreeWidget->topLevelItem(index); if (item->type() == TYPE_GROUP && item->isExpanded()) { - groups.insert(item->data(COLUMN_DATA, ROLE_ID).toString().toStdString()); + groups.insert(RsNodeGroupId(item->data(COLUMN_DATA, ROLE_ID).toString().toStdString())); } } return true; @@ -1626,7 +1631,7 @@ void FriendList::getSslIdsFromItem(QTreeWidgetItem *item, std::list &s case TYPE_GROUP: { RsGroupInfo groupInfo; - if (rsPeers->getGroupInfo(peerId, groupInfo)) { + if (rsPeers->getGroupInfo(RsNodeGroupId(peerId), groupInfo)) { std::set::iterator gpgIt; for (gpgIt = groupInfo.peerIds.begin(); gpgIt != groupInfo.peerIds.end(); ++gpgIt) { rsPeers->getAssociatedSSLIds(*gpgIt, sslIds); @@ -1649,10 +1654,10 @@ void FriendList::addToGroup() return; } - std::string groupId = qobject_cast(sender())->data().toString().toStdString(); + RsNodeGroupId groupId ( qobject_cast(sender())->data().toString().toStdString()); RsPgpId gpgId ( getRsId(c)); - if (gpgId.isNull() || groupId.empty()) { + if (gpgId.isNull() || groupId.isNull()) { return; } @@ -1675,15 +1680,15 @@ void FriendList::moveToGroup() return; } - std::string groupId = qobject_cast(sender())->data().toString().toStdString(); + RsNodeGroupId groupId ( qobject_cast(sender())->data().toString().toStdString()); RsPgpId gpgId ( getRsId(c)); - if (gpgId.isNull() || groupId.empty()) { + if (gpgId.isNull() || groupId.isNull()) { return; } // remove from all groups - rsPeers->assignPeerToGroup("", gpgId, false); + rsPeers->assignPeerToGroup(RsNodeGroupId(), gpgId, false); // automatically expand the group, the peer is added to addGroupToExpand(groupId); @@ -1704,7 +1709,7 @@ void FriendList::removeFromGroup() return; } - std::string groupId = qobject_cast(sender())->data().toString().toStdString(); + RsNodeGroupId groupId ( qobject_cast(sender())->data().toString().toStdString()); RsPgpId gpgId ( getRsId(c)); if (gpgId.isNull()) { @@ -1727,14 +1732,13 @@ void FriendList::editGroup() return; } - std::string groupId = getRsId(c); + RsNodeGroupId groupId ( getRsId(c)); - if (groupId.empty()) { - return; + if (!groupId.isNull()) + { + CreateGroup editGrpDialog(groupId, this); + editGrpDialog.exec(); } - - CreateGroup editGrpDialog(groupId, this); - editGrpDialog.exec(); } void FriendList::removeGroup() @@ -1749,13 +1753,10 @@ void FriendList::removeGroup() return; } - std::string groupId = getRsId(c); + RsNodeGroupId groupId ( getRsId(c)); - if (groupId.empty()) { - return; - } - - rsPeers->removeGroup(groupId); + if (!groupId.isNull()) + rsPeers->removeGroup(groupId); } void FriendList::exportFriendlistClicked() @@ -2089,7 +2090,7 @@ bool FriendList::importFriendlist(QString &fileName, bool &errorPeers, bool &err // get name and flags and try to get the group ID std::string groupName = group.attribute("name").toStdString(); uint32_t flag = group.attribute("flag").toInt(); - std::string groupId; + RsNodeGroupId groupId; if(getOrCreateGroup(groupName, flag, groupId)) { // group id found! QDomElement pgpID = group.firstChildElement("pgpID"); @@ -2123,7 +2124,7 @@ bool FriendList::importFriendlist(QString &fileName, bool &errorPeers, bool &err * @param id groupd id for the given name * @return success or fail */ -bool FriendList::getGroupIdByName(const std::string &name, std::string &id) +bool FriendList::getGroupIdByName(const std::string &name, RsNodeGroupId &id) { std::list grpList; if(!rsPeers->getGroupInfoList(grpList)) @@ -2146,14 +2147,14 @@ bool FriendList::getGroupIdByName(const std::string &name, std::string &id) * @param id groupd id * @return success or failure */ -bool FriendList::getOrCreateGroup(const std::string &name, const uint &flag, std::string &id) +bool FriendList::getOrCreateGroup(const std::string &name, const uint &flag, RsNodeGroupId &id) { if(getGroupIdByName(name, id)) return true; // -> create one RsGroupInfo grp; - grp.id = "0"; // RS will generate an ID + grp.id.clear(); // RS will generate an ID grp.name = name; grp.flag = flag; @@ -2271,12 +2272,9 @@ void FriendList::filterItems(const QString &text) * Add a groupId to the openGroups list. These groups * will be expanded, when they're added to the QTreeWidget */ -void FriendList::addGroupToExpand(const std::string &groupId) +void FriendList::addGroupToExpand(const RsNodeGroupId &groupId) { - if (openGroups == NULL) { - openGroups = new std::set; - } - openGroups->insert(groupId); + openGroups.insert(groupId); } /** @@ -2285,24 +2283,21 @@ void FriendList::addGroupToExpand(const std::string &groupId) */ void FriendList::addPeerToExpand(const std::string &gpgId) { - if (openPeers == NULL) { - openPeers = new std::set; - } - openPeers->insert(gpgId); + openPeers.insert(gpgId); } void FriendList::createDisplayMenu() { - QMenu *displayMenu = new QMenu(this); + QMenu *displayMenu = new QMenu(tr("Show Items"), this); connect(displayMenu, SIGNAL(aboutToShow()), this, SLOT(updateMenu())); displayMenu->addAction(ui->actionHideOfflineFriends); displayMenu->addAction(ui->actionShowState); displayMenu->addAction(ui->actionShowGroups); - displayMenu->addAction(ui->actionExportFriendlist); - displayMenu->addAction(ui->actionImportFriendlist); - ui->displayButton->setMenu(displayMenu); + ui->peerTreeWidget->addContextMenuMenu(displayMenu); + ui->peerTreeWidget->addContextMenuAction(ui->actionExportFriendlist); + ui->peerTreeWidget->addContextMenuAction(ui->actionImportFriendlist); } void FriendList::updateMenu() diff --git a/retroshare-gui/src/gui/common/FriendList.h b/retroshare-gui/src/gui/common/FriendList.h index cd950a639..6b92530d8 100644 --- a/retroshare-gui/src/gui/common/FriendList.h +++ b/retroshare-gui/src/gui/common/FriendList.h @@ -63,8 +63,8 @@ public: // Add a tool button to the tool area void addToolButton(QToolButton *toolButton); void processSettings(bool load); - void addGroupToExpand(const std::string &groupId); - bool getExpandedGroups(std::set &groups) const; + void addGroupToExpand(const RsNodeGroupId &groupId); + bool getExpandedGroups(std::set &groups) const; void addPeerToExpand(const std::string &gpgId); bool getExpandedPeers(std::set &peers) const; @@ -119,8 +119,9 @@ private: QString mFilterText; bool groupsHasChanged; - std::set *openGroups; - std::set *openPeers; + std::set openGroups; +#warning this would needs an ID, not a std::string. + std::set openPeers; /* Color definitions (for standard see qss.default) */ QColor mTextColorGroup; @@ -129,8 +130,8 @@ private: QTreeWidgetItem *getCurrentPeer() const; void getSslIdsFromItem(QTreeWidgetItem *item, std::list &sslIds); - bool getOrCreateGroup(const std::string &name, const uint &flag, std::string &id); - bool getGroupIdByName(const std::string &name, std::string &id); + bool getOrCreateGroup(const std::string &name, const uint &flag, RsNodeGroupId &id); + bool getGroupIdByName(const std::string &name, RsNodeGroupId &id); bool importExportFriendlistFileDialog(QString &fileName, bool import); bool exportFriendlist(QString &fileName); diff --git a/retroshare-gui/src/gui/common/FriendList.ui b/retroshare-gui/src/gui/common/FriendList.ui index cc6921319..d1fb3122d 100644 --- a/retroshare-gui/src/gui/common/FriendList.ui +++ b/retroshare-gui/src/gui/common/FriendList.ui @@ -53,38 +53,6 @@ - - - - - 30 - 0 - - - - Qt::NoFocus - - - Display - - - - :/images/looknfeel.png:/images/looknfeel.png - - - - 24 - 24 - - - - QToolButton::InstantPopup - - - true - - -
@@ -188,8 +156,6 @@
gui/common/RSTreeWidget.h
- - - + diff --git a/retroshare-gui/src/gui/common/FriendSelectionWidget.cpp b/retroshare-gui/src/gui/common/FriendSelectionWidget.cpp index f6eb99e13..dce1b39f4 100644 --- a/retroshare-gui/src/gui/common/FriendSelectionWidget.cpp +++ b/retroshare-gui/src/gui/common/FriendSelectionWidget.cpp @@ -108,7 +108,7 @@ FriendSelectionWidget::FriendSelectionWidget(QWidget *parent) mActionSortByState = new QAction(tr("Sort by state"), this); mActionSortByState->setCheckable(true); connect(mActionSortByState, SIGNAL(toggled(bool)), this, SLOT(sortByState(bool))); - ui->friendList->addHeaderContextMenuAction(mActionSortByState); + ui->friendList->addContextMenuAction(mActionSortByState); /* initialize list */ ui->friendList->setColumnCount(COLUMN_COUNT); @@ -271,9 +271,9 @@ void FriendSelectionWidget::secured_fillList() selectedIds(sslIdsSelected,true); } - std::set groupIdsSelected; + std::set groupIdsSelected; if (mShowTypes & SHOW_GROUP) { - selectedIds(groupIdsSelected,true); + selectedIds(groupIdsSelected,true); } std::set gpgIdsSelected; @@ -305,6 +305,9 @@ void FriendSelectionWidget::secured_fillList() else rsPeers->getGPGAcceptedList(gpgIds); + // add own pgp id to the list + gpgIds.push_back(rsPeers->getGPGOwnId()) ; + std::list sslIds; std::list::iterator sslIt; @@ -347,7 +350,7 @@ void FriendSelectionWidget::secured_fillList() groupItem->setTextAlignment(COLUMN_NAME, Qt::AlignLeft | Qt::AlignVCenter); groupItem->setIcon(COLUMN_NAME, QIcon(IMAGE_GROUP16)); - groupItem->setData(COLUMN_DATA, ROLE_ID, QString::fromStdString(groupInfo->id)); + groupItem->setData(COLUMN_DATA, ROLE_ID, QString::fromStdString(groupInfo->id.toStdString())); groupItem->setExpanded(true); @@ -363,7 +366,7 @@ void FriendSelectionWidget::secured_fillList() groupItem->setCheckState(0, Qt::Unchecked); } - emit itemAdded(IDTYPE_GROUP, QString::fromStdString(groupInfo->id), groupItem); + emit itemAdded(IDTYPE_GROUP, QString::fromStdString(groupInfo->id.toStdString()), groupItem); if (std::find(groupIdsSelected.begin(), groupIdsSelected.end(), groupInfo->id) != groupIdsSelected.end()) { setSelected(mListModus, groupItem, true); @@ -805,16 +808,16 @@ void FriendSelectionWidget::addContextMenuAction(QAction *action) void FriendSelectionWidget::contextMenuRequested(const QPoint &/*pos*/) { - QMenu contextMenu(this); + QMenu *contextMenu = new QMenu(this); if (mListModus == MODUS_CHECK) { - contextMenu.addAction(QIcon(), tr("Mark all"), this, SLOT(selectAll())); - contextMenu.addAction(QIcon(), tr("Mark none"), this, SLOT(deselectAll())); + contextMenu->addAction(QIcon(), tr("Mark all"), this, SLOT(selectAll())); + contextMenu->addAction(QIcon(), tr("Mark none"), this, SLOT(deselectAll())); } if (!mContextMenuActions.isEmpty()) { bool addSeparator = false; - if (!contextMenu.isEmpty()) { + if (!contextMenu->isEmpty()) { // Check for visible action foreach (QAction *action, mContextMenuActions) { if (action->isVisible()) { @@ -825,17 +828,19 @@ void FriendSelectionWidget::contextMenuRequested(const QPoint &/*pos*/) } if (addSeparator) { - contextMenu.addSeparator(); + contextMenu->addSeparator(); } - contextMenu.addActions(mContextMenuActions); + contextMenu->addActions(mContextMenuActions); } - if (contextMenu.isEmpty()) { - return; + contextMenu = ui->friendList->createStandardContextMenu(contextMenu); + + if (!contextMenu->isEmpty()) { + contextMenu->exec(QCursor::pos()); } - contextMenu.exec(QCursor::pos()); + delete contextMenu; } void FriendSelectionWidget::itemDoubleClicked(QTreeWidgetItem *item, int /*column*/) diff --git a/retroshare-gui/src/gui/common/GroupChooser.cpp b/retroshare-gui/src/gui/common/GroupChooser.cpp new file mode 100644 index 000000000..02b43fb56 --- /dev/null +++ b/retroshare-gui/src/gui/common/GroupChooser.cpp @@ -0,0 +1,117 @@ +/* + * Retroshare Gxs Support + * + * Copyright 2012-2013 by Robert Fernie. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License Version 2.1 as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA. + * + * Please report all bugs and problems to "retroshare@lunamutt.com". + * + */ + +#include "GroupChooser.h" + +#include +#include + +#include + +/** Constructor */ +GroupChooser::GroupChooser(QWidget *parent) +: QComboBox(parent), mFlags(0) +{ + return; +} + +void GroupChooser::loadGroups(uint32_t chooserFlags, const RsNodeGroupId& defaultId) +{ + mFlags = chooserFlags; + mDefaultGroupId = defaultId; + + loadGroups(); +} + + +bool GroupChooser::makeNodeGroupDesc(const RsGroupInfo& info, QString &desc) +{ + desc.clear(); + + if(info.name.empty()) + desc = tr("[Unknown]") ; + else + desc = "\"" + QString::fromUtf8(info.name.c_str()) + "\""; + + desc += " [" ; + desc += QString::fromStdString(info.id.toStdString().substr(0,3)); + desc += "..."; + desc += QString::fromStdString(info.id.toStdString().substr(info.id.toStdString().length()-2,2)); + desc += "]"; + + return true; +} + + +void GroupChooser::loadGroups() +{ + std::list ids; + + rsPeers->getGroupInfoList(ids); + + if (ids.empty()) + { + std::cerr << "GroupChooser::loadGroups() ERROR no ids"; + std::cerr << std::endl; + return; + } + + int i = 0; + int def = -1; + for( std::list::iterator it = ids.begin(); it != ids.end(); ++it, ++i) + { + /* add to Chooser */ + QString str; + if (!makeNodeGroupDesc(*it, str)) + { + std::cerr << "GroupChooser::loadGroups() ERROR Desc for Id: " << it->id; + std::cerr << std::endl; + continue; + } + QString id = QString::fromStdString(it->id.toStdString()); + + addItem(str, id); + + if (mDefaultGroupId == it->id) + def = i; + } + + if (def >= 0) + { + setCurrentIndex(def); + } +} + +bool GroupChooser::getChosenGroup(RsNodeGroupId& id) +{ + if (count() < 1) + return false; + + int idx = currentIndex(); + + QVariant var = itemData(idx); + id = RsNodeGroupId(var.toString().toStdString()); + + return true; +} + diff --git a/retroshare-gui/src/gui/common/GroupChooser.h b/retroshare-gui/src/gui/common/GroupChooser.h new file mode 100644 index 000000000..fe7cb553b --- /dev/null +++ b/retroshare-gui/src/gui/common/GroupChooser.h @@ -0,0 +1,45 @@ +/* + * Retroshare Gxs Support + * + * Copyright 2012-2013 by Robert Fernie. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License Version 2.1 as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA. + * + * Please report all bugs and problems to "retroshare@lunamutt.com". + * + */ + + +#pragma once + +#include +#include + +class GroupChooser : public QComboBox +{ +public: + GroupChooser(QWidget *parent = NULL); + + void loadGroups(uint32_t chooserFlags, const RsNodeGroupId& defaultId); + bool getChosenGroup(RsNodeGroupId& id); + + static bool makeNodeGroupDesc(const RsGroupInfo& info, QString &desc); +private: + void loadGroups(); + uint32_t mFlags; + + RsNodeGroupId mDefaultGroupId; +}; + diff --git a/retroshare-gui/src/gui/common/GroupDefs.cpp b/retroshare-gui/src/gui/common/GroupDefs.cpp index 2b493124e..8a5e85ecd 100644 --- a/retroshare-gui/src/gui/common/GroupDefs.cpp +++ b/retroshare-gui/src/gui/common/GroupDefs.cpp @@ -51,7 +51,7 @@ const QString GroupDefs::name(const RsGroupInfo &groupInfo) return qApp->translate("GroupDefs", "Favorites"); } - std::cerr << "GroupDefs::name: Unknown group id requested " << groupInfo.id; + std::cerr << "GroupDefs::name: Unknown group id requested " << groupInfo.id << std::endl; return ""; } diff --git a/retroshare-gui/src/gui/common/GroupSelectionBox.cpp b/retroshare-gui/src/gui/common/GroupSelectionBox.cpp index 613459019..2e0cc9c32 100644 --- a/retroshare-gui/src/gui/common/GroupSelectionBox.cpp +++ b/retroshare-gui/src/gui/common/GroupSelectionBox.cpp @@ -20,7 +20,7 @@ GroupSelectionBox::GroupSelectionBox(QWidget *parent) void GroupSelectionBox::fillGroups() { - std::list selectedIds; + std::list selectedIds; selectedGroupIds(selectedIds); clear(); @@ -30,7 +30,7 @@ void GroupSelectionBox::fillGroups() for (std::list::const_iterator it(groupIds.begin()); it != groupIds.end(); ++it) { QListWidgetItem *item = new QListWidgetItem(GroupDefs::name(*it)); - item->setData(ROLE_ID, QString::fromStdString(it->id)); + item->setData(ROLE_ID, QString::fromStdString(it->id.toStdString())); item->setBackgroundColor(QColor(183,236,181)); addItem(item); } @@ -38,27 +38,27 @@ void GroupSelectionBox::fillGroups() setSelectedGroupIds(selectedIds); } -void GroupSelectionBox::selectedGroupIds(std::list &groupIds) const +void GroupSelectionBox::selectedGroupIds(std::list &groupIds) const { int itemCount = count(); for (int i = 0; i < itemCount; ++i) { QListWidgetItem *listItem = item(i); if (listItem->checkState() == Qt::Checked) { - groupIds.push_back(item(i)->data(ROLE_ID).toString().toStdString()); + groupIds.push_back(RsNodeGroupId(item(i)->data(ROLE_ID).toString().toStdString())); std::cerr << "Adding selected item " << groupIds.back() << std::endl; } } } -void GroupSelectionBox::setSelectedGroupIds(const std::list& groupIds) +void GroupSelectionBox::setSelectedGroupIds(const std::list& groupIds) { int itemCount = count(); for (int i = 0; i < itemCount; ++i) { QListWidgetItem *listItem = item(i); - if (std::find(groupIds.begin(), groupIds.end(), listItem->data(ROLE_ID).toString().toStdString()) != groupIds.end()) { + if (std::find(groupIds.begin(), groupIds.end(), RsNodeGroupId(listItem->data(ROLE_ID).toString().toStdString())) != groupIds.end()) { listItem->setCheckState(Qt::Checked); } else { listItem->setCheckState(Qt::Unchecked); diff --git a/retroshare-gui/src/gui/common/GroupSelectionBox.h b/retroshare-gui/src/gui/common/GroupSelectionBox.h index f8e8477fb..4afc9cc94 100644 --- a/retroshare-gui/src/gui/common/GroupSelectionBox.h +++ b/retroshare-gui/src/gui/common/GroupSelectionBox.h @@ -1,4 +1,5 @@ #include +#include class GroupSelectionBox: public QListWidget { @@ -7,10 +8,10 @@ class GroupSelectionBox: public QListWidget public: GroupSelectionBox(QWidget *parent); - void selectedGroupIds(std::list &groupIds) const; + void selectedGroupIds(std::list &groupIds) const; void selectedGroupNames(QList &groupNames) const; - void setSelectedGroupIds(const std::list &groupIds); + void setSelectedGroupIds(const std::list &groupIds); private slots: void fillGroups(); diff --git a/retroshare-gui/src/gui/common/GroupTreeWidget.ui b/retroshare-gui/src/gui/common/GroupTreeWidget.ui index 9b6739c72..c4d3948b1 100644 --- a/retroshare-gui/src/gui/common/GroupTreeWidget.ui +++ b/retroshare-gui/src/gui/common/GroupTreeWidget.ui @@ -14,7 +14,16 @@ 2 - + + 0 + + + 0 + + + 0 + + 0 @@ -32,7 +41,16 @@ QFrame::Sunken - + + 2 + + + 2 + + + 2 + + 2 @@ -52,8 +70,8 @@ - 32 - 16 + 24 + 24 diff --git a/retroshare-gui/src/gui/common/RSImageBlockWidget.cpp b/retroshare-gui/src/gui/common/RSImageBlockWidget.cpp index 98f6193c3..f2d62452f 100644 --- a/retroshare-gui/src/gui/common/RSImageBlockWidget.cpp +++ b/retroshare-gui/src/gui/common/RSImageBlockWidget.cpp @@ -26,15 +26,28 @@ RSImageBlockWidget::RSImageBlockWidget(QWidget *parent) : QWidget(parent), - ui(new Ui::RSImageBlockWidget) + ui(new Ui::RSImageBlockWidget), + mAutoHide(false), mAutoHideHeight(4), mAutoHideTimeToStart(3000), mAutoHideDuration(3000) { ui->setupUi(this); + mDefaultRect = this->geometry(); + + ui->infoFrame->installEventFilter(this); + + mTimer = new RsProtectedTimer(this); + mTimer->setSingleShot(true); + connect(mTimer, SIGNAL(timeout()), this, SLOT(startAutoHide())); + + mAnimation = new QPropertyAnimation(this, "geometry"); connect(ui->loadImagesButton, SIGNAL(clicked()), this, SIGNAL(showImages())); } RSImageBlockWidget::~RSImageBlockWidget() { + delete mAnimation; + mTimer->stop(); + delete mTimer; delete ui; } @@ -64,3 +77,61 @@ void RSImageBlockWidget::addButtonAction(const QString &text, const QObject *rec connect(action, SIGNAL(triggered()), this, SIGNAL(showImages())); } } + +bool RSImageBlockWidget::eventFilter(QObject *obj, QEvent *event) +{ + if (mAutoHide) { + if (event->type() == QEvent::Show) { + mTimer->start(mAutoHideTimeToStart); + } + if (event->type() == QEvent::Hide) { + mTimer->stop(); + } + if (event->type() == QEvent::Enter) { + mAnimation->stop(); + this->setGeometry(mDefaultRect); + this->updateGeometry(); + mTimer->start(mAutoHideTimeToStart); + mAnimation->setCurrentTime(0); + } + } + if (mAnimation->currentTime() == 0) { + mDefaultRect = this->geometry(); + } else if (mAnimation->state() == QAbstractAnimation::Running) { + this->updateGeometry(); + } + + // pass the event on to the parent class + return QObject::eventFilter(obj, event); +} + +void RSImageBlockWidget::setAutoHide(const bool value) +{ + if(value && !mAutoHide) { + if (this->isVisible()) mTimer->start(mAutoHideTimeToStart); + } else if (!value && mAutoHide) { + mTimer->stop(); + } + mAutoHide = value; +} + +void RSImageBlockWidget::startAutoHide() +{ + QRect r = mDefaultRect; + r.setHeight(mAutoHideHeight); + this->setSizePolicy(QSizePolicy::Ignored,QSizePolicy::Preferred); + mAnimation->setDuration(mAutoHideDuration); + mAnimation->setStartValue(mDefaultRect); + mAnimation->setEndValue(r); + + mAnimation->start(); +} + +QSize RSImageBlockWidget::sizeHint() const +{ + if (mAnimation->currentTime() == 0) { + return mDefaultRect.size(); + } else { + return mAnimation->currentValue().toRect().size(); + } +} diff --git a/retroshare-gui/src/gui/common/RSImageBlockWidget.h b/retroshare-gui/src/gui/common/RSImageBlockWidget.h index f4dfffbfc..b435fbfbf 100644 --- a/retroshare-gui/src/gui/common/RSImageBlockWidget.h +++ b/retroshare-gui/src/gui/common/RSImageBlockWidget.h @@ -22,8 +22,11 @@ #ifndef RSIMAGEBLOCKWIDGET_H #define RSIMAGEBLOCKWIDGET_H +#include #include +#include "util/RsProtectedTimer.h" + namespace Ui { class RSImageBlockWidget; } @@ -32,17 +35,48 @@ class RSImageBlockWidget : public QWidget { Q_OBJECT + Q_PROPERTY(bool autoHide READ autoHide WRITE setAutoHide) + Q_PROPERTY(int autoHideHeight READ autoHideHeight WRITE setAutoHideHeight) + Q_PROPERTY(int autoHideTimeToStart READ autoHideTimeToStart WRITE setAutoHideTimeToStart) + Q_PROPERTY(int autoHideDuration READ autoHideDuration WRITE setAutoHideDuration) + public: explicit RSImageBlockWidget(QWidget *parent = 0); ~RSImageBlockWidget(); void addButtonAction(const QString &text, const QObject *receiver, const char *member, bool standardAction); + virtual QSize sizeHint() const;//To update parent layout. + virtual QSize minimumSizeHint() const { return sizeHint();}//To update parent layout. + + bool autoHide() { return mAutoHide; } + int autoHideHeight() { return mAutoHideHeight; } + int autoHideTimeToStart() { return mAutoHideTimeToStart; } + int autoHideDuration() { return mAutoHideDuration; } + + void setAutoHide(const bool value); + void setAutoHideHeight(const int value) { mAutoHideHeight = value; } + void setAutoHideTimeToStart(const int value) { mAutoHideTimeToStart = value; } + void setAutoHideDuration(const int value) { mAutoHideDuration = value; } + signals: void showImages(); +private slots: + void startAutoHide(); + +protected: + bool eventFilter(QObject *obj, QEvent *event); + private: Ui::RSImageBlockWidget *ui; + QPropertyAnimation *mAnimation; + QRect mDefaultRect; + RsProtectedTimer *mTimer; + bool mAutoHide; + int mAutoHideHeight; + int mAutoHideTimeToStart; + int mAutoHideDuration; }; #endif // RSIMAGEBLOCKWIDGET_H diff --git a/retroshare-gui/src/gui/common/RSImageBlockWidget.ui b/retroshare-gui/src/gui/common/RSImageBlockWidget.ui index 37f1c54b8..ffae88bad 100644 --- a/retroshare-gui/src/gui/common/RSImageBlockWidget.ui +++ b/retroshare-gui/src/gui/common/RSImageBlockWidget.ui @@ -13,11 +13,20 @@ Form - + 0 - + + 0 + + + 0 + + + 0 + + 0 @@ -92,8 +101,17 @@ QFrame::Box - - + + + 6 + + + 6 + + + 6 + + 6 @@ -114,7 +132,7 @@ - + Qt::Horizontal diff --git a/retroshare-gui/src/gui/common/RSTextBrowser.cpp b/retroshare-gui/src/gui/common/RSTextBrowser.cpp index 20c76703d..cb0634ee6 100644 --- a/retroshare-gui/src/gui/common/RSTextBrowser.cpp +++ b/retroshare-gui/src/gui/common/RSTextBrowser.cpp @@ -1,11 +1,14 @@ #include +#include #include #include #include "RSTextBrowser.h" #include "RSImageBlockWidget.h" +#include //To get RsAccounts + RSTextBrowser::RSTextBrowser(QWidget *parent) : QTextBrowser(parent) { @@ -74,25 +77,33 @@ void RSTextBrowser::paintEvent(QPaintEvent *event) QVariant RSTextBrowser::loadResource(int type, const QUrl &name) { - // case 1: always trust the image if it comes from an internal resource - - if(name.scheme().compare("qrc",Qt::CaseInsensitive)==0 && type == QTextDocument::ImageResource) - return QTextBrowser::loadResource(type, name); - - // case 2: only display if the user allows it. Data resources can be bad (svg bombs) but we filter them out globally at the network layer. - // It would be good to add here a home-made resource loader that only loads images and not svg crap, just in case. - - if(name.scheme().compare("data",Qt::CaseInsensitive)==0 && mShowImages) - return QTextBrowser::loadResource(type, name); - - // case 3: otherwise, do not display - - std::cerr << "TEXTBROWSER: refusing load ressource request: type=" << type << " scheme=" << name.scheme().toStdString() << ", url=" << name.toString().toStdString() << std::endl; - - if (mImageBlockWidget) - mImageBlockWidget->show(); + // case 1: always trust the image if it comes from an internal resource. - return QPixmap(":/trolltech/styles/commonstyle/images/file-16.png"); + if(name.scheme().compare("qrc",Qt::CaseInsensitive)==0 && type == QTextDocument::ImageResource) + return QTextBrowser::loadResource(type, name); + + // case 2: always trust the image if it comes from local Config or Data directories. + + if(name.scheme().compare("file",Qt::CaseInsensitive)==0 && type == QTextDocument::ImageResource) { + if (name.path().startsWith(QDir(QString::fromUtf8(RsAccounts::ConfigDirectory().c_str())).absolutePath().prepend("/"),Qt::CaseInsensitive) + || name.path().startsWith(QDir(QString::fromUtf8(RsAccounts::DataDirectory().c_str())).absolutePath().prepend("/"),Qt::CaseInsensitive)) + return QTextBrowser::loadResource(type, name); + } + + // case 3: only display if the user allows it. Data resources can be bad (svg bombs) but we filter them out globally at the network layer. + // It would be good to add here a home-made resource loader that only loads images and not svg crap, just in case. + + if(name.scheme().compare("data",Qt::CaseInsensitive)==0 && mShowImages) + return QTextBrowser::loadResource(type, name); + + // case 4: otherwise, do not display + + std::cerr << "TEXTBROWSER: refusing load ressource request: type=" << type << " scheme=" << name.scheme().toStdString() << ", url=" << name.toString().toStdString() << std::endl; + + if (mImageBlockWidget) + mImageBlockWidget->show(); + + return QPixmap(":/images/imageblocked_24.png"); } void RSTextBrowser::setImageBlockWidget(RSImageBlockWidget *widget) diff --git a/retroshare-gui/src/gui/common/RSTreeWidget.cpp b/retroshare-gui/src/gui/common/RSTreeWidget.cpp index abbf766d3..ab72448d1 100644 --- a/retroshare-gui/src/gui/common/RSTreeWidget.cpp +++ b/retroshare-gui/src/gui/common/RSTreeWidget.cpp @@ -18,13 +18,16 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. ****************************************************************/ - -#include -#include -#include -#include - #include "RSTreeWidget.h" + +#include +#include +#include +#include +#include +#include +#include + #include "gui/settings/rsharesettings.h" RSTreeWidget::RSTreeWidget(QWidget *parent) : QTreeWidget(parent) @@ -164,16 +167,54 @@ void RSTreeWidget::setColumnCustomizable(int column, bool customizable) mColumnCustomizable[column] = customizable; } -void RSTreeWidget::addHeaderContextMenuAction(QAction *action) +void RSTreeWidget::addContextMenuAction(QAction *action) { - mHeaderContextMenuActions.push_back(action); + mContextMenuActions.push_back(action); } -void RSTreeWidget::headerContextMenuRequested(const QPoint &pos) +void RSTreeWidget::addContextMenuMenu(QMenu *menu) { - QMenu contextMenu(this); + mContextMenuMenus.push_back(menu); +} + +QMenu *RSTreeWidget::createStandardContextMenu(QMenu *contextMenu) +{ + if (!contextMenu){ + contextMenu = new QMenu(this); + contextMenu->addSeparator(); + } + + if(!mContextMenuActions.isEmpty() || mEnableColumnCustomize ||!mContextMenuActions.isEmpty() || !mContextMenuMenus.isEmpty()) { + QWidget *widget = new QWidget(contextMenu); + widget->setStyleSheet( ".QWidget{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 #FEFEFE, stop:1 #E8E8E8); border: 1px solid #CCCCCC;}"); + + // create menu header + QHBoxLayout *hbox = new QHBoxLayout(widget); + hbox->setMargin(0); + hbox->setSpacing(6); + + QLabel *iconLabel = new QLabel(widget); + QPixmap pix = QPixmap(":/images/settings.png").scaledToHeight(QFontMetricsF(iconLabel->font()).height()*1.5); + iconLabel->setPixmap(pix); + iconLabel->setMaximumSize(iconLabel->frameSize().height() + pix.height(), pix.width()); + hbox->addWidget(iconLabel); + + QLabel *textLabel = new QLabel("" + tr("Tree View Options") + "", widget); + hbox->addWidget(textLabel); + + QSpacerItem *spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + hbox->addItem(spacerItem); + + widget->setLayout(hbox); + + QWidgetAction *widgetAction = new QWidgetAction(this); + widgetAction->setDefaultWidget(widget); + contextMenu->addAction(widgetAction); + } if (mEnableColumnCustomize) { + QMenu *headerMenu = contextMenu->addMenu(QIcon(),tr("Show Headers")); + QTreeWidgetItem *item = headerItem(); int columnCount = item->columnCount(); for (int column = 0; column < columnCount; ++column) { @@ -181,18 +222,18 @@ void RSTreeWidget::headerContextMenuRequested(const QPoint &pos) if (it != mColumnCustomizable.end() && *it == false) { continue; } - QAction *action = contextMenu.addAction(QIcon(), item->text(column), this, SLOT(columnVisible())); + QAction *action = headerMenu->addAction(QIcon(), item->text(column), this, SLOT(columnVisible())); action->setCheckable(true); action->setData(column); action->setChecked(!isColumnHidden(column)); } } - if (!mHeaderContextMenuActions.isEmpty()) { + if (!mContextMenuActions.isEmpty()) { bool addSeparator = false; - if (!contextMenu.isEmpty()) { + if (!contextMenu->isEmpty()) { // Check for visible action - foreach (QAction *action, mHeaderContextMenuActions) { + foreach (QAction *action, mContextMenuActions) { if (action->isVisible()) { addSeparator = true; break; @@ -201,17 +242,31 @@ void RSTreeWidget::headerContextMenuRequested(const QPoint &pos) } if (addSeparator) { - contextMenu.addSeparator(); + contextMenu->addSeparator(); } - contextMenu.addActions(mHeaderContextMenuActions); + contextMenu->addActions(mContextMenuActions); } - if (contextMenu.isEmpty()) { + if (!mContextMenuMenus.isEmpty()) { + foreach(QMenu *menu, mContextMenuMenus) { + contextMenu->addSeparator(); + contextMenu->addMenu(menu); + } + } + + return contextMenu; +} + +void RSTreeWidget::headerContextMenuRequested(const QPoint &pos) +{ + QMenu *contextMenu = createStandardContextMenu(NULL); + if (contextMenu->isEmpty()) { return; } - contextMenu.exec(mapToGlobal(pos)); + contextMenu->exec(mapToGlobal(pos)); + delete contextMenu; } void RSTreeWidget::columnVisible() diff --git a/retroshare-gui/src/gui/common/RSTreeWidget.h b/retroshare-gui/src/gui/common/RSTreeWidget.h index 2261e836b..cffa9975f 100644 --- a/retroshare-gui/src/gui/common/RSTreeWidget.h +++ b/retroshare-gui/src/gui/common/RSTreeWidget.h @@ -46,7 +46,11 @@ public: void resort(); // Add QAction to context menu (action won't be deleted) - void addHeaderContextMenuAction(QAction *action); + void addContextMenuAction(QAction *action); + // Add QMenu to context menu (menu won't be deleted) + void addContextMenuMenu(QMenu *menu); + // Get Default context menu (Columns choice and menus added) + QMenu *createStandardContextMenu(QMenu *menu); signals: void signalMouseMiddleButtonClicked(QTreeWidgetItem *item); @@ -68,7 +72,8 @@ private: bool mEnableColumnCustomize; quint32 mSettingsVersion; QMap mColumnCustomizable; - QList mHeaderContextMenuActions; + QList mContextMenuActions; + QList mContextMenuMenus; }; #endif diff --git a/retroshare-gui/src/gui/common/RsCollectionDialog.cpp b/retroshare-gui/src/gui/common/RsCollectionDialog.cpp index 211d31cc2..eb920f219 100644 --- a/retroshare-gui/src/gui/common/RsCollectionDialog.cpp +++ b/retroshare-gui/src/gui/common/RsCollectionDialog.cpp @@ -160,6 +160,7 @@ RsCollectionDialog::RsCollectionDialog(const QString& collectionFileName connect(ui._addRecur_PB, SIGNAL(clicked()), this, SLOT(addRecursive())); connect(ui._remove_PB, SIGNAL(clicked()), this, SLOT(remove())); connect(ui._makeDir_PB, SIGNAL(clicked()), this, SLOT(makeDir())); + connect(ui._removeDuplicate_CB, SIGNAL(clicked(bool)), this, SLOT(updateRemoveDuplicate(bool))); connect(ui._cancel_PB, SIGNAL(clicked()), this, SLOT(cancel())); connect(ui._save_PB, SIGNAL(clicked()), this, SLOT(save())); connect(ui._download_PB, SIGNAL(clicked()), this, SLOT(download())); @@ -190,6 +191,7 @@ RsCollectionDialog::RsCollectionDialog(const QString& collectionFileName // 5 Activate button follow creationMode ui._changeFile->setVisible(_creationMode && !_readOnly); ui._makeDir_PB->setVisible(_creationMode && !_readOnly); + ui._removeDuplicate_CB->setVisible(_creationMode && !_readOnly); ui._save_PB->setVisible(_creationMode && !_readOnly); ui._treeViewFrame->setVisible(_creationMode && !_readOnly); ui._download_PB->setVisible(!_creationMode && !_readOnly); @@ -408,7 +410,10 @@ bool RsCollectionDialog::addChild(QTreeWidgetItem* parent, const std::vectorfindItems(colFileInfo.path + "/" +colFileInfo.name, Qt::MatchExactly | Qt::MatchRecursive, COLUMN_FILEPATH); } else { - founds = ui._fileEntriesTW->findItems(colFileInfo.hash, Qt::MatchExactly | Qt::MatchRecursive, COLUMN_HASH); + founds = ui._fileEntriesTW->findItems(colFileInfo.path + "/" +colFileInfo.name, Qt::MatchExactly | Qt::MatchRecursive, COLUMN_FILEPATH); + if (ui._removeDuplicate_CB->isChecked()) { + founds << ui._fileEntriesTW->findItems(colFileInfo.hash, Qt::MatchExactly | Qt::MatchRecursive, COLUMN_HASH); + } } if (founds.empty()) { QTreeWidgetItem *item = new QTreeWidgetItem; @@ -493,7 +498,8 @@ bool RsCollectionDialog::addChild(QTreeWidgetItem* parent, const std::vectorselectedItems().count(); ++curs) @@ -827,9 +833,29 @@ void RsCollectionDialog::remove() //msgBox->setInformativeText(); If text too long, no scroll, so I add an text edit QGridLayout* layout = qobject_cast(msgBox->layout()); if (layout) { - QTextEdit* edit = new QTextEdit(tr("Do you want to remove them and all their children, too?
") + listDir); + int newRow = 1; + for (int row = layout->count()-1; row >= 0; --row) { + for (int col = layout->columnCount()-1; col >= 0; --col) { + QLayoutItem *item = layout->itemAtPosition(row, col); + if (item) { + int index = layout->indexOf(item->widget()); + int r=0, c=0, rSpan=0, cSpan=0; + layout->getItemPosition(index, &r, &c, &rSpan, &cSpan); + if (r>0) { + layout->removeItem(item); + layout->addItem(item, r+3, c, rSpan, cSpan); + } else if (rSpan>1) { + newRow = rSpan + 1; + } + } + } + } + QLabel *label = new QLabel(tr("Do you want to remove them and all their children, too?")); + layout->addWidget(label,newRow, 0, 1, layout->columnCount(), Qt::AlignHCenter ); + QTextEdit *edit = new QTextEdit(listDir); edit->setReadOnly(true); - layout->addWidget(edit,0 ,1); + edit->setWordWrapMode(QTextOption::NoWrap); + layout->addWidget(edit,newRow+1, 0, 1, layout->columnCount(), Qt::AlignHCenter ); } msgBox->setStandardButtons(QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel); @@ -854,20 +880,49 @@ void RsCollectionDialog::remove() }//if (!listDir.isEmpty()) //Remove wanted items - for (int curs = 0; curs < ui._fileEntriesTW->selectedItems().count(); ++curs) - {// Have to call ui._fileEntriesTW->selectedItems().count() each time as selected change - QTreeWidgetItem *item = NULL; - item= ui._fileEntriesTW->selectedItems().at(curs); + int leftItem = 0; + // Have to call ui._fileEntriesTW->selectedItems().count() each time as selected change + while (ui._fileEntriesTW->selectedItems().count() > leftItem) { + QTreeWidgetItem *item = ui._fileEntriesTW->selectedItems().at(leftItem); if (item != getRootItem()){ - if ((item->data(COLUMN_HASH, ROLE_TYPE).toUInt() != DIR_TYPE_DIR) || !removeOnlyFile) { + if (!removeItem(item, removeOnlyFile)) { + ++leftItem; + } + } else { + //Get Root change index + ++leftItem; + } + } + + updateSizes() ; + +} + +bool RsCollectionDialog::removeItem(QTreeWidgetItem *item, bool &removeOnlyFile) +{ + if (item){ + if ((item->data(COLUMN_HASH, ROLE_TYPE).toUInt() != DIR_TYPE_DIR) || !removeOnlyFile) { + int leftItem = 0; + while (item->childCount() > leftItem) { + if (!removeItem(item->child(0), removeOnlyFile)) { + ++leftItem; + } + } + if (leftItem == 0) { + //First uncheck item to update parent informations + item->setCheckState(COLUMN_FILE,Qt::Unchecked); QTreeWidgetItem *parent = item->parent(); parent->removeChild(item); - curs = 0;//Cause we don't know how many child of this item was selected (and don't want iterate them ;) ) + return true; + } else { + if (!removeOnlyFile) { + std::cerr << "(EE) RsCollectionDialog::removeItem This could never happen." << std::endl; + } } - }//if (item != getRootItem())* - }//for (int curs = 0; curs < count; ++curs) - + } + } + return false; } /** Process each item to make a new RsCollection item */ @@ -1063,6 +1118,94 @@ void RsCollectionDialog::itemChanged(QTreeWidgetItem *item, int col) } +/** + * @brief RsCollectionDialog::updateRemoveDuplicate Remove all duplicate file when checked. + * @param checked + */ +void RsCollectionDialog::updateRemoveDuplicate(bool checked) +{ + if (checked) { + bool bRemoveAll = false; + QTreeWidgetItemIterator it(ui._fileEntriesTW); + QTreeWidgetItem *item; + while ((item = *it) != NULL) { + ++it; + if (item->data(COLUMN_HASH, ROLE_TYPE).toUInt() != DIR_TYPE_DIR) { + QList founds; + founds << ui._fileEntriesTW->findItems(item->text(COLUMN_HASH), Qt::MatchExactly | Qt::MatchRecursive, COLUMN_HASH); + if (founds.count() > 1) { + bool bRemove = false; + if (!bRemoveAll) { + QMessageBox* msgBox = new QMessageBox(QMessageBox::Information, "", ""); + msgBox->setText("Warning, duplicate file found."); + //msgBox->setInformativeText(); If text too long, no scroll, so I add an text edit + msgBox->setStandardButtons(QMessageBox::YesToAll | QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel); + msgBox->setDefaultButton(QMessageBox::Yes); + + QGridLayout* layout = qobject_cast(msgBox->layout()); + if (layout) { + int newRow = 1; + for (int row = layout->count()-1; row >= 0; --row) { + for (int col = layout->columnCount()-1; col >= 0; --col) { + QLayoutItem *item = layout->itemAtPosition(row, col); + if (item) { + int index = layout->indexOf(item->widget()); + int r=0, c=0, rSpan=0, cSpan=0; + layout->getItemPosition(index, &r, &c, &rSpan, &cSpan); + if (r>0) { + layout->removeItem(item); + layout->addItem(item, r+3, c, rSpan, cSpan); + } else if (rSpan>1) { + newRow = rSpan + 1; + } + } + } + } + QLabel *label = new QLabel(tr("Do you want to remove this file from the list?")); + layout->addWidget(label,newRow, 0, 1, layout->columnCount(), Qt::AlignHCenter ); + QTextEdit *edit = new QTextEdit(item->text(COLUMN_FILEPATH)); + edit->setReadOnly(true); + edit->setWordWrapMode(QTextOption::NoWrap); + layout->addWidget(edit,newRow+1, 0, 1, layout->columnCount(), Qt::AlignHCenter ); + } + + int ret = msgBox->exec(); + switch (ret) { + case QMessageBox::YesToAll: { + bRemoveAll = true; + } + break; + case QMessageBox::Yes: { + bRemove = true; + } + break; + case QMessageBox::No: + break; + case QMessageBox::Cancel: { + delete msgBox; + ui._removeDuplicate_CB->setChecked(false); + return; + } + break; + default: + // should never be reached + break; + } + delete msgBox; + } + + if (bRemove || bRemoveAll) { + //First uncheck item to update parent informations + item->setCheckState(COLUMN_FILE,Qt::Unchecked); + item->parent()->removeChild(item); + } + + } + } + } + } +} + /** * @brief RsCollectionDialog::cancel: Cancel RScollection editing or donwloading */ diff --git a/retroshare-gui/src/gui/common/RsCollectionDialog.h b/retroshare-gui/src/gui/common/RsCollectionDialog.h index 4cc174f92..2c5721d8b 100644 --- a/retroshare-gui/src/gui/common/RsCollectionDialog.h +++ b/retroshare-gui/src/gui/common/RsCollectionDialog.h @@ -56,6 +56,7 @@ private slots: void makeDir() ; void fileHashingFinished(QList hashedFiles) ; void itemChanged(QTreeWidgetItem* item,int col) ; + void updateRemoveDuplicate(bool checked); void cancel() ; void download() ; void save() ; @@ -68,6 +69,7 @@ private: QTreeWidgetItem* getRootItem(); bool updateList(); bool addChild(QTreeWidgetItem *parent, const std::vector &child); + bool removeItem(QTreeWidgetItem *item, bool &removeOnlyFile) ; void addRecursive(bool recursive) ; bool addAllChild(QFileInfo &fileInfoParent , QMap &dirToAdd diff --git a/retroshare-gui/src/gui/common/RsCollectionDialog.ui b/retroshare-gui/src/gui/common/RsCollectionDialog.ui index 89a739e42..78e736c24 100644 --- a/retroshare-gui/src/gui/common/RsCollectionDialog.ui +++ b/retroshare-gui/src/gui/common/RsCollectionDialog.ui @@ -21,7 +21,16 @@ true
- + + 0 + + + 0 + + + 0 + + 0 @@ -59,7 +68,16 @@ QFrame::Plain - + + 0 + + + 0 + + + 0 + + 0 @@ -83,7 +101,16 @@ 0 - + + 0 + + + 0 + + + 0 + + 0 @@ -197,7 +224,16 @@ 0 - + + 0 + + + 0 + + + 0 + + 0 @@ -207,7 +243,16 @@ - + + 0 + + + 0 + + + 0 + + 0 @@ -359,6 +404,13 @@ + + + + Remove Duplicate + + + @@ -405,12 +457,6 @@ - - - _mainSplitter - _listSplitter - - _mainSplitter
diff --git a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp index 7990b92c4..f995029ee 100755 --- a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp +++ b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp @@ -31,18 +31,20 @@ #include #endif +#include "gui/settings/rsharesettings.h" +#include "util/misc.h" #include "ConnectFriendWizard.h" #include "ui_ConnectFriendWizard.h" #include "gui/common/PeerDefs.h" #include "gui/notifyqt.h" #include "gui/common/GroupDefs.h" -#include "gui/GetStartedDialog.h" #include "gui/msgs/MessageComposer.h" #include #include #include "ConnectProgressDialog.h" +#include "gui/GetStartedDialog.h" //#define FRIEND_WIZARD_DEBUG @@ -297,7 +299,7 @@ static void fillGroups(ConnectFriendWizard *wizard, QComboBox *comboBox, const Q GroupDefs::sortByName(groupInfoList); comboBox->addItem("", ""); // empty value for (std::list::iterator groupIt = groupInfoList.begin(); groupIt != groupInfoList.end(); ++groupIt) { - comboBox->addItem(GroupDefs::name(*groupIt), QString::fromStdString(groupIt->id)); + comboBox->addItem(GroupDefs::name(*groupIt), QString::fromStdString(groupIt->id.toStdString())); } if (groupId.isEmpty() == false) { @@ -853,7 +855,7 @@ void ConnectFriendWizard::accept() } if (!groupId.isEmpty()) - rsPeers->assignPeerToGroup(groupId.toStdString(), peerDetails.gpg_id, true); + rsPeers->assignPeerToGroup(RsNodeGroupId(groupId.toStdString()), peerDetails.gpg_id, true); } if ((accept_connection) && (!peerDetails.id.isNull())) @@ -1040,7 +1042,9 @@ void ConnectFriendWizard::saveCert() void ConnectFriendWizard::loadFriendCert() { - QString fileName = QFileDialog::getOpenFileName(this, tr("Select Certificate"), "", tr("RetroShare Certificate (*.rsc );;All Files (*)")); + QString fileName ; + if(!misc::getOpenFileName(this, RshareSettings::LASTDIR_CERT, tr("Select Certificate"), tr("RetroShare Certificate (*.rsc );;All Files (*)"),fileName)) + return ; if (!fileName.isNull()) { ui->friendFileNameEdit->setText(fileName); diff --git a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp index 086d711eb..a3d3ba4bd 100644 --- a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp +++ b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp @@ -52,6 +52,7 @@ GxsChannelPostItem::GxsChannelPostItem(FeedHolder *feedHolder, uint32_t feedId, requestGroup(); requestMessage(); + requestComment(); } GxsChannelPostItem::GxsChannelPostItem(FeedHolder *feedHolder, uint32_t feedId, const RsGxsChannelGroup &group, const RsGxsChannelPost &post, bool isHome, bool autoUpdate) : @@ -66,6 +67,7 @@ GxsChannelPostItem::GxsChannelPostItem(FeedHolder *feedHolder, uint32_t feedId, setGroup(group, false); setPost(post); + requestComment(); } GxsChannelPostItem::GxsChannelPostItem(FeedHolder *feedHolder, uint32_t feedId, const RsGxsChannelPost &post, bool isHome, bool autoUpdate) : @@ -80,6 +82,7 @@ GxsChannelPostItem::GxsChannelPostItem(FeedHolder *feedHolder, uint32_t feedId, requestGroup(); setPost(post); + requestComment(); } GxsChannelPostItem::~GxsChannelPostItem() @@ -269,10 +272,36 @@ void GxsChannelPostItem::loadMessage(const uint32_t &token) } else { - std::cerr << "GxsChannelPostItem::loadMessage() Wrong number of Items"; + std::cerr << "GxsChannelPostItem::loadMessage() Wrong number of Items. Remove It."; + std::cerr << std::endl; + removeItem(); + return; + } +} + +void GxsChannelPostItem::loadComment(const uint32_t &token) +{ +#ifdef DEBUG_ITEM + std::cerr << "GxsChannelPostItem::loadComment()"; + std::cerr << std::endl; +#endif + + std::vector cmts; + if (!rsGxsChannels->getRelatedComments(token, cmts)) + { + std::cerr << "GxsChannelPostItem::loadComment() ERROR getting data"; std::cerr << std::endl; return; } + + size_t comNb = cmts.size(); + QString sComButText = tr("Comment"); + if (comNb == 1) { + sComButText = sComButText.append("(1)"); + } else if (comNb > 1) { + sComButText = tr("Comments").append("(%1)").arg(comNb); + } + ui->commentButton->setText(sComButText); } void GxsChannelPostItem::fill() diff --git a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.h b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.h index 2c9194e21..8574f4e16 100644 --- a/retroshare-gui/src/gui/feeds/GxsChannelPostItem.h +++ b/retroshare-gui/src/gui/feeds/GxsChannelPostItem.h @@ -68,8 +68,9 @@ protected: virtual RetroShareLink::enumType getLinkType() { return RetroShareLink::TYPE_CHANNEL; } /* GxsFeedItem */ - virtual void loadMessage(const uint32_t &token); virtual QString messageName(); + virtual void loadMessage(const uint32_t &token); + virtual void loadComment(const uint32_t &token); private slots: /* default stuff */ diff --git a/retroshare-gui/src/gui/feeds/GxsForumMsgItem.h b/retroshare-gui/src/gui/feeds/GxsForumMsgItem.h index 9d9ec2006..19b98bc4a 100644 --- a/retroshare-gui/src/gui/feeds/GxsForumMsgItem.h +++ b/retroshare-gui/src/gui/feeds/GxsForumMsgItem.h @@ -63,8 +63,9 @@ protected: virtual bool isLoading(); /* GxsFeedItem */ - virtual void loadMessage(const uint32_t &token); virtual QString messageName(); + virtual void loadMessage(const uint32_t &token); + virtual void loadComment(const uint32_t &/*token*/){ return;} private slots: /* default stuff */ diff --git a/retroshare-gui/src/gui/feeds/NewsFeedUserNotify.cpp b/retroshare-gui/src/gui/feeds/NewsFeedUserNotify.cpp index 1c57d4373..b6de18092 100644 --- a/retroshare-gui/src/gui/feeds/NewsFeedUserNotify.cpp +++ b/retroshare-gui/src/gui/feeds/NewsFeedUserNotify.cpp @@ -38,7 +38,7 @@ void NewsFeedUserNotify::newsFeedChanged(int count) QIcon NewsFeedUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/icons/knews_red_128.png") : QIcon(":/icons/knews_128.png"); + return hasNew ? QIcon(":/icons/png/newsfeed-notify.png") : QIcon(":/icons/png/newsfeed.png"); } unsigned int NewsFeedUserNotify::getNewCount() diff --git a/retroshare-gui/src/gui/groups/CreateGroup.cpp b/retroshare-gui/src/gui/groups/CreateGroup.cpp index 7a919f93a..913b86a38 100644 --- a/retroshare-gui/src/gui/groups/CreateGroup.cpp +++ b/retroshare-gui/src/gui/groups/CreateGroup.cpp @@ -31,7 +31,7 @@ #include /** Default constructor */ -CreateGroup::CreateGroup(const std::string &groupId, QWidget *parent) +CreateGroup::CreateGroup(const RsNodeGroupId &groupId, QWidget *parent) : QDialog(parent, Qt::WindowSystemMenuHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint) { /* Invoke Qt Designer generated QObject setup routine */ @@ -45,13 +45,18 @@ CreateGroup::CreateGroup(const std::string &groupId, QWidget *parent) mGroupId = groupId; + if(!mGroupId.isNull()) + ui.groupId_LE->setText(QString::fromStdString(mGroupId.toStdString())) ; + else + ui.groupId_LE->setText(tr("To be defined")) ; + /* Initialize friends list */ ui.friendList->setHeaderText(tr("Friends")); ui.friendList->setModus(FriendSelectionWidget::MODUS_CHECK); ui.friendList->setShowType(FriendSelectionWidget::SHOW_GROUP | FriendSelectionWidget::SHOW_GPG); ui.friendList->start(); - if (mGroupId.empty() == false) { + if (!mGroupId.isNull()) { /* edit exisiting group */ RsGroupInfo groupInfo; if (rsPeers->getGroupInfo(mGroupId, groupInfo)) { @@ -83,7 +88,7 @@ CreateGroup::CreateGroup(const std::string &groupId, QWidget *parent) std::list::iterator groupIt; for (groupIt = groupInfoList.begin(); groupIt != groupInfoList.end(); ++groupIt) { - if (mGroupId.empty() || groupIt->id != mGroupId) { + if (mGroupId.isNull() || groupIt->id != mGroupId) { mUsedGroupNames.append(GroupDefs::name(*groupIt)); } } @@ -104,9 +109,9 @@ CreateGroup::~CreateGroup() void CreateGroup::groupNameChanged(QString text) { if (text.isEmpty() || mUsedGroupNames.contains(misc::removeNewLine(text))) { - ui.buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); + ui.buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); } else { - ui.buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true); + ui.buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true); } } @@ -114,14 +119,19 @@ void CreateGroup::changeGroup() { RsGroupInfo groupInfo; - if (mGroupId.empty()) { + if (mGroupId.isNull()) + { // add new group groupInfo.name = misc::removeNewLine(ui.groupName->text()).toUtf8().constData(); - if (!rsPeers->addGroup(groupInfo)) { + + if (!rsPeers->addGroup(groupInfo)) return; - } - } else { - if (rsPeers->getGroupInfo(mGroupId, groupInfo) == true) { + + } + else + { + if (rsPeers->getGroupInfo(mGroupId, groupInfo)) + { if (!mIsStandard) { groupInfo.name = misc::removeNewLine(ui.groupName->text()).toUtf8().constData(); if (!rsPeers->editGroup(mGroupId, groupInfo)) { diff --git a/retroshare-gui/src/gui/groups/CreateGroup.h b/retroshare-gui/src/gui/groups/CreateGroup.h index b8177c611..59d75dc42 100644 --- a/retroshare-gui/src/gui/groups/CreateGroup.h +++ b/retroshare-gui/src/gui/groups/CreateGroup.h @@ -30,7 +30,7 @@ class CreateGroup : public QDialog public: /** Default constructor */ - CreateGroup(const std::string &groupId, QWidget *parent = 0); + CreateGroup(const RsNodeGroupId &groupId, QWidget *parent = 0); /** Default destructor */ ~CreateGroup(); @@ -39,7 +39,7 @@ private slots: void groupNameChanged(QString); private: - std::string mGroupId; + RsNodeGroupId mGroupId; QStringList mUsedGroupNames; bool mIsStandard; diff --git a/retroshare-gui/src/gui/groups/CreateGroup.ui b/retroshare-gui/src/gui/groups/CreateGroup.ui index 3eb4bc2fd..7abcd5a4e 100644 --- a/retroshare-gui/src/gui/groups/CreateGroup.ui +++ b/retroshare-gui/src/gui/groups/CreateGroup.ui @@ -6,8 +6,8 @@ 0 0 - 386 - 298 + 575 + 485
@@ -23,9 +23,6 @@ 0 - - - @@ -36,27 +33,35 @@ - - - 6 - - - 0 - - + + - Group Name + Group Name: - + Enter a name for your group + + + + Group ID: + + + + + + + true + + + @@ -79,6 +84,9 @@ + + +
diff --git a/retroshare-gui/src/gui/gxs/GxsCircleChooser.cpp b/retroshare-gui/src/gui/gxs/GxsCircleChooser.cpp index 07cc27c6d..2b9927dc8 100644 --- a/retroshare-gui/src/gui/gxs/GxsCircleChooser.cpp +++ b/retroshare-gui/src/gui/gxs/GxsCircleChooser.cpp @@ -31,14 +31,13 @@ /** Constructor */ GxsCircleChooser::GxsCircleChooser(QWidget *parent) -: QComboBox(parent), mFlags(0) +: QComboBox(parent) { return; } -void GxsCircleChooser::loadCircles(uint32_t chooserFlags, const RsGxsCircleId &defaultId) +void GxsCircleChooser::loadCircles(const RsGxsCircleId &defaultId) { - mFlags = chooserFlags; mDefaultCircleId = defaultId; loadGxsCircles(); } @@ -68,14 +67,7 @@ bool MakeGxsCircleDesc(const RsGxsCircleId &id, QString &desc) void GxsCircleChooser::loadGxsCircles() { std::list ids; - if (mFlags & GXS_CIRCLE_CHOOSER_EXTERNAL) - { - rsGxsCircles->getCircleExternalIdList(ids); - } - if (mFlags & GXS_CIRCLE_CHOOSER_PERSONAL) - { - rsGxsCircles->getCirclePersonalIdList(ids); - } + rsGxsCircles->getCircleExternalIdList(ids); if (ids.empty()) { diff --git a/retroshare-gui/src/gui/gxs/GxsCircleChooser.h b/retroshare-gui/src/gui/gxs/GxsCircleChooser.h index 1a5f01fb3..474fbbc22 100644 --- a/retroshare-gui/src/gui/gxs/GxsCircleChooser.h +++ b/retroshare-gui/src/gui/gxs/GxsCircleChooser.h @@ -28,11 +28,6 @@ #include #include - -#define GXS_CIRCLE_CHOOSER_EXTERNAL 0x0001 -#define GXS_CIRCLE_CHOOSER_PERSONAL 0x0002 -#define GXS_CIRCLE_CHOOSER_ALLCIRCLES 0x0003 // OR of other two. - class GxsCircleChooser : public QComboBox { Q_OBJECT @@ -40,12 +35,11 @@ class GxsCircleChooser : public QComboBox public: GxsCircleChooser(QWidget *parent = NULL); - void loadCircles(uint32_t chooserFlags, const RsGxsCircleId &defaultId); + void loadCircles(const RsGxsCircleId &defaultId); bool getChosenCircle(RsGxsCircleId &id); private: void loadGxsCircles(); - uint32_t mFlags; RsGxsCircleId mDefaultCircleId; }; diff --git a/retroshare-gui/src/gui/gxs/GxsFeedItem.cpp b/retroshare-gui/src/gui/gxs/GxsFeedItem.cpp index 77b1463d9..328ae8bae 100644 --- a/retroshare-gui/src/gui/gxs/GxsFeedItem.cpp +++ b/retroshare-gui/src/gui/gxs/GxsFeedItem.cpp @@ -44,6 +44,7 @@ GxsFeedItem::GxsFeedItem(FeedHolder *feedHolder, uint32_t feedId, const RsGxsGro mMessageId = messageId; mTokenTypeMessage = nextTokenType(); + mTokenTypeComment = nextTokenType(); } GxsFeedItem::~GxsFeedItem() @@ -132,6 +133,37 @@ void GxsFeedItem::requestMessage() mLoadQueue->requestMsgInfo(token, RS_TOKREQ_ANSTYPE_DATA, opts, msgIds, mTokenTypeMessage); } +void GxsFeedItem::requestComment() +{ +#ifdef DEBUG_ITEM + std::cerr << "GxsFeedItem::requestComment()"; + std::cerr << std::endl; +#endif + + if (!initLoadQueue()) { + return; + } + + if (mLoadQueue->activeRequestExist(mTokenTypeComment)) { + /* Request already running */ + return; + } + + RsTokReqOptions opts; + opts.mReqType = GXS_REQUEST_TYPE_MSG_RELATED_DATA; + opts.mOptions = RS_TOKREQOPT_MSG_THREAD | RS_TOKREQOPT_MSG_LATEST; + + RsGxsGrpMsgIdPair msgIdPair; + msgIdPair.first = groupId(); + msgIdPair.second = messageId(); + + std::vector msgIds; + msgIds.push_back(msgIdPair); + + uint32_t token; + mLoadQueue->requestMsgRelatedInfo(token, RS_TOKREQ_ANSTYPE_DATA, opts, msgIds, mTokenTypeComment); +} + void GxsFeedItem::loadRequest(const TokenQueue *queue, const TokenRequest &req) { #ifdef DEBUG_ITEM @@ -144,6 +176,10 @@ void GxsFeedItem::loadRequest(const TokenQueue *queue, const TokenRequest &req) loadMessage(req.mToken); return; } + if (req.mUserType == mTokenTypeComment) { + loadComment(req.mToken); + return; + } } GxsGroupFeedItem::loadRequest(queue, req); diff --git a/retroshare-gui/src/gui/gxs/GxsFeedItem.h b/retroshare-gui/src/gui/gxs/GxsFeedItem.h index 7061a4ce8..9f62ada2a 100644 --- a/retroshare-gui/src/gui/gxs/GxsFeedItem.h +++ b/retroshare-gui/src/gui/gxs/GxsFeedItem.h @@ -42,9 +42,11 @@ public: protected: /* load message data */ void requestMessage(); + void requestComment(); - virtual void loadMessage(const uint32_t &token) = 0; virtual QString messageName() = 0; + virtual void loadMessage(const uint32_t &token) = 0; + virtual void loadComment(const uint32_t &token) = 0; /* GxsGroupFeedItem */ virtual bool isLoading(); @@ -60,6 +62,7 @@ protected slots: private: RsGxsMessageId mMessageId; uint32_t mTokenTypeMessage; + uint32_t mTokenTypeComment; }; Q_DECLARE_METATYPE(RsGxsMessageId) diff --git a/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp b/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp index f519cb4bf..7e7cbc88d 100644 --- a/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp +++ b/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp @@ -124,8 +124,8 @@ void GxsGroupDialog::init() /* Setup Reasonable Defaults */ ui.idChooser->loadIds(0,RsGxsId()); - ui.circleComboBox->loadCircles(GXS_CIRCLE_CHOOSER_EXTERNAL, RsGxsCircleId()); - ui.localComboBox->loadCircles(GXS_CIRCLE_CHOOSER_PERSONAL, RsGxsCircleId()); + ui.circleComboBox->loadCircles(RsGxsCircleId()); + ui.localComboBox->loadGroups(0, RsNodeGroupId()); ui.groupDesc->setPlaceholderText(tr("Set a descriptive description here")); @@ -301,8 +301,12 @@ void GxsGroupDialog::setupDefaults() ui.commentsValueLabel->setText(tr("Allowed")); } } - ui.antiSpam_trackMessages->setChecked((bool)(mDefaultsFlags & GXS_GROUP_DEFAULTS_ANTISPAM_TRACK)); - ui.antiSpam_signedIds->setChecked((bool)(mDefaultsFlags & GXS_GROUP_DEFAULTS_ANTISPAM_FAVOR_PGP)); + if( (mDefaultsFlags & GXS_GROUP_DEFAULTS_ANTISPAM_FAVOR_PGP) && (mDefaultsFlags & GXS_GROUP_DEFAULTS_ANTISPAM_FAVOR_PGP_KNOWN)) + ui.antiSpam_perms_CB->setCurrentIndex(2) ; + else if(mDefaultsFlags & GXS_GROUP_DEFAULTS_ANTISPAM_FAVOR_PGP) + ui.antiSpam_perms_CB->setCurrentIndex(1) ; + else + ui.antiSpam_perms_CB->setCurrentIndex(0) ; QString antispam_string ; if(mDefaultsFlags & GXS_GROUP_DEFAULTS_ANTISPAM_TRACK) antispam_string += tr("Message tracking") ; @@ -315,8 +319,6 @@ void GxsGroupDialog::setupDefaults() ui.typeGroup_3->setEnabled(false); ui.typeLocal_3->setEnabled(false); #endif - ui.typeLocal->setEnabled(false); // for now, since local circles not fully tested. - ui.typeLocal->setToolTip(tr("This feature is not yet available, but it will be available very soon!")); // for now, since local circles not fully tested. } void GxsGroupDialog::setupVisibility() @@ -394,85 +396,97 @@ void GxsGroupDialog::newGroup() void GxsGroupDialog::updateFromExistingMeta(const QString &description) { - std::cerr << "void GxsGroupDialog::updateFromExistingMeta()"; - std::cerr << std::endl; + std::cerr << "void GxsGroupDialog::updateFromExistingMeta()"; + std::cerr << std::endl; - std::cerr << "void GxsGroupDialog::updateFromExistingMeta() mGrpMeta.mCircleType: "; - std::cerr << mGrpMeta.mCircleType << " Internal: " << mGrpMeta.mInternalCircle; - std::cerr << " External: " << mGrpMeta.mCircleId; - std::cerr << std::endl; + std::cerr << "void GxsGroupDialog::updateFromExistingMeta() mGrpMeta.mCircleType: "; + std::cerr << mGrpMeta.mCircleType << " Internal: " << mGrpMeta.mInternalCircle; + std::cerr << " External: " << mGrpMeta.mCircleId; + std::cerr << std::endl; - setupDefaults(); - setupVisibility(); - setupReadonly(); - clearForm(); - setGroupSignFlags(mGrpMeta.mSignFlags) ; + setupDefaults(); + setupVisibility(); + setupReadonly(); + clearForm(); + setGroupSignFlags(mGrpMeta.mSignFlags) ; - /* setup name */ - ui.groupName->setText(QString::fromUtf8(mGrpMeta.mGroupName.c_str())); - - /* Show Mode */ - ui.nameline->setText(QString::fromUtf8(mGrpMeta.mGroupName.c_str())); - ui.popline->setText(QString::number( mGrpMeta.mPop)) ; - ui.postsline->setText(QString::number(mGrpMeta.mVisibleMsgCount)); - ui.lastpostline->setText(DateTime::formatLongDateTime(mGrpMeta.mLastPost)); + /* setup name */ + ui.groupName->setText(QString::fromUtf8(mGrpMeta.mGroupName.c_str())); + + /* Show Mode */ + ui.nameline->setText(QString::fromUtf8(mGrpMeta.mGroupName.c_str())); + ui.popline->setText(QString::number( mGrpMeta.mPop)) ; + ui.postsline->setText(QString::number(mGrpMeta.mVisibleMsgCount)); + ui.lastpostline->setText(DateTime::formatLongDateTime(mGrpMeta.mLastPost)); ui.authorLabel->setId(mGrpMeta.mAuthorId); - ui.IDline->setText(QString::fromStdString(mGrpMeta.mGroupId.toStdString())); - ui.descriptiontextEdit->setPlainText(description); - - switch (mode()) - { - case MODE_CREATE:{ - } - break; - case MODE_SHOW:{ - ui.headerFrame->setHeaderText(QString::fromUtf8(mGrpMeta.mGroupName.c_str())); - if (!mPicture.isNull()) - ui.headerFrame->setHeaderImage(mPicture); - } - break; - case MODE_EDIT:{ - } - break; - } - /* set description */ - ui.groupDesc->setPlainText(description); - QString distribution_string = "[Unknown]"; + ui.IDline->setText(QString::fromStdString(mGrpMeta.mGroupId.toStdString())); + ui.descriptiontextEdit->setPlainText(description); - switch(mGrpMeta.mCircleType) - { - case GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY: - ui.typeLocal->setChecked(true); - distribution_string = tr("Your friends only") ; - ui.localComboBox->loadCircles(GXS_CIRCLE_CHOOSER_PERSONAL, mGrpMeta.mInternalCircle); - ui.distributionCircleComboBox->setVisible(true) ; - ui.distributionCircleComboBox->loadCircles(GXS_CIRCLE_CHOOSER_PERSONAL, mGrpMeta.mInternalCircle); - break; - case GXS_CIRCLE_TYPE_PUBLIC: - ui.typePublic->setChecked(true); - distribution_string = tr("Public") ; - ui.distributionCircleComboBox->setVisible(false) ; - break; - case GXS_CIRCLE_TYPE_EXTERNAL: - ui.typeGroup->setChecked(true); - distribution_string = tr("Restricted to circle:") ; - ui.distributionCircleComboBox->setVisible(true) ; - ui.distributionCircleComboBox->loadCircles(GXS_CIRCLE_CHOOSER_EXTERNAL, mGrpMeta.mCircleId); - ui.circleComboBox->loadCircles(GXS_CIRCLE_CHOOSER_EXTERNAL, mGrpMeta.mCircleId); - break; - default: - std::cerr << "CreateCircleDialog::updateCircleGUI() INVALID mCircleType"; - std::cerr << std::endl; - break; - } + switch (mode()) + { + case MODE_CREATE:{ + } + break; + case MODE_SHOW:{ + ui.headerFrame->setHeaderText(QString::fromUtf8(mGrpMeta.mGroupName.c_str())); + if (!mPicture.isNull()) + ui.headerFrame->setHeaderImage(mPicture); + } + break; + case MODE_EDIT:{ + } + break; + } + /* set description */ + ui.groupDesc->setPlainText(description); + QString distribution_string = "[Unknown]"; + + switch(mGrpMeta.mCircleType) + { + case GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY: + { + ui.typeLocal->setChecked(true); + distribution_string = tr("Only friends nodes in group ") ; + + RsGroupInfo ginfo ; + rsPeers->getGroupInfo(RsNodeGroupId(mGrpMeta.mInternalCircle),ginfo) ; + + QString desc; + GroupChooser::makeNodeGroupDesc(ginfo, desc); + distribution_string += desc ; + + ui.localComboBox->loadGroups(0, RsNodeGroupId(mGrpMeta.mInternalCircle)); + ui.distributionCircleComboBox->setVisible(false) ; + ui.localComboBox->setVisible(true) ; + } + break; + case GXS_CIRCLE_TYPE_PUBLIC: + ui.typePublic->setChecked(true); + distribution_string = tr("Public") ; + ui.distributionCircleComboBox->setVisible(false) ; + ui.localComboBox->setVisible(false) ; + break; + case GXS_CIRCLE_TYPE_EXTERNAL: + ui.typeGroup->setChecked(true); + distribution_string = tr("Restricted to circle:") ; + ui.localComboBox->setVisible(false) ; + ui.distributionCircleComboBox->setVisible(true) ; + ui.distributionCircleComboBox->loadCircles(mGrpMeta.mCircleId); + ui.circleComboBox->loadCircles(mGrpMeta.mCircleId); + break; + default: + std::cerr << "CreateCircleDialog::updateCircleGUI() INVALID mCircleType"; + std::cerr << std::endl; + break; + } ui.distributionValueLabel->setText(distribution_string) ; - ui.idChooser->loadIds(0, mGrpMeta.mAuthorId); - - if(!mGrpMeta.mAuthorId.isNull()) - ui.idChooser->setChosenId(mGrpMeta.mAuthorId) ; + ui.idChooser->loadIds(0, mGrpMeta.mAuthorId); - updateCircleOptions(); + if(!mGrpMeta.mAuthorId.isNull()) + ui.idChooser->setChosenId(mGrpMeta.mAuthorId) ; + + updateCircleOptions(); } void GxsGroupDialog::submitGroup() @@ -613,32 +627,34 @@ void GxsGroupDialog::createGroup() uint32_t GxsGroupDialog::getGroupSignFlags() { - /* grab from the ui options -> */ - uint32_t signFlags = 0; - if (ui.publish_encrypt->isChecked()) { - signFlags |= GXS_SERV::FLAG_GROUP_SIGN_PUBLISH_ENCRYPTED; - } else if (ui.publish_required->isChecked()) { - signFlags |= GXS_SERV::FLAG_GROUP_SIGN_PUBLISH_ALLSIGNED; - } else if (ui.publish_threads->isChecked()) { - signFlags |= GXS_SERV::FLAG_GROUP_SIGN_PUBLISH_THREADHEAD; - } else { // publish_open (default). - signFlags |= GXS_SERV::FLAG_GROUP_SIGN_PUBLISH_NONEREQ; - } + /* grab from the ui options -> */ + uint32_t signFlags = 0; + if (ui.publish_encrypt->isChecked()) { + signFlags |= GXS_SERV::FLAG_GROUP_SIGN_PUBLISH_ENCRYPTED; + } else if (ui.publish_required->isChecked()) { + signFlags |= GXS_SERV::FLAG_GROUP_SIGN_PUBLISH_ALLSIGNED; + } else if (ui.publish_threads->isChecked()) { + signFlags |= GXS_SERV::FLAG_GROUP_SIGN_PUBLISH_THREADHEAD; + } else { // publish_open (default). + signFlags |= GXS_SERV::FLAG_GROUP_SIGN_PUBLISH_NONEREQ; + } - if (ui.personal_required->isChecked()) - signFlags |= GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_REQUIRED; - - if (ui.personal_ifnopub->isChecked()) - signFlags |= GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_IFNOPUBSIGN; - - // Author Signature. - if (ui.antiSpam_signedIds->isChecked()) - signFlags |= GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG; - - if (ui.antiSpam_trackMessages->isChecked()) - signFlags |= GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES; - - return signFlags; + if (ui.personal_required->isChecked()) + signFlags |= GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_REQUIRED; + + if (ui.personal_ifnopub->isChecked()) + signFlags |= GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_IFNOPUBSIGN; + + // Author Signature. + switch(ui.antiSpam_perms_CB->currentIndex()) + { + case 0: break ; + case 2: signFlags |= GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN; // no break below, since we want *both* flags in this case. + case 1: signFlags |= GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG; + break ; + } + + return signFlags; } void GxsGroupDialog::setGroupSignFlags(uint32_t signFlags) @@ -659,12 +675,18 @@ void GxsGroupDialog::setGroupSignFlags(uint32_t signFlags) if (signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_IFNOPUBSIGN) ui.personal_ifnopub->setChecked(true); - ui.antiSpam_trackMessages ->setChecked((bool)(signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES) ); - ui.antiSpam_signedIds ->setChecked((bool)(signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) ); - + if( (signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN) && (signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG)) + ui.antiSpam_perms_CB->setCurrentIndex(2) ; + else if(signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) + ui.antiSpam_perms_CB->setCurrentIndex(1) ; + else + ui.antiSpam_perms_CB->setCurrentIndex(0) ; + QString antispam_string ; if(signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES) antispam_string += tr("Message tracking") ; - if(signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) antispam_string += (antispam_string.isNull()?"":" and ")+tr("PGP signature required") ; + if(signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN) antispam_string += (antispam_string.isNull()?"":" and ")+tr("PGP signature from known ID required") ; + else + if(signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) antispam_string += (antispam_string.isNull()?"":" and ")+tr("PGP signature required") ; ui.antiSpamValueLabel->setText(antispam_string) ; //ui.antiSpam_trackMessages_2->setChecked((bool)(signFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES) ); @@ -720,41 +742,42 @@ void GxsGroupDialog::updateCircleOptions() bool GxsGroupDialog::setCircleParameters(RsGroupMetaData &meta) { - meta.mCircleType = GXS_CIRCLE_TYPE_PUBLIC; - meta.mCircleId.clear(); - meta.mOriginator.clear(); - meta.mInternalCircle.clear(); + meta.mCircleType = GXS_CIRCLE_TYPE_PUBLIC; + meta.mCircleId.clear(); + meta.mOriginator.clear(); + meta.mInternalCircle.clear(); - if (ui.typePublic->isChecked()) - { - meta.mCircleType = GXS_CIRCLE_TYPE_PUBLIC; - meta.mCircleId.clear(); - } - else if (ui.typeGroup->isChecked()) - { - meta.mCircleType = GXS_CIRCLE_TYPE_EXTERNAL; - if (!ui.circleComboBox->getChosenCircle(meta.mCircleId)) - { - return false; - } - } - else if (ui.typeLocal->isChecked()) - { - meta.mCircleType = GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY; - meta.mCircleId.clear(); - meta.mOriginator.clear(); - meta.mInternalCircle.clear() ; - - if (!ui.localComboBox->getChosenCircle(meta.mInternalCircle)) - { - return false; - } - } - else - { - return false; - } - return true; + if (ui.typePublic->isChecked()) + { + meta.mCircleType = GXS_CIRCLE_TYPE_PUBLIC; + meta.mCircleId.clear(); + } + else if (ui.typeGroup->isChecked()) + { + meta.mCircleType = GXS_CIRCLE_TYPE_EXTERNAL; + if (!ui.circleComboBox->getChosenCircle(meta.mCircleId)) + { + return false; + } + } + else if (ui.typeLocal->isChecked()) + { + meta.mCircleType = GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY; + meta.mCircleId.clear(); + meta.mOriginator.clear(); + meta.mInternalCircle.clear() ; + + RsNodeGroupId ngi ; + + if (!ui.localComboBox->getChosenGroup(ngi)) + return false; + + meta.mInternalCircle = RsGxsCircleId(ngi) ; + } + else + return false; + + return true; } void GxsGroupDialog::cancelDialog() diff --git a/retroshare-gui/src/gui/gxs/GxsGroupDialog.h b/retroshare-gui/src/gui/gxs/GxsGroupDialog.h index 7f94c32db..b71a39952 100644 --- a/retroshare-gui/src/gui/gxs/GxsGroupDialog.h +++ b/retroshare-gui/src/gui/gxs/GxsGroupDialog.h @@ -90,8 +90,9 @@ public: #define GXS_GROUP_DEFAULTS_COMMENTS_YES 0x00001000 #define GXS_GROUP_DEFAULTS_COMMENTS_NO 0x00002000 -#define GXS_GROUP_DEFAULTS_ANTISPAM_FAVOR_PGP 0x00100000 -#define GXS_GROUP_DEFAULTS_ANTISPAM_TRACK 0x00200000 +#define GXS_GROUP_DEFAULTS_ANTISPAM_FAVOR_PGP 0x00100000 +#define GXS_GROUP_DEFAULTS_ANTISPAM_TRACK 0x00200000 +#define GXS_GROUP_DEFAULTS_ANTISPAM_FAVOR_PGP_KNOWN 0x00400000 /*! * The aim of this dialog is to be convenient to encapsulate group diff --git a/retroshare-gui/src/gui/gxs/GxsGroupDialog.ui b/retroshare-gui/src/gui/gxs/GxsGroupDialog.ui index eb5228c81..42b31221a 100644 --- a/retroshare-gui/src/gui/gxs/GxsGroupDialog.ui +++ b/retroshare-gui/src/gui/gxs/GxsGroupDialog.ui @@ -1,882 +1,924 @@ - - - GxsGroupDialog - - - - 0 - 0 - 828 - 612 - - - - Create New - - - - 0 - - - 0 - - - 0 - - - 0 - - - 6 - - - 0 - - - - - - - - QFrame::NoFrame - - - QFrame::Raised - - - 0 - - - - - - - - - - - 0 - - - 4 - - - 4 - - - 4 - - - 4 - - - - - 6 - - - 0 - - - - - - 64 - 64 - - - - - 64 - 64 - - - - QFrame::StyledPanel - - - QFrame::Raised - - - :/images/channels.png - - - true - - - - - - - 6 - - - 6 - - - - - Name - - - - - - - - - - - - 9 - - - 3 - - - 3 - - - 3 - - - 3 - - - - - Add Icon - - - - :/images/add_image24.png:/images/add_image24.png - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Will be used to send feedback - - - Owner: - - - - - - - - - - Key recipients can publish to restricted-type group and can view and publish for private-type channels - - - Share Publish Key - - - - - - - - - - - - - - Description - - - - - - - - - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - - true - - - - 0 - 0 - - - - - 300 - 524287 - - - - - 220 - 0 - - - - - 0 - 0 - - - - check peers you would like to share private publish key with - - - false - - - QDockWidget::NoDockWidgetFeatures - - - Share Key With - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - - 0 - 4 - - - - - 20 - 0 - - - - - 300 - 16777215 - - - - - 220 - 0 - - - - - 200 - 0 - - - - - - - - - - - - - 0 - 0 - - - - Message Distribution - - - - 0 - - - - - - 0 - 0 - - - - Public - - - - :/images/network.png:/images/network.png - - - - 24 - 24 - - - - - - - - - - - 0 - 0 - - - - Restricted to Circle - - - - :/images/circles/circles_32.png:/images/circles/circles_32.png - - - - 24 - 24 - - - - - - - - - - - - - - - - 0 - 0 - - - - Only For Your Friends - - - - :/images/user/friends24.png:/images/user/friends24.png - - - - 24 - 24 - - - - - - - - - - - - - - - - Publish Signatures - - - - 6 - - - 9 - - - 4 - - - 9 - - - 4 - - - - - Open - - - - - - - New Thread - - - - - - - Required - - - - - - - Encrypted Msgs - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - Personal Signatures - - - - - - PGP Required - - - - - - - Signature Required - - - - - - - If No Publish Signature - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - Comments - - - - 6 - - - 9 - - - 4 - - - 9 - - - 4 - - - - - Allow Comments - - - - - - - No Comments - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - Spam-protection - - - - 6 - - - 9 - - - 4 - - - 9 - - - 4 - - - - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - Favor PGP-signed ids - - - - - - - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - - - Keep track of posts - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - - - - Info - - - - - - Name - - - - - - - true - - - - - - - Popularity - - - - - - - true - - - - - - - Posts - - - - - - - - - - true - - - - - - - Last Post - - - - - - - true - - - - - - - Author - - - - - - - GxsIdLabel - - - - - - - ID - - - - - - - true - - - - - - - Comments: - - - - - - - TextLabel - - - - - - - - - TextLabel - - - - - - - - 0 - 0 - - - - - - - - - - Distribution: - - - - - - - Anti Spam: - - - - - - - TextLabel - - - - - - - - - - Description - - - - - - true - - - - - - - - - - - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - GxsIdLabel - QLabel -
gui/gxs/GxsIdLabel.h
-
- - GxsIdChooser - QComboBox -
gui/gxs/GxsIdChooser.h
-
- - GxsCircleChooser - QComboBox -
gui/gxs/GxsCircleChooser.h
-
- - HeaderFrame - QFrame -
gui/common/HeaderFrame.h
- 1 -
- - FriendSelectionWidget - QWidget -
gui/common/FriendSelectionWidget.h
- 1 -
- - MimeTextEdit - QTextEdit -
gui/common/MimeTextEdit.h
-
-
- - - - -
+ + + GxsGroupDialog + + + + 0 + 0 + 1237 + 622 + + + + Create New + + + + 0 + + + 0 + + + 0 + + + 0 + + + 6 + + + 0 + + + + + + + + QFrame::NoFrame + + + QFrame::Raised + + + 0 + + + + + + + + + + + 0 + + + 4 + + + 4 + + + 4 + + + 4 + + + + + 6 + + + 0 + + + + + + 64 + 64 + + + + + 64 + 64 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + :/images/channels.png + + + true + + + + + + + 6 + + + 6 + + + + + Name + + + + + + + + + + + + 9 + + + 3 + + + 3 + + + 3 + + + 3 + + + + + Add Icon + + + + :/images/add_image24.png:/images/add_image24.png + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Will be used to send feedback + + + Owner: + + + + + + + + + + Key recipients can publish to restricted-type group and can view and publish for private-type channels + + + Share Publish Key + + + + + + + + + + + + + + true + + + + 0 + 0 + + + + + 300 + 524287 + + + + + 220 + 0 + + + + + 0 + 0 + + + + check peers you would like to share private publish key with + + + false + + + QDockWidget::NoDockWidgetFeatures + + + Share Key With + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + 0 + 4 + + + + + 20 + 0 + + + + + 300 + 16777215 + + + + + 220 + 0 + + + + + 200 + 0 + + + + + + + + + + + + + 0 + 0 + + + + Message Distribution + + + + + + + + + 0 + 0 + + + + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + Public + + + + :/icons/png/network-puplic.png:/icons/png/network-puplic.png + + + + 24 + 24 + + + + + + + + + 0 + 0 + + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + Restricted to Circle + + + + :/icons/png/circles.png:/icons/png/circles.png + + + + 24 + 24 + + + + + + + + + 0 + 0 + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + Only For Your Friends + + + + :/icons/png/network.png:/icons/png/network.png + + + + 24 + 24 + + + + + + + + + 0 + 0 + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Qt::Horizontal + + + + 68 + 20 + + + + + + + + + 0 + 0 + + + + + + + + + + + + + Description + + + + + + + + + + + + Publish Signatures + + + + 6 + + + 9 + + + 4 + + + 9 + + + 4 + + + + + Open + + + + + + + New Thread + + + + + + + Required + + + + + + + Encrypted Msgs + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + Personal Signatures + + + + + + PGP Required + + + + + + + Signature Required + + + + + + + If No Publish Signature + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + Comments + + + + 6 + + + 9 + + + 4 + + + 9 + + + 4 + + + + + Allow Comments + + + + + + + No Comments + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + Spam-protection + + + + + + Posts permissions: + + + + + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + + + + + + Info + + + + + + Name + + + + + + + true + + + + + + + Popularity + + + + + + + true + + + + + + + Posts + + + + + + + + + + true + + + + + + + Last Post + + + + + + + true + + + + + + + Author + + + + + + + GxsIdLabel + + + + + + + ID + + + + + + + true + + + + + + + Comments: + + + + + + + TextLabel + + + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + + + Distribution: + + + + + + + Anti Spam: + + + + + + + TextLabel + + + + + + + + + + Description + + + + + + true + + + + + + + + + + + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + GxsIdLabel + QLabel +
gui/gxs/GxsIdLabel.h
+
+ + GxsIdChooser + QComboBox +
gui/gxs/GxsIdChooser.h
+
+ + GxsCircleChooser + QComboBox +
gui/gxs/GxsCircleChooser.h
+
+ + HeaderFrame + QFrame +
gui/common/HeaderFrame.h
+ 1 +
+ + FriendSelectionWidget + QWidget +
gui/common/FriendSelectionWidget.h
+ 1 +
+ + MimeTextEdit + QTextEdit +
gui/common/MimeTextEdit.h
+
+ + GroupChooser + QComboBox +
gui/common/GroupChooser.h
+
+
+ + + + + +
diff --git a/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp b/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp index 7458e0406..5c7d00dd7 100644 --- a/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp +++ b/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp @@ -29,7 +29,6 @@ #include #include "GxsIdDetails.h" #include "retroshare-gui/RsAutoUpdatePage.h" -#include "retroshare/rsreputations.h" #include @@ -905,7 +904,7 @@ bool GxsIdDetails::MakeIdDesc(const RsGxsId &id, bool doIcons, QString &str, QLi QString GxsIdDetails::getName(const RsIdentityDetails &details) { - if(rsReputations->isIdentityBanned(details.mId)) + if(rsIdentity->isBanned(details.mId)) return tr("[Banned]") ; QString name = QString::fromUtf8(details.mNickname.c_str()).left(RSID_MAXIMUM_NICKNAME_SIZE); @@ -924,7 +923,7 @@ QString GxsIdDetails::getComment(const RsIdentityDetails &details) QString comment; QString nickname ; - bool banned = rsReputations->isIdentityBanned(details.mId) ; + bool banned = rsIdentity->isBanned(details.mId) ; if(details.mNickname.empty()) nickname = tr("[Unknown]") ; @@ -963,7 +962,7 @@ void GxsIdDetails::getIcons(const RsIdentityDetails &details, QList &icon { QPixmap pix ; - if(rsReputations->isIdentityBanned(details.mId)) + if(rsIdentity->isBanned(details.mId)) { icons.clear() ; icons.push_back(QIcon(IMAGE_BANNED)) ; diff --git a/retroshare-gui/src/gui/gxs/GxsIdTreeWidgetItem.cpp b/retroshare-gui/src/gui/gxs/GxsIdTreeWidgetItem.cpp index d002e9541..0177f892f 100644 --- a/retroshare-gui/src/gui/gxs/GxsIdTreeWidgetItem.cpp +++ b/retroshare-gui/src/gui/gxs/GxsIdTreeWidgetItem.cpp @@ -25,7 +25,6 @@ #include "GxsIdTreeWidgetItem.h" #include "GxsIdDetails.h" #include "util/HandleRichText.h" -#include "retroshare/rsreputations.h" #define BANNED_IMAGE ":/icons/yellow_biohazard64.png" @@ -117,14 +116,14 @@ void GxsIdRSTreeWidgetItem::setId(const RsGxsId &id, int column, bool retryWhenF void GxsIdRSTreeWidgetItem::updateBannedState() { - if(mBannedState != rsReputations->isIdentityBanned(mId)) + if(mBannedState != rsIdentity->isBanned(mId)) forceUpdate() ; } void GxsIdRSTreeWidgetItem::forceUpdate() { mIdFound = false; - mBannedState = rsReputations->isIdentityBanned(mId) ; + mBannedState = rsIdentity->isBanned(mId) ; startProcess(); } @@ -170,7 +169,7 @@ QVariant GxsIdRSTreeWidgetItem::data(int column, int role) const if(mId.isNull()) return RSTreeWidgetItem::data(column, role); - else if(rsReputations->isIdentityBanned(mId)) + else if(rsIdentity->isBanned(mId)) pix = QImage(BANNED_IMAGE) ; else if (mAvatar.mSize == 0 || !pix.loadFromData(mAvatar.mData, mAvatar.mSize, "PNG")) pix = GxsIdDetails::makeDefaultIcon(mId); diff --git a/retroshare-gui/src/gui/gxschannels/GxsChannelDialog.cpp b/retroshare-gui/src/gui/gxschannels/GxsChannelDialog.cpp index 261bf49fd..cce28a407 100644 --- a/retroshare-gui/src/gui/gxschannels/GxsChannelDialog.cpp +++ b/retroshare-gui/src/gui/gxschannels/GxsChannelDialog.cpp @@ -105,9 +105,9 @@ QString GxsChannelDialog::icon(IconType type) { switch (type) { case ICON_NAME: - return ":/images/channels24.png"; + return ":/icons/png/channels.png"; case ICON_NEW: - return ":/images/add_channel24.png"; + return ":/icons/png/add.png"; case ICON_YOUR_GROUP: return ":/images/folder16.png"; case ICON_SUBSCRIBED_GROUP: diff --git a/retroshare-gui/src/gui/gxschannels/GxsChannelDialog.h b/retroshare-gui/src/gui/gxschannels/GxsChannelDialog.h index 1ecdcd273..9915ec362 100644 --- a/retroshare-gui/src/gui/gxschannels/GxsChannelDialog.h +++ b/retroshare-gui/src/gui/gxschannels/GxsChannelDialog.h @@ -24,7 +24,7 @@ #include "gui/gxs/GxsGroupFrameDialog.h" -#define IMAGE_GXSCHANNELS ":/images/channels.png" +#define IMAGE_GXSCHANNELS ":/icons/png/channels.png" class GxsChannelDialog : public GxsGroupFrameDialog { diff --git a/retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp b/retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp index 0568ba511..a9e224f36 100644 --- a/retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp +++ b/retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp @@ -95,11 +95,11 @@ QPixmap GxsChannelGroupDialog::serviceImage() switch (mode()) { case MODE_CREATE: - return QPixmap(":/images/add_channel64.png"); + return QPixmap(":/icons/png/channels.png"); case MODE_SHOW: - return QPixmap(":/images/channels.png"); + return QPixmap(":/icons/png/channels.png"); case MODE_EDIT: - return QPixmap(":/images/channels.png"); + return QPixmap(":/icons/png/channels.png"); } return QPixmap(); diff --git a/retroshare-gui/src/gui/gxschannels/GxsChannelUserNotify.cpp b/retroshare-gui/src/gui/gxschannels/GxsChannelUserNotify.cpp index 774037543..c20b54b08 100644 --- a/retroshare-gui/src/gui/gxschannels/GxsChannelUserNotify.cpp +++ b/retroshare-gui/src/gui/gxschannels/GxsChannelUserNotify.cpp @@ -37,12 +37,12 @@ bool GxsChannelUserNotify::hasSetting(QString *name, QString *group) QIcon GxsChannelUserNotify::getIcon() { - return QIcon(":/images/channels16.png"); + return QIcon(":/icons/png/channels.png"); } QIcon GxsChannelUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/icons/channels_red_128.png") : QIcon(":/icons/channels_128.png"); + return hasNew ? QIcon(":/icons/png/channels-notify.png") : QIcon(":/icons/png/channels.png"); } void GxsChannelUserNotify::iconClicked() diff --git a/retroshare-gui/src/gui/gxsforums/CreateGxsForumMsg.cpp b/retroshare-gui/src/gui/gxsforums/CreateGxsForumMsg.cpp index 6898ce228..f73aeef91 100644 --- a/retroshare-gui/src/gui/gxsforums/CreateGxsForumMsg.cpp +++ b/retroshare-gui/src/gui/gxsforums/CreateGxsForumMsg.cpp @@ -212,7 +212,7 @@ void CreateGxsForumMsg::loadFormInformation() //std::cerr << "CreateGxsForumMsg::loadMsgInformation() using signFlags=" << std::hex << mForumMeta.mSignFlags << std::dec << std::endl; - if(mForumMeta.mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) + if( (mForumMeta.mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) || (mForumMeta.mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN)) ui.idChooser->setFlags(IDCHOOSER_ID_REQUIRED | IDCHOOSER_NON_ANONYMOUS) ; else ui.idChooser->setFlags(IDCHOOSER_ID_REQUIRED) ; diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumGroupDialog.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumGroupDialog.cpp index 433f354c9..d16cbc848 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumGroupDialog.cpp +++ b/retroshare-gui/src/gui/gxsforums/GxsForumGroupDialog.cpp @@ -91,7 +91,7 @@ void GxsForumGroupDialog::initUi() QPixmap GxsForumGroupDialog::serviceImage() { - return QPixmap(":/images/konversation64.png"); + return QPixmap(":/icons/png/forums.png"); } bool GxsForumGroupDialog::service_CreateGroup(uint32_t &token, const RsGroupMetaData &meta) diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp index 82ed1e6dd..29033ae09 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp +++ b/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp @@ -44,7 +44,6 @@ #include #include -#include #include // These should be in retroshare/ folder. #include "retroshare/rsgxsflags.h" @@ -578,17 +577,6 @@ void GxsForumThreadWidget::changedThread() mThreadId = RsGxsMessageId(item->data(COLUMN_THREAD_DATA, ROLE_THREAD_MSGID).toString().toStdString()); } - // Show info about who passed on this message. - if(mForumGroup.mMeta.mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_TRACK_MESSAGES) - { - RsPeerId providerId ; - std::string msgId = item->data(COLUMN_THREAD_DATA, ROLE_THREAD_MSGID).toString().toStdString(); - RsGxsMessageId mid(msgId) ; - - if(rsGRouter->getTrackingInfo(mid,providerId) && !providerId.isNull() ) - item->setToolTip(COLUMN_THREAD_TITLE,tr("This message was obtained from %1").arg(QString::fromUtf8(rsPeers->getPeerName(providerId).c_str()))); - } - if (mFillThread) { return; } @@ -791,11 +779,9 @@ void GxsForumThreadWidget::insertGroupData() tw->ui->forumName->setText(QString::fromUtf8(group.mMeta.mGroupName.c_str())); QString anti_spam_features1 ; - if(IS_GROUP_PGP_AUTHED(tw->mSignFlags)) anti_spam_features1 = tr("Anonymous IDs reputation threshold set to 0.4"); + if(IS_GROUP_PGP_KNOWN_AUTHED(tw->mSignFlags)) anti_spam_features1 = tr("Anonymous/unknown node IDs reputation threshold set to 0.4"); + else if(IS_GROUP_PGP_AUTHED(tw->mSignFlags)) anti_spam_features1 = tr("Anonymous IDs reputation threshold set to 0.4"); - QString anti_spam_features2 ; - if(IS_GROUP_MESSAGE_TRACKING(tw->mSignFlags)) anti_spam_features2 = tr("Message routing info kept for 10 days"); - tw->mForumDescription = QString("%1: \t%2
").arg(tr("Forum name"), QString::fromUtf8( group.mMeta.mGroupName.c_str())); tw->mForumDescription += QString("%1: \t%2
").arg(tr("Subscribers")).arg(group.mMeta.mPop); tw->mForumDescription += QString("%1: \t%2
").arg(tr("Posts (at neighbor nodes)")).arg(group.mMeta.mVisibleMsgCount); @@ -817,9 +803,20 @@ void GxsForumThreadWidget::insertGroupData() distrib_string = tr("Restricted to members of circle ")+QString::fromStdString(group.mMeta.mCircleId.toStdString()) ; } break ; - case GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY: distrib_string = tr("Your eyes only"); - break ; - case GXS_CIRCLE_TYPE_LOCAL: distrib_string = tr("You and your friend nodes"); + case GXS_CIRCLE_TYPE_YOUR_FRIENDS_ONLY: + { + distrib_string = tr("Only friends nodes in group ") ; + + RsGroupInfo ginfo ; + rsPeers->getGroupInfo(RsNodeGroupId(group.mMeta.mInternalCircle),ginfo) ; + + QString desc; + GroupChooser::makeNodeGroupDesc(ginfo, desc); + distrib_string += desc ; + } + break ; + + case GXS_CIRCLE_TYPE_LOCAL: distrib_string = tr("Your eyes only"); // this is not yet supported. If you see this, it is a bug! break ; default: std::cerr << "(EE) badly initialised group distribution ID = " << group.mMeta.mCircleType << std::endl; @@ -831,9 +828,6 @@ void GxsForumThreadWidget::insertGroupData() if(!anti_spam_features1.isNull()) tw->mForumDescription += QString("%1: \t%2
").arg(tr("Anti-spam")).arg(anti_spam_features1); - if(!anti_spam_features2.isNull()) - tw->mForumDescription += QString("%1: \t%2
").arg(tr("Anti-spam")).arg(anti_spam_features2); - tw->mForumDescription += QString("%1:

%2").arg(tr("Description"), QString::fromUtf8(group.mDescription.c_str())); tw->ui->subscribeToolButton->setSubscribed(IS_GROUP_SUBSCRIBED(tw->mSubscribeFlags)); @@ -979,44 +973,54 @@ void GxsForumThreadWidget::fillThreadStatus(QString text) ui->progressText->setText(text); } -QTreeWidgetItem *GxsForumThreadWidget::convertMsgToThreadWidget(const RsGxsForumMsg &msg, bool useChildTS, uint32_t filterColumn) +QTreeWidgetItem *GxsForumThreadWidget::convertMsgToThreadWidget(const RsGxsForumMsg &msg, bool useChildTS, uint32_t filterColumn, QTreeWidgetItem *parent) { - // Early check for a message that should be hidden because its author - // is flagged with a bad reputation - - - bool redacted = rsReputations->isIdentityBanned(msg.mMeta.mAuthorId) ; - - GxsIdRSTreeWidgetItem *item = new GxsIdRSTreeWidgetItem(mThreadCompareRole,GxsIdDetails::ICON_TYPE_ALL || (redacted?(GxsIdDetails::ICON_TYPE_REDACTED):0)); + // Early check for a message that should be hidden because its author + // is flagged with a bad reputation + + + bool redacted = rsIdentity->isBanned(msg.mMeta.mAuthorId) ; + + GxsIdRSTreeWidgetItem *item = new GxsIdRSTreeWidgetItem(mThreadCompareRole,GxsIdDetails::ICON_TYPE_ALL || (redacted?(GxsIdDetails::ICON_TYPE_REDACTED):0)); item->moveToThread(ui->threadTreeWidget->thread()); - QString text; - if(redacted) + if(redacted) item->setText(COLUMN_THREAD_TITLE, tr("[ ... Redacted message ... ]")); else item->setText(COLUMN_THREAD_TITLE, QString::fromUtf8(msg.mMeta.mMsgName.c_str())); + + //msg.mMeta.mChildTs Was not updated when received new child + // so do it here. QDateTime qtime; - QString sort; + qtime.setTime_t(msg.mMeta.mPublishTs); - if (useChildTS) - qtime.setTime_t(msg.mMeta.mChildTs); - else - qtime.setTime_t(msg.mMeta.mPublishTs); - - text = DateTime::formatDateTime(qtime); - sort = qtime.toString("yyyyMMdd_hhmmss"); + QString itemText = DateTime::formatDateTime(qtime); + QString itemSort = QString::number(msg.mMeta.mPublishTs);//Don't need to format it as for sort. if (useChildTS) { - qtime.setTime_t(msg.mMeta.mPublishTs); - text += " / "; - text += DateTime::formatDateTime(qtime); - sort += "_" + qtime.toString("yyyyMMdd_hhmmss"); + for(QTreeWidgetItem *grandParent = parent; grandParent!=NULL; grandParent = grandParent->parent()) + { + //Update Parent Child TimeStamp + QString oldTSText = grandParent->text(COLUMN_THREAD_DATE); + QString oldTSSort = grandParent->data(COLUMN_THREAD_DATE, ROLE_THREAD_SORT).toString(); + + QString oldCTSText = oldTSText.split("|").at(0); + QString oldPTSText = oldTSText.contains("|") ? oldTSText.split(" | ").at(1) : oldCTSText;//If first time parent get only its mPublishTs + QString oldCTSSort = oldTSSort.split("|").at(0); + QString oldPTSSort = oldTSSort.contains("|") ? oldTSSort.split(" | ").at(1) : oldCTSSort; + if (oldCTSSort.toDouble() < itemSort.toDouble()) + { + grandParent->setText(COLUMN_THREAD_DATE, DateTime::formatDateTime(qtime) + " | " + oldPTSText); + grandParent->setData(COLUMN_THREAD_DATE, ROLE_THREAD_SORT, itemSort + " | " + oldPTSSort); + } + } } - item->setText(COLUMN_THREAD_DATE, text); - item->setData(COLUMN_THREAD_DATE, ROLE_THREAD_SORT, sort); + + item->setText(COLUMN_THREAD_DATE, itemText); + item->setData(COLUMN_THREAD_DATE, ROLE_THREAD_SORT, itemSort); // Set later with GxsIdRSTreeWidgetItem::setId item->setData(COLUMN_THREAD_DATA, ROLE_THREAD_AUTHOR, QString::fromStdString(msg.mMeta.mAuthorId.toStdString())); @@ -1067,7 +1071,8 @@ QTreeWidgetItem *GxsForumThreadWidget::convertMsgToThreadWidget(const RsGxsForum #endif item->setData(COLUMN_THREAD_DATA, ROLE_THREAD_STATUS, msg.mMeta.mMsgStatus); item->setData(COLUMN_THREAD_DATA, ROLE_THREAD_MISSING, false); - + + if (parent) parent->addChild(item); return item; } @@ -1408,7 +1413,7 @@ void GxsForumThreadWidget::insertMessageData(const RsGxsForumMsg &msg) return; } - bool redacted = rsReputations->isIdentityBanned(msg.mMeta.mAuthorId) ; + bool redacted = rsIdentity->isBanned(msg.mMeta.mAuthorId) ; mStateHelper->setActive(mTokenTypeMessageData, true); diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h b/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h index ea18e3c0f..1cf109a81 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h +++ b/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h @@ -51,7 +51,7 @@ public: unsigned int newCount() { return mNewCount; } unsigned int unreadCount() { return mUnreadCount; } - QTreeWidgetItem *convertMsgToThreadWidget(const RsGxsForumMsg &msg, bool useChildTS, uint32_t filterColumn); + QTreeWidgetItem *convertMsgToThreadWidget(const RsGxsForumMsg &msg, bool useChildTS, uint32_t filterColumn, QTreeWidgetItem *parent = NULL); QTreeWidgetItem *generateMissingItem(const RsGxsMessageId &msgId); // Callback for all Loads. diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumUserNotify.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumUserNotify.cpp index 026db2358..983c62f66 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumUserNotify.cpp +++ b/retroshare-gui/src/gui/gxsforums/GxsForumUserNotify.cpp @@ -38,12 +38,12 @@ bool GxsForumUserNotify::hasSetting(QString *name, QString *group) QIcon GxsForumUserNotify::getIcon() { - return QIcon(":/icons/konversation_128.png"); + return QIcon(":/icons/png/forums.png"); } QIcon GxsForumUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/icons/konversation_red_128.png") : QIcon(":/icons/konversation_128.png"); + return hasNew ? QIcon(":/icons/png/forums-notify.png") : QIcon(":/icons/png/forums.png"); } void GxsForumUserNotify::iconClicked() diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp index a4454a859..61b0c59c1 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp +++ b/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp @@ -104,9 +104,9 @@ QString GxsForumsDialog::icon(IconType type) { switch (type) { case ICON_NAME: - return ":/images/konversation.png"; + return ":/icons/png/forums.png"; case ICON_NEW: - return ":/images/new_forum16.png"; + return ":/icons/png/add.png"; case ICON_YOUR_GROUP: return ":/images/folder16.png"; case ICON_SUBSCRIBED_GROUP: diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.h b/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.h index 9d43c3698..60a713151 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.h +++ b/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.h @@ -24,7 +24,7 @@ #include "gui/gxs/GxsGroupFrameDialog.h" -#define IMAGE_GXSFORUMS ":/images/konversation.png" +#define IMAGE_GXSFORUMS ":/icons/png/forums.png" class GxsForumsDialog : public GxsGroupFrameDialog { diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumsFillThread.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumsFillThread.cpp index 0b1a06a82..045495bd7 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumsFillThread.cpp +++ b/retroshare-gui/src/gui/gxsforums/GxsForumsFillThread.cpp @@ -218,8 +218,7 @@ void GxsForumsFillThread::run() std::cerr << "GxsForumsFillThread::run() adding " << msg.mMeta.mMsgId << std::endl; #endif - QTreeWidgetItem *item = mParent->convertMsgToThreadWidget(msg, mUseChildTS, mFilterColumn); - threadPair.second->addChild(item); + QTreeWidgetItem *item = mParent->convertMsgToThreadWidget(msg, mUseChildTS, mFilterColumn, threadPair.second); calculateExpand(msg, item); diff --git a/retroshare-gui/src/gui/help/licence.html b/retroshare-gui/src/gui/help/licence.html index 4ce067118..323d90122 100644 --- a/retroshare-gui/src/gui/help/licence.html +++ b/retroshare-gui/src/gui/help/licence.html @@ -42,6 +42,16 @@ href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html

+

Retroshare Icons

+ +

Oxygen Icons Set(LGPL)

+ +

Crystal Project Icons(LGPL)

+ +
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
+ +
Icons made by Eleonor Wang from www.flaticon.com is licensed by CC 3.0 BY
+

GNU GENERAL PUBLIC LICENSE

diff --git a/retroshare-gui/src/gui/icons.qrc b/retroshare-gui/src/gui/icons.qrc index fe073ca1b..df040eb60 100644 --- a/retroshare-gui/src/gui/icons.qrc +++ b/retroshare-gui/src/gui/icons.qrc @@ -1,79 +1,144 @@ - - icons/add_user_256.png - icons/anonymous_blue_128.png - icons/anonymous_green_128.png - icons/aol.png - icons/avatar_128.png - icons/avatar_grey_128.png - icons/blank_blue_128.png - icons/blank_green_128.png - icons/browsable_blue_128.png - icons/browsable_green_128.png - icons/bullet_blue_128.png - icons/bullet_green_128.png - icons/bullet_grey_128.png - icons/bullet_red_128.png - icons/bullet_yellow_128.png - icons/channels_128.png - icons/channels_red_128.png - icons/chat_128.png - icons/chat_red_128.png - icons/circles_128.png - icons/circles_new_128.png - icons/friends_128.png - icons/global_switch_off_128.png - icons/global_switch_on_128.png - icons/gmail.png - icons/help_128.png - icons/help_64.png - icons/information_128.png - icons/internet_128.png - icons/knews_128.png - icons/knews_red_128.png - icons/konversation_128.png - icons/konversation128.png - icons/konversation_red_128.png - icons/ktorrent_128.png - icons/ktorrent_red_128.png - icons/logo_0_connected_128.png - icons/logo_128.png - icons/logo_1_connected_128.png - icons/logo_2_connected_128.png - icons/mail_128.png - icons/mail_old_128.png - icons/mail_red_128.png - icons/newsfeed128.png - icons/outlook.png - icons/plugins_128.png - icons/posted_128.png - icons/posted_red_128.png - icons/quit_128.png - icons/security_high_128.png - icons/security_low_128.png - icons/security_medium_128.png - icons/star_overlay_128.png - icons/switch00_128.png - icons/switch01_128.png - icons/switch10_128.png - icons/switch11_128.png - icons/system_128.png - icons/tile_checking_48.png - icons/tile_downloaded_48.png - icons/tile_downloading_48.png - icons/tile_inactive_48.png - icons/tor-logo.png - icons/tor-off.png - icons/tor-on.png - icons/tor-starting.png - icons/tor-stopping.png - icons/user-away_64.png - icons/user-away-extended_64.png - icons/user-busy_64.png - icons/user-offline_64.png - icons/user-online_64.png - icons/yahoo.png - icons/yandex.png - icons/yellow_biohazard64.png - + + icons/svg/download.svg + icons/svg/folders.svg + icons/svg/folders1.svg + icons/svg/magnifying-glass.svg + icons/svg/upload.svg + icons/settings/appearance.svg + icons/settings/channels.svg + icons/settings/chat.svg + icons/settings/directories.svg + icons/settings/filesharing.svg + icons/settings/forums.svg + icons/settings/general.svg + icons/settings/messages.svg + icons/settings/network.svg + icons/settings/notify.svg + icons/settings/people.svg + icons/settings/permissions.svg + icons/settings/plugins.svg + icons/settings/posted.svg + icons/settings/profile.svg + icons/settings/server.svg + icons/settings/sound.svg + icons/settings/webinterface.svg + icons/add_user_256.png + icons/anonymous_blue_128.png + icons/anonymous_green_128.png + icons/aol.png + icons/avatar_128.png + icons/avatar_grey_128.png + icons/blank_blue_128.png + icons/blank_green_128.png + icons/browsable_blue_128.png + icons/browsable_green_128.png + icons/bullet_blue_128.png + icons/bullet_green_128.png + icons/bullet_grey_128.png + icons/bullet_red_128.png + icons/bullet_yellow_128.png + icons/channels_128.png + icons/channels_red_128.png + icons/chat_128.png + icons/chat_red_128.png + icons/circles_128.png + icons/circles_new_128.png + icons/friends_128.png + icons/global_switch_off_128.png + icons/global_switch_on_128.png + icons/gmail.png + icons/help_128.png + icons/help_64.png + icons/information_128.png + icons/internet_128.png + icons/knews_128.png + icons/knews_red_128.png + icons/konversation_128.png + icons/konversation128.png + icons/konversation_red_128.png + icons/ktorrent_128.png + icons/ktorrent_red_128.png + icons/logo_0_connected_128.png + icons/logo_128.png + icons/logo_1_connected_128.png + icons/logo_2_connected_128.png + icons/mail_128.png + icons/mail_old_128.png + icons/mail_red_128.png + icons/newsfeed128.png + icons/outlook.png + icons/plugins_128.png + icons/posted_128.png + icons/posted_red_128.png + icons/quit_128.png + icons/security_high_128.png + icons/security_low_128.png + icons/security_medium_128.png + icons/star_overlay_128.png + icons/switch00_128.png + icons/switch01_128.png + icons/switch10_128.png + icons/switch11_128.png + icons/system_128.png + icons/tile_checking_48.png + icons/tile_downloaded_48.png + icons/tile_downloading_48.png + icons/tile_inactive_48.png + icons/tor-logo.png + icons/tor-off.png + icons/tor-on.png + icons/tor-starting.png + icons/tor-stopping.png + icons/user-away_64.png + icons/user-away-extended_64.png + icons/user-busy_64.png + icons/user-offline_64.png + icons/user-online_64.png + icons/yahoo.png + icons/yandex.png + icons/yellow_biohazard64.png + icons/png/attach.png + icons/png/attach-image.png + icons/png/highlight.png + icons/png/invite.png + icons/png/leave.png + icons/png/search.png + icons/png/send-message.png + icons/png/settings.png + icons/png/smiley.png + icons/png/font.png + icons/png/send-message-blocked.png + icons/png/chat-bubble-notify.png + icons/png/channels.png + icons/png/chat-lobbies.png + icons/png/forums.png + icons/png/info.png + icons/png/messages.png + icons/png/network.png + icons/png/newsfeed.png + icons/png/people.png + icons/png/posted.png + icons/png/exit.png + icons/png/options.png + icons/png/filesharing.png + icons/png/channels-notify.png + icons/png/chat-lobbies-notify.png + icons/png/forums-notify.png + icons/png/messages-notify.png + icons/png/network-notify.png + icons/png/newsfeed-notify.png + icons/png/people-notify.png + icons/png/posted-notify.png + icons/png/filesharing-notify.png + icons/png/thumbs-up.png + icons/png/thumbs-down.png + icons/png/thumbs-neutral.png + icons/png/add.png + icons/png/netgraph.png + icons/png/network-puplic.png + icons/png/circles.png + icons/png/person.png + icons/png/keyring.png + diff --git a/retroshare-gui/src/gui/icons/png/add.png b/retroshare-gui/src/gui/icons/png/add.png new file mode 100644 index 000000000..7fce53e0c Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/add.png differ diff --git a/retroshare-gui/src/gui/icons/png/attach-image.png b/retroshare-gui/src/gui/icons/png/attach-image.png new file mode 100644 index 000000000..7c07cf8fa Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/attach-image.png differ diff --git a/retroshare-gui/src/gui/icons/png/attach.png b/retroshare-gui/src/gui/icons/png/attach.png new file mode 100644 index 000000000..abf7b6478 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/attach.png differ diff --git a/retroshare-gui/src/gui/icons/png/channels-notify.png b/retroshare-gui/src/gui/icons/png/channels-notify.png new file mode 100644 index 000000000..df46c8857 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/channels-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/channels.png b/retroshare-gui/src/gui/icons/png/channels.png new file mode 100644 index 000000000..f4460cce9 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/channels.png differ diff --git a/retroshare-gui/src/gui/icons/png/chat-bubble-notify.png b/retroshare-gui/src/gui/icons/png/chat-bubble-notify.png new file mode 100644 index 000000000..a9ada88c3 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/chat-bubble-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/chat-bubble.png b/retroshare-gui/src/gui/icons/png/chat-bubble.png new file mode 100644 index 000000000..3874f77e6 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/chat-bubble.png differ diff --git a/retroshare-gui/src/gui/icons/png/chat-lobbies-notify.png b/retroshare-gui/src/gui/icons/png/chat-lobbies-notify.png new file mode 100644 index 000000000..ff416e811 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/chat-lobbies-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/chat-lobbies.png b/retroshare-gui/src/gui/icons/png/chat-lobbies.png new file mode 100644 index 000000000..ca381a13a Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/chat-lobbies.png differ diff --git a/retroshare-gui/src/gui/icons/png/circles.png b/retroshare-gui/src/gui/icons/png/circles.png new file mode 100644 index 000000000..95cbb2d3b Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/circles.png differ diff --git a/retroshare-gui/src/gui/icons/png/empty-circle.png b/retroshare-gui/src/gui/icons/png/empty-circle.png new file mode 100644 index 000000000..2ee13c272 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/empty-circle.png differ diff --git a/retroshare-gui/src/gui/icons/png/exit.png b/retroshare-gui/src/gui/icons/png/exit.png new file mode 100644 index 000000000..a5d95b38f Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/exit.png differ diff --git a/retroshare-gui/src/gui/icons/png/feedreader-notify.png b/retroshare-gui/src/gui/icons/png/feedreader-notify.png new file mode 100644 index 000000000..3d0446340 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/feedreader-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/feedreader.png b/retroshare-gui/src/gui/icons/png/feedreader.png new file mode 100644 index 000000000..466b2665f Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/feedreader.png differ diff --git a/retroshare-gui/src/gui/icons/png/filesharing-notify.png b/retroshare-gui/src/gui/icons/png/filesharing-notify.png new file mode 100644 index 000000000..b396ae657 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/filesharing-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/filesharing.png b/retroshare-gui/src/gui/icons/png/filesharing.png new file mode 100644 index 000000000..d6af46d3b Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/filesharing.png differ diff --git a/retroshare-gui/src/gui/icons/png/font.png b/retroshare-gui/src/gui/icons/png/font.png new file mode 100644 index 000000000..3c71acc5f Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/font.png differ diff --git a/retroshare-gui/src/gui/icons/png/forums-notify.png b/retroshare-gui/src/gui/icons/png/forums-notify.png new file mode 100644 index 000000000..9379acda5 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/forums-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/forums.png b/retroshare-gui/src/gui/icons/png/forums.png new file mode 100644 index 000000000..a53d7f184 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/forums.png differ diff --git a/retroshare-gui/src/gui/icons/png/fullscreen_arrows.png b/retroshare-gui/src/gui/icons/png/fullscreen_arrows.png new file mode 100644 index 000000000..58633f3e8 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/fullscreen_arrows.png differ diff --git a/retroshare-gui/src/gui/icons/png/highlight.png b/retroshare-gui/src/gui/icons/png/highlight.png new file mode 100644 index 000000000..93ba8f9af Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/highlight.png differ diff --git a/retroshare-gui/src/gui/icons/png/info.png b/retroshare-gui/src/gui/icons/png/info.png new file mode 100644 index 000000000..f7e804032 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/info.png differ diff --git a/retroshare-gui/src/gui/icons/png/invite.png b/retroshare-gui/src/gui/icons/png/invite.png new file mode 100644 index 000000000..5fda4753e Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/invite.png differ diff --git a/retroshare-gui/src/gui/icons/png/keyring.png b/retroshare-gui/src/gui/icons/png/keyring.png new file mode 100644 index 000000000..d14be9a98 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/keyring.png differ diff --git a/retroshare-gui/src/gui/icons/png/leave.png b/retroshare-gui/src/gui/icons/png/leave.png new file mode 100644 index 000000000..df5af7ced Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/leave.png differ diff --git a/retroshare-gui/src/gui/icons/png/messages-notify.png b/retroshare-gui/src/gui/icons/png/messages-notify.png new file mode 100644 index 000000000..8e5175c79 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/messages-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/messages.png b/retroshare-gui/src/gui/icons/png/messages.png new file mode 100644 index 000000000..9f3bac6f9 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/messages.png differ diff --git a/retroshare-gui/src/gui/icons/png/microphone.png b/retroshare-gui/src/gui/icons/png/microphone.png new file mode 100644 index 000000000..f0f6e7546 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/microphone.png differ diff --git a/retroshare-gui/src/gui/icons/png/microphone_mute.png b/retroshare-gui/src/gui/icons/png/microphone_mute.png new file mode 100644 index 000000000..d77aa3037 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/microphone_mute.png differ diff --git a/retroshare-gui/src/gui/icons/png/netgraph.png b/retroshare-gui/src/gui/icons/png/netgraph.png new file mode 100644 index 000000000..e75a06549 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/netgraph.png differ diff --git a/retroshare-gui/src/gui/icons/png/network-notify.png b/retroshare-gui/src/gui/icons/png/network-notify.png new file mode 100644 index 000000000..625746534 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/network-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/network-puplic.png b/retroshare-gui/src/gui/icons/png/network-puplic.png new file mode 100644 index 000000000..fee786177 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/network-puplic.png differ diff --git a/retroshare-gui/src/gui/icons/png/network.png b/retroshare-gui/src/gui/icons/png/network.png new file mode 100644 index 000000000..014430218 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/network.png differ diff --git a/retroshare-gui/src/gui/icons/png/newsfeed-notify.png b/retroshare-gui/src/gui/icons/png/newsfeed-notify.png new file mode 100644 index 000000000..f484eb0b5 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/newsfeed-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/newsfeed.png b/retroshare-gui/src/gui/icons/png/newsfeed.png new file mode 100644 index 000000000..0d9e016aa Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/newsfeed.png differ diff --git a/retroshare-gui/src/gui/icons/png/options.png b/retroshare-gui/src/gui/icons/png/options.png new file mode 100644 index 000000000..ffbc41651 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/options.png differ diff --git a/retroshare-gui/src/gui/icons/png/people-notify.png b/retroshare-gui/src/gui/icons/png/people-notify.png new file mode 100644 index 000000000..2a0b75a78 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/people-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/people.png b/retroshare-gui/src/gui/icons/png/people.png new file mode 100644 index 000000000..b9eb7e656 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/people.png differ diff --git a/retroshare-gui/src/gui/icons/png/person.png b/retroshare-gui/src/gui/icons/png/person.png new file mode 100644 index 000000000..c625becb8 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/person.png differ diff --git a/retroshare-gui/src/gui/icons/png/phone.png b/retroshare-gui/src/gui/icons/png/phone.png new file mode 100644 index 000000000..99904c2b1 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/phone.png differ diff --git a/retroshare-gui/src/gui/icons/png/phone_hangup.png b/retroshare-gui/src/gui/icons/png/phone_hangup.png new file mode 100644 index 000000000..2f7608271 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/phone_hangup.png differ diff --git a/retroshare-gui/src/gui/icons/png/posted-notify.png b/retroshare-gui/src/gui/icons/png/posted-notify.png new file mode 100644 index 000000000..a054c4307 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/posted-notify.png differ diff --git a/retroshare-gui/src/gui/icons/png/posted.png b/retroshare-gui/src/gui/icons/png/posted.png new file mode 100644 index 000000000..2de0fc3a2 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/posted.png differ diff --git a/retroshare-gui/src/gui/icons/png/search.png b/retroshare-gui/src/gui/icons/png/search.png new file mode 100644 index 000000000..5cd7be556 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/search.png differ diff --git a/retroshare-gui/src/gui/icons/png/send-message-blocked.png b/retroshare-gui/src/gui/icons/png/send-message-blocked.png new file mode 100644 index 000000000..c344e8820 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/send-message-blocked.png differ diff --git a/retroshare-gui/src/gui/icons/png/send-message.png b/retroshare-gui/src/gui/icons/png/send-message.png new file mode 100644 index 000000000..4aaece137 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/send-message.png differ diff --git a/retroshare-gui/src/gui/icons/png/settings.png b/retroshare-gui/src/gui/icons/png/settings.png new file mode 100644 index 000000000..a246c2684 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/settings.png differ diff --git a/retroshare-gui/src/gui/icons/png/smiley.png b/retroshare-gui/src/gui/icons/png/smiley.png new file mode 100644 index 000000000..12e7f869d Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/smiley.png differ diff --git a/retroshare-gui/src/gui/icons/png/speaker.png b/retroshare-gui/src/gui/icons/png/speaker.png new file mode 100644 index 000000000..a1dda4399 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/speaker.png differ diff --git a/retroshare-gui/src/gui/icons/png/speaker_mute.png b/retroshare-gui/src/gui/icons/png/speaker_mute.png new file mode 100644 index 000000000..f1a731c9b Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/speaker_mute.png differ diff --git a/retroshare-gui/src/gui/icons/png/thumbs-down.png b/retroshare-gui/src/gui/icons/png/thumbs-down.png new file mode 100644 index 000000000..ccca3793a Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/thumbs-down.png differ diff --git a/retroshare-gui/src/gui/icons/png/thumbs-neutral.png b/retroshare-gui/src/gui/icons/png/thumbs-neutral.png new file mode 100644 index 000000000..c4778110d Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/thumbs-neutral.png differ diff --git a/retroshare-gui/src/gui/icons/png/thumbs-up.png b/retroshare-gui/src/gui/icons/png/thumbs-up.png new file mode 100644 index 000000000..d37450130 Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/thumbs-up.png differ diff --git a/retroshare-gui/src/gui/icons/png/video.png b/retroshare-gui/src/gui/icons/png/video.png new file mode 100644 index 000000000..ad56d5acd Binary files /dev/null and b/retroshare-gui/src/gui/icons/png/video.png differ diff --git a/retroshare-gui/src/gui/icons/settings/appearance.svg b/retroshare-gui/src/gui/icons/settings/appearance.svg new file mode 100644 index 000000000..ca56d4d2d --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/appearance.svg @@ -0,0 +1,59 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/channels.svg b/retroshare-gui/src/gui/icons/settings/channels.svg new file mode 100644 index 000000000..75b880846 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/channels.svg @@ -0,0 +1,87 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/chat.svg b/retroshare-gui/src/gui/icons/settings/chat.svg new file mode 100644 index 000000000..c57b16c05 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/chat.svg @@ -0,0 +1,108 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/directories.svg b/retroshare-gui/src/gui/icons/settings/directories.svg new file mode 100644 index 000000000..7dad5c30d --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/directories.svg @@ -0,0 +1,60 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/filesharing.svg b/retroshare-gui/src/gui/icons/settings/filesharing.svg new file mode 100644 index 000000000..99fea17dd --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/filesharing.svg @@ -0,0 +1,89 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/forums.svg b/retroshare-gui/src/gui/icons/settings/forums.svg new file mode 100644 index 000000000..c2df1e642 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/forums.svg @@ -0,0 +1,60 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/general.svg b/retroshare-gui/src/gui/icons/settings/general.svg new file mode 100644 index 000000000..fd4153991 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/general.svg @@ -0,0 +1,62 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/messages.svg b/retroshare-gui/src/gui/icons/settings/messages.svg new file mode 100644 index 000000000..9b60cc9f8 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/messages.svg @@ -0,0 +1,75 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/network.svg b/retroshare-gui/src/gui/icons/settings/network.svg new file mode 100644 index 000000000..861b298bd --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/network.svg @@ -0,0 +1,68 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/notify.svg b/retroshare-gui/src/gui/icons/settings/notify.svg new file mode 100644 index 000000000..9edd93369 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/notify.svg @@ -0,0 +1,82 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/people.svg b/retroshare-gui/src/gui/icons/settings/people.svg new file mode 100644 index 000000000..05ebc1032 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/people.svg @@ -0,0 +1,105 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/permissions.svg b/retroshare-gui/src/gui/icons/settings/permissions.svg new file mode 100644 index 000000000..5c52870d9 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/permissions.svg @@ -0,0 +1,56 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/plugins.svg b/retroshare-gui/src/gui/icons/settings/plugins.svg new file mode 100644 index 000000000..93bdd8dbe --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/plugins.svg @@ -0,0 +1,57 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/posted.svg b/retroshare-gui/src/gui/icons/settings/posted.svg new file mode 100644 index 000000000..11083d58c --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/posted.svg @@ -0,0 +1,78 @@ + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/profile.svg b/retroshare-gui/src/gui/icons/settings/profile.svg new file mode 100644 index 000000000..5060830cc --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/profile.svg @@ -0,0 +1,77 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/server.svg b/retroshare-gui/src/gui/icons/settings/server.svg new file mode 100644 index 000000000..b1c0ace27 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/server.svg @@ -0,0 +1,60 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/sound.svg b/retroshare-gui/src/gui/icons/settings/sound.svg new file mode 100644 index 000000000..ba6fd8c2d --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/sound.svg @@ -0,0 +1,56 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/settings/webinterface.svg b/retroshare-gui/src/gui/icons/settings/webinterface.svg new file mode 100644 index 000000000..45e903455 --- /dev/null +++ b/retroshare-gui/src/gui/icons/settings/webinterface.svg @@ -0,0 +1,96 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/add.svg b/retroshare-gui/src/gui/icons/svg/add.svg new file mode 100644 index 000000000..846ba6ec5 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/add.svg @@ -0,0 +1,54 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/attach-image.svg b/retroshare-gui/src/gui/icons/svg/attach-image.svg new file mode 100644 index 000000000..ab2e0e388 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/attach-image.svg @@ -0,0 +1,78 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/attach.svg b/retroshare-gui/src/gui/icons/svg/attach.svg new file mode 100644 index 000000000..3725cf017 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/attach.svg @@ -0,0 +1,61 @@ + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/channels-notify.svg b/retroshare-gui/src/gui/icons/svg/channels-notify.svg new file mode 100644 index 000000000..1219e4988 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/channels-notify.svg @@ -0,0 +1,87 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/channels.svg b/retroshare-gui/src/gui/icons/svg/channels.svg new file mode 100644 index 000000000..cd5815c8c --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/channels.svg @@ -0,0 +1,87 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/chat-bubble-notify.svg b/retroshare-gui/src/gui/icons/svg/chat-bubble-notify.svg new file mode 100644 index 000000000..bc9f81476 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/chat-bubble-notify.svg @@ -0,0 +1,111 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/chat-bubble.svg b/retroshare-gui/src/gui/icons/svg/chat-bubble.svg new file mode 100644 index 000000000..3e2d2800f --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/chat-bubble.svg @@ -0,0 +1,108 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/chat-lobbies-notify.svg b/retroshare-gui/src/gui/icons/svg/chat-lobbies-notify.svg new file mode 100644 index 000000000..6486a1236 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/chat-lobbies-notify.svg @@ -0,0 +1,66 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/chat-lobbies.svg b/retroshare-gui/src/gui/icons/svg/chat-lobbies.svg new file mode 100644 index 000000000..b2e67d35a --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/chat-lobbies.svg @@ -0,0 +1,63 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/circles.svg b/retroshare-gui/src/gui/icons/svg/circles.svg new file mode 100644 index 000000000..0dc78933a --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/circles.svg @@ -0,0 +1,77 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/download.svg b/retroshare-gui/src/gui/icons/svg/download.svg new file mode 100644 index 000000000..4cd19ee40 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/download.svg @@ -0,0 +1,53 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/empty-circle.svg b/retroshare-gui/src/gui/icons/svg/empty-circle.svg new file mode 100644 index 000000000..b7324d41d --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/empty-circle.svg @@ -0,0 +1,50 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/exit-red.svg b/retroshare-gui/src/gui/icons/svg/exit-red.svg new file mode 100644 index 000000000..45ae71827 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/exit-red.svg @@ -0,0 +1,65 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/exit.svg b/retroshare-gui/src/gui/icons/svg/exit.svg new file mode 100644 index 000000000..14bb0952e --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/exit.svg @@ -0,0 +1,65 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/feedreader-notify.svg b/retroshare-gui/src/gui/icons/svg/feedreader-notify.svg new file mode 100644 index 000000000..e54fa8d1b --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/feedreader-notify.svg @@ -0,0 +1,65 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/feedreader.svg b/retroshare-gui/src/gui/icons/svg/feedreader.svg new file mode 100644 index 000000000..ae5a3d7d2 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/feedreader.svg @@ -0,0 +1,64 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/filesharing-notify.svg b/retroshare-gui/src/gui/icons/svg/filesharing-notify.svg new file mode 100644 index 000000000..e27240261 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/filesharing-notify.svg @@ -0,0 +1,92 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/filesharing.svg b/retroshare-gui/src/gui/icons/svg/filesharing.svg new file mode 100644 index 000000000..93554d78c --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/filesharing.svg @@ -0,0 +1,89 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/folders.svg b/retroshare-gui/src/gui/icons/svg/folders.svg new file mode 100644 index 000000000..5f4d64010 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/folders.svg @@ -0,0 +1,142 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/folders1.svg b/retroshare-gui/src/gui/icons/svg/folders1.svg new file mode 100644 index 000000000..c9fdc44c6 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/folders1.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/font.svg b/retroshare-gui/src/gui/icons/svg/font.svg new file mode 100644 index 000000000..2591e3e20 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/font.svg @@ -0,0 +1,70 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/forums-notify.svg b/retroshare-gui/src/gui/icons/svg/forums-notify.svg new file mode 100644 index 000000000..fccc99d35 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/forums-notify.svg @@ -0,0 +1,61 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/forums.svg b/retroshare-gui/src/gui/icons/svg/forums.svg new file mode 100644 index 000000000..e51afbbc6 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/forums.svg @@ -0,0 +1,60 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/fullscreen_arrows.svg b/retroshare-gui/src/gui/icons/svg/fullscreen_arrows.svg new file mode 100644 index 000000000..225c9a938 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/fullscreen_arrows.svg @@ -0,0 +1,177 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/highlight.svg b/retroshare-gui/src/gui/icons/svg/highlight.svg new file mode 100644 index 000000000..63ceeaae8 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/highlight.svg @@ -0,0 +1,81 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/info.svg b/retroshare-gui/src/gui/icons/svg/info.svg new file mode 100644 index 000000000..a83e6d67a --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/info.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/invite.svg b/retroshare-gui/src/gui/icons/svg/invite.svg new file mode 100644 index 000000000..afcefbd72 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/invite.svg @@ -0,0 +1,74 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/keyring.svg b/retroshare-gui/src/gui/icons/svg/keyring.svg new file mode 100644 index 000000000..3f2568f95 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/keyring.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/leave.svg b/retroshare-gui/src/gui/icons/svg/leave.svg new file mode 100644 index 000000000..9904394ef --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/leave.svg @@ -0,0 +1,59 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/magnifying-glass.svg b/retroshare-gui/src/gui/icons/svg/magnifying-glass.svg new file mode 100644 index 000000000..0718ffbb5 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/magnifying-glass.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/messages-notify.svg b/retroshare-gui/src/gui/icons/svg/messages-notify.svg new file mode 100644 index 000000000..3864ffd58 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/messages-notify.svg @@ -0,0 +1,76 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/messages.svg b/retroshare-gui/src/gui/icons/svg/messages.svg new file mode 100644 index 000000000..f3a51b3f9 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/messages.svg @@ -0,0 +1,75 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/microphone.svg b/retroshare-gui/src/gui/icons/svg/microphone.svg new file mode 100644 index 000000000..b6e01290b --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/microphone.svg @@ -0,0 +1,148 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/microphone_mute.svg b/retroshare-gui/src/gui/icons/svg/microphone_mute.svg new file mode 100644 index 000000000..7025ac193 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/microphone_mute.svg @@ -0,0 +1,164 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/netgraph.svg b/retroshare-gui/src/gui/icons/svg/netgraph.svg new file mode 100644 index 000000000..87709e74a --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/netgraph.svg @@ -0,0 +1,54 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/network-notify.svg b/retroshare-gui/src/gui/icons/svg/network-notify.svg new file mode 100644 index 000000000..5263dd565 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/network-notify.svg @@ -0,0 +1,71 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/network-puplic.svg b/retroshare-gui/src/gui/icons/svg/network-puplic.svg new file mode 100644 index 000000000..56b77b907 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/network-puplic.svg @@ -0,0 +1,54 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/network.svg b/retroshare-gui/src/gui/icons/svg/network.svg new file mode 100644 index 000000000..861b298bd --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/network.svg @@ -0,0 +1,68 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/newsfeed-notify.svg b/retroshare-gui/src/gui/icons/svg/newsfeed-notify.svg new file mode 100644 index 000000000..65205be78 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/newsfeed-notify.svg @@ -0,0 +1,76 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/newsfeed.svg b/retroshare-gui/src/gui/icons/svg/newsfeed.svg new file mode 100644 index 000000000..a5b7978e8 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/newsfeed.svg @@ -0,0 +1,75 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/options.svg b/retroshare-gui/src/gui/icons/svg/options.svg new file mode 100644 index 000000000..6a1ae55d1 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/options.svg @@ -0,0 +1,62 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/people-notify.svg b/retroshare-gui/src/gui/icons/svg/people-notify.svg new file mode 100644 index 000000000..f3c7fe120 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/people-notify.svg @@ -0,0 +1,108 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/people.svg b/retroshare-gui/src/gui/icons/svg/people.svg new file mode 100644 index 000000000..3ea6a2e19 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/people.svg @@ -0,0 +1,105 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/person.svg b/retroshare-gui/src/gui/icons/svg/person.svg new file mode 100644 index 000000000..f43c9dc71 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/person.svg @@ -0,0 +1,57 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/phone.svg b/retroshare-gui/src/gui/icons/svg/phone.svg new file mode 100644 index 000000000..50141fd1a --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/phone.svg @@ -0,0 +1,82 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/phone_hangup.svg b/retroshare-gui/src/gui/icons/svg/phone_hangup.svg new file mode 100644 index 000000000..01f571fdc --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/phone_hangup.svg @@ -0,0 +1,83 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/posted-notify.svg b/retroshare-gui/src/gui/icons/svg/posted-notify.svg new file mode 100644 index 000000000..dea53a4d6 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/posted-notify.svg @@ -0,0 +1,81 @@ + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/posted.svg b/retroshare-gui/src/gui/icons/svg/posted.svg new file mode 100644 index 000000000..6e0b07a88 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/posted.svg @@ -0,0 +1,78 @@ + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/retroshare-info.svg b/retroshare-gui/src/gui/icons/svg/retroshare-info.svg new file mode 100644 index 000000000..b0207ed49 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/retroshare-info.svg @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + secure communication for everyone + + + RETROSHARE + diff --git a/retroshare-gui/src/gui/icons/svg/retroshare-splash.svg b/retroshare-gui/src/gui/icons/svg/retroshare-splash.svg new file mode 100644 index 000000000..b4e95fc87 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/retroshare-splash.svg @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + secure communication for everyone + + + RETROSHARE + diff --git a/retroshare-gui/src/gui/icons/svg/retroshare-symbol-minimal.svg b/retroshare-gui/src/gui/icons/svg/retroshare-symbol-minimal.svg new file mode 100644 index 000000000..224c3b7c7 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/retroshare-symbol-minimal.svg @@ -0,0 +1,101 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/retroshare-symbol_black_bg.svg b/retroshare-gui/src/gui/icons/svg/retroshare-symbol_black_bg.svg new file mode 100644 index 000000000..13d72e86c --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/retroshare-symbol_black_bg.svg @@ -0,0 +1,108 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/retroshare-symbol_gradients.svg b/retroshare-gui/src/gui/icons/svg/retroshare-symbol_gradients.svg new file mode 100644 index 000000000..1e6f517ab --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/retroshare-symbol_gradients.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/search.svg b/retroshare-gui/src/gui/icons/svg/search.svg new file mode 100644 index 000000000..811707601 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/search.svg @@ -0,0 +1,78 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/send-message-blocked.svg b/retroshare-gui/src/gui/icons/svg/send-message-blocked.svg new file mode 100644 index 000000000..92e444c03 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/send-message-blocked.svg @@ -0,0 +1,67 @@ + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/send-message.svg b/retroshare-gui/src/gui/icons/svg/send-message.svg new file mode 100644 index 000000000..ebf98d78d --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/send-message.svg @@ -0,0 +1,67 @@ + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/settings.svg b/retroshare-gui/src/gui/icons/svg/settings.svg new file mode 100644 index 000000000..29f7c034b --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/settings.svg @@ -0,0 +1,80 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/smiley.svg b/retroshare-gui/src/gui/icons/svg/smiley.svg new file mode 100644 index 000000000..618367e43 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/smiley.svg @@ -0,0 +1,102 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/speaker.svg b/retroshare-gui/src/gui/icons/svg/speaker.svg new file mode 100644 index 000000000..e0d94da33 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/speaker.svg @@ -0,0 +1,144 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/speaker_mute.svg b/retroshare-gui/src/gui/icons/svg/speaker_mute.svg new file mode 100644 index 000000000..72ce9552e --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/speaker_mute.svg @@ -0,0 +1,159 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/thumbs-down.svg b/retroshare-gui/src/gui/icons/svg/thumbs-down.svg new file mode 100644 index 000000000..530f2b793 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/thumbs-down.svg @@ -0,0 +1,59 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/thumbs-neutral.svg b/retroshare-gui/src/gui/icons/svg/thumbs-neutral.svg new file mode 100644 index 000000000..96b7bfd72 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/thumbs-neutral.svg @@ -0,0 +1,59 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/thumbs-up.svg b/retroshare-gui/src/gui/icons/svg/thumbs-up.svg new file mode 100644 index 000000000..e10c5d71f --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/thumbs-up.svg @@ -0,0 +1,59 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/icons/svg/upload.svg b/retroshare-gui/src/gui/icons/svg/upload.svg new file mode 100644 index 000000000..6df1fcf99 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/upload.svg @@ -0,0 +1,53 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/retroshare-gui/src/gui/icons/svg/video.svg b/retroshare-gui/src/gui/icons/svg/video.svg new file mode 100644 index 000000000..a1473e6c4 --- /dev/null +++ b/retroshare-gui/src/gui/icons/svg/video.svg @@ -0,0 +1,86 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-gui/src/gui/msgs/MessageComposer.cpp b/retroshare-gui/src/gui/msgs/MessageComposer.cpp index 0a3bf70af..a190e9c3e 100644 --- a/retroshare-gui/src/gui/msgs/MessageComposer.cpp +++ b/retroshare-gui/src/gui/msgs/MessageComposer.cpp @@ -887,7 +887,7 @@ void MessageComposer::calculateTitle() setWindowTitle(tr("Compose") + ": " + misc::removeNewLine(ui.titleEdit->text())); } -static void calculateGroupsOfSslIds(const std::list &existingGroupInfos, std::list &checkSslIds, std::list &checkGroupIds) +static void calculateGroupsOfSslIds(const std::list &existingGroupInfos, std::list &checkSslIds, std::list &checkGroupIds) { checkGroupIds.clear(); @@ -1342,7 +1342,7 @@ bool MessageComposer::sendMessage_internal(bool bDraftbox) { case PEER_TYPE_GROUP: { RsGroupInfo groupInfo; - if (rsPeers->getGroupInfo(id, groupInfo) == false) { + if (rsPeers->getGroupInfo(RsNodeGroupId(id), groupInfo) == false) { // group not found continue; } @@ -1587,7 +1587,7 @@ void MessageComposer::setRecipientToRow(int row, enumType type, destinationType icon = QIcon(IMAGE_GROUP16); RsGroupInfo groupInfo; - if (rsPeers->getGroupInfo(id, groupInfo)) { + if (rsPeers->getGroupInfo(RsNodeGroupId(id), groupInfo)) { name = GroupDefs::name(groupInfo); } else { name = tr("Unknown"); @@ -1771,7 +1771,7 @@ void MessageComposer::editingRecipientFinished() QString groupName = GroupDefs::name(*groupIt); if (text.compare(groupName, Qt::CaseSensitive) == 0) { // found it - setRecipientToRow(row, type, PEER_TYPE_GROUP, groupIt->id); + setRecipientToRow(row, type, PEER_TYPE_GROUP, groupIt->id.toStdString()); return; } } diff --git a/retroshare-gui/src/gui/msgs/MessageUserNotify.cpp b/retroshare-gui/src/gui/msgs/MessageUserNotify.cpp index 9cf471c6e..ce2363cb9 100644 --- a/retroshare-gui/src/gui/msgs/MessageUserNotify.cpp +++ b/retroshare-gui/src/gui/msgs/MessageUserNotify.cpp @@ -41,12 +41,12 @@ bool MessageUserNotify::hasSetting(QString *name, QString *group) QIcon MessageUserNotify::getIcon() { - return QIcon(":/icons/mail_128.png"); + return QIcon(":/icons/png/messages.png"); } QIcon MessageUserNotify::getMainIcon(bool hasNew) { - return hasNew ? QIcon(":/icons/mail_red_128.png") : QIcon(":/icons/mail_128.png"); + return hasNew ? QIcon(":/icons/png/messages-notify.png") : QIcon(":/icons/png/messages.png"); } unsigned int MessageUserNotify::getNewCount() diff --git a/retroshare-gui/src/gui/notifyqt.cpp b/retroshare-gui/src/gui/notifyqt.cpp index e6e5ca52b..e3e02e02c 100644 --- a/retroshare-gui/src/gui/notifyqt.cpp +++ b/retroshare-gui/src/gui/notifyqt.cpp @@ -148,7 +148,7 @@ void NotifyQt::notifyOwnAvatarChanged() class SignatureEventData { public: - SignatureEventData(const void *_data,int32_t _len,unsigned int _signlen) + SignatureEventData(const void *_data,int32_t _len,unsigned int _signlen, std::string _reason) { // We need a new memory chnk because there's no guarranty _sign nor _signlen are not in the stack @@ -173,6 +173,7 @@ class SignatureEventData } len = _len ; memcpy(data,_data,len) ; + reason = _reason ; } ~SignatureEventData() @@ -184,7 +185,7 @@ class SignatureEventData void performSignature() { - if(rsPeers->gpgSignData(data,len,sign,signlen)) + if(rsPeers->gpgSignData(data,len,sign,signlen,reason)) signature_result = SELF_SIGNATURE_RESULT_SUCCESS ; else signature_result = SELF_SIGNATURE_RESULT_FAILED ; @@ -194,10 +195,11 @@ class SignatureEventData uint32_t len ; unsigned char *sign ; unsigned int *signlen ; - int signature_result ; // 0=pending, 1=done, 2=failed/cancelled. + int signature_result ; // 0=pending, 1=done, 2=failed/cancelled. + std::string reason ; }; -bool NotifyQt::askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result) +bool NotifyQt::askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result, std::string reason /*=""*/) { { QMutexLocker m(&_mutex) ; @@ -234,7 +236,7 @@ bool NotifyQt::askForDeferredSelfSignature(const void *data, const uint32_t len, // std::cerr << "NotifyQt:: deferred signature event requeted. Pushing into queue" << std::endl; - SignatureEventData *edta = new SignatureEventData(data,len,*signlen) ; + SignatureEventData *edta = new SignatureEventData(data,len,*signlen, reason) ; _deferred_signature_queue[chksum.toStdString()] = edta ; } @@ -261,12 +263,21 @@ void NotifyQt::handleSignatureEvent() -bool NotifyQt::askForPassword(const std::string& key_details, bool prev_is_bad, std::string& password,bool& cancelled) +bool NotifyQt::askForPassword(const std::string& title, const std::string& key_details, bool prev_is_bad, std::string& password,bool& cancelled) { RsAutoUpdatePage::lockAllEvents() ; QInputDialog dialog; - dialog.setWindowTitle(tr("PGP key passphrase")); + if (title == "") { + dialog.setWindowTitle(tr("PGP key passphrase")); + } else if (title == "AuthSSLimpl::SignX509ReqWithGPG()") { + dialog.setWindowTitle(tr("You need to sign your node's certificate.")); + } else if (title == "p3IdService::service_CreateGroup()") { + dialog.setWindowTitle(tr("You need to sign your forum/chatrooms identity.")); + } else { + dialog.setWindowTitle(QString::fromStdString(title)); + } + dialog.setLabelText((prev_is_bad ? QString("%1\n\n").arg(tr("Wrong password !")) : QString()) + QString("%1:\n %2").arg(tr("Please enter your PGP password for key"), QString::fromUtf8(key_details.c_str()))); dialog.setTextEchoMode(QLineEdit::Password); dialog.setModal(true); diff --git a/retroshare-gui/src/gui/notifyqt.h b/retroshare-gui/src/gui/notifyqt.h index 6080ce91e..bc5cac9db 100644 --- a/retroshare-gui/src/gui/notifyqt.h +++ b/retroshare-gui/src/gui/notifyqt.h @@ -67,7 +67,7 @@ class NotifyQt: public QObject, public NotifyClient virtual void notifyDiscInfoChanged() ; virtual void notifyDownloadComplete(const std::string& fileHash); virtual void notifyDownloadCompleteCount(uint32_t count); - virtual bool askForPassword(const std::string& key_details, bool prev_is_bad, std::string& password, bool &cancelled); + virtual bool askForPassword(const std::string& title, const std::string& key_details, bool prev_is_bad, std::string& password, bool &cancelled); virtual bool askForPluginConfirmation(const std::string& plugin_filename, const std::string& plugin_file_hash); // Queues the signature event so that it canhappen in the main GUI thread (to ask for passwd). @@ -82,7 +82,7 @@ class NotifyQt: public QObject, public NotifyClient // 1: signature success // 2: signature failed. Wrong passwd, user pressed cancel, etc. // - virtual bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result) ; + virtual bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, int& signature_result, std::string reason = "") ; /* Notify from GUI */ void notifyChatFontChanged(); diff --git a/retroshare-gui/src/gui/profile/ProfileManager.cpp b/retroshare-gui/src/gui/profile/ProfileManager.cpp index 77a6c2b0b..e57602300 100644 --- a/retroshare-gui/src/gui/profile/ProfileManager.cpp +++ b/retroshare-gui/src/gui/profile/ProfileManager.cpp @@ -24,7 +24,9 @@ #include #include #include "ProfileManager.h" +#include "util/misc.h" #include "gui/GenCertDialog.h" +#include "gui/settings/rsharesettings.h" #include "gui/common/RSTreeWidgetItem.h" #include @@ -135,9 +137,7 @@ void ProfileManager::exportIdentity() if (fname.isNull()) return; - if (QFileInfo(fname).suffix().isEmpty()) { - fname += ".asc"; - } + if (fname.right(4).toUpper() != ".ASC") fname += ".asc"; if (RsAccounts::ExportIdentity(fname.toUtf8().constData(), gpgId)) QMessageBox::information(this, tr("Identity saved"), tr("Your identity was successfully saved\nIt is encrypted\n\nYou can now copy it to another computer\nand use the import button to load it")); @@ -147,7 +147,10 @@ void ProfileManager::exportIdentity() void ProfileManager::importIdentity() { - QString fname = QFileDialog::getOpenFileName(this,tr("Import Identity"), "",tr("RetroShare Identity files (*.asc)")) ; + QString fname ; + + if(!misc::getOpenFileName(this,RshareSettings::LASTDIR_CERT,tr("Import Identity"), tr("RetroShare Identity files (*.asc)"),fname)) + return ; if(fname.isNull()) return ; diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index ac60c9a67..29f7d1036 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -28,7 +28,7 @@ GenCertDialog QLabel#genprofileinfo_label, QLabel#header_label, QLabel#entropy_l background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2); } -GenCertDialog QLabel#label_hiddenaddr2 { +GenCertDialog QLabel#label_hiddenaddr { border: 1px solid #50FF5B; border-radius: 6px; background: #CCFFCC; @@ -52,19 +52,6 @@ GenCertDialog > QFrame#frame { border: 1px solid #CCCCCC; } -GenCertDialog QPushButton#genButton { - border-image: url(:/images/btn_blue.png) 4; - border-width: 4; - padding: 0px 6px; - font-size: 14px; - font: bold; - color: white; -} - -GenCertDialog QPushButton#genButton:hover { - border-image: url(:/images/btn_blue_hover.png) 4; -} - /* ConnectFriendWizard */ ConnectFriendWizard { @@ -213,7 +200,7 @@ CreateLobbyDialog QLabel#lobbyInfoLabel { } ChatWidget QTextEdit#chatTextEdit, ChatWidget QTextBrowser#textBrowser { - border: 1px solid #B8B6B1; + border: 1px solid #0099cc; border-radius: 6px; background: white; } @@ -225,27 +212,6 @@ ChatWidget QFrame#infoFrame { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2); } -ChatWidget QPushButton#sendButton { - border-image: url(:/images/btn_green.png) 4; - border-width: 4; - padding: 0px 6px; - font-size: 14px; - font: bold; - color: white; -} - -ChatWidget QPushButton#sendButton:hover { - border-image: url(:/images/btn_green_hover.png) 4; -} - -ChatWidget QPushButton#sendButton:pressed { - border-image: url(:/images/btn_green_pressed.png) 4; -} - -ChatWidget QPushButton#sendButton:disabled { - border-image: url(:/images/btn_red.png) 4; -} - PopupChatWindow QToolBar#chattoolBar{ background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD); border: 0px; @@ -513,15 +479,15 @@ SubFileItem QProgressBar#progressBar { border-top-left-radius: 7px; border-bottom-left-radius: 7px; background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #fff, stop: 0.4999 #eee, stop: 0.5 #ddd, stop: 1 #eee); - width: 15px; + min-width: 15px; } SubFileItem QProgressBar#progressBar::chunk { - background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #78d, stop: 0.4999 #46a, stop: 0.5 #45a, stop: 1 #238); + background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #78d, stop: 0.4999 #46a, stop: 0.5 #45a, stop: 1 #238); border-top-left-radius: 7px; border-bottom-left-radius: 7px; border: 1px solid black; - width: 15px; + min-width: 15px; } PluginItem QLabel#infoLabel { @@ -632,13 +598,13 @@ QLabel#avatarLabel{ border-radius: 4px; } -IdDialog QFrame#headerFrame { +IdDialog QFrame#headerFramePerson { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD); border: 1px; border-radius: 4px; } -IdDialog QFrame#headerFrame_2 { +IdDialog QFrame#headerFrameCircle { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD); border: 1px; border-radius: 4px; diff --git a/retroshare-gui/src/gui/qss/stylesheet/qss.default b/retroshare-gui/src/gui/qss/stylesheet/qss.default index 910a327c4..b762d626a 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/qss.default +++ b/retroshare-gui/src/gui/qss/stylesheet/qss.default @@ -193,7 +193,7 @@ RSTextBrowser, MimeTextEdit qproperty-textColorQuote: rgb(120, 153, 34); } -QLabel#headerTextLabel +QLabel#headerTextLabel_Person { qproperty-fontSizeFactor: 225; } diff --git a/retroshare-gui/src/gui/settings/AppearancePage.h b/retroshare-gui/src/gui/settings/AppearancePage.h index 00a248199..ae711eed0 100755 --- a/retroshare-gui/src/gui/settings/AppearancePage.h +++ b/retroshare-gui/src/gui/settings/AppearancePage.h @@ -38,7 +38,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/looknfeel.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/appearance.svg") ; } virtual QString pageName() const { return tr("Appearance") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/ChannelPage.h b/retroshare-gui/src/gui/settings/ChannelPage.h index 2e603bb36..40e343fc0 100644 --- a/retroshare-gui/src/gui/settings/ChannelPage.h +++ b/retroshare-gui/src/gui/settings/ChannelPage.h @@ -38,7 +38,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/channels.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/channels.svg") ; } virtual QString pageName() const { return tr("Channels") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/ChatPage.cpp b/retroshare-gui/src/gui/settings/ChatPage.cpp index a53d62293..e4e32abdf 100644 --- a/retroshare-gui/src/gui/settings/ChatPage.cpp +++ b/retroshare-gui/src/gui/settings/ChatPage.cpp @@ -130,6 +130,7 @@ ChatPage::save(QString &/*errmsg*/) Settings->setChatSendMessageWithCtrlReturn(ui.sendMessageWithCtrlReturn->isChecked()); Settings->setChatSendAsPlainTextByDef(ui.sendAsPlainTextByDef->isChecked()); + Settings->setChatLoadEmbeddedImages(ui.loadEmbeddedImages->isChecked()); Settings->setChatSearchCharToStartSearch(ui.sbSearch_CharToStart->value()); Settings->setChatSearchCaseSensitively(ui.cbSearch_CaseSensitively->isChecked()); @@ -238,6 +239,7 @@ ChatPage::load() ui.sendMessageWithCtrlReturn->setChecked(Settings->getChatSendMessageWithCtrlReturn()); ui.sendAsPlainTextByDef->setChecked(Settings->getChatSendAsPlainTextByDef()); + ui.loadEmbeddedImages->setChecked(Settings->getChatLoadEmbeddedImages()); ui.sbSearch_CharToStart->setValue(Settings->getChatSearchCharToStartSearch()); ui.cbSearch_CaseSensitively->setChecked(Settings->getChatSearchCaseSensitively()); diff --git a/retroshare-gui/src/gui/settings/ChatPage.h b/retroshare-gui/src/gui/settings/ChatPage.h index f9a85d72b..f6445d4d5 100644 --- a/retroshare-gui/src/gui/settings/ChatPage.h +++ b/retroshare-gui/src/gui/settings/ChatPage.h @@ -40,7 +40,7 @@ class ChatPage : public ConfigPage /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/chat_24.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/chat.svg") ; } virtual QString pageName() const { return tr("Chat") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/ChatPage.ui b/retroshare-gui/src/gui/settings/ChatPage.ui index 706339756..d9569af3f 100644 --- a/retroshare-gui/src/gui/settings/ChatPage.ui +++ b/retroshare-gui/src/gui/settings/ChatPage.ui @@ -218,6 +218,13 @@ + + + + Load embedded images + + +
diff --git a/retroshare-gui/src/gui/settings/CryptoPage.h b/retroshare-gui/src/gui/settings/CryptoPage.h index d970b3c8b..a1bcb42f0 100755 --- a/retroshare-gui/src/gui/settings/CryptoPage.h +++ b/retroshare-gui/src/gui/settings/CryptoPage.h @@ -39,7 +39,7 @@ class CryptoPage : public ConfigPage virtual bool save(QString &errmsg); /** Loads the settings for this page */ - virtual QPixmap iconPixmap() const { return QPixmap(":/images/contact22.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/profile.svg") ; } virtual QString pageName() const { return tr("Node") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/DirectoriesPage.h b/retroshare-gui/src/gui/settings/DirectoriesPage.h index 4115015bb..97eedad6b 100755 --- a/retroshare-gui/src/gui/settings/DirectoriesPage.h +++ b/retroshare-gui/src/gui/settings/DirectoriesPage.h @@ -37,7 +37,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/folder_doments.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/directories.svg") ; } virtual QString pageName() const { return tr("Directories") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/ForumPage.h b/retroshare-gui/src/gui/settings/ForumPage.h index e4df841ca..6e1082a19 100644 --- a/retroshare-gui/src/gui/settings/ForumPage.h +++ b/retroshare-gui/src/gui/settings/ForumPage.h @@ -38,7 +38,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/konversation.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/forums.svg") ; } virtual QString pageName() const { return tr("Forum") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/GeneralPage.h b/retroshare-gui/src/gui/settings/GeneralPage.h index 5460923ad..fd7b90a33 100755 --- a/retroshare-gui/src/gui/settings/GeneralPage.h +++ b/retroshare-gui/src/gui/settings/GeneralPage.h @@ -41,7 +41,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/icons/system_128.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/general.svg") ; } virtual QString pageName() const { return tr("General") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/MessagePage.h b/retroshare-gui/src/gui/settings/MessagePage.h index e79405ae8..99d3ca5f2 100644 --- a/retroshare-gui/src/gui/settings/MessagePage.h +++ b/retroshare-gui/src/gui/settings/MessagePage.h @@ -42,7 +42,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/evolution.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/messages.svg") ; } virtual QString pageName() const { return tr("Message") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/NetworkPage.h b/retroshare-gui/src/gui/settings/NetworkPage.h index 781bdc3be..9244e99a0 100755 --- a/retroshare-gui/src/gui/settings/NetworkPage.h +++ b/retroshare-gui/src/gui/settings/NetworkPage.h @@ -36,7 +36,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/server_24x24.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/network.svg") ; } virtual QString pageName() const { return tr("Network") ; } private: diff --git a/retroshare-gui/src/gui/settings/NotifyPage.cpp b/retroshare-gui/src/gui/settings/NotifyPage.cpp index 8c03befe6..1c31af679 100755 --- a/retroshare-gui/src/gui/settings/NotifyPage.cpp +++ b/retroshare-gui/src/gui/settings/NotifyPage.cpp @@ -44,7 +44,7 @@ NotifyPage::NotifyPage(QWidget * parent, Qt::WindowFlags flags) connect(ui.testToasterButton, SIGNAL(clicked()), this, SLOT(testToaster())); connect(ui.pushButtonDisableAll,SIGNAL(toggled(bool)), NotifyQt::getInstance(), SLOT(SetDisableAll(bool))); connect(NotifyQt::getInstance(),SIGNAL(disableAllChanged(bool)), ui.pushButtonDisableAll, SLOT(setChecked(bool))); - connect(ui.chatLobbies_CountFollowingText,SIGNAL(toggled(bool)),ui.chatLobbies_TextToNotify,SLOT(setEnabled(bool))) ; + connect(ui.chatLobbies_CountFollowingText,SIGNAL(toggled(bool)),ui.chatLobbies_TextToNotify,SLOT(setEnabled(bool))); ui.notify_Blogs->hide(); @@ -257,6 +257,7 @@ NotifyPage::save(QString &/*errmsg*/) mChatLobbyUserNotify->setCheckForNickName(ui.chatLobbies_CheckNickName->isChecked()) ; mChatLobbyUserNotify->setCountSpecificText(ui.chatLobbies_CountFollowingText->isChecked()) ; mChatLobbyUserNotify->setTextToNotify(ui.chatLobbies_TextToNotify->document()->toPlainText()); + mChatLobbyUserNotify->setTextCaseSensitive(ui.chatLobbies_TextCaseSensitive->isChecked()); } load(); return true; @@ -348,11 +349,12 @@ void NotifyPage::load() notifyToggled(); if (mChatLobbyUserNotify){ - ui.chatLobbies_TextToNotify->setEnabled(mChatLobbyUserNotify->isCountSpecificText()) ; - ui.chatLobbies_CountFollowingText->setChecked(mChatLobbyUserNotify->isCountSpecificText()) ; ui.chatLobbies_CountUnRead->setChecked(mChatLobbyUserNotify->isCountUnRead()); ui.chatLobbies_CheckNickName->setChecked(mChatLobbyUserNotify->isCheckForNickName()); + ui.chatLobbies_CountFollowingText->setChecked(mChatLobbyUserNotify->isCountSpecificText()) ; + ui.chatLobbies_TextToNotify->setEnabled(mChatLobbyUserNotify->isCountSpecificText()) ; ui.chatLobbies_TextToNotify->setPlainText(mChatLobbyUserNotify->textToNotify()); + ui.chatLobbies_TextCaseSensitive->setChecked(mChatLobbyUserNotify->isTextCaseSensitive()); } } diff --git a/retroshare-gui/src/gui/settings/NotifyPage.h b/retroshare-gui/src/gui/settings/NotifyPage.h index 408bd7cfe..900c8efb6 100755 --- a/retroshare-gui/src/gui/settings/NotifyPage.h +++ b/retroshare-gui/src/gui/settings/NotifyPage.h @@ -81,7 +81,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/status_unknown.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/notify.svg") ; } virtual QString pageName() const { return tr("Notify") ; } virtual QString helpText() const ; diff --git a/retroshare-gui/src/gui/settings/NotifyPage.ui b/retroshare-gui/src/gui/settings/NotifyPage.ui index 56f38c647..b3f4063a1 100755 --- a/retroshare-gui/src/gui/settings/NotifyPage.ui +++ b/retroshare-gui/src/gui/settings/NotifyPage.ui @@ -10,7 +10,7 @@ 512 - + @@ -20,21 +20,30 @@ Feed - + - + News Feed - + 0 - + + 6 + + + 6 + + + 6 + + 6 - + @@ -104,7 +113,7 @@ - + @@ -113,7 +122,7 @@ - + Qt::Vertical @@ -135,7 +144,7 @@ Message - + @@ -147,7 +156,7 @@ - + Qt::Vertical @@ -165,7 +174,7 @@ Toasters - + @@ -180,11 +189,11 @@ - + Toasters - + 9 @@ -192,9 +201,9 @@ 9 - + - + @@ -250,7 +259,7 @@ - + @@ -259,7 +268,7 @@ - + Qt::Vertical @@ -276,7 +285,7 @@ - + @@ -355,7 +364,7 @@ - + Qt::Vertical @@ -376,7 +385,7 @@ Systray - + @@ -390,7 +399,7 @@ - + Systray message @@ -413,7 +422,7 @@ - + Qt::Vertical @@ -431,7 +440,7 @@ Chat Lobbies - + @@ -457,7 +466,17 @@ - + + + Checked, if the identity and the text above occurences must be in the same case to trigger count. + + + Case sensitive + + + + + Qt::Vertical diff --git a/retroshare-gui/src/gui/settings/PeoplePage.cpp b/retroshare-gui/src/gui/settings/PeoplePage.cpp index f2df90bf3..6ce71233f 100644 --- a/retroshare-gui/src/gui/settings/PeoplePage.cpp +++ b/retroshare-gui/src/gui/settings/PeoplePage.cpp @@ -37,19 +37,22 @@ PeoplePage::~PeoplePage() /** Saves the changes on this page */ bool PeoplePage::save(QString &/*errmsg*/) { - if(!ui.identityBan_CB->isChecked()) - rsReputations->setNodeAutoBanThreshold(0) ; - else - rsReputations->setNodeAutoBanThreshold(ui.identityBanThreshold_SB->value()) ; + if(ui.autoPositiveOpinion_CB->isChecked()) + rsReputations->setNodeAutoPositiveOpinionForContacts(true) ; + else + rsReputations->setNodeAutoPositiveOpinionForContacts(false) ; - return true; + rsReputations->setNodeAutoBanIdentitiesLimit(ui.autoBanIdentitiesLimit_SB->value()); + + return true; } /** Loads the settings for this page */ void PeoplePage::load() { - uint32_t ban_limit = rsReputations->nodeAutoBanThreshold() ; + bool auto_positive_contacts = rsReputations->nodeAutoPositiveOpinionForContacts() ; + float node_auto_ban_identities_limit = rsReputations->nodeAutoBanIdentitiesLimit(); - ui.identityBan_CB->setChecked(ban_limit > 0) ; - ui.identityBanThreshold_SB->setValue(ban_limit) ; + ui.autoPositiveOpinion_CB->setChecked(auto_positive_contacts); + ui.autoBanIdentitiesLimit_SB->setValue(node_auto_ban_identities_limit); } diff --git a/retroshare-gui/src/gui/settings/PeoplePage.h b/retroshare-gui/src/gui/settings/PeoplePage.h index 94a576198..393436f57 100644 --- a/retroshare-gui/src/gui/settings/PeoplePage.h +++ b/retroshare-gui/src/gui/settings/PeoplePage.h @@ -38,7 +38,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/icons/friends_128.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/people.svg") ; } virtual QString pageName() const { return tr("People") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/PeoplePage.ui b/retroshare-gui/src/gui/settings/PeoplePage.ui index 60a4a4121..08a5c4967 100644 --- a/retroshare-gui/src/gui/settings/PeoplePage.ui +++ b/retroshare-gui/src/gui/settings/PeoplePage.ui @@ -16,49 +16,48 @@ Identities handling - + - + + + <html><head/><body><p>Anyone in your contact list will automatically have a positive opinion if not set. This allows to automatically raise reputations of used nodes. </p></body></html> + + + automatically give "Positive" opinion to my contacts + + + true + + + + + - + - ban all identities of a node when more than - - - true + Friend average opinion below which identities are banned: - + + + <html><head/><body><p>The default value of -0.6 needs 3 to 4 friends to set a negative opinion in order for that identity to be banned at your own node. This is a pretty conservative value. If you want to more easily get rid of banned identities, set the value to e.g. -0.2</p></body></html> + + + -1.000000000000000 + - 10 + -0.010000000000000 + + + 0.010000000000000 - 2 + -0.600000000000000 - - - - of them have a negative opinion - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - diff --git a/retroshare-gui/src/gui/settings/PluginsPage.h b/retroshare-gui/src/gui/settings/PluginsPage.h index 9b9dd8349..08354ca68 100644 --- a/retroshare-gui/src/gui/settings/PluginsPage.h +++ b/retroshare-gui/src/gui/settings/PluginsPage.h @@ -37,7 +37,7 @@ class PluginsPage : public ConfigPage /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/extension_32.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/plugins.svg") ; } virtual QString pageName() const { return tr("Plugins") ; } virtual QString helpText() const ; diff --git a/retroshare-gui/src/gui/settings/PostedPage.h b/retroshare-gui/src/gui/settings/PostedPage.h index d04850f5e..73a454c5f 100644 --- a/retroshare-gui/src/gui/settings/PostedPage.h +++ b/retroshare-gui/src/gui/settings/PostedPage.h @@ -41,7 +41,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/posted_32.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/posted.svg") ; } virtual QString pageName() const { return tr("Posted") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/RelayPage.h b/retroshare-gui/src/gui/settings/RelayPage.h index 82825175f..d88dbd07b 100644 --- a/retroshare-gui/src/gui/settings/RelayPage.h +++ b/retroshare-gui/src/gui/settings/RelayPage.h @@ -40,7 +40,7 @@ class RelayPage: public ConfigPage /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/server_24x24.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/server.svg") ; } virtual QString pageName() const { return tr("Relay") ; } virtual QString helpText() const ; diff --git a/retroshare-gui/src/gui/settings/ServerPage.cpp b/retroshare-gui/src/gui/settings/ServerPage.cpp index b600db1da..581a23183 100755 --- a/retroshare-gui/src/gui/settings/ServerPage.cpp +++ b/retroshare-gui/src/gui/settings/ServerPage.cpp @@ -258,7 +258,7 @@ void ServerPage::load() */ netIndex = 3; // NONE. - if (detail.vs_dht != RS_VS_DISC_OFF) + if (detail.vs_dht != RS_VS_DHT_OFF) { if (detail.vs_disc != RS_VS_DISC_OFF) { diff --git a/retroshare-gui/src/gui/settings/ServerPage.h b/retroshare-gui/src/gui/settings/ServerPage.h index 6d8399974..686c1b3d9 100755 --- a/retroshare-gui/src/gui/settings/ServerPage.h +++ b/retroshare-gui/src/gui/settings/ServerPage.h @@ -45,7 +45,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/server_24x24.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/png/network.png") ; } virtual QString pageName() const { return tr("Network") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/ServicePermissionsPage.h b/retroshare-gui/src/gui/settings/ServicePermissionsPage.h index 1e4f5c973..abc54c9b0 100644 --- a/retroshare-gui/src/gui/settings/ServicePermissionsPage.h +++ b/retroshare-gui/src/gui/settings/ServicePermissionsPage.h @@ -40,7 +40,7 @@ public: /** Loads the settings for this page */ virtual void load() {} - virtual QPixmap iconPixmap() const { return QPixmap(":/images/admin-24.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/permissions.svg") ; } virtual QString pageName() const { return tr("Permissions") ; } virtual QString helpText() const ; diff --git a/retroshare-gui/src/gui/settings/SoundPage.h b/retroshare-gui/src/gui/settings/SoundPage.h index 8889bd897..831233784 100644 --- a/retroshare-gui/src/gui/settings/SoundPage.h +++ b/retroshare-gui/src/gui/settings/SoundPage.h @@ -42,7 +42,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/sound.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/sound.svg") ; } virtual QString pageName() const { return tr("Sound") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/TransferPage.h b/retroshare-gui/src/gui/settings/TransferPage.h index 4cb66e13c..3a28f41ac 100644 --- a/retroshare-gui/src/gui/settings/TransferPage.h +++ b/retroshare-gui/src/gui/settings/TransferPage.h @@ -40,7 +40,7 @@ class TransferPage: public ConfigPage /** Loads the settings for this page */ virtual void load() {} - virtual QPixmap iconPixmap() const { return QPixmap(":/images/ktorrent32.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/filesharing.svg") ; } virtual QString pageName() const { return tr("File transfer") ; } virtual QString helpText() const { return ""; } diff --git a/retroshare-gui/src/gui/settings/WebuiPage.cpp b/retroshare-gui/src/gui/settings/WebuiPage.cpp index b05bf8698..cb7121746 100644 --- a/retroshare-gui/src/gui/settings/WebuiPage.cpp +++ b/retroshare-gui/src/gui/settings/WebuiPage.cpp @@ -7,6 +7,7 @@ #include "api/ApiServer.h" #include "api/ApiServerMHD.h" +#include "api/ApiServerLocal.h" #include "api/RsControlModule.h" #include "api/GetPluginInterfaces.h" @@ -14,6 +15,10 @@ resource_api::ApiServer* WebuiPage::apiServer = 0; resource_api::ApiServerMHD* WebuiPage::apiServerMHD = 0; +// TODO: LIBRESAPI_LOCAL_SERVER Put indipendent option for libresapilocalserver in appropriate place +#ifdef LIBRESAPI_LOCAL_SERVER +resource_api::ApiServerLocal* WebuiPage::apiServerLocal = 0; +#endif resource_api::RsControlModule* WebuiPage::controlModule = 0; WebuiPage::WebuiPage(QWidget */*parent*/, Qt::WindowFlags /*flags*/) @@ -92,6 +97,11 @@ QString WebuiPage::helpText() const "", Settings->getWebinterfaceAllowAllIps()); apiServerMHD->start(); + +// TODO: LIBRESAPI_LOCAL_SERVER Move in appropriate place +#ifdef LIBRESAPI_LOCAL_SERVER + apiServerLocal = new resource_api::ApiServerLocal(apiServer); +#endif return ok; } @@ -102,6 +112,11 @@ QString WebuiPage::helpText() const apiServerMHD->stop(); delete apiServerMHD; apiServerMHD = 0; +// TODO: LIBRESAPI_LOCAL_SERVER Move in appropriate place +#ifdef LIBRESAPI_LOCAL_SERVER + delete apiServerLocal; + apiServerLocal = 0; +#endif delete apiServer; apiServer = 0; delete controlModule; diff --git a/retroshare-gui/src/gui/settings/WebuiPage.h b/retroshare-gui/src/gui/settings/WebuiPage.h index 67e9b0e40..3ff6a45a9 100644 --- a/retroshare-gui/src/gui/settings/WebuiPage.h +++ b/retroshare-gui/src/gui/settings/WebuiPage.h @@ -6,6 +6,7 @@ namespace resource_api{ class ApiServer; class ApiServerMHD; + class ApiServerLocal; class RsControlModule; } @@ -24,7 +25,7 @@ public: /** Loads the settings for this page */ virtual void load(); - virtual QPixmap iconPixmap() const { return QPixmap(":/images/emblem-web.png") ; } + virtual QPixmap iconPixmap() const { return QPixmap(":/icons/settings/webinterface.svg") ; } virtual QString pageName() const { return tr("Webinterface") ; } virtual QString helpText() const; @@ -48,5 +49,8 @@ private: static resource_api::ApiServer* apiServer; static resource_api::ApiServerMHD* apiServerMHD; + #ifdef LIBRESAPI_LOCAL_SERVER + static resource_api::ApiServerLocal* apiServerLocal; + #endif static resource_api::RsControlModule* controlModule; }; diff --git a/retroshare-gui/src/gui/settings/rsettingswin.cpp b/retroshare-gui/src/gui/settings/rsettingswin.cpp index 8a57e148d..0a3e8dbc4 100644 --- a/retroshare-gui/src/gui/settings/rsettingswin.cpp +++ b/retroshare-gui/src/gui/settings/rsettingswin.cpp @@ -152,8 +152,9 @@ RSettingsWin::initStackedWidget() addPage(new AppearancePage()); addPage(new SoundPage() ); addPage(new ServicePermissionsPage() ); +#ifdef ENABLE_WEBUI addPage(new WebuiPage() ); - +#endif // ENABLE_WEBUI // add widgets from plugins for(int i=0;inbPlugins();++i) diff --git a/retroshare-gui/src/gui/settings/rsharesettings.cpp b/retroshare-gui/src/gui/settings/rsharesettings.cpp index 0d4e9f3f9..530ffd766 100644 --- a/retroshare-gui/src/gui/settings/rsharesettings.cpp +++ b/retroshare-gui/src/gui/settings/rsharesettings.cpp @@ -345,6 +345,8 @@ static QString getKeyForLastDir(RshareSettings::enumLastDir type) return "Messages"; case RshareSettings::LASTDIR_SOUNDS: return "SOUNDS"; + case RshareSettings::LASTDIR_PLUGIN: + return "PLUGIN"; } return ""; } @@ -601,6 +603,16 @@ QRgb RshareSettings::getChatSearchFoundColor() return valueFromGroup("Chat", "SearchMaxSearchFoundColor", QString::number(QColor(255,255,150).rgba())).toUInt(); } +bool RshareSettings::getChatLoadEmbeddedImages() +{ + return valueFromGroup("Chat", "LoadEmbeddedImages", true).toBool(); +} + +void RshareSettings::setChatLoadEmbeddedImages(bool value) +{ + setValueToGroup("Chat", "LoadEmbeddedImages", value); +} + RshareSettings::enumToasterPosition RshareSettings::getToasterPosition() { return (enumToasterPosition) value("ToasterPosition", TOASTERPOS_BOTTOMRIGHT).toInt(); @@ -777,7 +789,7 @@ bool RshareSettings::getRetroShareProtocol() } } #elif defined(Q_OS_LINUX) - QFile desktop("/usr/share/applications/retroshare06.desktop"); + QFile desktop("/usr/share/applications/RetroShare06.desktop"); if (desktop.exists()) { desktop.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream in(&desktop); diff --git a/retroshare-gui/src/gui/settings/rsharesettings.h b/retroshare-gui/src/gui/settings/rsharesettings.h index b6db98591..a693deaf3 100644 --- a/retroshare-gui/src/gui/settings/rsharesettings.h +++ b/retroshare-gui/src/gui/settings/rsharesettings.h @@ -75,8 +75,9 @@ public: LASTDIR_IMAGES, LASTDIR_MESSAGES, LASTDIR_BLOGS, - LASTDIR_SOUNDS - }; + LASTDIR_SOUNDS, + LASTDIR_PLUGIN + }; enum enumToasterPosition { @@ -236,6 +237,9 @@ public: void setChatSearchFoundColor(QRgb rgbValue); QRgb getChatSearchFoundColor(); + bool getChatLoadEmbeddedImages(); + void setChatLoadEmbeddedImages(bool value); + enumToasterPosition getToasterPosition(); void setToasterPosition(enumToasterPosition position); diff --git a/retroshare-gui/src/gui/settings/settings.ui b/retroshare-gui/src/gui/settings/settings.ui index 569738f45..8d774dce2 100755 --- a/retroshare-gui/src/gui/settings/settings.ui +++ b/retroshare-gui/src/gui/settings/settings.ui @@ -120,6 +120,12 @@ Qt::IgnoreAction + + + 24 + 24 + + Qt::ElideRight diff --git a/retroshare-gui/src/gui/statistics/BandwidthStatsWidget.cpp b/retroshare-gui/src/gui/statistics/BandwidthStatsWidget.cpp index 3d29f2cc9..fac2af2d4 100644 --- a/retroshare-gui/src/gui/statistics/BandwidthStatsWidget.cpp +++ b/retroshare-gui/src/gui/statistics/BandwidthStatsWidget.cpp @@ -3,7 +3,6 @@ #include "retroshare/rspeers.h" #include "retroshare/rsservicecontrol.h" -#include "util/RsProtectedTimer.h" #include "retroshare-gui/RsAutoUpdatePage.h" #include "BandwidthStatsWidget.h" diff --git a/retroshare-gui/src/lang/retroshare_af.ts b/retroshare-gui/src/lang/retroshare_af.ts index 95224fcc6..374adfd90 100644 --- a/retroshare-gui/src/lang/retroshare_af.ts +++ b/retroshare-gui/src/lang/retroshare_af.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -18,42 +20,42 @@ About RetroShare - + About - + Copy Info - + close - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) - + @@ -61,7 +63,7 @@ Add Comment - + @@ -69,28 +71,28 @@ File type(extension): - + Use default command - + Command - + RetroShare - + - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file - + @@ -98,42 +100,42 @@ RetroShare: Advanced Search - + Search Criteria - + Add a further search criterion. - + Reset the search criteria. - + Cancels the search. - + Cancel - + Perform the advanced search. - + Search - + @@ -142,206 +144,206 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + Description: - + Share Options - + Policy: - + Quality: - + Comments: - + Identity: - + Public - + Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Back - + Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -350,101 +352,101 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + Description: - + Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -452,32 +454,32 @@ p, li { white-space: pre-wrap; } Form - + TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -485,169 +487,169 @@ p, li { white-space: pre-wrap; } Language - + Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + Style - + Choose RetroShare's interface style - + Style Sheet - + Appearance - + Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -656,43 +658,43 @@ p, li { white-space: pre-wrap; } RetroShare - + Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -700,17 +702,17 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + [ERROR]) - + @@ -718,32 +720,32 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + Remove - + Set your Avatar picture - + Load Avatar - + @@ -751,15 +753,15 @@ p, li { white-space: pre-wrap; } Click to change your avatar - + BWGraphSource - + KB/s - + @@ -767,7 +769,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -775,73 +777,73 @@ p, li { white-space: pre-wrap; } RetroShare Bandwidth Usage - + Show Settings - + Reset - + Receive Rate - + Send Rate - + Always on Top - + Style - + Changes the transparency of the Bandwidth Graph - + 100 - + % Opaque - + Save - + Cancel - + Since: - + Hide Settings - + @@ -850,23 +852,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + @@ -874,77 +876,77 @@ p, li { white-space: pre-wrap; } Name - + ID - + In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + Form - + @@ -952,42 +954,42 @@ p, li { white-space: pre-wrap; } Form - + Friend: - + Type: - + Up - + Down - + Service: - + Unit: - + Log scale - + @@ -995,27 +997,27 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + General - + Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1023,155 +1025,160 @@ p, li { white-space: pre-wrap; } Participants - + Change nick name - + Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 - + Topic: %1 - + Lobby chat - + - + Lobby management - + %1 has left the lobby. - + %1 joined the lobby. - + %1 changed his name to: %2 - + Unsubscribe to lobby - + Do you want to unsubscribe to this chat lobby? - + Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1179,7 +1186,7 @@ p, li { white-space: pre-wrap; } Show Chat Lobby - + @@ -1187,194 +1194,194 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name - + Count - + Topic - + Private Lobbies - + Public Lobbies - + Create chat lobby - + [No topic provided] - + - + Selected lobby info - + Private - + Public - + Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + Yes - + No - + - + Lobby Name: - + Lobby Id: - + Topic: - + Type: - + Security: - + Peers: - + @@ -1384,93 +1391,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + column - + @@ -1478,419 +1485,424 @@ Double click lobbies to enter and chat. Remove Item - + Write a quick Message - + Send Mail - + Write Message - + Start Chat - + Send - + Cancel - + - + Quick Message - + ChatPage - + General - + - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + Chat Settings - + Enable Emoticons Private Chat - + Enable Emoticons Group Chat - + Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return - + + + + + Send as plain text by default + Chat Lobby - + Blink tab icon - + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + Chat Font - + Change Chat Font - + Chat Font: - + History - + Style - + Group chat - + Variant - + Author: - + Description: - + Private chat - + Incoming - + Outgoing - + - + Incoming message in history - + Outgoing message in history - + Incoming message - + Outgoing message - + Outgoing offline message - + System - + System message - + UserName - + /me is sending a message with /me - + Chat - + <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + Case sensitive - + Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat - + Compact style for group chat - + Standard style for private chat - + Compact style for private chat - + Standard style for history - + Compact style for history - + @@ -1898,7 +1910,7 @@ Double click lobbies to enter and chat. Show Chat - + @@ -1906,7 +1918,7 @@ Double click lobbies to enter and chat. Private Chat - + @@ -1914,281 +1926,289 @@ Double click lobbies to enter and chat. Close - + - + Send - + - + Bold - + Underline - + Italic - + - + Attach a Picture - + - + Strike - + Clear Chat History - + Disable Emoticons - + Save Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Choose font - + Reset font to default - + - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... - + - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? - + - + Add Extra File - + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + appears to be Offline. - + Messages you send will be delivered after Friend is again Online - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2196,360 +2216,330 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + Name - + IDs - + - + Personal Circles - + Public Circles - + Peers - + Status - + ID - + - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details - + Node info - + Peer Address - + - + Local Address - + External Address - + Dynamic DNS - + Port - + Addresses list - + - + + Use this certificate to make friends: + + + + Include signatures - + - - + + RetroShare - + - - + + Error : cannot get peer details. - + - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - - Options - - - - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + none - + <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2557,644 +2547,644 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + Include signatures - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + Browse - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend request - + Details about the request - + Peer details - + Name: - + Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + Location: - + Options - + This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + Make Friend - + Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + Certificate Load Failed - + Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + RetroShare Invitation - + Ultimate - + Full - + Marginal - + None - + No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3202,69 +3192,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3272,228 +3262,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3502,214 +3492,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3717,248 +3707,310 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name - + - - Creator - - - - - Distribution - - - - + Public - + - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs - + - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID - + Type - + - - - - + + Name: + + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare - + - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add - + Remove - + - + Search - + - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + - - Group Name - + + Group Name: + - + + Group ID: + + + + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3967,260 +4019,270 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + Subject : - + Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + Paste RetroShare Link - + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + Add Extra File - + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + Forum - + Subject - + Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message - + Please choose Signing Id, it is required - + Add Extra File - + + + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send - + - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4229,82 +4291,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4312,137 +4374,137 @@ Do you want to reject this message? Public Information - + Name: - + Location: - + Location ID: - + Software Version: - + Online since: - + Other Information - + Certificate - + Include signatures - + Save Key into a file - + A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Error - + Your certificate could not be parsed correctly. Please contact the developers. - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4450,7 +4512,7 @@ Do you want to reject this message? users - + @@ -4458,38 +4520,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4497,27 +4559,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4525,62 +4587,62 @@ Do you want to reject this message? Details - + General - + Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + Copy link to clipboard - + Rating - + Comments - + File Name - + @@ -4588,400 +4650,400 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + Peer Address - + Name - + PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + Source - + Proxy - + Destination - + Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + None - + Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + Unknown - + RELAY END - + Yourself - + unknown - + unlimited - + Own Relay - + RELAY PROXY - + @@ -4990,27 +5052,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5018,113 +5080,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5132,98 +5194,98 @@ Do you want to reject this message? Incoming Directory - + Browse - + Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5231,12 +5293,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5244,7 +5306,7 @@ you plug it in. Start file - + @@ -5254,36 +5316,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5291,12 +5353,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5304,52 +5366,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5357,47 +5419,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5405,52 +5467,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5458,73 +5520,73 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + RetroShare collection file - + Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5532,37 +5594,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5570,37 +5632,37 @@ you plug it in. Misc - + Set message to read on activate - + Expand new messages - + Forum - + Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5608,283 +5670,283 @@ you plug it in. Last Contact - + Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + Chat - + Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + Details - + Deny - + Send message - + @@ -5892,17 +5954,17 @@ at least one peer was not added to a group Confirm Friend Request - + wants to be friend with you on RetroShare - + Unknown (Incoming) Connect Attempt - + @@ -5910,32 +5972,32 @@ at least one peer was not added to a group Search : - + Sort by state - + Name - + Search Friends - + - + Mark all - + Mark none - + @@ -5943,122 +6005,122 @@ at least one peer was not added to a group Edit status message - + Broadcast - + Clear Chat History - + Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + Browse Message History - + Browse History - + Save Chat History - + Add a new Group - + Delete Chat History - + Deletes all stored and displayed chat history - + Create new Chat lobby - + Choose Font - + Reset font to default - + Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6066,305 +6128,305 @@ at least one peer was not added to a group Create new Profile - + Name - + Enter your nickname here - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + Password - + [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + All fields are required with a minimum of 3 characters - + Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + Port - + This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6373,77 +6435,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6451,103 +6513,133 @@ Fill in your PGP password when asked, to sign your new key. Startup - + Start RetroShare when my system starts - + Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + Misc - + Do not show the Quit RetroShare MessageBox - + Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + Could not add retroshare:// as protocol. - + Could not remove retroshare:// protocol. - + General - + - + Minimize to Tray Icon - + @@ -6556,55 +6648,55 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6616,31 +6708,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6653,107 +6745,107 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + RetroShare Invitation - + Your friend has installed RetroShare, and would like you to try it out. - + You can get RetroShare here: %1 - + RetroShare is a private Friend-2-Friend sharing network. - + forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + Cut and paste the text below into your RetroShare client - + and send them your ID Certificate to get securely connected. - + Cut Below Here - + RetroShare Feedback - + RetroShare Support - + It has many features, including built-in chat, messaging, - + @@ -6761,82 +6853,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Unknown Peer - + Pending packets - + Unknown - + @@ -6844,22 +6936,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6867,7 +6959,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6875,27 +6975,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6903,78 +7003,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6982,12 +7082,12 @@ p, li { white-space: pre-wrap; } Form - + Hide tabbar with one open tab - + @@ -6995,47 +7095,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7043,57 +7143,62 @@ p, li { white-space: pre-wrap; } Title - + Search Title - + Description - + Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7101,97 +7206,97 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + Name - + Path - + Extension - + Hash - + Date - + Size - + Popularity - + contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7200,68 +7305,68 @@ p, li { white-space: pre-wrap; } Channels - + Create Channel - + Enable Auto-Download - + My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + Subscribed Channels - + Popular Channels - + Other Channels - + Select channel download directory - + Disable Auto-Download - + Set download directory - + [Default directory] - + Specify... - + @@ -7269,52 +7374,52 @@ p, li { white-space: pre-wrap; } Form - + Download - + TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7322,32 +7427,32 @@ p, li { white-space: pre-wrap; } Form - + Filename - + Size - + Title - + Published - + Status - + @@ -7355,37 +7460,37 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + Create - + @@ -7393,257 +7498,308 @@ p, li { white-space: pre-wrap; } Copy RetroShare Link - + Subscribe to Channel - + Expand - + Remove Item - + Channel Description - + Loading - + New Channel - + Hide - + GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Download - + - + Play - + Comments - + Copy RetroShare Link - + Unsubscribe From Channel - + Expand - + Set as read and remove item - + Remove Item - + - + Channel Feed - + - + Files - + Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + Hide - + New - + 0 - + Comment - + I like this - + I dislike this - + - + Loading - + - + Open - + Open File - + Play Media - + GxsChannelPostsWidget - + Post to Channel - + Loading - + Search channels - + - + Title - + Search Title - + Message - + Search Message - + Filename - + Search Filename - + No Channel Selected - + - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download - + Enable Auto-Download - + Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + + + + + Distribution: + + + + Feeds - + Files - + - + Subscribers - + - + Description: - + - + Posts (at neighbor nodes): - + @@ -7651,7 +7807,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7659,7 +7815,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7667,67 +7823,67 @@ p, li { white-space: pre-wrap; } Form - + Hot - + New - + Top - + Voter ID: - + Refresh - + Comment - + Author - + Date - + Score - + UpVotes - + DownVotes - + OwnVote - + @@ -7735,22 +7891,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7758,32 +7914,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7791,37 +7947,37 @@ before you can comment Create New Forum - + Forum - + Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + Create - + @@ -7829,38 +7985,38 @@ before you can comment Subscribe to Forum - + Expand - + Remove Item - + Forum Description - + Loading - + New Forum - + Hide - + @@ -7869,48 +8025,48 @@ before you can comment Subject: - + Unsubscribe To Forum - + Expand - + Set as read and remove item - + Remove Item - + In Reply to: - + Loading - + Forum Feed - + Hide - + @@ -7918,251 +8074,291 @@ before you can comment Form - + - + Start new Thread for Selected Forum - + Search forums - + Last Post - + Threaded View - + Flat View - + - + Title - + Date - + - + Author - + Save image - + - + Loading - + Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + Search Title - + Search Date - + Search Author - + Content - + Search Content - + No name - + Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + Mark as read - + with children - + Mark as unread - + Copy RetroShare Link - + Hide - + Expand - + This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + none - + [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8172,85 +8368,85 @@ before you can comment RetroShare - + No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + From - + Sent - + Subject - + On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description - + By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8258,7 +8454,7 @@ before you can comment Forum Post - + @@ -8266,38 +8462,38 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + Forums - + Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8305,272 +8501,337 @@ before you can comment Waiting - + Retrieving - + Loading - + GxsGroupDialog - - + + Name - + - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description - + - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public - + - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + Open - + New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name - + - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID - + - + Last Post - + + + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + - Popularity - + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + - - Posts - + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + + Popularity + - Type - + Posts + - + Author - + GxsIdLabel - + @@ -8578,146 +8839,146 @@ before you can comment Loading - + Todo - + Print - + PrintPreview - + Unsubscribe - + Subscribe - + Open in new tab - + Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link - + Mark all as read - + Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading - + Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8725,12 +8986,12 @@ before you can comment Loading - + No name - + @@ -8738,42 +8999,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8782,17 +9043,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8801,166 +9062,166 @@ before you can comment RetroShare Help - + Find: - + Find Previous - + Find Next - + Case sensitive - + Whole words only - + Contents - + Help Topics - + Search - + Searching for: - + Found Documents - + Back - + Move to previous page (Backspace) - + Backspace - + Forward - + Move to next page (Shift+Backspace) - + Shift+Backspace - + Home - + Move to the Home page (Ctrl+H) - + Ctrl+H - + Find - + Search for a word or phrase on current page (Ctrl+F) - + Ctrl+F - + Close - + Close Vidalia Help - + Esc - + Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + Text not found in document - + Found %1 results - + Error Loading Help Contents: - + @@ -8968,27 +9229,27 @@ before you can comment About - + Authors - + Thanks to - + Translation - + License Agreement - + @@ -8997,14 +9258,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9015,14 +9276,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9032,16 +9293,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9049,115 +9310,115 @@ p, li { white-space: pre-wrap; } Opening External Link - + RetroShare can open the link you selected in your default Web browser. If your browser is not currently configured to use Tor then the request will not be anonymous. - + Do you want Retroshare to open the link in your Web browser? - + Unable to Open Link - + RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser. - + Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + Type: - + Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9167,497 +9428,733 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + Search - + - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + Type: - + Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9665,43 +10162,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9714,43 +10211,43 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + Type - + @@ -9760,7 +10257,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9769,43 +10266,43 @@ p, li { white-space: pre-wrap; } RM - + Add - + Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9813,47 +10310,47 @@ p, li { white-space: pre-wrap; } Name - + KeyId - + GXSId - + Add - + - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9862,38 +10359,38 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy - + Remove - + Mark all - + Delete - + Clear history - + Send - + @@ -9902,17 +10399,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9921,115 +10418,115 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options - + Messenger - + About - + SMPlayer - + Quit - + Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10038,794 +10535,794 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + Show/Hide - + Status - + Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + Help - + Minimize - + Maximize - + &Quit - + RetroShare - + %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Do you really want to exit RetroShare ? - + - + Internal Error - + Hide - + Show - + Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add - + Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Italic - + Alignment - + Add an Image - + Sets text font to code style - + Underline - + Subject: - + Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + wants to be friends with you on RetroShare - + Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Paste RetroShare Link - + Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + From - + To - + Cc - + Sent - + Subject - + On %1, %2 wrote: - + Re: - + Fwd: - + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + Bcc - + Unknown - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - + Close - + From: - + - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10833,97 +11330,97 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + Set message to read on activate - + Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + Add - + Edit - + Delete - + Default - + A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10931,7 +11428,7 @@ Do you want to save message ? Sub: - + @@ -10939,7 +11436,7 @@ Do you want to save message ? Message - + @@ -10947,123 +11444,123 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + Subject: - + From: - + To: - + Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + No subject - + Download - + Download all - + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11071,131 +11568,131 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Forward - + Remove selected message - + Delete - + Print selected message - + Print - + Display - + Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11204,67 +11701,67 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + Delete - + Print selected message - + Print - + Display - + @@ -11273,7 +11770,7 @@ Do you want to save message ? Tags - + @@ -11281,7 +11778,7 @@ Do you want to save message ? Inbox - + @@ -11289,18 +11786,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11308,283 +11805,283 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + Subject - + From - + Date - + Content - + Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + Search Date - + Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + System - + Open in a new window - + Open in a new tab - + Mark as read - + Mark as unread - + Add Star - + Edit - + Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11593,33 +12090,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11627,17 +12124,17 @@ Do you want to save message ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11645,27 +12142,27 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + Paste RetroShare Link - + Paste my certificate link - + @@ -11673,58 +12170,58 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + Play Media - + Expand - + Remove Item - + Message From - + Sent Msg - + Draft Msg - + Pending Msg - + Hide - + @@ -11732,52 +12229,52 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11785,146 +12282,146 @@ Do you want to save message ? Filter: - + Search Network - + Name - + Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + Peer ID - + Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11932,165 +12429,165 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + Unknown error - + Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + Unknown - + Last hour - + Today - + Never - + %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12098,7 +12595,7 @@ Reported error: Network - + @@ -12106,22 +12603,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12129,27 +12626,27 @@ Reported error: New Tag - + Name: - + Choose color - + OK - + Cancel - + @@ -12157,42 +12654,42 @@ Reported error: News Feed - + Options - + Remove All - + This is a test. - + News feed - + Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12200,290 +12697,290 @@ Reported error: News Feed - + Channels - + Forums - + Blogs - + Messages - + Chat - + Security - + Test - + Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + Private Chat - + Group Chat - + Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + Group chat - + Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + Feed - + Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + Test - + This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12491,7 +12988,7 @@ Reported error: Friend Online - + @@ -12499,30 +12996,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12530,232 +13027,293 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + Unknown - + No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures - + + + + + Options + + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + PGP Key details - + - - + + RetroShare - + - - - + + + Error : cannot get peer details. - + - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + Your trust in this peer is full. - + Your trust in this peer is marginal. - + Your trust in this peer is none. - + - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure - + Maybe password is wrong - + - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12768,7 +13326,7 @@ p, li { white-space: pre-wrap; } Unknown - + @@ -12776,88 +13334,88 @@ p, li { white-space: pre-wrap; } Chat - + Start Chat - + Expand - + Remove Item - + Name: - + Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12870,17 +13428,17 @@ p, li { white-space: pre-wrap; } Unknown Peer - + Hide - + Send Message - + @@ -12888,42 +13446,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12931,7 +13543,7 @@ p, li { white-space: pre-wrap; } Form - + @@ -12939,62 +13551,62 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + Comment - + Summary - + Caption - + Where: - + Photo Title: - + When - + ... - + Add Comment - + Write a comment... - + @@ -13002,39 +13614,39 @@ p, li { white-space: pre-wrap; } Form - + TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13042,58 +13654,58 @@ p, li { white-space: pre-wrap; } Form - + Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13101,53 +13713,53 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + Close - + Start - + Start Slide Show - + Stop Slide Show - + @@ -13155,7 +13767,7 @@ requesting to edit it! Remove - + @@ -13163,76 +13775,76 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + Enable - + Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + About - + File name: - + File hash: - + Status: - + will be enabled after your restart RetroShare. - + @@ -13240,37 +13852,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13278,22 +13890,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13301,27 +13913,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13330,37 +13942,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13368,18 +13980,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13387,7 +13999,7 @@ malicious behavior of crafted plugins. Popularity - + @@ -13395,17 +14007,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13413,36 +14025,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13450,32 +14062,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13483,57 +14095,57 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + RetroShare - + Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + Title - + Link - + @@ -13541,42 +14153,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13584,37 +14196,37 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + Create - + @@ -13622,107 +14234,117 @@ malicious behavior of crafted plugins. Subscribe to Posted - + Expand - + Remove Item - + Posted Description - + Loading - + New Posted - + Hide - + PostedItem - + 0 - + Site - + - + Comments - + Comment - + Vote up - + Vote down - + \/ - + Set as read and remove item - + New - + - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Remove Item - + - + Loading - + By - + @@ -13730,77 +14352,77 @@ malicious behavior of crafted plugins. Form - + Hot - + New - + Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + Next - + RetroShare - + Please create or choose a Signing Id before Voting - + Previous - + 1-10 - + @@ -13808,17 +14430,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13826,7 +14448,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13834,37 +14456,37 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13873,39 +14495,39 @@ malicious behavior of crafted plugins. Profile Manager - + Name - + Email - + GID - + Export Identity - + RetroShare Identity files (*.asc) - + Identity saved - + @@ -13914,80 +14536,80 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + Select Trusted Friend - + Certificates (*.pqi *.pem) - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -13996,98 +14618,98 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + Name: - + Location: - + Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + RetroShare - + Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14095,61 +14717,61 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + Cancel - + Post Pulse to Wire - + @@ -14157,323 +14779,338 @@ p, li { white-space: pre-wrap; } From - + Date - + ... - + QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + Forum not found - + Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare - + - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14481,186 +15118,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14668,19 +15305,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14689,7 +15326,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14697,7 +15334,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14706,73 +15343,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14780,153 +15417,153 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + Add - + Remove - + Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14934,12 +15571,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14947,17 +15584,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14965,17 +15602,17 @@ p, li { white-space: pre-wrap; } Form - + The loading of embedded images is blocked. - + Load images - + @@ -14983,60 +15620,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15044,17 +15681,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15062,89 +15699,89 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + General - + Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15152,17 +15789,17 @@ p, li { white-space: pre-wrap; } Download - + Recommend in a message to - + Collection - + @@ -15170,7 +15807,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15178,27 +15815,27 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + Unknown - + @@ -15206,33 +15843,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15240,194 +15877,199 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + Cancel - + Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + ... - + <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + Save - + - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15436,17 +16078,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15454,60 +16096,60 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + Cancel - + File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15515,85 +16157,94 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. - + Sets the directory RetroShare uses for data files. - + Sets the name and location of RetroShare's logfile. - + Sets the verbosity of RetroShare's logging. - + Sets RetroShare's interface style. - + Sets RetroShare's interface stylesheets. - + Sets RetroShare's language. - + RetroShare Usage Information - + - + Unable to open log file '%1': %2 - + built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15601,7 +16252,7 @@ Reducing image to %1x%2 pixels? RTT Statistics - + @@ -15609,282 +16260,282 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + Search - + Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + Type - + Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + Download - + Copy RetroShare Link - + Send RetroShare Link - + Download Notice - + Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + Remove - + Remove All - + Folder - + New RetroShare Link(s) - + Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15892,81 +16543,81 @@ Reducing image to %1x%2 pixels? Peer details - + Expand - + Remove Item - + IP address: - + Peer ID: - + Location: - + Peer Name: - + Unknown Peer - + Hide - + but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15974,108 +16625,108 @@ Reducing image to %1x%2 pixels? wants to be friend with you on RetroShare - + Accept Friend Request - + Peer details - + Deny friend - + Chat - + Start Chat - + Expand - + Remove Item - + Name: - + Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16084,42 +16735,42 @@ Reducing image to %1x%2 pixels? Unknown Peer - + Hide - + Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16127,529 +16778,529 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + Local Address - + External Address - + Dynamic DNS - + Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + Test - + Network - + IP Filters - + IP blacklist - + IP range - + Status - + Origin - + Reason - + Comment - + IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + Remove - + Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16657,27 +17308,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16685,27 +17336,27 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + Reset - + Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16713,7 +17364,7 @@ If you have issues connecting over Tor check the Tor logs too. Options - + @@ -16721,48 +17372,48 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + Browse - + Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16770,23 +17421,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16794,110 +17445,110 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + Add - + Stop sharing selected Directory - + Remove - + Apply and close - + Edit selected Shared Directory - + Edit - + Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16905,128 +17556,128 @@ Select the Friends with which you want to Share your Channel. Files - + Search files - + Start Search - + Reset - + Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + Download - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17034,48 +17685,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + Download complete - + Lobby - + @@ -17083,42 +17734,42 @@ Select the Friends with which you want to Share your Channel. Event: - + Filename: - + Browse - + Event - + Filename - + Open File - + Sound - + Default - + @@ -17126,30 +17777,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17157,60 +17808,60 @@ Select the Friends with which you want to Share your Channel. RetroShare - + Login - + Name (PGP Id) - location: - + Remember Password - + Log In - + Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17219,7 +17870,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17228,7 +17879,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17237,7 +17888,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17245,83 +17896,83 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + Options - + Messenger - + About - + SMPlayer - + Quit - + Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + RTT Statistics - + @@ -17330,165 +17981,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17496,30 +18147,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17528,43 +18179,43 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + Style - + None - + Solid - + Gradient - + @@ -17572,124 +18223,124 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + Download File - + Download - + Play File - + Play - + Save File - + ERROR - + EXTRA - + REMOTE - + DOWNLOAD - + LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + Open - + Open File - + Copy RetroShare Link - + SubscribeToolButton - + Subscribed - + - + Unsubscribe - + - + Subscribe - + @@ -17697,7 +18348,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17705,27 +18356,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17733,12 +18384,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17746,12 +18397,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17759,90 +18410,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17850,367 +18501,367 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name - + Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + Status - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Search - + Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + Cancel - + Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + Copy RetroShare Link - + Paste RetroShare Link - + Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + Play - + Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - - - - - - - Okay - - - - - - Waiting - - - - - Downloading - - - - - - - - Complete - + + + + Okay + + + + + + Waiting + + + + + Downloading + + + + + + + + Complete + + + + Queued - + Paused - + Checking... - + Unknown - + - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18221,27 +18872,27 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + RetroShare - + @@ -18249,229 +18900,229 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + Path i.e: Where file is saved - + Path - + Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18480,69 +19131,69 @@ Try to be patient! My files - + FILE - + Files - + File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18551,13 +19202,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18566,28 +19217,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18595,12 +19246,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18608,42 +19259,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18651,47 +19302,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18703,7 +19354,7 @@ Try to be patient! Loading - + @@ -18711,22 +19362,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18734,22 +19385,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18757,57 +19408,57 @@ Try to be patient! OK - + Cancel - + Yes - + No - + Help - + Retry - + Show Log - + Show Settings - + Continue - + Quit - + Browse - + @@ -18815,62 +19466,62 @@ Try to be patient! Form - + Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18878,123 +19529,123 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + Description: - + Share Options - + Public - + All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19003,107 +19654,107 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + Edit - + New Page - + Refresh - + Search - + My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19111,127 +19762,127 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + Status - + Preview - + Cancel - + Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19239,37 +19890,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19277,98 +19928,98 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + New - + from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19377,12 +20028,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19391,112 +20042,112 @@ Try to be patient! Unknown Unknown (size) - + B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_bg.ts b/retroshare-gui/src/lang/retroshare_bg.ts index fb183b897..886305bb6 100644 --- a/retroshare-gui/src/lang/retroshare_bg.ts +++ b/retroshare-gui/src/lang/retroshare_bg.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -28,7 +30,7 @@ Copy Info - + @@ -88,9 +90,9 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file - + @@ -98,27 +100,27 @@ RetroShare: Advanced Search - + Search Criteria - + Add a further search criterion. - + Reset the search criteria. - + Cancels the search. - + @@ -128,12 +130,12 @@ Perform the advanced search. - + Search - + @@ -142,87 +144,87 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + @@ -232,12 +234,12 @@ Share Options - + Policy: - + @@ -247,101 +249,101 @@ Comments: - + Identity: - + Public - + Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Back - + Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -350,47 +352,47 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + @@ -400,51 +402,51 @@ p, li { white-space: pre-wrap; } Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -459,25 +461,25 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -485,169 +487,169 @@ p, li { white-space: pre-wrap; } Language - + Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + Style - + Choose RetroShare's interface style - + Style Sheet - + Appearance - + Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -662,37 +664,37 @@ p, li { white-space: pre-wrap; } Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -700,17 +702,17 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + [ERROR]) - + @@ -718,17 +720,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -738,12 +740,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -751,15 +753,15 @@ p, li { white-space: pre-wrap; } Click to change your avatar - + BWGraphSource - + KB/s - + @@ -767,7 +769,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -775,7 +777,7 @@ p, li { white-space: pre-wrap; } RetroShare Bandwidth Usage - + @@ -791,37 +793,37 @@ p, li { white-space: pre-wrap; } Receive Rate - + Send Rate - + Always on Top - + Style - + Changes the transparency of the Bandwidth Graph - + 100 - + % Opaque - + @@ -836,12 +838,12 @@ p, li { white-space: pre-wrap; } Since: - + Hide Settings - + @@ -850,23 +852,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + @@ -879,67 +881,67 @@ p, li { white-space: pre-wrap; } ID - + In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + @@ -952,42 +954,42 @@ p, li { white-space: pre-wrap; } Form - + Формуляр Friend: - + Type: - + Up - + Down - + Service: - + Unit: - + Log scale - + @@ -995,27 +997,27 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + General - + Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1023,155 +1025,160 @@ p, li { white-space: pre-wrap; } Participants - + Change nick name - + Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 - + Topic: %1 - + Lobby chat - + - + Lobby management - + %1 has left the lobby. - + %1 joined the lobby. - + %1 changed his name to: %2 - + Unsubscribe to lobby - + Do you want to unsubscribe to this chat lobby? - + Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1179,7 +1186,7 @@ p, li { white-space: pre-wrap; } Show Chat Lobby - + @@ -1187,49 +1194,49 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name Име @@ -1237,144 +1244,144 @@ p, li { white-space: pre-wrap; } Count - + Topic - + Private Lobbies - + Public Lobbies - + Create chat lobby - + [No topic provided] - + - + Selected lobby info - + Private - + Public - + Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + Yes - + No - + - + Lobby Name: - + Lobby Id: - + Topic: - + Type: - + Security: - + Peers: - + @@ -1384,93 +1391,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + Показване column - + @@ -1483,28 +1490,28 @@ Double click lobbies to enter and chat. Write a quick Message - + Send Mail - + Write Message - + Start Chat - + Send - + @@ -1512,167 +1519,172 @@ Double click lobbies to enter and chat. Отмяна - + Quick Message - + ChatPage - + General - + - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + Chat Settings - + Enable Emoticons Private Chat - + Enable Emoticons Group Chat - + Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return - + + + + + Send as plain text by default + Chat Lobby - + Blink tab icon - + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + Chat Font - + Change Chat Font - + Chat Font: - + History - + Style - + Group chat - + Variant - + @@ -1692,102 +1704,102 @@ Double click lobbies to enter and chat. Private chat - + Incoming - + Outgoing - + - + Incoming message in history - + Outgoing message in history - + Incoming message - + Outgoing message - + Outgoing offline message - + System - + System message - + UserName - + /me is sending a message with /me - + Chat - + <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1797,100 +1809,100 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat - + Compact style for group chat - + Standard style for private chat - + Compact style for private chat - + Standard style for history - + Compact style for history - + @@ -1898,7 +1910,7 @@ Double click lobbies to enter and chat. Show Chat - + @@ -1906,7 +1918,7 @@ Double click lobbies to enter and chat. Private Chat - + @@ -1914,281 +1926,289 @@ Double click lobbies to enter and chat. Close - + - + Send - + - + Bold - + Underline - + Italic - + - + Attach a Picture - + - + Strike - + Clear Chat History - + Disable Emoticons - + Save Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Choose font - + Reset font to default - + - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... - + - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? - + - + Add Extra File - + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + appears to be Offline. - + Messages you send will be delivered after Friend is again Online - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2196,25 +2216,25 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + @@ -2225,23 +2245,23 @@ Double click lobbies to enter and chat. IDs - + - + Personal Circles - + Public Circles - + Peers - + @@ -2251,244 +2271,228 @@ Double click lobbies to enter and chat. ID - + - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details - + Node info - + Peer Address - + - + Local Address - + External Address - + Dynamic DNS - + Port - + Addresses list - + - + + Use this certificate to make friends: + + + + Include signatures - + - - + + RetroShare RetroShare - - + + Error : cannot get peer details. - + - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - Options - Настройки + Настройки - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2499,57 +2503,47 @@ Double click lobbies to enter and chat. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2557,228 +2551,228 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + Include signatures - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + Browse - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend request - + Details about the request - + Peer details - + @@ -2790,23 +2784,23 @@ Double click lobbies to enter and chat. Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + Location: - + @@ -2818,194 +2812,194 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + Make Friend - + Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + Certificate Load Failed - + Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + RetroShare Invitation - + Ultimate - + Full - + Marginal - + @@ -3015,186 +3009,186 @@ resources. No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3202,69 +3196,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3272,228 +3266,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3502,214 +3496,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3717,111 +3711,99 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name Име - - Creator - - - - - Distribution - - - - + Public - + - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs - + - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID - + @@ -3829,136 +3811,214 @@ p, li { white-space: pre-wrap; } Тип - - - - + + Name: + Име: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add Добавяне Remove - + - + Search - + - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + + + + + Group Name: + + + + + Group ID: + - Group Name - Име + Име - + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3967,100 +4027,100 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + Subject : - + Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + Paste RetroShare Link - + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + Add Extra File - + @@ -4071,47 +4131,47 @@ p, li { white-space: pre-wrap; } File already Added and Hashed - + Please add a Subject - + Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + @@ -4121,47 +4181,47 @@ p, li { white-space: pre-wrap; } Subject - + Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + @@ -4173,54 +4233,64 @@ p, li { white-space: pre-wrap; } Please set a Forum Subject and Forum Message - + Please choose Signing Id, it is required - + Add Extra File - + + + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send - + - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4229,82 +4299,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4312,7 +4382,7 @@ Do you want to reject this message? Public Information - + @@ -4322,57 +4392,57 @@ Do you want to reject this message? Location: - + Location ID: - + Software Version: - + Online since: - + Other Information - + Certificate - + Include signatures - + Save Key into a file - + A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Error - + Your certificate could not be parsed correctly. Please contact the developers. - + @@ -4382,67 +4452,67 @@ Do you want to reject this message? Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4450,7 +4520,7 @@ Do you want to reject this message? users - + @@ -4458,38 +4528,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4497,27 +4567,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4525,42 +4595,42 @@ Do you want to reject this message? Details - + General - + Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + @@ -4570,17 +4640,17 @@ Do you want to reject this message? Rating - + Comments - + File Name - + @@ -4588,32 +4658,32 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + Peer Address - + @@ -4623,83 +4693,83 @@ Do you want to reject this message? PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + @@ -4719,202 +4789,202 @@ Do you want to reject this message? Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + @@ -4924,27 +4994,27 @@ Do you want to reject this message? Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + @@ -4954,13 +5024,13 @@ Do you want to reject this message? RELAY END - + Yourself - + @@ -4971,17 +5041,17 @@ Do you want to reject this message? unlimited - + Own Relay - + RELAY PROXY - + @@ -4990,27 +5060,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5018,113 +5088,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5132,98 +5202,98 @@ Do you want to reject this message? Incoming Directory - + Browse - + Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5231,12 +5301,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5244,7 +5314,7 @@ you plug it in. Start file - + @@ -5254,36 +5324,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5291,12 +5361,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5304,52 +5374,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5357,47 +5427,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5405,52 +5475,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5458,73 +5528,73 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + RetroShare collection file - + Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5532,37 +5602,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5580,7 +5650,7 @@ you plug it in. Expand new messages - + @@ -5590,17 +5660,17 @@ you plug it in. Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5608,283 +5678,283 @@ you plug it in. Last Contact - + Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + Chat - + Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + Details - + Deny - + Send message - + @@ -5892,17 +5962,17 @@ at least one peer was not added to a group Confirm Friend Request - + wants to be friend with you on RetroShare - + Unknown (Incoming) Connect Attempt - + @@ -5910,12 +5980,12 @@ at least one peer was not added to a group Search : - + Sort by state - + @@ -5925,17 +5995,17 @@ at least one peer was not added to a group Search Friends - + - + Mark all - + Mark none - + @@ -5943,122 +6013,122 @@ at least one peer was not added to a group Edit status message - + Broadcast - + Clear Chat History - + Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + Browse Message History - + Browse History - + Save Chat History - + Add a new Group - + Delete Chat History - + Deletes all stored and displayed chat history - + Create new Chat lobby - + Choose Font - + Reset font to default - + Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6066,7 +6136,7 @@ at least one peer was not added to a group Create new Profile - + @@ -6076,19 +6146,19 @@ at least one peer was not added to a group Enter your nickname here - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + @@ -6098,273 +6168,273 @@ anonymous, you can use a fake email. [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + All fields are required with a minimum of 3 characters - + Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + Port - + This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6373,77 +6443,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6451,32 +6521,32 @@ Fill in your PGP password when asked, to sign your new key. Startup - + Start RetroShare when my system starts - + Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + @@ -6486,68 +6556,98 @@ Fill in your PGP password when asked, to sign your new key. Do not show the Quit RetroShare MessageBox - + Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + Could not add retroshare:// as protocol. - + Could not remove retroshare:// protocol. - + General - + - + Minimize to Tray Icon - + @@ -6556,55 +6656,55 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6616,31 +6716,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6653,107 +6753,107 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + RetroShare Invitation - + Your friend has installed RetroShare, and would like you to try it out. - + You can get RetroShare here: %1 - + RetroShare is a private Friend-2-Friend sharing network. - + forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + Cut and paste the text below into your RetroShare client - + and send them your ID Certificate to get securely connected. - + Cut Below Here - + RetroShare Feedback - + RetroShare Support - + It has many features, including built-in chat, messaging, - + @@ -6761,82 +6861,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Unknown Peer - + Pending packets - + Unknown - + Неизвестен @@ -6844,22 +6944,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6867,7 +6967,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6875,27 +6983,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6903,78 +7011,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6987,7 +7095,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -6995,47 +7103,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7053,47 +7161,52 @@ p, li { white-space: pre-wrap; } Description - + Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7101,17 +7214,17 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + @@ -7126,12 +7239,12 @@ p, li { white-space: pre-wrap; } Extension - + Hash - + @@ -7141,57 +7254,57 @@ p, li { white-space: pre-wrap; } Size - + Popularity - + contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7200,68 +7313,68 @@ p, li { white-space: pre-wrap; } Channels - + Create Channel - + Enable Auto-Download - + My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + Subscribed Channels - + Popular Channels - + Other Channels - + Select channel download directory - + Disable Auto-Download - + Set download directory - + [Default directory] - + Specify... - + @@ -7274,47 +7387,47 @@ p, li { white-space: pre-wrap; } Download - + TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7327,12 +7440,12 @@ p, li { white-space: pre-wrap; } Filename - + Size - + @@ -7342,7 +7455,7 @@ p, li { white-space: pre-wrap; } Published - + @@ -7355,37 +7468,37 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + Create - + @@ -7393,12 +7506,12 @@ p, li { white-space: pre-wrap; } Copy RetroShare Link - + Subscribe to Channel - + @@ -7414,17 +7527,17 @@ p, li { white-space: pre-wrap; } Channel Description - + Loading - + New Channel - + @@ -7436,35 +7549,45 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Download - + - + Play - + Comments - + Copy RetroShare Link - + Unsubscribe From Channel - + @@ -7483,19 +7606,19 @@ p, li { white-space: pre-wrap; } Премахни елемент - + Channel Feed - + - + Files - + Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + @@ -7510,63 +7633,63 @@ p, li { white-space: pre-wrap; } 0 - + Comment - + I like this - + I dislike this - + - + Loading - + - + Open Отваряне Open File - + Play Media - + GxsChannelPostsWidget - + Post to Channel - + Loading - + Search channels - + - + Title Заглавие @@ -7578,72 +7701,113 @@ p, li { white-space: pre-wrap; } Message - + Search Message - + Filename - + Search Filename - + No Channel Selected - + - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download - + Enable Auto-Download - + Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + непознат + + + + Distribution: + + + + Feeds Информационни канали Files - + - + Subscribers - + - + Description: Описание: - + Posts (at neighbor nodes): - + @@ -7651,7 +7815,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7659,7 +7823,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7672,7 +7836,7 @@ p, li { white-space: pre-wrap; } Hot - + @@ -7682,22 +7846,22 @@ p, li { white-space: pre-wrap; } Top - + Voter ID: - + Refresh - + Comment - + @@ -7712,22 +7876,22 @@ p, li { white-space: pre-wrap; } Score - + UpVotes - + DownVotes - + OwnVote - + @@ -7735,22 +7899,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7758,32 +7922,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7791,7 +7955,7 @@ before you can comment Create New Forum - + @@ -7801,27 +7965,27 @@ before you can comment Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + Create - + @@ -7829,7 +7993,7 @@ before you can comment Subscribe to Forum - + @@ -7845,17 +8009,17 @@ before you can comment Forum Description - + Loading - + New Forum - + @@ -7869,12 +8033,12 @@ before you can comment Subject: - + Unsubscribe To Forum - + @@ -7895,17 +8059,17 @@ before you can comment In Reply to: - + Loading - + Forum Feed - + @@ -7921,9 +8085,9 @@ before you can comment Формуляр - + Start new Thread for Selected Forum - + @@ -7933,21 +8097,21 @@ before you can comment Last Post - + Threaded View - + Flat View - + - + Title Заглавие @@ -7960,45 +8124,45 @@ before you can comment - + Author Автор Save image - + - + Loading - + Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + @@ -8018,12 +8182,12 @@ before you can comment Content - + Search Content - + @@ -8033,32 +8197,32 @@ before you can comment Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + @@ -8070,7 +8234,7 @@ before you can comment with children - + @@ -8081,7 +8245,7 @@ before you can comment Copy RetroShare Link - + @@ -8096,43 +8260,83 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + @@ -8142,27 +8346,27 @@ before you can comment [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8177,80 +8381,80 @@ before you can comment No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + From - + Sent - + Subject - + On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description - + By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8258,7 +8462,7 @@ before you can comment Forum Post - + @@ -8266,38 +8470,38 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + Forums - + Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8305,85 +8509,85 @@ before you can comment Waiting - + Retrieving - + Loading - + GxsGroupDialog - - + + Name Име - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description - + - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public - + - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + @@ -8393,184 +8597,253 @@ before you can comment New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name - + - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID - + - + Last Post - + + + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + - Popularity - + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + - - Posts - + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + + Popularity + - Type - Тип + Posts + - + Type + Тип + + + Author Автор GxsIdLabel - + @@ -8578,32 +8851,32 @@ before you can comment Loading - + Todo - + Print - + PrintPreview - + Unsubscribe - + Subscribe - + @@ -8613,17 +8886,22 @@ before you can comment Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link - + @@ -8633,91 +8911,86 @@ before you can comment Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading - + Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8725,7 +8998,7 @@ before you can comment Loading - + @@ -8738,42 +9011,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8782,17 +9055,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8801,22 +9074,22 @@ before you can comment RetroShare Help - + Find: - + Find Previous - + Find Next - + @@ -8826,141 +9099,141 @@ before you can comment Whole words only - + Contents - + Help Topics - + Search - + Searching for: - + Found Documents - + Back - + Move to previous page (Backspace) - + Backspace - + Forward - + Move to next page (Shift+Backspace) - + Shift+Backspace - + Home - + Move to the Home page (Ctrl+H) - + Ctrl+H - + Find - + Search for a word or phrase on current page (Ctrl+F) - + Ctrl+F - + Close - + Close Vidalia Help - + Esc - + Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + Text not found in document - + Found %1 results - + Error Loading Help Contents: - + @@ -8973,22 +9246,22 @@ before you can comment Authors - + Thanks to - + Translation - + License Agreement - + @@ -8997,14 +9270,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9015,14 +9288,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9032,16 +9305,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9049,115 +9322,115 @@ p, li { white-space: pre-wrap; } Opening External Link - + RetroShare can open the link you selected in your default Web browser. If your browser is not currently configured to use Tor then the request will not be anonymous. - + Do you want Retroshare to open the link in your Web browser? - + Unable to Open Link - + RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser. - + Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + Type: - + Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9167,497 +9440,733 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + Search - + - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + Type: - + Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + непознат + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9665,43 +10174,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9714,38 +10223,38 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + @@ -9760,7 +10269,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9769,7 +10278,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9780,32 +10289,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9818,12 +10327,12 @@ p, li { white-space: pre-wrap; } KeyId - + GXSId - + @@ -9833,27 +10342,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9862,11 +10371,11 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy Копиране @@ -9878,7 +10387,7 @@ p, li { white-space: pre-wrap; } Mark all - + @@ -9888,12 +10397,12 @@ p, li { white-space: pre-wrap; } Clear history - + Send - + @@ -9902,17 +10411,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9921,69 +10430,69 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options Настройки @@ -9991,7 +10500,7 @@ p, li { white-space: pre-wrap; } Messenger - + @@ -10002,34 +10511,34 @@ p, li { white-space: pre-wrap; } SMPlayer - + Quit - + Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10038,12 +10547,12 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + Show/Hide - + @@ -10053,27 +10562,27 @@ p, li { white-space: pre-wrap; } Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + @@ -10083,17 +10592,17 @@ p, li { white-space: pre-wrap; } Minimize - + Maximize - + &Quit - + @@ -10103,42 +10612,42 @@ p, li { white-space: pre-wrap; } %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Do you really want to exit RetroShare ? - + - + Internal Error - + @@ -10153,233 +10662,233 @@ p, li { white-space: pre-wrap; } Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add Добавяне Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Italic - + Alignment - + Add an Image - + Sets text font to code style - + Underline - + Subject: - + Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + @@ -10389,178 +10898,178 @@ p, li { white-space: pre-wrap; } Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + wants to be friends with you on RetroShare - + Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Paste RetroShare Link - + Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + From - + To - + Cc - + Sent - + Subject - + On %1, %2 wrote: - + Re: - + Fwd: - + @@ -10572,18 +11081,18 @@ Do you want to save message to draft box? Do you want to send the message without a subject ? - + Please insert at least one recipient. - + Bcc - + @@ -10593,164 +11102,164 @@ Do you want to save message to draft box? &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - + Close - + @@ -10758,74 +11267,74 @@ Do you want to save message ? От: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10833,27 +11342,27 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + @@ -10863,17 +11372,17 @@ Do you want to save message ? Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + @@ -10898,32 +11407,32 @@ Do you want to save message ? A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10931,7 +11440,7 @@ Do you want to save message ? Sub: - + @@ -10939,7 +11448,7 @@ Do you want to save message ? Message - + @@ -10947,17 +11456,17 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + Subject: - + @@ -10972,98 +11481,98 @@ Do you want to save message ? Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + No subject - + Download - + Download all - + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11071,47 +11580,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Forward - + Remove selected message - + @@ -11121,81 +11630,81 @@ Do you want to save message ? Print selected message - + Print - + Display - + Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11204,47 +11713,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + @@ -11254,17 +11763,17 @@ Do you want to save message ? Print selected message - + Print - + Display - + @@ -11273,7 +11782,7 @@ Do you want to save message ? Tags - + @@ -11281,7 +11790,7 @@ Do you want to save message ? Inbox - + @@ -11289,18 +11798,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11308,93 +11817,93 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + Subject - + From - + @@ -11406,58 +11915,58 @@ Do you want to save message ? Content - + Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + @@ -11467,47 +11976,47 @@ Do you want to save message ? Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + System - + Open in a new window - + Open in a new tab - + @@ -11522,7 +12031,7 @@ Do you want to save message ? Add Star - + @@ -11532,59 +12041,59 @@ Do you want to save message ? Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11593,33 +12102,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11627,17 +12136,17 @@ Do you want to save message ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11645,27 +12154,27 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + Paste RetroShare Link - + Paste my certificate link - + @@ -11673,22 +12182,22 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + Play Media - + @@ -11704,22 +12213,22 @@ Do you want to save message ? Message From - + Sent Msg - + Draft Msg - + Pending Msg - + @@ -11732,52 +12241,52 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11785,12 +12294,12 @@ Do you want to save message ? Filter: - + Search Network - + @@ -11802,129 +12311,129 @@ Do you want to save message ? Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + Peer ID - + Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11932,7 +12441,7 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + @@ -11942,42 +12451,42 @@ For security, your keyring was previously backed-up to file Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + @@ -11987,12 +12496,12 @@ For security, your keyring was previously backed-up to file Last hour - + Today - + @@ -12002,95 +12511,95 @@ For security, your keyring was previously backed-up to file %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12098,7 +12607,7 @@ Reported error: Network - + @@ -12106,22 +12615,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12129,7 +12638,7 @@ Reported error: New Tag - + @@ -12139,12 +12648,12 @@ Reported error: Choose color - + OK - + @@ -12157,7 +12666,7 @@ Reported error: News Feed - + @@ -12167,32 +12676,32 @@ Reported error: Remove All - + This is a test. - + News feed - + Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12200,37 +12709,37 @@ Reported error: News Feed - + Channels - + Forums - + Blogs - + Messages - + Chat - + Security - + @@ -12241,145 +12750,145 @@ Reported error: Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + Private Chat - + Group Chat - + Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + Group chat - + Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + @@ -12389,70 +12898,70 @@ Reported error: Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + @@ -12462,28 +12971,28 @@ Reported error: This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12491,7 +13000,7 @@ Reported error: Friend Online - + @@ -12499,30 +13008,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12530,42 +13039,42 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12575,187 +13084,248 @@ Reported error: No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures - + + + + + Options + Настройки + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. - + - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + Your trust in this peer is full. - + Your trust in this peer is marginal. - + Your trust in this peer is none. - + - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure - + Maybe password is wrong - + - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12776,12 +13346,12 @@ p, li { white-space: pre-wrap; } Chat - + Start Chat - + @@ -12802,62 +13372,62 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12870,7 +13440,7 @@ p, li { white-space: pre-wrap; } Unknown Peer - + @@ -12880,7 +13450,7 @@ p, li { white-space: pre-wrap; } Send Message - + @@ -12888,42 +13458,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12939,47 +13563,47 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + Comment - + Summary - + Caption - + Where: - + Photo Title: - + When - + @@ -12994,7 +13618,7 @@ p, li { white-space: pre-wrap; } Write a comment... - + @@ -13007,34 +13631,34 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13047,53 +13671,53 @@ p, li { white-space: pre-wrap; } Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13101,53 +13725,53 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + Close - + Start - + Start Slide Show - + Stop Slide Show - + @@ -13163,26 +13787,26 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + @@ -13192,22 +13816,22 @@ p, li { white-space: pre-wrap; } Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + @@ -13217,22 +13841,22 @@ p, li { white-space: pre-wrap; } File name: - + File hash: - + Status: - + will be enabled after your restart RetroShare. - + @@ -13240,37 +13864,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13278,22 +13902,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13301,27 +13925,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13330,37 +13954,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13368,18 +13992,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13387,7 +14011,7 @@ malicious behavior of crafted plugins. Popularity - + @@ -13395,17 +14019,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13413,36 +14037,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13450,32 +14074,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13483,12 +14107,12 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + @@ -13498,32 +14122,32 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + @@ -13533,7 +14157,7 @@ malicious behavior of crafted plugins. Link - + @@ -13541,42 +14165,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13584,37 +14208,37 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + Create - + @@ -13622,7 +14246,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13638,17 +14262,17 @@ malicious behavior of crafted plugins. Posted Description - + Loading - + New Posted - + @@ -13659,40 +14283,40 @@ malicious behavior of crafted plugins. PostedItem - + 0 - + Site - + - + Comments - + Comment - + Vote up - + Vote down - + \/ - + @@ -13705,9 +14329,19 @@ malicious behavior of crafted plugins. Нов - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + @@ -13715,14 +14349,14 @@ malicious behavior of crafted plugins. Премахни елемент - + Loading - + By - + @@ -13735,7 +14369,7 @@ malicious behavior of crafted plugins. Hot - + @@ -13745,37 +14379,37 @@ malicious behavior of crafted plugins. Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + @@ -13790,7 +14424,7 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id before Voting - + @@ -13800,7 +14434,7 @@ malicious behavior of crafted plugins. 1-10 - + @@ -13808,17 +14442,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13826,7 +14460,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13834,37 +14468,37 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13873,7 +14507,7 @@ malicious behavior of crafted plugins. Profile Manager - + @@ -13883,29 +14517,29 @@ malicious behavior of crafted plugins. Email - + GID - + Export Identity - + RetroShare Identity files (*.asc) - + Identity saved - + @@ -13914,80 +14548,80 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + Select Trusted Friend - + Certificates (*.pqi *.pem) - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -13996,22 +14630,22 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + @@ -14021,57 +14655,57 @@ p, li { white-space: pre-wrap; } Location: - + Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + @@ -14082,12 +14716,12 @@ p, li { white-space: pre-wrap; } Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14095,51 +14729,51 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + @@ -14149,7 +14783,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14157,7 +14791,7 @@ p, li { white-space: pre-wrap; } From - + @@ -14175,118 +14809,123 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + @@ -14296,184 +14935,194 @@ and open the Make Friend Wizard. Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14481,186 +15130,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14668,19 +15317,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14689,7 +15338,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14697,7 +15346,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14706,73 +15355,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14780,35 +15429,35 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + @@ -14823,110 +15472,110 @@ p, li { white-space: pre-wrap; } Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14934,12 +15583,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14947,17 +15596,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14970,12 +15619,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -14983,60 +15632,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15044,17 +15693,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15062,89 +15711,89 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + General - + Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15152,17 +15801,17 @@ p, li { white-space: pre-wrap; } Download - + Recommend in a message to - + Collection - + @@ -15170,7 +15819,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15178,22 +15827,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15206,33 +15855,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15240,17 +15889,17 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + @@ -15261,39 +15910,39 @@ p, li { white-space: pre-wrap; } Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + @@ -15303,27 +15952,27 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15331,58 +15980,63 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Запазване - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15392,42 +16046,42 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15436,17 +16090,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15454,31 +16108,31 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + @@ -15488,7 +16142,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15498,16 +16152,16 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15515,85 +16169,94 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. - + Sets the directory RetroShare uses for data files. - + Sets the name and location of RetroShare's logfile. - + Sets the verbosity of RetroShare's logging. - + Sets RetroShare's interface style. - + Sets RetroShare's interface stylesheets. - + Sets RetroShare's language. - + RetroShare Usage Information - + - + Unable to open log file '%1': %2 - + built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15601,7 +16264,7 @@ Reducing image to %1x%2 pixels? RTT Statistics - + @@ -15609,98 +16272,98 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + Search - + Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + @@ -15710,130 +16373,130 @@ Reducing image to %1x%2 pixels? Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + Download - + Copy RetroShare Link - + Send RetroShare Link - + Download Notice - + Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + @@ -15843,7 +16506,7 @@ Reducing image to %1x%2 pixels? Remove All - + @@ -15854,37 +16517,37 @@ Reducing image to %1x%2 pixels? New RetroShare Link(s) - + Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15892,7 +16555,7 @@ Reducing image to %1x%2 pixels? Peer details - + @@ -15908,29 +16571,29 @@ Reducing image to %1x%2 pixels? IP address: - + Peer ID: - + Location: - + Peer Name: - + Unknown Peer - + @@ -15940,33 +16603,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15974,32 +16637,32 @@ Reducing image to %1x%2 pixels? wants to be friend with you on RetroShare - + Accept Friend Request - + Peer details - + Deny friend - + Chat - + Start Chat - + @@ -16020,62 +16683,62 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16084,7 +16747,7 @@ Reducing image to %1x%2 pixels? Unknown Peer - + @@ -16094,32 +16757,32 @@ Reducing image to %1x%2 pixels? Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16127,236 +16790,236 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + Local Address - + External Address - + Dynamic DNS - + Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16366,23 +17029,23 @@ Also check your ports! Network - + IP Filters - + IP blacklist - + IP range - + @@ -16396,176 +17059,176 @@ Also check your ports! Origin - + Reason - + Comment - + IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16578,78 +17241,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16657,27 +17320,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16685,7 +17348,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16695,17 +17358,17 @@ If you have issues connecting over Tor check the Tor logs too. Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16721,48 +17384,48 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + Browse - + Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16770,23 +17433,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16794,37 +17457,37 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + @@ -16834,7 +17497,7 @@ Select the Friends with which you want to Share your Channel. Stop sharing selected Directory - + @@ -16845,12 +17508,12 @@ Select the Friends with which you want to Share your Channel. Apply and close - + Edit selected Shared Directory - + @@ -16861,43 +17524,43 @@ Select the Friends with which you want to Share your Channel. Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16905,17 +17568,17 @@ Select the Friends with which you want to Share your Channel. Files - + Search files - + Start Search - + @@ -16925,108 +17588,108 @@ Select the Friends with which you want to Share your Channel. Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + Download - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17034,48 +17697,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + Download complete - + Lobby - + @@ -17083,7 +17746,7 @@ Select the Friends with which you want to Share your Channel. Event: - + @@ -17093,32 +17756,32 @@ Select the Friends with which you want to Share your Channel. Browse - + Event - + Filename - + Open File - + Sound - + Default - + По подразбиране @@ -17126,30 +17789,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17162,55 +17825,55 @@ Select the Friends with which you want to Share your Channel. Login - + Name (PGP Id) - location: - + Remember Password - + Log In - + Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17219,7 +17882,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17228,7 +17891,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17237,7 +17900,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17245,17 +17908,17 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + @@ -17265,7 +17928,7 @@ This choice can be reverted in settings. Messenger - + @@ -17275,53 +17938,53 @@ This choice can be reverted in settings. SMPlayer - + Quit - + Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + RTT Statistics - + @@ -17330,165 +17993,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17496,30 +18159,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17528,28 +18191,28 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + Style - + @@ -17559,12 +18222,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17572,91 +18235,91 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + Download File - + Download - + Play File - + Play - + Save File - + ERROR - + EXTRA - + REMOTE - + DOWNLOAD - + LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + @@ -17666,30 +18329,30 @@ p, li { white-space: pre-wrap; } Open File - + Copy RetroShare Link - + SubscribeToolButton - + Subscribed - + - + Unsubscribe - + - + Subscribe - + @@ -17697,7 +18360,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17705,27 +18368,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17733,12 +18396,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17746,12 +18409,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17759,90 +18422,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17850,45 +18513,45 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name @@ -17899,31 +18562,31 @@ p, li { white-space: pre-wrap; } Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + @@ -17936,84 +18599,84 @@ p, li { white-space: pre-wrap; } Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Search - + Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + @@ -18024,185 +18687,185 @@ p, li { white-space: pre-wrap; } Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + Copy RetroShare Link - + Paste RetroShare Link - + Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + Play - + Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - + - - + + Okay - + - - + + Waiting - + - + Downloading Изтегляне - + Complete - + - + Queued - + Paused - + Checking... - + @@ -18210,7 +18873,7 @@ p, li { white-space: pre-wrap; } Неизвестен - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18221,22 +18884,22 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + @@ -18249,163 +18912,163 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + @@ -18421,57 +19084,57 @@ Try to be patient! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18480,69 +19143,69 @@ Try to be patient! My files - + FILE - + Files - + File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18551,13 +19214,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18566,28 +19229,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18595,12 +19258,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18608,42 +19271,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18651,47 +19314,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18703,7 +19366,7 @@ Try to be patient! Loading - + @@ -18711,22 +19374,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18734,22 +19397,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18757,7 +19420,7 @@ Try to be patient! OK - + @@ -18767,12 +19430,12 @@ Try to be patient! Yes - + No - + @@ -18782,12 +19445,12 @@ Try to be patient! Retry - + Show Log - + @@ -18802,12 +19465,12 @@ Try to be patient! Quit - + Browse - + @@ -18820,57 +19483,57 @@ Try to be patient! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18878,48 +19541,48 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + @@ -18929,72 +19592,72 @@ Try to be patient! Share Options - + Public - + All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19003,42 +19666,42 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + @@ -19048,62 +19711,62 @@ Try to be patient! New Page - + Refresh - + Search - + My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19111,74 +19774,74 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + @@ -19199,39 +19862,39 @@ Try to be patient! Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19239,37 +19902,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19277,28 +19940,28 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + @@ -19308,67 +19971,67 @@ Try to be patient! from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19377,12 +20040,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19397,37 +20060,37 @@ Try to be patient! B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + @@ -19438,65 +20101,65 @@ Try to be patient! < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_ca_ES.ts b/retroshare-gui/src/lang/retroshare_ca_ES.ts index a8a86fc64..b2670a412 100644 --- a/retroshare-gui/src/lang/retroshare_ca_ES.ts +++ b/retroshare-gui/src/lang/retroshare_ca_ES.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Ho sentim, no es pot determinar l'ordre de sistema per defecte per a aquest fitxer\n @@ -304,7 +306,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -426,7 +428,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -474,7 +476,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -487,7 +489,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -774,7 +776,7 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem BWGraphSource - + KB/s KB/s @@ -1052,6 +1054,11 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem Mute participant Silencia participant + + + Ban this person (Sets negative opinion) + + Send Message @@ -1068,7 +1075,7 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem Ordenar per activitat - + Invite friends to this lobby Invitar amics a aquesta sala @@ -1088,7 +1095,7 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem Seleccionar els amics a invitar: - + Welcome to lobby %1 Benvinguts a la sala de xat %1 @@ -1104,7 +1111,7 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem Sala de xat - + Lobby management @@ -1151,12 +1158,12 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem segons - + Start private chat Inicia xat privat - + Decryption failed. Ha fallat la desencriptació. @@ -1241,12 +1248,12 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem ChatLobbyWidget - + Chat lobbies Sales de xat - + Name Nom @@ -1284,7 +1291,7 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem [No s'ha proporcionat cap assumpte] - + Selected lobby info Informació de la sala seleccionada @@ -1324,7 +1331,7 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem %1 t'invita a una sala de xat anomenada %2 - + Search Chat lobbies Cercar sales de xat @@ -1364,7 +1371,7 @@ Però recorda: Totes les dades generades aquí *SERAN* perdudes quan actualitzem No - + Lobby Name: Nom de la sala: @@ -1531,7 +1538,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. Cancel·la - + Quick Message Missatge ràpid @@ -1540,12 +1547,12 @@ Fes doble clic a les sales per entrar-hi i xatejar. ChatPage - + General General - + Distant Chat Xat distant @@ -1619,6 +1626,11 @@ Fes doble clic a les sales per entrar-hi i xatejar. Send message with Ctrl+Return Enviar missatge amb Ctrl+Retorn + + + Send as plain text by default + + Chat Lobby @@ -1724,7 +1736,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. Sortints - + Incoming message in history Missatge entrant a l'històrial @@ -1859,7 +1871,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. Mostra la barra per defecte - + Private chat invite from Invitació a xat privat de @@ -1882,7 +1894,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. ChatStyle - + Standard style for group chat Estil estàndard per al xat en grup @@ -1936,12 +1948,12 @@ Fes doble clic a les sales per entrar-hi i xatejar. Tancar - + Send Enviar - + Bold Negreta @@ -1956,12 +1968,12 @@ Fes doble clic a les sales per entrar-hi i xatejar. Cursiva - + Attach a Picture Adjunta una imatge - + Strike Vaga @@ -2012,7 +2024,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. Restablir tipografia per defecte - + Quote Cita @@ -2037,17 +2049,45 @@ Fes doble clic a les sales per entrar-hi i xatejar. Desar imatge - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... està escrivint... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Segur que vols eliminar físicament l'historial? - + Add Extra File Afegir arxiu extra @@ -2092,7 +2132,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. està ocupat i pot no respondre - + Find Case Sensitively Cercar diferenciant majúscules i minúscules @@ -2114,7 +2154,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. No deixis de colorejar fins trobar X elements (Necessita més UCP) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Trobar anterior </b><br/><i>Ctrl+Shift+G</i> @@ -2129,12 +2169,12 @@ Fes doble clic a les sales per entrar-hi i xatejar. <b>Trobar </b><br/><i>Ctrl+F</i> - + (Status) (Estat) - + Set text font & color Estableix tipus de lletra i color @@ -2144,7 +2184,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. Adjunta un arxiu - + WARNING: Could take a long time on big history. ATENCIÓ: Pot trigar molta estona en un registre històric gros. @@ -2155,17 +2195,16 @@ Fes doble clic a les sales per entrar-hi i xatejar. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Marca el text seleccionat</b><br><i>Ctrl+M</i> - %1This message consists of %2 characters. - %1Aquest missatge té %2 caràcters. + %1Aquest missatge té %2 caràcters. - + items found. Elements trobats. @@ -2180,22 +2219,20 @@ Fes doble clic a les sales per entrar-hi i xatejar. <b>Torna al text marcat</b><br><i>Ctrl+M</i> - Display Search Box - Mostra la casella de cerca + Mostra la casella de cerca - Search Box - Casella de cerca + Casella de cerca - + Type a message here Escriu un missatge aquí - + Don't stop to color after No t'aturis a colorejar després de @@ -2205,9 +2242,8 @@ Fes doble clic a les sales per entrar-hi i xatejar. elements trobats (necessita més UCP) - Warning: - Avís: + Avís: @@ -2226,7 +2262,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. CirclesDialog - + Showing details: Mostrant detalls: @@ -2248,7 +2284,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. - + Personal Circles Cercles personals @@ -2274,7 +2310,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. - + Friends Amics @@ -2334,7 +2370,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. Amics dels amics - + External Circles (Admin) Cercles externs (Admin) @@ -2358,7 +2394,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. ConfCertDialog - + Details Detalls @@ -2374,7 +2410,7 @@ Fes doble clic a les sales per entrar-hi i xatejar. - + Local Address Adreça local @@ -2401,36 +2437,39 @@ Fes doble clic a les sales per entrar-hi i xatejar. Llista d'adreces - + + Use this certificate to make friends: + + + + Include signatures Inclou les signatures - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Error: no es poden obtenir detalls del contacte. - Use as direct source, when available - Utilitza com a font directa quan estigui disponible + Utilitza com a font directa quan estigui disponible - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">El RetroShare periòdicament comprova la teva llista d'amics per arxius navegables que coincideixin amb els mateixos que estàs descarregant, per establir una transferència directa. En aquest cas els teus amics sabran què descarregues.</p><p align="justify">Si no vols que això passi per algun amic en concret, desmarca aquesta casella. Encara podràs realitzar transferències directes si ho demanes explícitament, per exemple descarregant de la llista del teu amic directament.</p></body></html> + <html><head/><body><p align="justify">El RetroShare periòdicament comprova la teva llista d'amics per arxius navegables que coincideixin amb els mateixos que estàs descarregant, per establir una transferència directa. En aquest cas els teus amics sabran què descarregues.</p><p align="justify">Si no vols que això passi per algun amic en concret, desmarca aquesta casella. Encara podràs realitzar transferències directes si ho demanes explícitament, per exemple descarregant de la llista del teu amic directament.</p></body></html> - + Encryption Encriptació @@ -2445,17 +2484,16 @@ Fes doble clic a les sales per entrar-hi i xatejar. Adreces del contacte - Options - Opcions + Opcions - + Retroshare node details Detalls del node de RetroShare - + Node name : Nom del node : @@ -2490,22 +2528,20 @@ Fes doble clic a les sales per entrar-hi i xatejar. Certificat RetroShare - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - <html><head/><body><p>Aquesta opció et permet descarregar automàticament un arxiu recomanat en un missatge que provingui d'aquest node. Això es pot utilitzar per exemple per enviar arxius entre els teus nodes.</p></body></html> + <html><head/><body><p>Aquesta opció et permet descarregar automàticament un arxiu recomanat en un missatge que provingui d'aquest node. Això es pot utilitzar per exemple per enviar arxius entre els teus nodes.</p></body></html> - Auto-download recommended files from this node - Descarregar automàticament els arxius recomanats d'aquest node + Descarregar automàticament els arxius recomanats d'aquest node - + Friend node details Detalls del node amic - + Hidden Address Adreça oculta @@ -2541,17 +2577,15 @@ Fes doble clic a les sales per entrar-hi i xatejar. <p>Pots utilitzar aquest certificat per fer nous amics. Envia'l per correu o entrega'l en ma.</p> - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - <html><head/><body><p>Els contactes que tenen aquesta opció no poden conectar-se si la seva adreça no és a la llista blanca. Això et protegeix d'atacs de reenviament. Quan s'usen, els contactes refusats són notificats a la secció de Novetats amb un tiquet de seguretat. Des d'allí es pot decidir que fer amb la IP.</p></body></html> + <html><head/><body><p>Els contactes que tenen aquesta opció no poden conectar-se si la seva adreça no és a la llista blanca. Això et protegeix d'atacs de reenviament. Quan s'usen, els contactes refusats són notificats a la secció de Novetats amb un tiquet de seguretat. Des d'allí es pot decidir que fer amb la IP.</p></body></html> - Require white list clearance - Obligatori que estugui a la llista blanca + Obligatori que estugui a la llista blanca - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> <html><head/><body><p>Aquesta és la ID del node <span style=" font-weight:600;">OpenSSL</span> certifcat, signat pels a sobre llistats <span style=" font-weight:600;">clau</span> PGP. </p></body></html> @@ -3726,11 +3760,11 @@ encara que no sigueu amics. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3789,68 +3823,80 @@ p, li { white-space: pre-wrap; } CreateCircleDialog - + + + + Circle Details Detalls del cercle - - + Name Nom - Creator - Creador + Creador - Distribution - Distribució + Distribució - + Public Públic - Self-Restricted - Auto-restringit + Auto-restringit - Restricted to: - Restringit a: + Restringit a: - Circle Membership - Membres del cercle + Membres del cercle - + IDs Ids - Known Identities - Identitats conegudes + Identitats conegudes - + Filter Filtre - + Nickname Sobrenom - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3860,55 +3906,104 @@ p, li { white-space: pre-wrap; } Tipus - - - - + + Name: + Nom: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Privat + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Si us plau, introdueix un nom pel teu cercle - Personal Circle Details - Detalls del cercle personal + Detalls del cercle personal - External Circle Details - Detalls del cercle extern + Detalls del cercle extern - Cannot Edit Existing Circles Yet - No es pot editar cercles existents encara + No es pot editar cercles existents encara - + No Restriction Circle Selected No s'ha seleccionat cap cercle de restricció - + No Circle Limitations Selected No s'ha seleccionat cap cercle de limitacions - Create New Personal Circle - Crear nou cercle personal + Crear nou cercle personal - Create New External Circle - Crear nou cercle extern + Crear nou cercle extern - + Add Afegir @@ -3918,13 +4013,13 @@ p, li { white-space: pre-wrap; } Treure - + Search Cercar - + All Tot @@ -3939,49 +4034,98 @@ p, li { white-space: pre-wrap; } Signat per nodes coneguts - + Edit Circle Editar cercle - - + PGP Identity Identitat PGP - - - + + + Anon Id Id anonima + + + Circle name + + + + + Update + + + Close + Tancar + + + + + Create New Circle + + + + + Create + Crear + + + PGP Linked Id Id enllaç PGP + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Crear grup - - Group Name - Nom del grup + + Group Name: + Nom del grup: - + + Group ID: + + + + Group Name + Nom del grup + + + Enter a name for your group Introdueix un nom pel grup - + + To be defined + + + + Friends Amics @@ -4015,9 +4159,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4146,7 +4290,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Publica missatge al fòrum @@ -4191,12 +4335,12 @@ p, li { white-space: pre-wrap; } Començar nova conversa - + No Forum Sense fòrum - + In Reply to En resposta a @@ -4222,9 +4366,19 @@ p, li { white-space: pre-wrap; } Add Extra File Afegir arxiu extra + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Generar dades en massa @@ -4234,12 +4388,12 @@ p, li { white-space: pre-wrap; } Segur que vols generar %1 missatges? - + Send Enviar - + Forum Message Missatge del fòrum @@ -5201,7 +5355,7 @@ Vols descartar aquest missatge? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Recorda els números de hash dels arxius @@ -5690,7 +5844,7 @@ seus arxius quan el tornis a endollar. Mostra grups - + Group Grup @@ -5731,7 +5885,7 @@ seus arxius quan el tornis a endollar. Afegir al grup - + Search Cerca @@ -5741,7 +5895,7 @@ seus arxius quan el tornis a endollar. Ordena per estat - + Move to group Moure al grup @@ -5776,12 +5930,12 @@ seus arxius quan el tornis a endollar. Disponible - + Do you want to remove this Friend? Voleu suprimir aquest amic? - + Done! Fet! @@ -5829,8 +5983,12 @@ com a mínim un dels contactes no s'ha afegit a un grup + Select file for importing your friendlist from + + + Select file for importing yoour friendlist from - Escull l'arxiu d'on importaràs la teva llista d'amics + Escull l'arxiu d'on importaràs la teva llista d'amics @@ -5874,7 +6032,7 @@ com a mínim un dels contactes no s'ha afegit a un grup IP - + Attempt to connect Intent de connexió @@ -5904,7 +6062,7 @@ com a mínim un dels contactes no s'ha afegit a un grup Treure node de l'amic - + Do you want to remove this node? Voleu suprimir aquest node? @@ -5914,7 +6072,7 @@ com a mínim un dels contactes no s'ha afegit a un grup Nodes de l'amic - + Send message to whole group Enviar un missatge a tot el grup @@ -5977,7 +6135,7 @@ com a mínim un dels contactes no s'ha afegit a un grup Busca als amics - + Mark all Marcar tots/es @@ -6172,7 +6330,12 @@ per continuar sent anònim, pots utilitzar un correu electrònic fals.Contrasenya (marca) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Abans de continuar, mou el ratolí una mica per ajudar al RetroShare a captar tanta aleatorietat com sigui possible. Omplir la barra de progrés fins el 20% és necessari, fins al 100% recomanat.</p></body></html> @@ -6236,7 +6399,7 @@ per continuar sent anònim, pots utilitzar un correu electrònic fals.El camp node és necessari amb un mínim de 3 caràcters - + Failed to generate your new certificate, maybe PGP password is wrong! Ha fallat la generació del teu nou certificat, potser la contrasenya PGP sigui incorrecta! @@ -6270,7 +6433,7 @@ També pots utilitzar una identitat ja existent. Només has de desactivar l&apos - + Create a new profile Crear un nou perfil @@ -6321,12 +6484,11 @@ També pots utilitzar una identitat ja existent. Només has de desactivar l&apos <html><head/><body><p>Aquest és el teu port de connexió.</p><p>Qualsevol valor entre 1024 i 65535 </p><p>serà vàlid. Podràs canviar-ho més tard.</p></body></html> - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - <html><head/><body><p>Pot ser una adreça Tor Onion del tipus: xa76giaf6ifda7ri63i263.onion <br/>o una adreça I2P del tipus: [52 caràcters].b32.i2p </p><p>Per tal d'obtindre'n una has de configurar o Tor o I2P per crear un nou servei ocult/servidor túnel. Si no en tens cap encara, pot igualment continuar i crear-lo més tard a les opcions del RetroShare a &gt;Server-&gt;Panell de configuració de servei ocult.</p></body></html> + <html><head/><body><p>Pot ser una adreça Tor Onion del tipus: xa76giaf6ifda7ri63i263.onion <br/>o una adreça I2P del tipus: [52 caràcters].b32.i2p </p><p>Per tal d'obtindre'n una has de configurar o Tor o I2P per crear un nou servei ocult/servidor túnel. Si no en tens cap encara, pot igualment continuar i crear-lo més tard a les opcions del RetroShare a &gt;Server-&gt;Panell de configuració de servei ocult.</p></body></html> - + PGP key length Longitud de clau PGP @@ -6482,12 +6644,12 @@ i utilitzar el botó d'importació per carregar-lo - + Profile generation failure Generació de perfil fallat - + Missing PGP certificate Falta certificat PGP @@ -6554,8 +6716,12 @@ Introdueix la teva contrasenya PGP quan t'ho pregunti per signar la teva no + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Registrar retroshare:// com un protocol d'URL (Cal reiniciar) + Registrar retroshare:// com un protocol d'URL (Cal reiniciar) @@ -6563,7 +6729,27 @@ Introdueix la teva contrasenya PGP quan t'ho pregunti per signar la teva no Necessites drets d'administrador per canviar aquesta opció. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Inactiu @@ -6583,7 +6769,17 @@ Introdueix la teva contrasenya PGP quan t'ho pregunti per signar la teva no Executar auxiliar d'inici - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Error @@ -6604,7 +6800,7 @@ Introdueix la teva contrasenya PGP quan t'ho pregunti per signar la teva no General - + Minimize to Tray Icon Minimitzar a l'àrea de notificació @@ -6628,7 +6824,7 @@ Introdueix la teva contrasenya PGP quan t'ho pregunti per signar la teva no <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6661,7 +6857,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> @@ -6678,7 +6874,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6711,14 +6907,14 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -6740,7 +6936,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6910,26 +7106,38 @@ p, li { white-space: pre-wrap; } - Data size - Mida dades + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data size + Mida dades + + + Data hash Hash dades - Received - Rebut + Rebut - Send - Enviat + Enviat - + Branching factor Factor de ramificació @@ -6985,6 +7193,14 @@ p, li { white-space: pre-wrap; } Mostra xat en grup + + GroupChooser + + + [Unknown] + [Desconegut] + + GroupDefs @@ -7118,17 +7334,26 @@ p, li { white-space: pre-wrap; } Contactes: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Si us plau, escull com a mínim un contacte - Share channel admin permissions - Compartir els permisos d'administrador del canal + Compartir els permisos d'administrador del canal - + Share forum admin permissions Compartir els permisos d'administrador del fòrum @@ -7149,9 +7374,8 @@ p, li { white-space: pre-wrap; } Nota: No es poden revocar els permisos d'administrador publicats - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - Pots permetre als teus amics a publicar en els teus canals i modificar-ne la descripció. O pots enviar permisos d'administrador a altres instancies del RetroShare. Selecciona els amics a qui vulguis permetre publicar en aquest canal. Nota: no és possible revocar permisos d'administrador del canal. + Pots permetre als teus amics a publicar en els teus canals i modificar-ne la descripció. O pots enviar permisos d'administrador a altres instancies del RetroShare. Selecciona els amics a qui vulguis permetre publicar en aquest canal. Nota: no és possible revocar permisos d'administrador del canal. @@ -7196,18 +7420,27 @@ Nota: No es poden revocar els permisos d'administrador publicatsSort by Posts Ordenar per publicació + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + + Display Mostra - You have admin rights - Tens drets d'administrador + Tens drets d'administrador - + Subscribe to download and read messages Subscriu-te per descarregar i llegir missatges @@ -7552,6 +7785,16 @@ Nota: No es poden revocar els permisos d'administrador publicatsGxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Canvia l'estat dels missatges llegits @@ -7562,7 +7805,7 @@ Nota: No es poden revocar els permisos d'administrador publicats - + Play Reproduir @@ -7599,12 +7842,12 @@ Nota: No es poden revocar els permisos d'administrador publicatsEliminar l'element - + Channel Feed Font del canal - + Files Arxius @@ -7644,12 +7887,12 @@ Nota: No es poden revocar els permisos d'administrador publicatsNo m'agrada - + Loading Carregant - + Open Obrir @@ -7667,7 +7910,7 @@ Nota: No es poden revocar els permisos d'administrador publicats GxsChannelPostsWidget - + Post to Channel Publica al canal @@ -7682,7 +7925,7 @@ Nota: No es poden revocar els permisos d'administrador publicatsCercar canals - + Title Títol @@ -7717,7 +7960,32 @@ Nota: No es poden revocar els permisos d'administrador publicatsNo hi ha canal seleccionat - + + Public + Públic + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Desactivar auto-descàrrega @@ -7737,7 +8005,23 @@ Nota: No es poden revocar els permisos d'administrador publicatsMostra arxius - + + Administrator: + + + + + + unknown + desconegut + + + + Distribution: + + + + Feeds Fonts @@ -7747,17 +8031,17 @@ Nota: No es poden revocar els permisos d'administrador publicatsArxius - + Subscribers Subscriptors - + Description: Descripció: - + Posts (at neighbor nodes): Publicat (A nodes veïns): @@ -7881,7 +8165,7 @@ Nota: No es poden revocar els permisos d'administrador publicats<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -8042,7 +8326,7 @@ abans de poder comentar Formulari - + Start new Thread for Selected Forum Comença nova conversa al fòrum seleccionat @@ -8068,7 +8352,7 @@ abans de poder comentar - + Title Títol @@ -8081,7 +8365,7 @@ abans de poder comentar - + Author Autor @@ -8092,7 +8376,7 @@ abans de poder comentar - + Loading Carregant @@ -8226,6 +8510,11 @@ abans de poder comentar + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 El límit de reputació per IDs anònimes està a 0.4 @@ -8235,7 +8524,42 @@ abans de poder comentar La informació d'encaminament de missatges es guarda durant 10 dies. - + + [unknown] + + + + + Public + Públic + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Distribució + + + Anti-spam Anti-spam @@ -8339,7 +8663,7 @@ abans de poder comentar A %1, %2 va escriure: - + Forum name Nom del fòrum @@ -8354,7 +8678,7 @@ abans de poder comentar Publicat (A nodes veïns) - + Description Descripció @@ -8364,7 +8688,7 @@ abans de poder comentar Per - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> <p>Subscriure's al fòrum buscarà les entrades publicades disponibles dels teus amics subscrits, i farà el fòrum visible a tots els teus altres amics.</p><p>Després podràs des-subscriure't des del menú contextual de la llista de fòrums a l'esquerra.</p> @@ -8442,13 +8766,13 @@ abans de poder comentar GxsGroupDialog - - + + Name Nom - + Add Icon Afegir icona @@ -8463,7 +8787,7 @@ abans de poder comentar Compartir clau pública - + check peers you would like to share private publish key with comprovar els contactes amb qui t'agradaria compartir les claus de publicació @@ -8473,36 +8797,40 @@ abans de poder comentar Compartir clau amb - - + + Description Descripció - + Message Distribution Distribució de missatge - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Públic - - Restricted to Group - Restringit al grup + Restringit al grup - - + Only For Your Friends Només per als teus amics - + Publish Signatures Publicar signatures @@ -8548,12 +8876,11 @@ abans de poder comentar - Comments Comentaris - + Allow Comments Permetre comentaris @@ -8568,68 +8895,124 @@ abans de poder comentar Protecció-Spam - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - <html><head/><body><p>Això fa que s'incrementi el mínim de reputació pels IDs anònims a 0.4, mentre que es manté a 0.0 per les IDs associades a una clau PGP. Així les IDs anònimes encara poden publicar si la seva reputació local és superior a aquesta puntuació.</p></body></html> - - - - Favor PGP-signed ids - Prefereix IDs signades per PGP + + Comments: + Comentari: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> + <html><head/><body><p>Això fa que s'incrementi el mínim de reputació pels IDs anònims a 0.4, mentre que es manté a 0.0 per les IDs associades a una clau PGP. Així les IDs anònimes encara poden publicar si la seva reputació local és superior a aquesta puntuació.</p></body></html> + + + Favor PGP-signed ids + Prefereix IDs signades per PGP + + + Keep track of posts Manté registre de les publicacions - Anti spam - Anti spam + Anti spam - PGP-signed ids - IDs signades per PGP + IDs signades per PGP - Track of Posts - Registre de Publicacions + Registre de Publicacions - + Contacts: Contactes: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Si us plau, afegeix un nom - + + PGP signature from known ID required + + + + Load Group Logo Carrega logotip del grup - + Submit Group Changes Publicar canvis al grup - + Failed to Prepare Group MetaData - please Review Fallo al preparar les metadades del Grup - Revisa-les - + Will be used to send feedback S'utilitzarà per enviar resposta @@ -8639,52 +9022,94 @@ abans de poder comentar Propietari: - + Set a descriptive description here Estableix una descripció - + Info Informació - Comments allowed - Permetre comentaris + Permetre comentaris - Comments not allowed - No permetre comentaris + No permetre comentaris - + ID ID - + Last Post Darrer missatge + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Popularitat - + Posts Publicacions - Type - Tipus + Tipus - + Author Autor @@ -8742,7 +9167,12 @@ abans de poder comentar Editar detalls - + + Share publish permissions + + + + Copy RetroShare Link Copia l'enllaç RetroShare @@ -8757,25 +9187,24 @@ abans de poder comentar Marca tot com no llegit - + AUTHD AUTHD - Share admin permissions - Compartir els permisos d'administrador + Compartir els permisos d'administrador GxsIdChooser - + No Signature Sense signatura - + Create new Identity Crear nova identitat @@ -8783,7 +9212,7 @@ abans de poder comentar GxsIdDetails - + Loading Carregant @@ -9129,7 +9558,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9162,7 +9591,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9172,7 +9601,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> @@ -9237,7 +9666,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details Detalls de la persona @@ -9307,13 +9736,13 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9323,7 +9752,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -9461,13 +9890,14 @@ p, li { white-space: pre-wrap; } IdDialog - + + New ID Nova Id - - + + All Tot @@ -9483,39 +9913,75 @@ p, li { white-space: pre-wrap; } Cerca - Unknown real name - Nom real desconegut + Nom real desconegut - + Anonymous Id Id anònim - + Create new Identity Crear nova identitat + + + Create new circle + + Persons Persones - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Cercles + + + + Circle name + + + + + Membership + Pertinença + + + + Public Circles + Cercles públics + + + + Personal Circles + Cercles personals + + + Edit identity Editar identitat @@ -9536,7 +10002,7 @@ p, li { white-space: pre-wrap; } Començar un xat distant amb aquest contacte - + Owner node ID : Id del node propietari: @@ -9546,22 +10012,22 @@ p, li { white-space: pre-wrap; } Nom de la identitat: - + () () - + Identity ID Id d'identitat - + Send message Enviar missatge - + Identity info Informació d'identitat @@ -9586,7 +10052,7 @@ p, li { white-space: pre-wrap; } Enviar invitació - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> <html><head/><body><p>La opinió mitjana dels nodes veïns sobre aquesta identitat. Negativa és dolent,</p><p>positiva és bo. Zero és neutre.</p></body></html> @@ -9626,22 +10092,20 @@ p, li { white-space: pre-wrap; } Global: - Contacts - Contactes + Contactes - Owned by you - Propietat teva + Propietat teva - + Anonymous Anònim - + ID ID @@ -9651,23 +10115,254 @@ p, li { white-space: pre-wrap; } ID cerca - + This identity is owned by you Aquesta identitat és propietat teva - Unknown PGP key - Clau PGP desconeguda + Clau PGP desconeguda - - Unknown key ID - Id clau desconeguda + Id clau desconeguda - + + My own identities + + + + + My contacts + Els meus contactes + + + + Owned by myself + + + + + Linked to my node + + + + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Públic + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Estat: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + desconegut + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Editar cercle + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node Identitat propietat teva, enllaçat amb el teu node de RetroShare @@ -9692,7 +10387,7 @@ p, li { white-space: pre-wrap; } Expulsat - + Add to Contacts Afegir a contactes @@ -9747,10 +10442,10 @@ p, li { white-space: pre-wrap; } Gràcies, <br> - - - - + + + + People Gent @@ -9761,12 +10456,11 @@ p, li { white-space: pre-wrap; } El teu avatar - Linked to your node - Associat al teu node + Associat al teu node - + Linked to neighbor nodes Associat a nodes veïns @@ -9776,12 +10470,11 @@ p, li { white-space: pre-wrap; } Associat a nodes distants - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - <h1><img width="32" src=":/images/help_64.png">&nbsp;&nbsp;Identitats</h1> ⇥⇥⇥<p>En aquesta pestanya pots crear/editar identitats pseudo-anònimes. ⇥⇥⇥</p> ⇥⇥⇥<p>Les identitats s'utilitzen per identificar de forma segura les teves dades: signar les publicacions de canals i fòrums,⇥⇥⇥⇥i rebre resposta utilitzant el sistema intern de correu de RetroShare, publicar comentaris⇥⇥⇥⇥de les entrades dels canals, etc.</p> ⇥⇥⇥<p> ⇥⇥⇥Les identitats poden anar signades pel certificat del teu node. ⇥⇥⇥Les identitats signades generen més confiança però exposen fàcilment l'adreça IP del teu node. ⇥⇥⇥</p> ⇥⇥⇥<p> ⇥⇥⇥Les identitats anònimes et permeten interactuar amb altres usuaris anònimament. No es poden ⇥⇥⇥suplantar, però ningú pot provar qui és el propietari d'una identitat anònima concreta. ⇥⇥⇥</p> ⇥⇥⇥ + <h1><img width="32" src=":/images/help_64.png">&nbsp;&nbsp;Identitats</h1> ⇥⇥⇥<p>En aquesta pestanya pots crear/editar identitats pseudo-anònimes. ⇥⇥⇥</p> ⇥⇥⇥<p>Les identitats s'utilitzen per identificar de forma segura les teves dades: signar les publicacions de canals i fòrums,⇥⇥⇥⇥i rebre resposta utilitzant el sistema intern de correu de RetroShare, publicar comentaris⇥⇥⇥⇥de les entrades dels canals, etc.</p> ⇥⇥⇥<p> ⇥⇥⇥Les identitats poden anar signades pel certificat del teu node. ⇥⇥⇥Les identitats signades generen més confiança però exposen fàcilment l'adreça IP del teu node. ⇥⇥⇥</p> ⇥⇥⇥<p> ⇥⇥⇥Les identitats anònimes et permeten interactuar amb altres usuaris anònimament. No es poden ⇥⇥⇥suplantar, però ningú pot provar qui és el propietari d'una identitat anònima concreta. ⇥⇥⇥</p> ⇥⇥⇥ - + Linked to a friend Retroshare node Associat a un node de RetroShare d'un amic @@ -9796,7 +10489,7 @@ p, li { white-space: pre-wrap; } Associat a un node de RetroShare desconegut - + Chat with this person Xat amb aquesta persona @@ -9816,7 +10509,7 @@ p, li { white-space: pre-wrap; } Últim utilitzat: - + +50 Known PGP +50 PGP conegut @@ -9831,17 +10524,17 @@ p, li { white-space: pre-wrap; } +5 Id anonima - + Do you really want to delete this identity? Estàs segur de voler esborrar aquesta identitat? - + Owned by Propietat de - + Node name: Nom del node: @@ -9851,7 +10544,7 @@ p, li { white-space: pre-wrap; } ID node : - + Really delete? Segur que vols esborrar? @@ -10029,25 +10722,25 @@ p, li { white-space: pre-wrap; } - + GXS name: Nom GXS: - - + + PGP name: Nom PGP: - + GXS id: id GXS: - + PGP id: Id PGP: @@ -10062,7 +10755,7 @@ p, li { white-space: pre-wrap; } - + Copy Copiar @@ -10163,7 +10856,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Afegeix amic @@ -10179,7 +10872,7 @@ p, li { white-space: pre-wrap; } - + Options Opcions @@ -10213,12 +10906,12 @@ p, li { white-space: pre-wrap; } Auxiliar d'inici ràpid - + RetroShare %1 a secure decentralized communication platform RetroShare %1 és una plataforma de comunicació segura descentralitzada - + Unfinished Inacabat @@ -10334,7 +11027,7 @@ Si us plau, allibera una mica d'espai i clica Ok. Segur que vols sortir del RetroShare? - + Internal Error Error intern @@ -10379,7 +11072,7 @@ Si us plau, allibera una mica d'espai i clica Ok. Taula de permisos dels serveis - + Add Afegir @@ -10413,7 +11106,7 @@ Si us plau, allibera una mica d'espai i clica Ok. MessageComposer - + Compose Redacta @@ -10515,7 +11208,7 @@ Si us plau, allibera una mica d'espai i clica Ok. - + Tags Etiquetes @@ -10675,7 +11368,7 @@ Si us plau, allibera una mica d'espai i clica Ok. Hola %1, <br><br>%2 vol ser amic teu al RetroShare.<br><br>Respondre ara:<br>%3 <br><br>Gràcies,<br>L'equip RetroShare - + Save Message Desar el missatge @@ -10958,7 +11651,7 @@ Voleu desar el missatge? De: - + Friend Nodes Nodes de l'amic @@ -11008,7 +11701,7 @@ Voleu desar el missatge? Gràcies, <br> - + Distant identity: Identitat distant: @@ -11830,7 +12523,7 @@ Voleu desar el missatge? Missatgeria del RetroShare - + Add a Friend Afegir un amic @@ -12113,7 +12806,7 @@ Voleu desar el missatge? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12624,7 +13317,7 @@ Error reportat: NotifyQt - + PGP key passphrase Contrasenya de clau PGP @@ -12644,12 +13337,12 @@ Error reportat: El RetroShare ha detectat un complement no registrat. Això passa en dos casos:<UL><LI>Ha canviat l'executable del RetroShare.</LI><LI>El complement ha canviat</LI></UL>Clica aquí per autoritzar aquest complement o no per negar-lo. Pots canviar-ho més tard a Opcions -> Complements i després reiniciar. - + Please check your system clock. Si us plau, comprova l'hora del sistema. - + Examining shared files... Examinant arxius compartits... @@ -12685,12 +13378,12 @@ Error reportat: Missatge encriptat - + Please enter your PGP password for key Si us plau, introdueix la contrasenya PGP per la clau - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). Perquè aquestes sales de xat funcionin l'hora en el teu ordinador ha de ser correcta. Si us plau, comprova que és el cas (És possible que una variació de varis minuts s'hagi detectat respecte els teus amics). @@ -12727,7 +13420,7 @@ Error reportat: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12762,7 +13455,7 @@ Tràfic baix: 10 %s del tràfic estàndard i PENDENT: posar en pausa totes les t <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + @@ -12772,7 +13465,7 @@ Tràfic baix: 10 %s del tràfic estàndard i PENDENT: posar en pausa totes les t <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + @@ -12812,16 +13505,16 @@ Tràfic baix: 10 %s del tràfic estàndard i PENDENT: posar en pausa totes les t <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12831,7 +13524,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12841,7 +13534,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + @@ -12851,7 +13544,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + @@ -12864,15 +13557,76 @@ p, li { white-space: pre-wrap; } Format ASCII - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Inclou les signatures + + + Options + Opcions + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + Utilitza com a font directa quan estigui disponible + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + Descarregar automàticament els arxius recomanats d'aquest node + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + Obligatori que estugui a la llista blanca + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details @@ -12880,27 +13634,27 @@ p, li { white-space: pre-wrap; } - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Error: no es poden obtenir detalls del contacte. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) L'algorisme de la clau proporcionada no és suportada pel RetroShare (Només suporta claus RSA per ara) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. El nivell de confiança és una forma d'expressar la teva confiança en aquesta clau. No s'utilitza pel programa ni es comparteix, però et pot ser útil per recordar claus bones/dolentes. @@ -12925,7 +13679,7 @@ p, li { white-space: pre-wrap; } La confiança en aquest contacte és nula. - + This key has signed your own PGP key Aquesta clau ha signat la teva clau PGP @@ -12946,7 +13700,7 @@ p, li { white-space: pre-wrap; } No estàs permetent connexions de nodes de Retroshare signats amb aquesta clau. - + Signature Failure Fracàs en la signatura @@ -12956,7 +13710,7 @@ p, li { white-space: pre-wrap; } Potser la contrasenya sigui incorrecta - + You haven't set a trust level for this key. No has establert un nivell de confiança per aquesta clau. @@ -13117,15 +13871,15 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People Gent - External - Externa + Externa @@ -13138,6 +13892,64 @@ p, li { white-space: pre-wrap; } Internal Interna + + + Chat with this person + Xat amb aquesta persona + + + + Chat with this person as... + Xat amb aquesta persona com... + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + El xat distant no pot funcionar + + + + Distant chat refused with this person. + Xat distant rebutjat amb aquesta persona. + + + + Error code + Codi de l'error + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + Gent + PhotoCommentItem @@ -13227,7 +14039,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13240,7 +14052,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13253,7 +14065,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13401,7 +14213,7 @@ abans de demanar editar-lo! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13893,7 +14705,7 @@ modificats. PostedItem - + 0 0 @@ -13904,7 +14716,7 @@ modificats. - + Comments Comentaris @@ -13939,7 +14751,17 @@ modificats. Nou - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Canvia l'estat dels missatges llegits @@ -13949,7 +14771,7 @@ modificats. Eliminar l'element - + Loading Carregant @@ -14203,7 +15025,7 @@ i utilitzar el botó d'importació per carregar-lo <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> @@ -14420,9 +15242,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Confirmació @@ -14432,7 +15254,7 @@ p, li { white-space: pre-wrap; } Vols que aquest enllaç el manipuli el teu sistema? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14441,7 +15263,7 @@ clauer PGP i obrir l'assistent de fer amic. - + Add file Afegir arxiu @@ -14461,12 +15283,21 @@ clauer PGP i obrir l'assistent de fer amic. Vols processar %1 enllaços? - This file already exists. Do you want to open it ? - Aquest arxiu ja existeix. Vols obrir-lo? + Aquest arxiu ja existeix. Vols obrir-lo? - + + Warning: Retroshare is about to ask your system to open this file. + + + + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 de %2 enllaç de RetroShare processat. @@ -14575,6 +15406,21 @@ clauer PGP i obrir l'assistent de fer amic. Channel messages not found Missatges de canal no trobats + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14618,7 +15464,7 @@ Els caràcters <b>",|,/,\,&lt;&gt;,*,?</b> es substitui Resultat - + Unable to make path Incapaç de crear ruta @@ -14633,7 +15479,7 @@ Els caràcters <b>",|,/,\,&lt;&gt;,*,?</b> es substitui No s'ha pogut processar l'arxiu de col·lecció - + Deny friend Negar l'amic @@ -14653,7 +15499,7 @@ Els caràcters <b>",|,/,\,&lt;&gt;,*,?</b> es substitui Petició d'arxiu cancel·lada - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Aquesta versió de RetroShare utilitza l'OpenPGP-SDK. Com a efecte secundari no utilitza el clauer PGP del sistema, sinó un clauer compartit per totes les instancies de RetroShare. <br><br>No sembla que tinguis aquest clauer, tot i que tens claus PGP als comptes existents de RetroShare, probablement perquè acabes de canviar a aquesta nova versió del programa. @@ -14664,12 +15510,12 @@ Els caràcters <b>",|,/,\,&lt;&gt;,*,?</b> es substitui - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Inicialització fallada. Instal·lació incorrecta o no trobada del PGP. @@ -14679,12 +15525,12 @@ Els caràcters <b>",|,/,\,&lt;&gt;,*,?</b> es substitui Hi ha hagut error inesperat. Si us plau, informa 'RsInit::InitRetroShare unexpected return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. S'ha produït un error inesperat. Si us plau, informa 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Múltiples instancies @@ -14706,9 +15552,8 @@ Arxiu bloquejant:\n Arxiu de bloqueig:\n - Start with a RetroShare link is only supported for Windows. - Engegar el RetroShare amb un enllaç només és suportat per Windows. + Engegar el RetroShare amb un enllaç només és suportat per Windows. @@ -14737,7 +15582,7 @@ L'error reportat és: %2 - + Click to send a private message to %1 (%2). Clica per enviar un missatge privat a %1 (%2). @@ -14747,7 +15592,7 @@ L'error reportat és: %1 (%2, Extra - Font inclosa) - + Click this link to send a private message to %1 (%2) Clica aquest enllaç per enviar un missatge provat a %1 (%2) @@ -14787,7 +15632,7 @@ L'error reportat és: Dades reenviades - + You appear to have nodes associated to DSA keys: Sembla que tens nodes associats a claus DSA: @@ -14828,7 +15673,7 @@ L'error reportat és: - + %1 seconds ago fa %1 segons @@ -14896,8 +15741,8 @@ Security: no anonymous IDs Seguretat: IDs anònimes no - - + + This cert is malformed. Error code: Aquest certificat està mal format. Codi d'error: @@ -14907,7 +15752,7 @@ Seguretat: IDs anònimes no El següent no s'ha afegit a la llista de descarregues perquè ja hi era: - + Error Error @@ -14929,12 +15774,12 @@ Seguretat: IDs anònimes no <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -15057,10 +15902,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15127,9 +15972,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15144,8 +15989,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15327,7 +16172,7 @@ p, li { white-space: pre-wrap; } RSettingsWin - + Error Saving Configuration on page Error desant configuració a la pàgina @@ -15557,12 +16402,12 @@ p, li { white-space: pre-wrap; } Descarrega! - + File Arxiu - + Size Mida @@ -15579,7 +16424,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Alguns noms d'arxius o directoris contenien caràcters prohibits. Els caràcters <b>",|,/,\,&lt;&gt;,*,?</b> es substituiran per '_'. @@ -15626,12 +16471,17 @@ Els arxius afectats es llisten en vermell. Desa - + Collection Editor Editor de col·lecció - + + File Path + + + + File Count Comptador d'arxius @@ -15641,14 +16491,14 @@ Els arxius afectats es llisten en vermell. Aquest és el directori principal. - - + + Real Size: Waiting child... Mida real: Esperant pels fills... - - + + Real File Count: Waiting child... Comptador d'arxius real: Esperant pels fills... @@ -15801,7 +16651,7 @@ Si creus que és correcta, treu la línia corresponent de l'arxiu i torna&a RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? La imatge és massa gran per la transmissió. @@ -15819,7 +16669,7 @@ Reduir la imatge a %1x%2 pixels? Rshare - + Resets ALL stored RetroShare settings. Reinicialitza TOTS les valors de configuració del RetroShare. @@ -15859,7 +16709,7 @@ Reduir la imatge a %1x%2 pixels? Informació d'ús del RetroShare - + Unable to open log file '%1': %2 Incapaç d'obrir l'arxiu de registre '%1': %2 @@ -15874,12 +16724,12 @@ Reduir la imatge a %1x%2 pixels? No s'ha pogut crear el directori de dades: %1 - + Revision Revisió - + Invalid language code specified: El codi d'idioma especificat no és vàlid: @@ -15894,6 +16744,15 @@ Reduir la imatge a %1x%2 pixels? El nivell de verbositat del registre no és vàlid: + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + + + RttStatistics @@ -16524,7 +17383,7 @@ Reduir la imatge a %1x%2 pixels? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Si desactives això el RetroShare només pot determinar la teva IP quan et connectes amb algú. Deixant això activat ajuda a @@ -16660,7 +17519,7 @@ Comprova els teus ports! <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16763,12 +17622,12 @@ Comprova els teus ports! <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + @@ -16778,12 +17637,12 @@ Comprova els teus ports! <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + @@ -16795,8 +17654,8 @@ Comprova els teus ports! Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? Opcions per defecte del repetidor Socks Tor: 127.0.0.1:9050. Canvia-ho a la contiguració del torrc i actualitza-ho aquí. @@ -16835,7 +17694,7 @@ Pots connectar-te a nodes ocults, encara que estiguis en un node estàndard, aix <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + @@ -16857,7 +17716,7 @@ Pots connectar-te a nodes ocults, encara que estiguis en un node estàndard, aix To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. @@ -17472,7 +18331,7 @@ Escull els amics amb qui vols compartir el teu canal. SplashScreen - + Load profile Carrega perfil @@ -17545,7 +18404,7 @@ La identitat i ubicació actuals no es veuran afectades. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17861,7 +18720,7 @@ Això es pot canviar a les opcions de configuració. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17874,7 +18733,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -18038,17 +18897,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Subscrit - + Unsubscribe Donar de baixa - + Subscribe Subscriure's @@ -18167,11 +19026,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -18248,7 +19107,7 @@ Si tens molt ample de banda pots augmentar-lo fins a 30-40, per permetre que tú TransfersDialog - + Downloads Descarregues @@ -18259,7 +19118,7 @@ Si tens molt ample de banda pots augmentar-lo fins a 30-40, per permetre que tú Pujades - + Name i.e: file name @@ -18529,39 +19388,39 @@ Si tens molt ample de banda pots augmentar-lo fins a 30-40, per permetre que tú - + Failed Fallat - - + + Okay Correcte - - + + Waiting Esperant - + Downloading Descarregant - + Complete Complet - + Queued En cua @@ -18581,7 +19440,7 @@ Si tens molt ample de banda pots augmentar-lo fins a 30-40, per permetre que tú Desconegut - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18666,7 +19525,7 @@ Tingues paciència! Si us plau, introdueix un nou--i vàlid--nom d'arxiu - + Last Time Seen i.e: Last Time Receiced Data Vist per última vegada @@ -18798,7 +19657,7 @@ Tingues paciència! Mostra columna de ruta - + Could not delete preview file No s'ha pogut esborrar l'arxiu de previsualització @@ -18808,7 +19667,7 @@ Tingues paciència! Tornar-ho a intentar? - + Create Collection... Crear col·lecció... @@ -18828,22 +19687,22 @@ Tingues paciència! Col·lecció - + File sharing Compartició d'arxius - + Anonymous tunnel 0x Túnel anònim 0x - + Show file list transfers Mostra la llista de transferencia d'arxiu - + version: versió: @@ -19873,4 +20732,4 @@ Tingues paciència! Imatges (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_cs.ts b/retroshare-gui/src/lang/retroshare_cs.ts index 41e148b78..bcdbba036 100644 --- a/retroshare-gui/src/lang/retroshare_cs.ts +++ b/retroshare-gui/src/lang/retroshare_cs.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -28,7 +30,7 @@ Copy Info - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Promiňte nemohu určit výchozí systémový program či příkaz asociovaný s tímto typem souboru @@ -305,9 +307,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + @@ -423,9 +425,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + @@ -467,18 +469,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -542,7 +544,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -601,13 +603,13 @@ p, li { white-space: pre-wrap; } Icon Size = 64x64 - + Ikona 64x64 {64x?} Icon Size = 128x128 - + Ikona 128x128 {128x?} @@ -642,7 +644,7 @@ p, li { white-space: pre-wrap; } Disable SysTray ToolTip - + @@ -759,7 +761,7 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo BWGraphSource - + KB/s KB/s @@ -852,23 +854,23 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo Sum - + All - + KB/s - + KB/s Count - + Počet @@ -954,42 +956,42 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo Form - + Formulář Friend: - + Type: - + Typ: Up - + Down - + Service: - + Unit: - + Log scale - + @@ -1037,23 +1039,28 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo Mute participant Ignorovat + + + Ban this person (Sets negative opinion) + + Send Message - + Sort by Name - + Seřadit podle jména Sort by Activity - + - + Invite friends to this lobby Pozvat do místnosti @@ -1073,7 +1080,7 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo Zvolit kontakty k pozvání: - + Welcome to lobby %1 Vítejte v místnosti %1 @@ -1089,7 +1096,7 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo Konverzační místnost - + Lobby management @@ -1136,12 +1143,12 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo sekundy - + Start private chat Soukromá chat - + Decryption failed. Rozšifrování se nezdařilo @@ -1226,12 +1233,12 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo ChatLobbyWidget - + Chat lobbies Konverzační místnosti - + Name Jméno @@ -1269,7 +1276,7 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo [nebylo poskytnuto žádné téma] - + Selected lobby info Informace o místnosti @@ -1286,7 +1293,7 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo Anonymous IDs accepted - + @@ -1309,7 +1316,7 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo %1 vás pozval do místnosti: %2 - + Search Chat lobbies Hledat místnost @@ -1326,12 +1333,12 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1349,7 +1356,7 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo Ne - + Lobby Name: Název místnosti: @@ -1371,7 +1378,7 @@ Ale měj na paměti, že veškerá zdejší nastavení se mohou změnit s každo Security: - + @@ -1430,22 +1437,22 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + @@ -1516,7 +1523,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Zrušit - + Quick Message Rychlá zpráva @@ -1525,34 +1532,34 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic ChatPage - + General Obecné - + Distant Chat - + Everyone - + Contacts - + Kontakty Nobody - + Accept encrypted distant chat from - + @@ -1582,7 +1589,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Minimum font size - + @@ -1604,6 +1611,11 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Send message with Ctrl+Return Odeslat zprávu pomocí Ctrl+Enter + + + Send as plain text by default + + Chat Lobby @@ -1612,7 +1624,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Blink tab icon - + @@ -1627,17 +1639,17 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + @@ -1709,7 +1721,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Odchozí - + Incoming message in history Historie příchozích zpráv @@ -1746,12 +1758,12 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic UserName - + /me is sending a message with /me - + @@ -1844,7 +1856,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Standardně zobrazovat okno - + Private chat invite from Pozvánka na soukromý chat od: @@ -1867,7 +1879,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic ChatStyle - + Standard style for group chat Standardní styl pro skupinový chat @@ -1921,12 +1933,12 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Zavřít - + Send Odeslat - + Bold Tučné @@ -1941,12 +1953,12 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Kurzíva - + Attach a Picture Přidat obrázek - + Strike Udeřit @@ -1997,42 +2009,70 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Nastavit výchozí font - + Quote - + Citovat Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... píše... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Chcete opravdu vymazati historii z počítače? - + Add Extra File Přidat další soubor @@ -2077,7 +2117,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic je zaneprázdněn a může se stát, že neodpoví - + Find Case Sensitively Hledat s rozlišením malých a velkých písmen @@ -2099,7 +2139,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Nezastavovat vybarvování po X nálezech (vyšší zátěž CPU) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Hledat předchozí </b><br/><i>Ctrl+Shift+G</i> @@ -2114,12 +2154,12 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic <b>Hledat </b><br/><i>Ctrl+F</i> - + (Status) (Status) - + Set text font & color Nastav typ a barvu písma @@ -2129,7 +2169,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Přiožit soubor - + WARNING: Could take a long time on big history. VAROVÁNÍ: může trvat dlouho pro velkou historii. @@ -2140,17 +2180,16 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Označ vybraný text</b><br><i>Ctrl+M</i> - %1This message consists of %2 characters. - %1 Tato zpráva obsahuje %2 znaky. + %1 Tato zpráva obsahuje %2 znaky. - + items found. Nalezeno. @@ -2165,22 +2204,20 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic <b>Zpět k označenému textu</b><br><i>Ctrl+M</i> - Display Search Box - Zobraz vyhledávání + Zobraz vyhledávání - Search Box - Vyhledávání + Vyhledávání - + Type a message here Zde napiš zprávu... - + Don't stop to color after Nezastavovat vybarvování po @@ -2190,9 +2227,8 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic shody nalezeny (vyšší zátěž CPU) - Warning: - Varování: + Varování: @@ -2211,7 +2247,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic CirclesDialog - + Showing details: Ukazuji detaily: @@ -2233,7 +2269,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic - + Personal Circles Osobní Kruhy @@ -2259,7 +2295,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic - + Friends Kontakty @@ -2319,7 +2355,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Kontakty kontaktů - + External Circles (Admin) Externí Kruhy (Admin) @@ -2343,7 +2379,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic ConfCertDialog - + Details Detaily @@ -2359,7 +2395,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic - + Local Address Lokální adresa @@ -2386,36 +2422,39 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Seznam adres - + + Use this certificate to make friends: + + + + Include signatures Zahrnout podpisy - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Chyba : nemohu získat údaje kontaktu - Use as direct source, when available - Stahovat přímo od pokud možno + Stahovat přímo od pokud možno - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">RetroShare pravidelně kontroluje seznam sdílení vyšich kontaktů pro případné navázání přímého přenosu (váš kontakt vidí, že od něj stahujete daný soubor).</p><p align="justify">Odznačením přímý přenos deaktivujete u tohoto kontaktu. Stále však můžete iniciovat přímý přenos např. stahováním přímo ze seznamu sdílení daného kontaktu.</p></body></html> + <html><head/><body><p align="justify">RetroShare pravidelně kontroluje seznam sdílení vyšich kontaktů pro případné navázání přímého přenosu (váš kontakt vidí, že od něj stahujete daný soubor).</p><p align="justify">Odznačením přímý přenos deaktivujete u tohoto kontaktu. Stále však můžete iniciovat přímý přenos např. stahováním přímo ze seznamu sdílení daného kontaktu.</p></body></html> - + Encryption Šifrování @@ -2430,17 +2469,16 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Adresy kontaktu - Options - Nastavení + Nastavení - + Retroshare node details Detaily o uzlu - + Node name : Jméno uzlu : @@ -2475,22 +2513,16 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Certifikát - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - Auto-download recommended files from this node - Automaticky stahovat doporučené soubory od tohoto uzlu + Automaticky stahovat doporučené soubory od tohoto uzlu - + Friend node details Detaily o uzlu - + Hidden Address Skrytá adresa @@ -2526,17 +2558,15 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic <p>Tento certifikát musíš předat svým budoucím kontaktům. Použij emailu nebo jiné komunikační platformy.</p> - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - Require white list clearance - Vyžaduji whitelist povolení + Vyžaduji whitelist povolení - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> <html><head/><body><p>Toto je ID<span style=" font-weight:600;">OpenSSL</span> certifikátu uzlu, který podepsán výše uvedeným <span style=" font-weight:600;">PGP</span> klíčem. </p></body></html> @@ -2612,12 +2642,12 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2702,42 +2732,42 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Email @@ -2805,7 +2835,7 @@ Dvojklik na místnost pro vstup, případně pravé tlačítko myši a automatic Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2822,33 +2852,33 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3151,12 +3181,12 @@ RetroShare neaspiruje na to být nejlepší sociální sítí, má své mouchy a IP-Addr: - + IP-Address - + @@ -3171,7 +3201,7 @@ RetroShare neaspiruje na to být nejlepší sociální sítí, má své mouchy a The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3718,11 +3748,11 @@ které nemáte přímo v kontaktech. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3781,68 +3811,76 @@ p, li { white-space: pre-wrap; } CreateCircleDialog - + + + + Circle Details Detail Kruhu - - + Name Jméno - Creator - Tvůrce + Tvůrce - Distribution - Distribuce + Distribuce - + Public Veřejné - - Self-Restricted - - - - Restricted to: - Omezen na: + Omezen na: - Circle Membership - Členství v Kruhu + Členství v Kruhu - + IDs ID - Known Identities - Známé identity + Známé identity - + Filter Filtr - + Nickname Přezdívka - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3852,55 +3890,104 @@ p, li { white-space: pre-wrap; } Typ - - - - + + Name: + Jméno: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Soukromé + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Nastavte prosím jméno vašeho Kruhu - Personal Circle Details - Detaily osobního Kruhu + Detaily osobního Kruhu - External Circle Details - Detaily externího Kruhu + Detaily externího Kruhu - Cannot Edit Existing Circles Yet - Zatím nemohu upravovat existující Kruhy + Zatím nemohu upravovat existující Kruhy - + No Restriction Circle Selected Nevybráno žádné omezení Kruhu - + No Circle Limitations Selected Nevybrány žádné limity Kruhu - Create New Personal Circle - Vytvořit nový osobní Kruh + Vytvořit nový osobní Kruh - Create New External Circle - Vytvořit nový externí Kruh + Vytvořit nový externí Kruh - + Add Přidat @@ -3910,13 +3997,13 @@ p, li { white-space: pre-wrap; } Odstranit - + Search Hledat - + All Udělat @@ -3931,49 +4018,98 @@ p, li { white-space: pre-wrap; } Podepsáno známými uzly - + Edit Circle Upravit Kruh - - + PGP Identity PGP identita - - - + + + Anon Id Anonymní ID + + + Circle name + + + + + Update + + + Close + Zavřít + + + + + Create New Circle + + + + + Create + Vytvořit + + + PGP Linked Id PGP link ID + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Vytvořit skupinu - - Group Name - Jméno skupiny + + Group Name: + Jméno skupiny: - + + Group ID: + + + + Group Name + Jméno skupiny + + + Enter a name for your group Zadejte jméno vaší skupiny: - + + To be defined + + + + Friends Kontakty @@ -4007,9 +4143,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4138,7 +4274,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Odeslat příspěvek na fórum @@ -4183,12 +4319,12 @@ p, li { white-space: pre-wrap; } Založit nové vlákno - + No Forum Žádné fórum - + In Reply to Reakce na @@ -4214,9 +4350,19 @@ p, li { white-space: pre-wrap; } Add Extra File Přidat další soubor + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Generovat hromadné údaje @@ -4226,12 +4372,12 @@ p, li { white-space: pre-wrap; } Opravdu chcete vygenerovat %1 zpráv? - + Send Odeslat - + Forum Message Zpráva fóra @@ -4279,7 +4425,7 @@ Chcete ji zrušit? Visibility: - + @@ -4294,17 +4440,17 @@ Chcete ji zrušit? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + @@ -4319,12 +4465,12 @@ Chcete ji zrušit? Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4447,7 +4593,7 @@ Chcete ji zrušit? Friend nodes: - + @@ -4493,7 +4639,7 @@ Chcete ji zrušit? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4519,7 +4665,7 @@ Chcete ji zrušit? No peer found in DHT - + @@ -4663,7 +4809,7 @@ Chcete ji zrušit? ConnectLogic - + @@ -4688,12 +4834,12 @@ Chcete ji zrušit? RsId - + Bucket - + @@ -4764,17 +4910,17 @@ Chcete ji zrušit? IP - + IP Search IP - + Copy %1 to clipboard - + @@ -4990,7 +5136,7 @@ Chcete ji zrušit? Yourself - + @@ -5030,7 +5176,7 @@ Chcete ji zrušit? Relays - + @@ -5123,23 +5269,23 @@ Chcete ji zrušit? Filter: - + Filtr: Search Network - + Hledat síť Peers - + Připojení / odpojení Relay - + @@ -5193,7 +5339,7 @@ Chcete ji zrušit? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Pamatujte si hodnoty hash souborů i v případě, že nejsou sdíleny. @@ -5377,7 +5523,7 @@ když je připojíte. You this - + @@ -5608,7 +5754,7 @@ když je připojíte. Set message to read on activate - + @@ -5651,28 +5797,28 @@ když je připojíte. export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + @@ -5681,7 +5827,7 @@ když je připojíte. Zobrazit skupiny - + Group Skupina @@ -5722,17 +5868,17 @@ když je připojíte. Přidat do skupiny - + Search - + Sort by state - + - + Move to group Přesunout do skupiny @@ -5767,90 +5913,90 @@ když je připojíte. Dostupné - + Do you want to remove this Friend? Opravdu chcete odstranit tento kontakt? - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Chyba Failed to get a file! - + File is not writeable! - + File is not readable! - + @@ -5858,7 +6004,7 @@ at least one peer was not added to a group IP - + Attempt to connect Pokus o připojení @@ -5888,7 +6034,7 @@ at least one peer was not added to a group Odstranit node - + Do you want to remove this node? Chcete odstranit tento node? @@ -5898,7 +6044,7 @@ at least one peer was not added to a group Kontakty - + Send message to whole group Poslat zprávu celé skupině @@ -5948,7 +6094,7 @@ at least one peer was not added to a group Sort by state - + @@ -5961,14 +6107,14 @@ at least one peer was not added to a group Hledat kontakty - + Mark all - + Označit vše Mark none - + @@ -6070,7 +6216,7 @@ at least one peer was not added to a group <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + @@ -6154,7 +6300,12 @@ anonymous, you can use a fake email. Heslo (ověření) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Pro pokračování musí RetroShare nasbírat co nejvíce náhodných dat. Pohybujte myší různě po obrazovce a naplňte tak posuvník do 100%.</p></body></html> @@ -6218,7 +6369,7 @@ anonymous, you can use a fake email. Jméno node musí obsahovat alespoň 3 znaky - + Failed to generate your new certificate, maybe PGP password is wrong! Nemůžu vygenerovat nový certifikát, možná jste špatně napsali PGP heslo! @@ -6252,7 +6403,7 @@ Případně můžete použít již existující - jednoduše odznačte "Vyt - + Create a new profile Vytvořit nový profil @@ -6284,7 +6435,7 @@ Případně můžete použít již existující - jednoduše odznačte "Vyt hidden address - + @@ -6303,12 +6454,7 @@ Případně můžete použít již existující - jednoduše odznačte "Vyt <html><head/><body><p>Port pro komunikaci.</p><p>Hodnota mezi 1024 a 65535 </p><p>by měla být OK. Můžete to změnit pak později.</p></body></html> - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length Délka PGP klíče @@ -6332,7 +6478,7 @@ Případně můžete použít již existující - jednoduše odznačte "Vyt [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + @@ -6443,47 +6589,47 @@ a vytvořit nový node využívající stejný profil. New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6535,8 +6681,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Registrovat retroshare:// jako URL protokol (vyžaduje restart) + Registrovat retroshare:// jako URL protokol (vyžaduje restart) @@ -6544,7 +6694,27 @@ Fill in your PGP password when asked, to sign your new key. Potřebujete administrátorská práva ke změně tohoto nastavení. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Změnit status na "nečinný": @@ -6564,7 +6734,17 @@ Fill in your PGP password when asked, to sign your new key. Spustit průvodce nastavením - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Chyba @@ -6585,9 +6765,9 @@ Fill in your PGP password when asked, to sign your new key. Obecné - + Minimize to Tray Icon - + @@ -6609,7 +6789,7 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6642,18 +6822,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6665,31 +6845,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6702,7 +6882,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6806,7 +6986,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne It has many features, including built-in chat, messaging, - + @@ -6819,62 +6999,62 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne GroupBox - + ID - + ID Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Detaily @@ -6884,12 +7064,12 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Pending packets - + Unknown - + @@ -6897,22 +7077,22 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6923,6 +7103,14 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Zobrazit skupinovou konverzaci + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -6956,78 +7144,78 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -7040,7 +7228,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Hide tabbar with one open tab - + @@ -7048,7 +7236,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Share - + @@ -7056,39 +7244,39 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Kontakty: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7111,7 +7299,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Search Description - + @@ -7131,7 +7319,17 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7139,14 +7337,9 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Zobrazit - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7273,7 +7466,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7293,7 +7486,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Select channel download directory - + @@ -7303,18 +7496,18 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Set download directory - + [Default directory] - + Specify... - + Zvolit... @@ -7337,7 +7530,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Open folder - + @@ -7357,17 +7550,17 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7395,7 +7588,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Published - + @@ -7423,17 +7616,17 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Add Channel Admins - + Select Channel Admins - + Update Channel - + @@ -7489,6 +7682,16 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Označit zprávu za přečtenou @@ -7499,7 +7702,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne - + Play Přehrát @@ -7536,19 +7739,19 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Odstranit položku - + Channel Feed Přehled kanálů - + Files Soubory Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + @@ -7563,7 +7766,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne 0 - + 0 @@ -7573,20 +7776,20 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne I like this - + I dislike this - + - + Loading Nahrávám - + Open Otevřít @@ -7604,7 +7807,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne GxsChannelPostsWidget - + Post to Channel Přidat příspěvek do kanálu @@ -7616,10 +7819,10 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Search channels - + - + Title Nadpis @@ -7636,7 +7839,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Search Message - + @@ -7646,7 +7849,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Search Filename - + @@ -7654,7 +7857,32 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Není vybrán žádný kanál - + + Public + Veřejné + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Vypnout automatické stahování @@ -7666,15 +7894,31 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + neznámé + + + + Distribution: + + + + Feeds Kanály @@ -7684,19 +7928,19 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Soubory - + Subscribers - + - + Description: Popis: - + Posts (at neighbor nodes): - + @@ -7712,7 +7956,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Comment Container - + @@ -7725,7 +7969,7 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Hot - + @@ -7740,12 +7984,12 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Voter ID: - + Refresh - + @@ -7770,17 +8014,17 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne UpVotes - + DownVotes - + OwnVote - + @@ -7811,32 +8055,32 @@ Při používání sítě proto pokud možno používejte pouhou přezdívku, ne Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7859,17 +8103,17 @@ before you can comment Update Forum - + Add Forum Admins - + Select Forum Admins - + @@ -7948,7 +8192,7 @@ before you can comment In Reply to: - + @@ -7958,7 +8202,7 @@ before you can comment Forum Feed - + @@ -7974,7 +8218,7 @@ before you can comment Formulář - + Start new Thread for Selected Forum Založit nové vlákno ve vybraném fóru @@ -8000,7 +8244,7 @@ before you can comment - + Title Nadpis @@ -8013,18 +8257,18 @@ before you can comment - + Author Autor Save image - + - + Loading Načítám @@ -8091,12 +8335,12 @@ before you can comment Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8149,33 +8393,73 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Veřejné + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Distribuce + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8200,22 +8484,22 @@ before you can comment <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8271,39 +8555,39 @@ before you can comment Na %1, %2 odpověděl: - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description Popis By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8319,7 +8603,7 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8374,28 +8658,28 @@ before you can comment GxsGroupDialog - - + + Name Jméno uživatele - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with zaškrtněte protějšky s nimiž chcete sdílet soukromý klíč k publikačnímu právu @@ -8405,38 +8689,38 @@ before you can comment Sdílet klíč s - - + + Description Popis - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Veřejné - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + @@ -8446,48 +8730,47 @@ before you can comment New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments Komentáře - + Allow Comments - + @@ -8497,133 +8780,203 @@ before you can comment Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Komentáře: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + Textový popisek - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Kontakty: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Detaily - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID ID - + Last Post Poslední příspěvek + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Popularita - - - Posts - - - Type - Typ + Posts + - + Type + Typ + + + Author Autor GxsIdLabel - + @@ -8666,15 +9019,20 @@ before you can comment Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link Kopírovat RetroShare odkaz @@ -8689,25 +9047,20 @@ before you can comment Označit vše za nepřečtené - + AUTHD AUTHD - - - Share admin permissions - - GxsIdChooser - + No Signature - + - + Create new Identity Vytvořit novou identitu @@ -8715,62 +9068,62 @@ before you can comment GxsIdDetails - + Loading Nahrávám Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8791,42 +9144,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8879,7 +9232,7 @@ before you can comment Whole words only - + @@ -8889,7 +9242,7 @@ before you can comment Help Topics - + @@ -8900,12 +9253,12 @@ before you can comment Searching for: - + Found Documents - + @@ -8962,7 +9315,7 @@ before you can comment Search for a word or phrase on current page (Ctrl+F) - + @@ -8977,7 +9330,7 @@ before you can comment Close Vidalia Help - + @@ -8987,17 +9340,17 @@ before you can comment Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + @@ -9007,13 +9360,13 @@ before you can comment Found %1 results - + Error Loading Help Contents: - + @@ -9050,14 +9403,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9068,14 +9421,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9085,16 +9438,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9127,26 +9480,26 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9156,61 +9509,61 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9220,111 +9573,112 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + OK Banned - + IdDialog - + + New ID - + - - + + All Vše @@ -9332,7 +9686,7 @@ p, li { white-space: pre-wrap; } Reputation - + @@ -9340,97 +9694,129 @@ p, li { white-space: pre-wrap; } Hledat - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity Vytvořit novou identitu - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Okruhy lidí + + + + Circle name + + + + + Membership + Členství + + + + Public Circles + Veřejné Kruhy + + + + Personal Circles + Osobní Kruhy + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message Odeslat zprávu - + Identity info - + Identity ID : - + Owner node name : - + @@ -9440,277 +9826,480 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous Anonymní sdílení - + ID - + ID Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Veřejné + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Status: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + neznámé + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Upravit Kruh + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + OK Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9723,38 +10312,38 @@ p, li { white-space: pre-wrap; } Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9773,32 +10362,32 @@ p, li { white-space: pre-wrap; } Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + @@ -9822,7 +10411,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9833,32 +10422,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9871,12 +10460,12 @@ p, li { white-space: pre-wrap; } KeyId - + GXSId - + @@ -9886,27 +10475,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9919,7 +10508,7 @@ p, li { white-space: pre-wrap; } - + Copy Kopírovat @@ -9955,17 +10544,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9984,7 +10573,7 @@ p, li { white-space: pre-wrap; } Edit Share Permissions - + @@ -10009,7 +10598,7 @@ p, li { white-space: pre-wrap; } Set command for opening this file - + @@ -10020,7 +10609,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Přidat kontakt @@ -10036,7 +10625,7 @@ p, li { white-space: pre-wrap; } - + Options Nastavení @@ -10070,12 +10659,12 @@ p, li { white-space: pre-wrap; } Průvodce nastavením - + RetroShare %1 a secure decentralized communication platform RetroShare %1 - bezpečná decentralizovaná komunikační platforma - + Unfinished Nedokončeno @@ -10111,7 +10700,7 @@ p, li { white-space: pre-wrap; } Open Messenger - + @@ -10189,7 +10778,7 @@ p, li { white-space: pre-wrap; } Opravdu chcete ukončit RetroShare? - + Internal Error Chyba programu @@ -10226,49 +10815,49 @@ p, li { white-space: pre-wrap; } ServicePermissions - + Service permissions matrix - + - + Add Přidat Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose Napsat zprávu @@ -10370,29 +10959,29 @@ p, li { white-space: pre-wrap; } - + Tags Štítky Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + @@ -10492,17 +11081,17 @@ p, li { white-space: pre-wrap; } All addresses (mixed) - + All people - + My contacts - + @@ -10530,7 +11119,7 @@ p, li { white-space: pre-wrap; } Ahoj %1,<br><br>%2 si vás chce přidat do kontaktů.<br><br>Odpovězte nyní:<br>%3<br><br>Děkujeme,<br>Tým RetroShare - + Save Message Uložit zprávu @@ -10752,7 +11341,7 @@ Chcete ji uložit jako koncept? Details - + Detaily @@ -10812,74 +11401,74 @@ Do you want to save message ? Od: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10887,37 +11476,37 @@ Do you want to save message ? Everyone - + Contacts - + Kontakty Nobody - + Accept encrypted distant messages from - + Reading - + Set message to read on activate - + Open messages in - + @@ -10972,7 +11561,7 @@ Do you want to save message ? Distant messages: - + @@ -10985,7 +11574,7 @@ Do you want to save message ? Sub: - + @@ -11066,7 +11655,7 @@ Do you want to save message ? Confirm %1 as friend - + @@ -11107,17 +11696,17 @@ Do you want to save message ? Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11204,27 +11793,27 @@ Do you want to save message ? Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + @@ -11394,27 +11983,27 @@ Do you want to save message ? Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + @@ -11541,7 +12130,7 @@ Do you want to save message ? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11638,7 +12227,7 @@ Do you want to save message ? This message goes to a distant person. - + @@ -11658,22 +12247,22 @@ Do you want to save message ? Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11684,7 +12273,7 @@ Do you want to save message ? Komunikátor - + Add a Friend Přidat kontakt @@ -11699,17 +12288,17 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11719,7 +12308,7 @@ Do you want to save message ? Paste my certificate link - + @@ -11763,17 +12352,17 @@ Do you want to save message ? Sent Msg - + Draft Msg - + Pending Msg - + @@ -11878,7 +12467,7 @@ Do you want to save message ? Last used - + @@ -11958,27 +12547,27 @@ Do you want to save message ? Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11986,22 +12575,22 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + Unknown error - + Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + @@ -12041,12 +12630,12 @@ For security, your keyring was previously backed-up to file Last hour - + Today - + @@ -12056,7 +12645,7 @@ For security, your keyring was previously backed-up to file %1 days ago - + @@ -12073,79 +12662,79 @@ na něj pravým tlačítkem myši a zvolte 'Důvěřovat'. Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12176,7 +12765,7 @@ Reported error: Freeze - + @@ -12237,17 +12826,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12296,7 +12885,7 @@ Reported error: Systray Icon - + @@ -12324,7 +12913,7 @@ Reported error: Ip security - + @@ -12369,7 +12958,7 @@ Reported error: Systray message - + @@ -12384,17 +12973,17 @@ Reported error: Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12424,17 +13013,17 @@ Reported error: Disable All Toasters - + Posted - + Disable All Toaster temporarily - + @@ -12444,7 +13033,7 @@ Reported error: Systray - + @@ -12454,23 +13043,23 @@ Reported error: Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase Heslo k PGP klíči (k vaší identitě) @@ -12490,12 +13079,12 @@ Reported error: Retroshare detekoval nezaregistrované zásuvný modul (plugin). Toto může nastat v těchto případech: <UL><LI>Při prvním přihlášení nově vytvořené identity.</LI><LI>Po instalovaci nové verze RetroShare.</LI><LI>Po instalaci nového plugin a nebo jeho aktualizaci.</LI><LI>Škodlivé programové vybavení přepsalo soubor s pluginem kompromitovanou variantou (např. pokus o odposlech). Paranoidní varianta...</LI></UL>Pokud checte plugin povolit, klikněte na tlačítko Ano, v opačném případě klikněte na tlačítko Ne. Pokud si svoji volbu později rozmyslíte, můžete tento plugin povolit či zakázat v menu aplikace Nastavení -> Pluginy. Po změně nastavení je třeba restartovat RetroShare. - + Please check your system clock. - + - + Examining shared files... Prohledávám sdílené soubory... @@ -12522,23 +13111,23 @@ Reported error: Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12573,11 +13162,11 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12585,42 +13174,42 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12630,7 +13219,7 @@ Reported error: No trust - + @@ -12650,31 +13239,31 @@ Reported error: Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12684,72 +13273,133 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Zahrnout podpisy + + + Options + + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + Stahovat přímo od pokud možno + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + Automaticky stahovat doporučené soubory od tohoto uzlu + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + Vyžaduji whitelist povolení + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Chyba : nemohu získat údaje kontaktu - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12767,28 +13417,28 @@ p, li { white-space: pre-wrap; } Tomuto protějšku nedůvěřujete vůbec. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure Podepisování selhalo @@ -12798,19 +13448,19 @@ p, li { white-space: pre-wrap; } Možná že bylo špatně zadané heslo - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12935,7 +13585,7 @@ p, li { white-space: pre-wrap; } Send Message - + @@ -12959,26 +13609,80 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12994,12 +13698,12 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + @@ -13029,7 +13733,7 @@ p, li { white-space: pre-wrap; } Photo Title: - + @@ -13049,7 +13753,7 @@ p, li { white-space: pre-wrap; } Write a comment... - + @@ -13069,27 +13773,27 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13107,48 +13811,48 @@ p, li { white-space: pre-wrap; } View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13161,28 +13865,28 @@ requesting to edit it! Image - + Show/Hide Details - + << - + Stop - + >> - + @@ -13192,17 +13896,17 @@ requesting to edit it! Start - + Start Slide Show - + Stop Slide Show - + @@ -13223,21 +13927,21 @@ requesting to edit it! Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + @@ -13247,17 +13951,17 @@ p, li { white-space: pre-wrap; } Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + @@ -13277,7 +13981,7 @@ p, li { white-space: pre-wrap; } File hash: - + @@ -13287,7 +13991,7 @@ p, li { white-space: pre-wrap; } will be enabled after your restart RetroShare. - + @@ -13295,37 +13999,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13348,7 +14052,7 @@ p, li { white-space: pre-wrap; } Widget for plugin %1 not found on plugins frame - + @@ -13366,17 +14070,17 @@ p, li { white-space: pre-wrap; } Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13385,37 +14089,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13423,12 +14127,12 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13479,7 +14183,7 @@ malicious behavior of crafted plugins. Dock tab - + @@ -13505,32 +14209,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13538,12 +14242,12 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + @@ -13553,32 +14257,32 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + @@ -13588,7 +14292,7 @@ malicious behavior of crafted plugins. Link - + @@ -13601,37 +14305,37 @@ malicious behavior of crafted plugins. Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13639,32 +14343,32 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + @@ -13677,7 +14381,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13693,7 +14397,7 @@ malicious behavior of crafted plugins. Posted Description - + @@ -13703,7 +14407,7 @@ malicious behavior of crafted plugins. New Posted - + @@ -13714,18 +14418,18 @@ malicious behavior of crafted plugins. PostedItem - + 0 - + 0 Site - + - + Comments Komentáře @@ -13737,17 +14441,17 @@ malicious behavior of crafted plugins. Vote up - + Vote down - + \/ - + @@ -13760,7 +14464,17 @@ malicious behavior of crafted plugins. Nový - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Označit zprávu za přečtenou @@ -13770,14 +14484,14 @@ malicious behavior of crafted plugins. Odstranit položku - + Loading Nahrávám By - + @@ -13790,7 +14504,7 @@ malicious behavior of crafted plugins. Hot - + @@ -13805,32 +14519,32 @@ malicious behavior of crafted plugins. Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + @@ -13845,17 +14559,17 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id before Voting - + Previous - + 1-10 - + 1-10 @@ -13868,12 +14582,12 @@ malicious behavior of crafted plugins. Posted - + Open each topic in a new tab - + @@ -13881,7 +14595,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13889,7 +14603,7 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + @@ -13904,22 +14618,22 @@ malicious behavior of crafted plugins. Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13928,7 +14642,7 @@ malicious behavior of crafted plugins. Profile Manager - + @@ -13943,7 +14657,7 @@ malicious behavior of crafted plugins. GID - + @@ -13988,7 +14702,7 @@ tam ji importujte. Import Identity - + @@ -14013,35 +14727,35 @@ tam ji importujte. Select Trusted Friend - + Certificates (*.pqi *.pem) - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + @@ -14060,12 +14774,12 @@ p, li { white-space: pre-wrap; } Copy Certificate - + Profile Manager - + @@ -14090,12 +14804,12 @@ p, li { white-space: pre-wrap; } Number of Friends: - + Version: - + @@ -14110,27 +14824,27 @@ p, li { white-space: pre-wrap; } My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + @@ -14154,51 +14868,51 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + @@ -14208,7 +14922,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14234,26 +14948,26 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Potvrzení Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file Přidat soubor @@ -14265,20 +14979,25 @@ and open the Make Friend Wizard. Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 z %2 RetroShare odkazu zpracováno. @@ -14370,42 +15089,57 @@ and open the Make Friend Wizard. Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + @@ -14421,7 +15155,7 @@ and open the Make Friend Wizard. Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + @@ -14429,14 +15163,14 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Výsledek - + Unable to make path - + Unable to make path: - + @@ -14444,7 +15178,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Zpracování souboru kolekce selhalo - + Deny friend Zamítnout kontakt @@ -14464,38 +15198,38 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Požadavek o stáhnutí souboru byl zrušen. - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Inicializace selhala. PGP není nainstalováno, a nebo je v něm nějaká chyba. An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Nastala neočekávaná chyba. Prosím pošlete hlášení 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Běží několik isntancí @@ -14505,34 +15239,29 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14540,186 +15269,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Předmět: Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + Chyba unable to parse XML file! - + @@ -14734,12 +15463,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14748,7 +15477,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14770,7 +15499,7 @@ p, li { white-space: pre-wrap; } For best performance, RetroShare needs to know a little about your connection to the internet. - + @@ -14781,17 +15510,17 @@ p, li { white-space: pre-wrap; } KB/s - + Choose your upload speed limit: - + Connection : - + @@ -14806,12 +15535,12 @@ p, li { white-space: pre-wrap; } Manually forwarded port - + Discovery : - + @@ -14839,17 +15568,17 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14872,12 +15601,12 @@ p, li { white-space: pre-wrap; } Network Wide - + Browseable - + @@ -14897,60 +15626,60 @@ p, li { white-space: pre-wrap; } RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + Pozice programových prvků (síť, přenosy, zprávy, atd.) ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + @@ -14960,7 +15689,7 @@ p, li { white-space: pre-wrap; } Finish - + @@ -14980,22 +15709,22 @@ p, li { white-space: pre-wrap; } Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -15003,12 +15732,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + Opravdu chcete přestat sdílet tento adresář? @@ -15039,12 +15768,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -15052,60 +15781,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15123,7 +15852,7 @@ p, li { white-space: pre-wrap; } <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15188,12 +15917,12 @@ p, li { white-space: pre-wrap; } Relay Server Setup - + Add Server - + @@ -15203,17 +15932,17 @@ p, li { white-space: pre-wrap; } Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15247,22 +15976,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15280,28 +16009,28 @@ p, li { white-space: pre-wrap; } Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15333,12 +16062,12 @@ p, li { white-space: pre-wrap; } Stáhnout! - + File Soubor - + Size Velikost @@ -15350,19 +16079,19 @@ p, li { white-space: pre-wrap; } Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + @@ -15372,27 +16101,27 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15400,58 +16129,63 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Uložit - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15461,42 +16195,42 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15537,17 +16271,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + @@ -15557,7 +16291,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15567,13 +16301,13 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? Obrázek je na odeslání příliš velký. @@ -15585,13 +16319,13 @@ Chcete změnit jeho velikost na %1x%2 pixelů? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. Obnoví všechna(!) uložená nastavení RetroShare na výchozí. @@ -15631,7 +16365,7 @@ Chcete změnit jeho velikost na %1x%2 pixelů? Informace o použití RetroShare. - + Unable to open log file '%1': %2 Nemohu otevřít log soubor '%1': %2 @@ -15643,27 +16377,36 @@ Chcete změnit jeho velikost na %1x%2 pixelů? Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15671,7 +16414,7 @@ Chcete změnit jeho velikost na %1x%2 pixelů? RTT Statistics - + @@ -15930,22 +16673,22 @@ Vysoká pravděpodobnost že soubor bude nalezen Open Folder - + Otevřít složku Create Collection... - + Modify Collection... - + View Collection... - + @@ -15979,7 +16722,7 @@ Vysoká pravděpodobnost že soubor bude nalezen IP address: - + @@ -15994,7 +16737,7 @@ Vysoká pravděpodobnost že soubor bude nalezen Peer Name: - + @@ -16011,33 +16754,33 @@ Vysoká pravděpodobnost že soubor bude nalezen but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16170,27 +16913,27 @@ Vysoká pravděpodobnost že soubor bude nalezen Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16203,12 +16946,12 @@ Vysoká pravděpodobnost že soubor bude nalezen Network Mode - + Síťový mod Nat - + @@ -16285,7 +17028,7 @@ Vysoká pravděpodobnost že soubor bude nalezen Known / Previous IPs: - + @@ -16296,9 +17039,9 @@ Vysoká pravděpodobnost že soubor bude nalezen If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + @@ -16314,90 +17057,90 @@ behind a firewall or a VPN. Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + @@ -16407,27 +17150,27 @@ Also check your ports! Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16442,18 +17185,18 @@ Also check your ports! IP Filters - + IP blacklist - + IP range - + @@ -16467,13 +17210,13 @@ Also check your ports! Origin - + Reason - + @@ -16485,158 +17228,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16649,78 +17392,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16733,7 +17476,7 @@ If you have issues connecting over Tor check the Tor logs too. Service Permissions - + @@ -16748,7 +17491,7 @@ If you have issues connecting over Tor check the Tor logs too. Require whitelist - + @@ -16756,7 +17499,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16771,12 +17514,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16792,18 +17535,18 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + @@ -16833,7 +17576,7 @@ If you have issues connecting over Tor check the Tor logs too. Share flags and groups: - + @@ -16846,18 +17589,18 @@ If you have issues connecting over Tor check the Tor logs too. Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16968,7 +17711,7 @@ Select the Friends with which you want to Share your Channel. This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -17082,17 +17825,17 @@ Select the Friends with which you want to Share your Channel. Create Collection... - + Modify Collection... - + View Collection... - + @@ -17105,48 +17848,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Kontakt Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + Stáhnout Download complete - + Lobby - + @@ -17189,7 +17932,7 @@ Select the Friends with which you want to Share your Channel. Default - + Výchozí @@ -17197,18 +17940,18 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile Načítám profil @@ -17281,9 +18024,9 @@ Existující identity či lokace to nijak neovlivní. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17292,7 +18035,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17301,7 +18044,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17310,7 +18053,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17364,12 +18107,12 @@ This choice can be reverted in settings. ServicePermissions - + Service permissions matrix - + @@ -17384,17 +18127,17 @@ This choice can be reverted in settings. Turtle Router - + Global Router - + RTT Statistics - + @@ -17496,7 +18239,7 @@ This choice can be reverted in settings. Connected: I2P - + @@ -17511,57 +18254,57 @@ This choice can be reverted in settings. TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17581,18 +18324,18 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17632,12 +18375,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17750,17 +18493,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Přihlášen - + Unsubscribe Neodebírat - + Subscribe Odebírat @@ -17819,12 +18562,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17832,7 +18575,7 @@ p, li { white-space: pre-wrap; } Transfer options - + @@ -17842,17 +18585,17 @@ p, li { white-space: pre-wrap; } Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + @@ -17879,43 +18622,43 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17928,29 +18671,29 @@ p, li { white-space: pre-wrap; } You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads Stahování @@ -17961,7 +18704,7 @@ p, li { white-space: pre-wrap; } Odesílání - + Name i.e: file name @@ -18117,7 +18860,7 @@ p, li { white-space: pre-wrap; } Clear Completed - + @@ -18202,7 +18945,7 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18231,39 +18974,39 @@ p, li { white-space: pre-wrap; } - + Failed Selhalo - - + + Okay Oukej - - + + Waiting Čekám - + Downloading Stahuji - + Complete Dokončit - + Queued Ve frontě @@ -18283,7 +19026,7 @@ p, li { white-space: pre-wrap; } Neznámý - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18294,7 +19037,7 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + @@ -18365,15 +19108,15 @@ Try to be patient! Prosím vložte nové--a platné--jméno souboru - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + @@ -18393,82 +19136,82 @@ Try to be patient! Show Size Column - + Show Completed Column - + Speed - + Rychlost Show Speed Column - + Progress / Availability - + Postup / Dostupnost Show Progress / Availability Column - + Sources - + Zdroje Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Doba stahování Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + @@ -18478,7 +19221,7 @@ Try to be patient! File Transfers - + @@ -18494,32 +19237,32 @@ Try to be patient! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + @@ -18527,24 +19270,24 @@ Try to be patient! Kolekce - + File sharing Přenosy - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18559,7 +19302,7 @@ Try to be patient! FILE - + @@ -18575,7 +19318,7 @@ Try to be patient! DIR - + @@ -18686,27 +19429,27 @@ Try to be patient! Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + @@ -18716,7 +19459,7 @@ Try to be patient! Turtle Router - + @@ -18724,47 +19467,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18893,57 +19636,57 @@ Try to be patient! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -19086,32 +19829,32 @@ Try to be patient! Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + @@ -19121,12 +19864,12 @@ Try to be patient! New Page - + Refresh - + @@ -19136,32 +19879,32 @@ Try to be patient! My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + @@ -19171,12 +19914,12 @@ Try to be patient! Show Wiki Group - + Edit Wiki Group - + @@ -19184,47 +19927,47 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + @@ -19239,7 +19982,7 @@ Try to be patient! Previous Version - + @@ -19251,7 +19994,7 @@ Try to be patient! Show Edit History - + @@ -19272,39 +20015,39 @@ Try to be patient! Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19312,7 +20055,7 @@ Try to be patient! Create New Wiki Group - + @@ -19322,17 +20065,17 @@ Try to be patient! Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + @@ -19342,7 +20085,7 @@ Try to be patient! Update Group - + @@ -19350,7 +20093,7 @@ Try to be patient! TimeRange - + @@ -19361,17 +20104,17 @@ Try to be patient! Last Month - + Last Week - + Today - + @@ -19381,37 +20124,37 @@ Try to be patient! from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + @@ -19421,27 +20164,27 @@ Try to be patient! Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19450,12 +20193,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19569,7 +20312,7 @@ Try to be patient! Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_da.ts b/retroshare-gui/src/lang/retroshare_da.ts index 74c169976..e9b4add9a 100644 --- a/retroshare-gui/src/lang/retroshare_da.ts +++ b/retroshare-gui/src/lang/retroshare_da.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -18,42 +20,42 @@ About RetroShare - + About - + Copy Info - + close - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) - + @@ -61,7 +63,7 @@ Add Comment - + @@ -69,17 +71,17 @@ File type(extension): - + Use default command - + Command - + @@ -88,9 +90,9 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file - + @@ -98,27 +100,27 @@ RetroShare: Advanced Search - + Search Criteria - + Add a further search criterion. - + Reset the search criteria. - + Cancels the search. - + @@ -128,12 +130,12 @@ Perform the advanced search. - + Search - + @@ -142,206 +144,206 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + Description: - + Share Options - + Policy: - + Quality: - + Comments: - + Identity: - + Public - + Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Back - + Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -350,101 +352,101 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + Description: - + Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -452,32 +454,32 @@ p, li { white-space: pre-wrap; } Form - + TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -485,169 +487,169 @@ p, li { white-space: pre-wrap; } Language - + Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + Style - + Choose RetroShare's interface style - + Style Sheet - + Appearance - + Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -662,37 +664,37 @@ p, li { white-space: pre-wrap; } Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -700,17 +702,17 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + [ERROR]) - + @@ -718,32 +720,32 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + Remove - + Set your Avatar picture - + Load Avatar - + @@ -751,15 +753,15 @@ p, li { white-space: pre-wrap; } Click to change your avatar - + BWGraphSource - + KB/s - + @@ -767,7 +769,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -775,7 +777,7 @@ p, li { white-space: pre-wrap; } RetroShare Bandwidth Usage - + @@ -786,47 +788,47 @@ p, li { white-space: pre-wrap; } Reset - + Receive Rate - + Send Rate - + Always on Top - + Style - + Changes the transparency of the Bandwidth Graph - + 100 - + % Opaque - + Save - + @@ -836,12 +838,12 @@ p, li { white-space: pre-wrap; } Since: - + Hide Settings - + @@ -850,23 +852,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + @@ -879,72 +881,72 @@ p, li { white-space: pre-wrap; } ID - + In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + Form - + @@ -952,42 +954,42 @@ p, li { white-space: pre-wrap; } Form - + Friend: - + Type: - + Up - + Down - + Service: - + Unit: - + Log scale - + @@ -995,27 +997,27 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + General - + Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1023,155 +1025,160 @@ p, li { white-space: pre-wrap; } Participants - + Change nick name - + Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 - + Topic: %1 - + Lobby chat - + - + Lobby management - + %1 has left the lobby. - + %1 joined the lobby. - + %1 changed his name to: %2 - + Unsubscribe to lobby - + Do you want to unsubscribe to this chat lobby? - + Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1179,7 +1186,7 @@ p, li { white-space: pre-wrap; } Show Chat Lobby - + @@ -1187,49 +1194,49 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name Navn @@ -1237,144 +1244,144 @@ p, li { white-space: pre-wrap; } Count - + Topic - + Private Lobbies - + Public Lobbies - + Create chat lobby - + [No topic provided] - + - + Selected lobby info - + Private - + Public - + Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + Yes - + No - + - + Lobby Name: - + Lobby Id: - + Topic: - + Type: - + Security: - + Peers: - + @@ -1384,93 +1391,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + column - + @@ -1478,33 +1485,33 @@ Double click lobbies to enter and chat. Remove Item - + Write a quick Message - + Send Mail - + Write Message - + Start Chat - + Send - + @@ -1512,167 +1519,172 @@ Double click lobbies to enter and chat. Annuller - + Quick Message - + ChatPage - + General - + - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + Chat Settings - + Enable Emoticons Private Chat - + Enable Emoticons Group Chat - + Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return - + + + + + Send as plain text by default + Chat Lobby - + Blink tab icon - + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + Chat Font - + Change Chat Font - + Chat Font: - + History - + Style - + Group chat - + Variant - + @@ -1686,108 +1698,108 @@ Double click lobbies to enter and chat. Description: - + Private chat - + Incoming - + Outgoing - + - + Incoming message in history - + Outgoing message in history - + Incoming message - + Outgoing message - + Outgoing offline message - + System - + System message - + UserName - + /me is sending a message with /me - + Chat - + <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1797,100 +1809,100 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat - + Compact style for group chat - + Standard style for private chat - + Compact style for private chat - + Standard style for history - + Compact style for history - + @@ -1898,7 +1910,7 @@ Double click lobbies to enter and chat. Show Chat - + @@ -1906,7 +1918,7 @@ Double click lobbies to enter and chat. Private Chat - + @@ -1914,281 +1926,289 @@ Double click lobbies to enter and chat. Close - + - + Send - + - + Bold - + Underline - + Italic - + - + Attach a Picture - + - + Strike - + Clear Chat History - + Disable Emoticons - + Save Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Choose font - + Reset font to default - + - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... - + - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? - + - + Add Extra File - + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + appears to be Offline. - + Messages you send will be delivered after Friend is again Online - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2196,25 +2216,25 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + @@ -2225,128 +2245,128 @@ Double click lobbies to enter and chat. IDs - + - + Personal Circles - + Public Circles - + Peers - + Status - + ID - + - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details Detaljer Node info - + @@ -2355,25 +2375,25 @@ Double click lobbies to enter and chat. - + Local Address Lokale Adresse External Address - + Dynamic DNS - + Port - + @@ -2382,174 +2402,148 @@ Double click lobbies to enter and chat. Adresser liste - - Include signatures - + + Use this certificate to make friends: + - - + + Include signatures + + + + + RetroShare RetroShare - - + + Error : cannot get peer details. - + - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - Options - Indstillinger + Indstillinger - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + none - + <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2557,228 +2551,228 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + Include signatures - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + Browse - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend request - + Details about the request - + Peer details - + @@ -2790,23 +2784,23 @@ Double click lobbies to enter and chat. Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + Location: - + @@ -2818,67 +2812,67 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + @@ -2888,124 +2882,124 @@ resources. Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + Certificate Load Failed - + Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + RetroShare Invitation - + Ultimate - + Full - + Marginal - + @@ -3015,186 +3009,186 @@ resources. No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3202,69 +3196,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3272,228 +3266,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3502,214 +3496,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3717,248 +3711,314 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name Navn - - Creator - - - - - Distribution - - - - + Public - + - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs - + - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID - + Type - + - - - - + + Name: + Navn: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add - + Remove - + - + Search - + - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + + + + + Group Name: + + + + + Group ID: + - Group Name - Navn + Navn - + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3967,100 +4027,100 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + Subject : - + Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + Paste RetroShare Link - + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + Add Extra File - + @@ -4071,97 +4131,97 @@ p, li { white-space: pre-wrap; } File already Added and Hashed - + Please add a Subject - + Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + Forum - + Subject - + Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + @@ -4173,54 +4233,64 @@ p, li { white-space: pre-wrap; } Please set a Forum Subject and Forum Message - + Please choose Signing Id, it is required - + Add Extra File - + + + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send - + - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4229,82 +4299,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4312,7 +4382,7 @@ Do you want to reject this message? Public Information - + @@ -4322,57 +4392,57 @@ Do you want to reject this message? Location: - + Location ID: - + Software Version: - + Online since: - + Other Information - + Certificate - + Include signatures - + Save Key into a file - + A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Error - + Your certificate could not be parsed correctly. Please contact the developers. - + @@ -4382,67 +4452,67 @@ Do you want to reject this message? Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4450,7 +4520,7 @@ Do you want to reject this message? users - + @@ -4458,38 +4528,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4497,27 +4567,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4530,57 +4600,57 @@ Do you want to reject this message? General - + Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + Copy link to clipboard - + Rating - + Comments - + File Name - + @@ -4588,27 +4658,27 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + @@ -4623,298 +4693,298 @@ Do you want to reject this message? PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + Source - + Proxy - + Destination - + Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + @@ -4924,64 +4994,64 @@ Do you want to reject this message? Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + Unknown - + RELAY END - + Yourself - + unknown - + unlimited - + Own Relay - + RELAY PROXY - + @@ -4990,27 +5060,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5018,113 +5088,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5132,98 +5202,98 @@ Do you want to reject this message? Incoming Directory - + Browse - + Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5231,12 +5301,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5244,7 +5314,7 @@ you plug it in. Start file - + @@ -5254,36 +5324,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5291,12 +5361,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5304,52 +5374,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5357,47 +5427,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5405,52 +5475,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5458,73 +5528,73 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + RetroShare collection file - + Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5532,37 +5602,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5570,37 +5640,37 @@ you plug it in. Misc - + Set message to read on activate - + Expand new messages - + Forum - + Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5613,261 +5683,261 @@ you plug it in. Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + Chat - + Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + @@ -5878,13 +5948,13 @@ at least one peer was not added to a group Deny - + Send message - + @@ -5892,17 +5962,17 @@ at least one peer was not added to a group Confirm Friend Request - + wants to be friend with you on RetroShare - + Unknown (Incoming) Connect Attempt - + @@ -5910,12 +5980,12 @@ at least one peer was not added to a group Search : - + Sort by state - + @@ -5925,17 +5995,17 @@ at least one peer was not added to a group Search Friends - + - + Mark all - + Mark none - + @@ -5943,122 +6013,122 @@ at least one peer was not added to a group Edit status message - + Broadcast - + Clear Chat History - + Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + Browse Message History - + Browse History - + Save Chat History - + Add a new Group - + Delete Chat History - + Deletes all stored and displayed chat history - + Create new Chat lobby - + Choose Font - + Reset font to default - + Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6066,7 +6136,7 @@ at least one peer was not added to a group Create new Profile - + @@ -6076,295 +6146,295 @@ at least one peer was not added to a group Enter your nickname here - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + Password - + [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + All fields are required with a minimum of 3 characters - + Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + Port - + This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6373,77 +6443,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6451,103 +6521,133 @@ Fill in your PGP password when asked, to sign your new key. Startup - + Start RetroShare when my system starts - + Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + Misc - + Do not show the Quit RetroShare MessageBox - + Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + Could not add retroshare:// as protocol. - + Could not remove retroshare:// protocol. - + General - + - + Minimize to Tray Icon - + @@ -6556,55 +6656,55 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6616,31 +6716,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6653,107 +6753,107 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + RetroShare Invitation - + Your friend has installed RetroShare, and would like you to try it out. - + You can get RetroShare here: %1 - + RetroShare is a private Friend-2-Friend sharing network. - + forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + Cut and paste the text below into your RetroShare client - + and send them your ID Certificate to get securely connected. - + Cut Below Here - + RetroShare Feedback - + RetroShare Support - + It has many features, including built-in chat, messaging, - + @@ -6761,82 +6861,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Detaljer Unknown Peer - + Pending packets - + Unknown - + @@ -6844,22 +6944,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6867,7 +6967,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6875,27 +6983,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6903,78 +7011,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6982,12 +7090,12 @@ p, li { white-space: pre-wrap; } Form - + Hide tabbar with one open tab - + @@ -6995,47 +7103,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7043,57 +7151,62 @@ p, li { white-space: pre-wrap; } Title - + Search Title - + Description - + Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7101,17 +7214,17 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + @@ -7121,77 +7234,77 @@ p, li { white-space: pre-wrap; } Path - + Extension - + Hash - + Date - + Size - + Popularity - + contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7200,68 +7313,68 @@ p, li { white-space: pre-wrap; } Channels - + Create Channel - + Enable Auto-Download - + My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + Subscribed Channels - + Popular Channels - + Other Channels - + Select channel download directory - + Disable Auto-Download - + Set download directory - + [Default directory] - + Specify... - + @@ -7269,52 +7382,52 @@ p, li { white-space: pre-wrap; } Form - + Download - + TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7322,32 +7435,32 @@ p, li { white-space: pre-wrap; } Form - + Filename - + Size - + Title - + Published - + Status - + @@ -7355,37 +7468,37 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + Create - + @@ -7393,257 +7506,308 @@ p, li { white-space: pre-wrap; } Copy RetroShare Link - + Subscribe to Channel - + Expand - + Remove Item - + Channel Description - + Loading - + New Channel - + Hide - + GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Download - + - + Play - + Comments - + Copy RetroShare Link - + Unsubscribe From Channel - + Expand - + Set as read and remove item - + Remove Item - + - + Channel Feed - + - + Files - + Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + Hide - + New - + 0 - + Comment - + I like this - + I dislike this - + - + Loading - + - + Open Åbn Open File - + Play Media - + GxsChannelPostsWidget - + Post to Channel - + Loading - + Search channels - + - + Title - + Search Title - + Message - + Search Message - + Filename - + Search Filename - + No Channel Selected - + - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download - + Enable Auto-Download - + Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + + + + + Distribution: + + + + Feeds - + Files - + - + Subscribers - + - + Description: - + - + Posts (at neighbor nodes): - + @@ -7651,7 +7815,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7659,7 +7823,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7667,67 +7831,67 @@ p, li { white-space: pre-wrap; } Form - + Hot - + New - + Top - + Voter ID: - + Refresh - + Comment - + Author - + Date - + Score - + UpVotes - + DownVotes - + OwnVote - + @@ -7735,22 +7899,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7758,32 +7922,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7791,37 +7955,37 @@ before you can comment Create New Forum - + Forum - + Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + Create - + @@ -7829,38 +7993,38 @@ before you can comment Subscribe to Forum - + Expand - + Remove Item - + Forum Description - + Loading - + New Forum - + Hide - + @@ -7869,48 +8033,48 @@ before you can comment Subject: - + Unsubscribe To Forum - + Expand - + Set as read and remove item - + Remove Item - + In Reply to: - + Loading - + Forum Feed - + Hide - + @@ -7918,251 +8082,291 @@ before you can comment Form - + - + Start new Thread for Selected Forum - + Search forums - + Last Post - + Threaded View - + Flat View - + - + Title - + Date - + - + Author - + Save image - + - + Loading - + Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + Search Title - + Search Date - + Search Author - + Content - + Search Content - + No name - + Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + Mark as read - + with children - + Mark as unread - + Copy RetroShare Link - + Hide - + Expand - + This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + none - + [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8177,80 +8381,80 @@ before you can comment No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + From - + Sent - + Subject - + On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description - + By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8258,7 +8462,7 @@ before you can comment Forum Post - + @@ -8266,38 +8470,38 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + Forums - + Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8305,85 +8509,85 @@ before you can comment Waiting - + Retrieving - + Loading - + GxsGroupDialog - - + + Name Navn - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description - + - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public - + - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + @@ -8393,184 +8597,249 @@ before you can comment New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name - + - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID - + - + Last Post - + + + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + - Popularity - + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + - - Posts - + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + + Popularity + - Type - + Posts + - + Author - + GxsIdLabel - + @@ -8578,146 +8847,146 @@ before you can comment Loading - + Todo - + Print - + PrintPreview - + Unsubscribe - + Subscribe - + Open in new tab - + Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link - + Mark all as read - + Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading - + Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8725,12 +8994,12 @@ before you can comment Loading - + No name - + @@ -8738,42 +9007,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8782,17 +9051,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8801,22 +9070,22 @@ before you can comment RetroShare Help - + Find: - + Find Previous - + Find Next - + @@ -8826,141 +9095,141 @@ before you can comment Whole words only - + Contents - + Help Topics - + Search - + Searching for: - + Found Documents - + Back - + Move to previous page (Backspace) - + Backspace - + Forward - + Move to next page (Shift+Backspace) - + Shift+Backspace - + Home - + Move to the Home page (Ctrl+H) - + Ctrl+H - + Find - + Search for a word or phrase on current page (Ctrl+F) - + Ctrl+F - + Close - + Close Vidalia Help - + Esc - + Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + Text not found in document - + Found %1 results - + Error Loading Help Contents: - + @@ -8968,27 +9237,27 @@ before you can comment About - + Authors - + Thanks to - + Translation - + License Agreement - + @@ -8997,14 +9266,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9015,14 +9284,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9032,16 +9301,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9049,115 +9318,115 @@ p, li { white-space: pre-wrap; } Opening External Link - + RetroShare can open the link you selected in your default Web browser. If your browser is not currently configured to use Tor then the request will not be anonymous. - + Do you want Retroshare to open the link in your Web browser? - + Unable to Open Link - + RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser. - + Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + Type: - + Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9167,497 +9436,733 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + OK Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + Search - + - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + Type: - + Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + OK Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9665,43 +10170,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9714,43 +10219,43 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + Type - + @@ -9760,7 +10265,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9769,43 +10274,43 @@ p, li { white-space: pre-wrap; } RM - + Add - + Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9818,42 +10323,42 @@ p, li { white-space: pre-wrap; } KeyId - + GXSId - + Add - + - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9862,38 +10367,38 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy Kopiér Remove - + Mark all - + Delete - + Clear history - + Send - + @@ -9902,17 +10407,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9921,69 +10426,69 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options Indstillinger @@ -9991,45 +10496,45 @@ p, li { white-space: pre-wrap; } Messenger - + About - + SMPlayer - + Quit - + Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10038,62 +10543,62 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + Show/Hide - + Status - + Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + Help - + Minimize - + Maximize - + &Quit - + @@ -10103,464 +10608,464 @@ p, li { white-space: pre-wrap; } %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Do you really want to exit RetroShare ? - + - + Internal Error - + Hide - + Show - + Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add - + Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Italic - + Alignment - + Add an Image - + Sets text font to code style - + Underline - + Subject: - + Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + wants to be friends with you on RetroShare - + Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Paste RetroShare Link - + Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + From - + To - + Cc - + Sent - + Subject - + On %1, %2 wrote: - + Re: - + Fwd: - + @@ -10572,185 +11077,185 @@ Do you want to save message to draft box? Do you want to send the message without a subject ? - + Please insert at least one recipient. - + Bcc - + Unknown - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + Detaljer Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - + Close - + @@ -10758,74 +11263,74 @@ Do you want to save message ? Fra: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10833,97 +11338,97 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + Set message to read on activate - + Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + Add - + Edit - + Delete - + Default - + A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10931,7 +11436,7 @@ Do you want to save message ? Sub: - + @@ -10939,7 +11444,7 @@ Do you want to save message ? Message - + @@ -10947,17 +11452,17 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + Subject: - + @@ -10972,98 +11477,98 @@ Do you want to save message ? Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + No subject - + Download - + Download all - + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11071,131 +11576,131 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Forward - + Remove selected message - + Delete - + Print selected message - + Print - + Display - + Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11204,67 +11709,67 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + Delete - + Print selected message - + Print - + Display - + @@ -11273,7 +11778,7 @@ Do you want to save message ? Tags - + @@ -11281,7 +11786,7 @@ Do you want to save message ? Inbox - + @@ -11289,18 +11794,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11308,283 +11813,283 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + Subject - + From - + Date - + Content - + Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + Search Date - + Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + System - + Open in a new window - + Open in a new tab - + Mark as read - + Mark as unread - + Add Star - + Edit - + Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11593,33 +12098,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11627,17 +12132,17 @@ Do you want to save message ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11645,27 +12150,27 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + Paste RetroShare Link - + Paste my certificate link - + @@ -11673,58 +12178,58 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + Play Media - + Expand - + Remove Item - + Message From - + Sent Msg - + Draft Msg - + Pending Msg - + Hide - + @@ -11732,52 +12237,52 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11785,12 +12290,12 @@ Do you want to save message ? Filter: - + Search Network - + @@ -11802,129 +12307,129 @@ Do you want to save message ? Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + Peer ID - + Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11932,165 +12437,165 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + Unknown error - + Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + Unknown - + Last hour - + Today - + Never - + %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12098,7 +12603,7 @@ Reported error: Network - + @@ -12106,22 +12611,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12129,7 +12634,7 @@ Reported error: New Tag - + @@ -12139,7 +12644,7 @@ Reported error: Choose color - + @@ -12157,7 +12662,7 @@ Reported error: News Feed - + @@ -12167,32 +12672,32 @@ Reported error: Remove All - + This is a test. - + News feed - + Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12200,290 +12705,290 @@ Reported error: News Feed - + Channels - + Forums - + Blogs - + Messages - + Chat - + Security - + Test - + Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + Private Chat - + Group Chat - + Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + Group chat - + Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + Feed - + Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + Test - + This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12491,7 +12996,7 @@ Reported error: Friend Online - + @@ -12499,30 +13004,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12530,171 +13035,232 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + Unknown - + No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures - + + + + + Options + Indstillinger + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. - + - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12712,30 +13278,30 @@ p, li { white-space: pre-wrap; } Deres tillid i denne peer er ingen. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure - + @@ -12743,19 +13309,19 @@ p, li { white-space: pre-wrap; } Måske password er forkert - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12768,7 +13334,7 @@ p, li { white-space: pre-wrap; } Unknown - + @@ -12776,23 +13342,23 @@ p, li { white-space: pre-wrap; } Chat - + Start Chat - + Expand - + Remove Item - + @@ -12802,62 +13368,62 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12870,17 +13436,17 @@ p, li { white-space: pre-wrap; } Unknown Peer - + Hide - + Send Message - + @@ -12888,42 +13454,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12931,7 +13551,7 @@ p, li { white-space: pre-wrap; } Form - + @@ -12939,62 +13559,62 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + Comment - + Summary - + Caption - + Where: - + Photo Title: - + When - + ... - + Add Comment - + Write a comment... - + @@ -13002,39 +13622,39 @@ p, li { white-space: pre-wrap; } Form - + TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13042,58 +13662,58 @@ p, li { white-space: pre-wrap; } Form - + Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13101,53 +13721,53 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + Close - + Start - + Start Slide Show - + Stop Slide Show - + @@ -13155,7 +13775,7 @@ requesting to edit it! Remove - + @@ -13163,76 +13783,76 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + Enable - + Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + About - + File name: - + File hash: - + Status: - + will be enabled after your restart RetroShare. - + @@ -13240,37 +13860,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13278,22 +13898,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13301,27 +13921,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13330,37 +13950,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13368,18 +13988,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13387,7 +14007,7 @@ malicious behavior of crafted plugins. Popularity - + @@ -13395,17 +14015,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13413,36 +14033,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13450,32 +14070,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13483,12 +14103,12 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + @@ -13498,42 +14118,42 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + Title - + Link - + @@ -13541,42 +14161,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13584,37 +14204,37 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + Create - + @@ -13622,107 +14242,117 @@ malicious behavior of crafted plugins. Subscribe to Posted - + Expand - + Remove Item - + Posted Description - + Loading - + New Posted - + Hide - + PostedItem - + 0 - + Site - + - + Comments - + Comment - + Vote up - + Vote down - + \/ - + Set as read and remove item - + New - + - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Remove Item - + - + Loading - + By - + @@ -13730,57 +14360,57 @@ malicious behavior of crafted plugins. Form - + Hot - + New - + Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + Next - + @@ -13790,17 +14420,17 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id before Voting - + Previous - + 1-10 - + @@ -13808,17 +14438,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13826,7 +14456,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13834,37 +14464,37 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13873,7 +14503,7 @@ malicious behavior of crafted plugins. Profile Manager - + @@ -13883,29 +14513,29 @@ malicious behavior of crafted plugins. Email - + GID - + Export Identity - + RetroShare Identity files (*.asc) - + Identity saved - + @@ -13914,80 +14544,80 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + Select Trusted Friend - + Certificates (*.pqi *.pem) - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -13996,22 +14626,22 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + @@ -14021,57 +14651,57 @@ p, li { white-space: pre-wrap; } Location: - + Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + @@ -14082,12 +14712,12 @@ p, li { white-space: pre-wrap; } Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14095,51 +14725,51 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + @@ -14149,7 +14779,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14157,323 +14787,338 @@ p, li { white-space: pre-wrap; } From - + Date - + ... - + QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + Forum not found - + Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14481,186 +15126,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14668,19 +15313,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14689,7 +15334,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14697,7 +15342,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14706,73 +15351,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14780,153 +15425,153 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + Add - + Remove - + Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14934,12 +15579,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14947,17 +15592,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14965,17 +15610,17 @@ p, li { white-space: pre-wrap; } Form - + The loading of embedded images is blocked. - + Load images - + @@ -14983,60 +15628,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15044,17 +15689,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15062,89 +15707,89 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + General - + Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15152,17 +15797,17 @@ p, li { white-space: pre-wrap; } Download - + Recommend in a message to - + Collection - + @@ -15170,7 +15815,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15178,27 +15823,27 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + Unknown - + @@ -15206,33 +15851,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15240,17 +15885,17 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + @@ -15261,173 +15906,178 @@ p, li { white-space: pre-wrap; } Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + ... - + <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + Save - + - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15436,17 +16086,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15454,41 +16104,41 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + @@ -15498,16 +16148,16 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15515,85 +16165,94 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. - + Sets the directory RetroShare uses for data files. - + Sets the name and location of RetroShare's logfile. - + Sets the verbosity of RetroShare's logging. - + Sets RetroShare's interface style. - + Sets RetroShare's interface stylesheets. - + Sets RetroShare's language. - + RetroShare Usage Information - + - + Unable to open log file '%1': %2 - + built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15609,282 +16268,282 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + Search - + Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + Type - + Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + Download - + Copy RetroShare Link - + Send RetroShare Link - + Download Notice - + Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + Remove - + Remove All - + Folder - + New RetroShare Link(s) - + Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15892,81 +16551,81 @@ Reducing image to %1x%2 pixels? Peer details - + Expand - + Remove Item - + IP address: - + Peer ID: - + Location: - + Peer Name: - + Unknown Peer - + Hide - + but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15974,43 +16633,43 @@ Reducing image to %1x%2 pixels? wants to be friend with you on RetroShare - + Accept Friend Request - + Peer details - + Deny friend - + Chat - + Start Chat - + Expand - + Remove Item - + @@ -16020,62 +16679,62 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16084,42 +16743,42 @@ Reducing image to %1x%2 pixels? Unknown Peer - + Hide - + Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16127,52 +16786,52 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -16183,473 +16842,473 @@ Reducing image to %1x%2 pixels? External Address - + Dynamic DNS - + Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + Test - + Network - + IP Filters - + IP blacklist - + IP range - + Status - + Origin - + Reason - + Comment - + IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + Remove - + Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16657,27 +17316,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16685,27 +17344,27 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + Reset - + Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16721,48 +17380,48 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + Browse - + Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16770,23 +17429,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16794,110 +17453,110 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + Add - + Stop sharing selected Directory - + Remove - + Apply and close - + Edit selected Shared Directory - + Edit - + Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16905,128 +17564,128 @@ Select the Friends with which you want to Share your Channel. Files - + Search files - + Start Search - + Reset - + Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + Download - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17034,48 +17693,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + Download complete - + Lobby - + @@ -17083,42 +17742,42 @@ Select the Friends with which you want to Share your Channel. Event: - + Filename: - + Browse - + Event - + Filename - + Open File - + Sound - + Default - + @@ -17126,30 +17785,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17162,17 +17821,17 @@ Select the Friends with which you want to Share your Channel. Login - + Name (PGP Id) - location: - + Remember Password - + @@ -17184,33 +17843,33 @@ Select the Friends with which you want to Share your Channel. Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17219,7 +17878,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17228,7 +17887,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17237,7 +17896,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17245,17 +17904,17 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + @@ -17265,58 +17924,58 @@ This choice can be reverted in settings. Messenger - + About - + SMPlayer - + Quit - + Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + @@ -17330,165 +17989,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17496,30 +18155,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17528,28 +18187,28 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + Style - + @@ -17559,12 +18218,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17572,91 +18231,91 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + Download File - + Download - + Play File - + Play - + Save File - + ERROR - + EXTRA - + REMOTE - + DOWNLOAD - + LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + @@ -17666,30 +18325,30 @@ p, li { white-space: pre-wrap; } Open File - + Copy RetroShare Link - + SubscribeToolButton - + Subscribed - + - + Unsubscribe - + - + Subscribe - + @@ -17697,7 +18356,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17705,27 +18364,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17733,12 +18392,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17746,12 +18405,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17759,90 +18418,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17850,45 +18509,45 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name @@ -17899,121 +18558,121 @@ p, li { white-space: pre-wrap; } Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + Status - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Search - + Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + @@ -18024,193 +18683,193 @@ p, li { white-space: pre-wrap; } Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + Copy RetroShare Link - + Paste RetroShare Link - + Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + Play - + Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - + - - + + Okay OK - - + + Waiting - - - - - Downloading - - - - - - - - Complete - + + Downloading + + + + + + + + Complete + + + + Queued - + Paused - + Checking... - + Unknown - + - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18221,22 +18880,22 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + @@ -18249,229 +18908,229 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + Path i.e: Where file is saved - + Path - + Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18480,69 +19139,69 @@ Try to be patient! My files - + FILE - + Files - + File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18551,13 +19210,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18566,28 +19225,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18595,12 +19254,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18608,42 +19267,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18651,47 +19310,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18703,7 +19362,7 @@ Try to be patient! Loading - + @@ -18711,22 +19370,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18734,22 +19393,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18767,27 +19426,27 @@ Try to be patient! Yes - + No - + Help - + Retry - + Show Log - + @@ -18802,12 +19461,12 @@ Try to be patient! Quit - + Browse - + @@ -18815,62 +19474,62 @@ Try to be patient! Form - + Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18878,123 +19537,123 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + Description: - + Share Options - + Public - + All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19003,107 +19662,107 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + Edit - + New Page - + Refresh - + Search - + My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19111,85 +19770,85 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + Status - + Preview - + @@ -19199,39 +19858,39 @@ Try to be patient! Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19239,37 +19898,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19277,98 +19936,98 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + New - + from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19377,12 +20036,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19391,112 +20050,112 @@ Try to be patient! Unknown Unknown (size) - + B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_de.ts b/retroshare-gui/src/lang/retroshare_de.ts index f3cb5c77a..4470cd4dd 100644 --- a/retroshare-gui/src/lang/retroshare_de.ts +++ b/retroshare-gui/src/lang/retroshare_de.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -28,7 +30,7 @@ Copy Info - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Entschuldigung. Es konnte kein Standardprogramm zum Öffnen gefunden werden @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -558,7 +560,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -658,7 +660,7 @@ p, li { white-space: pre-wrap; } Disable SysTray ToolTip - + @@ -775,7 +777,7 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto BWGraphSource - + KB/s KB/s @@ -1005,7 +1007,7 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto Log scale - + @@ -1053,6 +1055,11 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto Mute participant Teilnehmer stumm schalten + + + Ban this person (Sets negative opinion) + + Send Message @@ -1061,15 +1068,15 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto Sort by Name - + Nach Name sortieren Sort by Activity - + - + Invite friends to this lobby Freunde in diese Lobby einladen @@ -1089,7 +1096,7 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto Einzuladende Freunde auswählen: - + Welcome to lobby %1 Willkommen in der Lobby %1 @@ -1105,7 +1112,7 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto Lobbychat - + Lobby management @@ -1152,12 +1159,12 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto Sekunden - + Start private chat Privaten Chat starten - + Decryption failed. Entschlüsselung fehlgeschlagen. @@ -1242,12 +1249,12 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto ChatLobbyWidget - + Chat lobbies Chatlobbys - + Name Name @@ -1285,7 +1292,7 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto [Kein Thema angegeben] - + Selected lobby info Info zur ausgewählten Lobby @@ -1302,7 +1309,7 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto Anonymous IDs accepted - + @@ -1325,7 +1332,7 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto %1 lädt dich in eine Chat-Lobby namens %2 ein - + Search Chat lobbies Chatlobbys durchsuchen @@ -1342,12 +1349,12 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1365,7 +1372,7 @@ Aber denke daran, dass alle Daten hier VERLOREN gehen werden, wenn wir die Proto Nein - + Lobby Name: Lobbyname: @@ -1451,7 +1458,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + @@ -1461,7 +1468,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. You will need to create a non anonymous identity in order to join this chat lobby. - + @@ -1532,7 +1539,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Abbrechen - + Quick Message Kurznachricht @@ -1541,34 +1548,34 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. ChatPage - + General Allgemein - + Distant Chat - + Everyone - + Contacts - + Kontakte Nobody - + Accept encrypted distant chat from - + @@ -1620,6 +1627,11 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Send message with Ctrl+Return Nachricht mit Strg+Enter senden + + + Send as plain text by default + + Chat Lobby @@ -1725,7 +1737,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Ausgehend - + Incoming message in history Eingehende Nachricht aus dem Verlauf @@ -1762,12 +1774,12 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. UserName - + /me is sending a message with /me - + @@ -1860,7 +1872,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Leiste standardmäßig anzeigen - + Private chat invite from Private Chateinladung von @@ -1883,7 +1895,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. ChatStyle - + Standard style for group chat Standardstil für den Gruppenchat @@ -1937,12 +1949,12 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Schließen - + Send Senden - + Bold Fett @@ -1957,12 +1969,12 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Kursiv - + Attach a Picture Bild anhängen - + Strike Durchgestrichen @@ -2013,42 +2025,70 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Schriftart auf Standard zurücksetzen - + Quote - + Blockquote Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... tippt... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Möchtest du wirklich den Nachrichtenverlauf löschen? - + Add Extra File Zusätzliche Datei hinzufügen @@ -2093,7 +2133,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. antwortet möglicherweise nicht, da der Status auf "Beschäftigt" gesetzt wurde - + Find Case Sensitively Unter Berücksichtigung von Groß-/Kleinschreibung suchen @@ -2115,7 +2155,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Nach Finden von X Elementen mit dem Einfärben nicht aufhören (benötigt mehr CPU) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Vorherige finden </b><br/><i>Strg+Umschalt+G</i> @@ -2130,12 +2170,12 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. <b>Finden </b><br/><i>Strg+F</i> - + (Status) (Status) - + Set text font & color Schriftart & Textfarbe festlegen @@ -2145,7 +2185,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Datei anhängen - + WARNING: Could take a long time on big history. WARNUNG: Könnte bei einem großen Verlauf lange dauern. @@ -2156,17 +2196,16 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Markiere diesen ausgewählten Text</b><br><i>Strg+M</i> - %1This message consists of %2 characters. - %1Diese Nachricht besteht aus %2 Zeichen. + %1Diese Nachricht besteht aus %2 Zeichen. - + items found. Elemente gefunden. @@ -2181,22 +2220,20 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. <b>Kehre zum markierten Text zurück</b><br><i>Strg+M</i> - Display Search Box - Suchfeld anzeigen + Suchfeld anzeigen - Search Box - Suchfeld + Suchfeld - + Type a message here Hier eine Nachricht eingeben - + Don't stop to color after Nach Finden von @@ -2206,9 +2243,8 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Elementen mit dem Einfärben nicht aufhören (benötigt mehr CPU) - Warning: - Warnung: + Warnung: @@ -2227,7 +2263,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. CirclesDialog - + Showing details: Detailanzeige: @@ -2249,7 +2285,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. - + Personal Circles Persönliche Kreise @@ -2275,7 +2311,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. - + Friends Freunde @@ -2335,7 +2371,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Freunde von Freunden - + External Circles (Admin) Externe Kreise (Admin) @@ -2359,7 +2395,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. ConfCertDialog - + Details Details @@ -2375,7 +2411,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. - + Local Address Lokale Adresse @@ -2402,36 +2438,39 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Adressliste - + + Use this certificate to make friends: + + + + Include signatures Signaturen einschließen - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Fehler: Kann Nachbardetails nicht ermitteln. - Use as direct source, when available - Wenn verfügbar als direkte Quelle nutzen. + Wenn verfügbar als direkte Quelle nutzen. - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">Zur Herstellung einer direkten Übertragung prüft Retroshare periodisch die Dateilisten deiner Freunde auf deinen Transfers entsprechende Dateien. In diesem Fall weiß dein Freund, dass DU die Datei herunterlädst</p><p align="justify">Um dieses Verhalten nur für diesen Freund zu verhindern, entferne den Haken aus der Checkbox. Du kannst dennoch eine direkte Übertragung durchführen, wenn du es ausdrücklich wünschst, z. B. durch Herunterladen aus der Dateiliste deines Freundes.</p></body></html> + <html><head/><body><p align="justify">Zur Herstellung einer direkten Übertragung prüft Retroshare periodisch die Dateilisten deiner Freunde auf deinen Transfers entsprechende Dateien. In diesem Fall weiß dein Freund, dass DU die Datei herunterlädst</p><p align="justify">Um dieses Verhalten nur für diesen Freund zu verhindern, entferne den Haken aus der Checkbox. Du kannst dennoch eine direkte Übertragung durchführen, wenn du es ausdrücklich wünschst, z. B. durch Herunterladen aus der Dateiliste deines Freundes.</p></body></html> - + Encryption Verschlüsselung @@ -2446,17 +2485,16 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Adressen des Nachbarn - Options - Optionen + Optionen - + Retroshare node details RetroShare-Netzknotendetails - + Node name : Netzknotenname : @@ -2491,22 +2529,16 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. RetroShare-Zertifikat - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - Auto-download recommended files from this node - Empfohlene Dateien automatisch von diesem Netzknoten herunterladen + Empfohlene Dateien automatisch von diesem Netzknoten herunterladen - + Friend node details Freundknotendetails - + Hidden Address Versteckte Adresse @@ -2542,17 +2574,15 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Du kannst dieses Zertifikat zum Schließen von neuen Freundschaften verwenden. Versende es per E-Mail oder gib es von Hand zu Hand. - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - <html><head/><body><p>Nachbarn mit dieser Option können sich nicht verbinden, wenn ihre Adresse nicht in der Whitelist eingetragen ist. Das schützt dich vor Attacken per Verbindungsweiterleitung. Bei Benutzung wirst du über abgelehnte Nachbarn mit einem &quot;Sicherheitshinweis&quot; in Neuigkeiten informiert. Von dort aus kannst du iihre IP sperren/freigeben</p></body></html> + <html><head/><body><p>Nachbarn mit dieser Option können sich nicht verbinden, wenn ihre Adresse nicht in der Whitelist eingetragen ist. Das schützt dich vor Attacken per Verbindungsweiterleitung. Bei Benutzung wirst du über abgelehnte Nachbarn mit einem &quot;Sicherheitshinweis&quot; in Neuigkeiten informiert. Von dort aus kannst du iihre IP sperren/freigeben</p></body></html> - Require white list clearance - Whitelist-Freigabe erfordern + Whitelist-Freigabe erfordern - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> <html><head/><body><p>Dies ist die ID des <span style=" font-weight:600;">OpenSSL</span>-Zertifikates des Netzknotens, welches mit obigem <span style=" font-weight:600;">PGP</span>-Schlüssel signiert wurde.</p></body></html> @@ -2628,12 +2658,12 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2723,7 +2753,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Invite your Friends from other Networks to RetroShare. - + @@ -2753,7 +2783,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Email - + E-Mail @@ -2821,7 +2851,7 @@ Doppelklicke auf Lobbys um sie zu betreten und zu chatten. Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2838,33 +2868,33 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3179,7 +3209,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3725,11 +3755,11 @@ Das Zertifikat hat die falsche Versionsnummer. Beachte, dass v0.6- und v0.5-Netz <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3788,68 +3818,80 @@ p, li { white-space: pre-wrap; } CreateCircleDialog - + + + + Circle Details Kreisdetails - - + Name Name - Creator - Ersteller + Ersteller - Distribution - Verteilung + Verteilung - + Public Öffentlich - Self-Restricted - Selbstbeschränkt + Selbstbeschränkt - Restricted to: - Beschränkt auf: + Beschränkt auf: - Circle Membership - Kreismitgliedschaft + Kreismitgliedschaft - + IDs IDs - Known Identities - Bekannte Identitäten + Bekannte Identitäten - + Filter Filter - + Nickname Spitzname - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3859,55 +3901,104 @@ p, li { white-space: pre-wrap; } Typ - - - - + + Name: + Name: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Privat + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Bitte einen Namen für deinen Kreis vergeben. - Personal Circle Details - Details für persönlichen Kreis + Details für persönlichen Kreis - External Circle Details - Details für externen Kreis + Details für externen Kreis - Cannot Edit Existing Circles Yet - Kann bestehenden Kreis noch nicht bearbeiten + Kann bestehenden Kreis noch nicht bearbeiten - + No Restriction Circle Selected Kein Einschränkungskreis ausgewählt - + No Circle Limitations Selected Keine Einschränkungen für Kreis gewählt - Create New Personal Circle - Neuen persönlichen Kreis erstellen + Neuen persönlichen Kreis erstellen - Create New External Circle - Neuen externen Kreis erstellen + Neuen externen Kreis erstellen - + Add Hinzufügen @@ -3917,13 +4008,13 @@ p, li { white-space: pre-wrap; } Entfernen - + Search Suchen - + All Alle @@ -3938,49 +4029,98 @@ p, li { white-space: pre-wrap; } Von bekannten Netzknoten unterzeichnet - + Edit Circle Kreis bearbeiten - - + PGP Identity PGP-Identität - - - + + + Anon Id Anonyme ID + + + Circle name + + + + + Update + + + Close + Schließen + + + + + Create New Circle + + + + + Create + Erstellen + + + PGP Linked Id PGP-verknüpfte ID + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Gruppe erstellen - - Group Name - Name + + Group Name: + Gruppenname: - + + Group ID: + + + + Group Name + Name + + + Enter a name for your group Gib einen Namen für deine Gruppe ein - + + To be defined + + + + Friends Freunde @@ -4014,9 +4154,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4145,7 +4285,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Forumsbeitrag veröffentlichen @@ -4190,12 +4330,12 @@ p, li { white-space: pre-wrap; } Neues Thema erstellen - + No Forum Kein Forum - + In Reply to Als Antwort auf @@ -4221,9 +4361,19 @@ p, li { white-space: pre-wrap; } Add Extra File Zusätzliche Datei hinzufügen + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Massendaten erzeugen @@ -4233,12 +4383,12 @@ p, li { white-space: pre-wrap; } Möchtest du wirklich %1 Nachrichten erzeugen? - + Send Senden - + Forum Message Forumbeitrag @@ -4301,7 +4451,7 @@ Willst du diesen Beitrag verwerfen <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + @@ -4326,12 +4476,12 @@ Willst du diesen Beitrag verwerfen Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4500,7 +4650,7 @@ Willst du diesen Beitrag verwerfen <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4526,7 +4676,7 @@ Willst du diesen Beitrag verwerfen No peer found in DHT - + @@ -4781,7 +4931,7 @@ Willst du diesen Beitrag verwerfen Copy %1 to clipboard - + @@ -5037,7 +5187,7 @@ Willst du diesen Beitrag verwerfen Relays - + @@ -5146,7 +5296,7 @@ Willst du diesen Beitrag verwerfen Relay - + Relay @@ -5200,7 +5350,7 @@ Willst du diesen Beitrag verwerfen Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Prüfsummen von Dateien merken, auch wenn sie nicht mehr freigegeben sind. @@ -5661,7 +5811,7 @@ Das ist nützlich, wenn du eine externe Festplatte freigibst und die Dateien nic export your friendlist including groups - + @@ -5671,7 +5821,7 @@ Das ist nützlich, wenn du eine externe Festplatte freigibst und die Dateien nic import your friendlist including groups - + @@ -5686,7 +5836,7 @@ Das ist nützlich, wenn du eine externe Festplatte freigibst und die Dateien nic Gruppen anzeigen - + Group Gruppe @@ -5727,7 +5877,7 @@ Das ist nützlich, wenn du eine externe Festplatte freigibst und die Dateien nic Zu Gruppe hinzufügen - + Search Suchen @@ -5737,7 +5887,7 @@ Das ist nützlich, wenn du eine externe Festplatte freigibst und die Dateien nic Nach Status sortieren - + Move to group In Gruppe verschieben @@ -5772,12 +5922,12 @@ Das ist nützlich, wenn du eine externe Festplatte freigibst und die Dateien nic Verfügbar - + Do you want to remove this Friend? Möchtest du diesen Freund entfernen? - + Done! Fertig! @@ -5793,7 +5943,7 @@ Das ist nützlich, wenn du eine externe Festplatte freigibst und die Dateien nic (keep in mind that the file is unencrypted!) - + @@ -5806,29 +5956,29 @@ Das ist nützlich, wenn du eine externe Festplatte freigibst und die Dateien nic Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + @@ -5867,7 +6017,7 @@ at least one peer was not added to a group IP - + Attempt to connect Verbindung versuchen @@ -5897,7 +6047,7 @@ at least one peer was not added to a group Freundknoten entfernen - + Do you want to remove this node? Möchtest du diesen Netzknoten entfernen? @@ -5907,7 +6057,7 @@ at least one peer was not added to a group Befreundete Netzknoten - + Send message to whole group Nachricht an ganze Gruppe senden @@ -5970,7 +6120,7 @@ at least one peer was not added to a group Freunde suchen - + Mark all Alle markieren @@ -6079,7 +6229,7 @@ at least one peer was not added to a group <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + @@ -6165,7 +6315,12 @@ Eingabe einer falschen E-Mail-Adresse anonym bleiben. Passwort (Check) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Vor dem Fortfahren bitte die Maus umherbewegen, um für Retroshare möglichst viele Zufallswerte zu sammeln. Das Auffüllen des Fortschrittsbalkens auf 20% ist erforderlich, 100% werden empfohlen.</p></body></html> @@ -6229,7 +6384,7 @@ Eingabe einer falschen E-Mail-Adresse anonym bleiben. Das Feld Netzknoten ist mit min. 3 Zeichen zu versehen - + Failed to generate your new certificate, maybe PGP password is wrong! Das Erzeugen deines neuen Zertifikats ist fehlgeschlagen. Vielleicht ist das PGP-Passwort falsch? @@ -6263,7 +6418,7 @@ Alternativ kannst Du ein bereits existierendes Profil benutzen. Entferne einfach - + Create a new profile Neues Profil erstellen @@ -6314,12 +6469,7 @@ Alternativ kannst Du ein bereits existierendes Profil benutzen. Entferne einfach <html><head/><body><p>Dies ist dein Verbindungsport.</p><p>Ein Wert zwischen 1024 und 65535 </p><p>sollte ok sein. Du kannst ihn später ändern.</p></body></html> - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length PGP-Schlüssellänge @@ -6343,7 +6493,7 @@ Alternativ kannst Du ein bereits existierendes Profil benutzen. Entferne einfach [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + @@ -6464,7 +6614,7 @@ und den Import zum Laden verwenden Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + @@ -6475,12 +6625,12 @@ und den Import zum Laden verwenden - + Profile generation failure Profilerzeugung fehlgeschlagen - + Missing PGP certificate Fehlendes PGP-Zertifikat @@ -6548,8 +6698,12 @@ Gib dein PGP-Passwort ein sobald Du gefragt wirst, um deinen neuen Schlüssel zu + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - retroshare:// als Protokoll registrieren (Neustart erforderlich) + retroshare:// als Protokoll registrieren (Neustart erforderlich) @@ -6557,7 +6711,27 @@ Gib dein PGP-Passwort ein sobald Du gefragt wirst, um deinen neuen Schlüssel zu Du benötigst Administratorrechte zum Ändern dieser Einstellung. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Untätig @@ -6577,7 +6751,17 @@ Gib dein PGP-Passwort ein sobald Du gefragt wirst, um deinen neuen Schlüssel zu Den Startassistenten aufrufen - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Fehler @@ -6598,7 +6782,7 @@ Gib dein PGP-Passwort ein sobald Du gefragt wirst, um deinen neuen Schlüssel zu Allgemein - + Minimize to Tray Icon In Benachrichtigungsfeld minimieren @@ -6622,7 +6806,7 @@ Gib dein PGP-Passwort ein sobald Du gefragt wirst, um deinen neuen Schlüssel zu <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6655,18 +6839,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6678,31 +6862,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6715,7 +6899,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6828,7 +7012,7 @@ p, li { white-space: pre-wrap; } GroupBox - + @@ -6838,7 +7022,7 @@ p, li { white-space: pre-wrap; } Identity Name - + @@ -6857,33 +7041,45 @@ p, li { white-space: pre-wrap; } + Stored data size + + + + + Receive time (secs ago) + + + + + Sending time (secs ago) + + + Data size - Datengröße + Datengröße - + Data hash - + - Received - Empfangen + Empfangen - Send - Senden + Senden - + Branching factor - + Details - + Details @@ -6916,7 +7112,7 @@ p, li { white-space: pre-wrap; } [Unknown identity] - + @@ -6932,6 +7128,14 @@ p, li { white-space: pre-wrap; } Gruppenchat anzeigen + + GroupChooser + + + [Unknown] + [Unbekannt] + + GroupDefs @@ -7065,17 +7269,26 @@ p, li { white-space: pre-wrap; } Kontakte: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Bitte wähle mindestens einen Nachbarn - Share channel admin permissions - Kanal-Administratorrechte teilen + Kanal-Administratorrechte teilen - + Share forum admin permissions Forum-Administratorrechte teilen @@ -7095,9 +7308,8 @@ p, li { white-space: pre-wrap; } Du kannst deinen Freunden die Bearbeitung des Themas erlauben, indem du sie in der Liste unten auswählst. Hinweis: Der Widerruf von Posted-Administratorrechten ist nicht möglich. - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - Du kannst deinen Freunden erlauben, in deinem Kanal zu veröffentlichen und die Beschreibung zu ändern. Du kannst die Administratorrechte an eine andere RetroShare-Instanz schicken. Wähle die Freunde aus, denen es erlaubt sein soll, in diesem Kanal zu veröffentlichen. Bemerkung: Es ist nicht möglich, die Kanal-Administratorrechte zu widerrufen. + Du kannst deinen Freunden erlauben, in deinem Kanal zu veröffentlichen und die Beschreibung zu ändern. Du kannst die Administratorrechte an eine andere RetroShare-Instanz schicken. Wähle die Freunde aus, denen es erlaubt sein soll, in diesem Kanal zu veröffentlichen. Bemerkung: Es ist nicht möglich, die Kanal-Administratorrechte zu widerrufen. @@ -7140,7 +7352,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7148,12 +7370,11 @@ p, li { white-space: pre-wrap; } Anzeigen - You have admin rights - Sie haben Administratorrechte + Sie haben Administratorrechte - + Subscribe to download and read messages Abonnieren, um Nachrichten herunterzuladen und zu lesen @@ -7282,7 +7503,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7498,6 +7719,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Lesestatus der Nachricht umschalten @@ -7508,7 +7739,7 @@ p, li { white-space: pre-wrap; } - + Play Abspielen @@ -7545,12 +7776,12 @@ p, li { white-space: pre-wrap; } Element entfernen - + Channel Feed Kanal - + Files Dateien @@ -7590,12 +7821,12 @@ p, li { white-space: pre-wrap; } Das gefällt mir nicht - + Loading Lade - + Open Offen @@ -7613,7 +7844,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel In Kanal veröffentlichen @@ -7628,7 +7859,7 @@ p, li { white-space: pre-wrap; } Kanäle durchsuchen - + Title Titel @@ -7663,7 +7894,32 @@ p, li { white-space: pre-wrap; } Keinen Kanal gewählt - + + Public + Öffentlich + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Auto-Download deaktivieren @@ -7683,7 +7939,23 @@ p, li { white-space: pre-wrap; } Zeige Dateien - + + Administrator: + + + + + + unknown + unbekannt + + + + Distribution: + + + + Feeds Feeds @@ -7693,17 +7965,17 @@ p, li { white-space: pre-wrap; } Dateien - + Subscribers Abonnenten - + Description: Beschreibung: - + Posts (at neighbor nodes): Beiträge (bei Nachbarknoten) @@ -7827,7 +8099,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7988,7 +8260,7 @@ bevor du kommentieren kannst. Formular - + Start new Thread for Selected Forum Ein neues Thema im ausgewählten Forum starten @@ -8014,7 +8286,7 @@ bevor du kommentieren kannst. - + Title Titel @@ -8027,18 +8299,18 @@ bevor du kommentieren kannst. - + Author Autor Save image - + - + Loading Lade @@ -8105,12 +8377,12 @@ bevor du kommentieren kannst. Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8163,33 +8435,73 @@ bevor du kommentieren kannst. This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Öffentlich + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Verteilung + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8214,22 +8526,22 @@ bevor du kommentieren kannst. <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8285,7 +8597,7 @@ bevor du kommentieren kannst. Am %1, schrieb %2: - + Forum name Forumsname @@ -8300,7 +8612,7 @@ bevor du kommentieren kannst. Beiträge (an Nachbarknoten) - + Description Beschreibung @@ -8310,7 +8622,7 @@ bevor du kommentieren kannst. Von - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> <p>Das Abonnieren eines Foums sammelt verfügbare Beiträge von deinen Freunden, die das Forum ebenfalls abonniert haben und macht das Forum für alle anderen Freunde sichtbar</p><p>Danach kannst du das Forum über das Kontextmenü der Forenliste auf der linken Seite wieder abbestellen</p> @@ -8333,7 +8645,7 @@ bevor du kommentieren kannst. <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8388,13 +8700,13 @@ bevor du kommentieren kannst. GxsGroupDialog - - + + Name Name - + Add Icon Icon hinzufügen @@ -8409,7 +8721,7 @@ bevor du kommentieren kannst. Veröffentlichungsschlüssel freigeben - + check peers you would like to share private publish key with Markiere die Nachbarn, an welche du den privaten Veröffentlichungsschlüssel verteilen willst @@ -8419,36 +8731,40 @@ bevor du kommentieren kannst. Schlüssel verteilen an - - + + Description Beschreibung - + Message Distribution Nachrichtenverteilung - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Öffentlich - - Restricted to Group - Auf Gruppen beschränkt + Auf Gruppen beschränkt - - + Only For Your Friends Nur für deine Freunde - + Publish Signatures Signaturen veröffentlichen @@ -8494,12 +8810,11 @@ bevor du kommentieren kannst. - Comments Kommentare - + Allow Comments Kommentare erlauben @@ -8511,71 +8826,107 @@ bevor du kommentieren kannst. Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Kommentare - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + TextLabel - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Kontakte: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Bitte Name hinzufügen - + + PGP signature from known ID required + + + + Load Group Logo Gruppenlogo laden - + Submit Group Changes Gruppenänderungen übermitteln - + Failed to Prepare Group MetaData - please Review Aufbereiten der Gruppenmetadaten fehlgeschlagen - bitte überprüfen - + Will be used to send feedback Wird zum Senden von Rückmeldungen genutzt werden @@ -8585,52 +8936,94 @@ bevor du kommentieren kannst. Eigentümer: - + Set a descriptive description here Gib hier eine aussagekräftige Beschreibung ein - + Info Info - Comments allowed - Kommentare erlaubt + Kommentare erlaubt - Comments not allowed - Kommentare nicht erlaubt + Kommentare nicht erlaubt - + ID ID - + Last Post Letzter Beitrag + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Beliebtheit - + Posts Beiträge - Type - Typ + Typ - + Author Autor @@ -8688,7 +9081,12 @@ bevor du kommentieren kannst. Details bearbeiten - + + Share publish permissions + + + + Copy RetroShare Link RetroShare-Link kopieren @@ -8703,25 +9101,24 @@ bevor du kommentieren kannst. Alle als ungelesen markieren - + AUTHD AUTHD - Share admin permissions - Administratorrechte teilen + Administratorrechte teilen GxsIdChooser - + No Signature Keine Signatur - + Create new Identity Neue Identität erstellen @@ -8729,7 +9126,7 @@ bevor du kommentieren kannst. GxsIdDetails - + Loading Lade @@ -8748,7 +9145,7 @@ bevor du kommentieren kannst. [Banned] - + @@ -8805,42 +9202,42 @@ bevor du kommentieren kannst. Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Unbekannter Nachbar @@ -9075,7 +9472,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9106,7 +9503,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9116,11 +9513,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + @@ -9165,7 +9562,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details Personendetails @@ -9218,7 +9615,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + @@ -9235,13 +9632,13 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9251,9 +9648,9 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + @@ -9273,7 +9670,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + @@ -9343,19 +9740,20 @@ p, li { white-space: pre-wrap; } Banned - + IdDialog - + + New ID Neue ID - - + + All Alle @@ -9371,39 +9769,75 @@ p, li { white-space: pre-wrap; } Suchen - Unknown real name - Unbekannter Klarname + Unbekannter Klarname - + Anonymous Id Anonyme ID - + Create new Identity Neue Identität erstellen - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Kreise + + + + Circle name + + + + + Membership + Mitgliedschaft + + + + Public Circles + Öffentliche Kreise + + + + Personal Circles + Persönliche Kreise + + + Edit identity Identität bearbeiten @@ -9424,7 +9858,7 @@ p, li { white-space: pre-wrap; } Stellt Fernchat mit diesem Nachbarn her - + Owner node ID : Eigentümerknoten-ID @@ -9434,22 +9868,22 @@ p, li { white-space: pre-wrap; } Identitätsname : - + () - + - + Identity ID Identitäts-ID - + Send message Nachricht senden - + Identity info Identitätsinformationen @@ -9471,12 +9905,12 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + @@ -9506,7 +9940,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + @@ -9514,48 +9948,273 @@ p, li { white-space: pre-wrap; } Insgesamt: - - Contacts - - - - Owned by you - In deinem Besitz + In deinem Besitz - + Anonymous Anonym - + ID - + Search ID - + - + This identity is owned by you Diese Identität gehört dir - Unknown PGP key - unbekannter PGP-Schlüssel + unbekannter PGP-Schlüssel - - Unknown key ID - unbekannte Schlüssel-ID + unbekannte Schlüssel-ID - + + My own identities + + + + + My contacts + + + + + Owned by myself + + + + + Linked to my node + + + + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Öffentlich + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Status: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + unbekannt + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Kreis bearbeiten + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node Dir gehörende, mit deinem RetroShare-Netzknoten verknüpfte Identität @@ -9577,32 +10236,32 @@ p, li { white-space: pre-wrap; } Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + @@ -9617,28 +10276,28 @@ p, li { white-space: pre-wrap; } Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + Danke, <br> - - - - + + + + People Leute @@ -9649,12 +10308,11 @@ p, li { white-space: pre-wrap; } Dein Avatar - Linked to your node - Mit deinem Netzknoten verknüpft + Mit deinem Netzknoten verknüpft - + Linked to neighbor nodes Mit Nachbarknoten verknüpft @@ -9664,12 +10322,7 @@ p, li { white-space: pre-wrap; } Mit entfernten Netzknoten verknüpft - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node Mit befreundetem RetroShare-Netzknoten verknüpft @@ -9684,7 +10337,7 @@ p, li { white-space: pre-wrap; } Mit unbekanntem RetroShare-Netzknoten verknüpft - + Chat with this person Mit dieser Person chatten @@ -9704,7 +10357,7 @@ p, li { white-space: pre-wrap; } Zuletzt verwendet: - + +50 Known PGP +50 PGP bekannt @@ -9719,17 +10372,17 @@ p, li { white-space: pre-wrap; } +5 Anonyme ID - + Do you really want to delete this identity? Möchtest du diese Identität wirklich löschen? - + Owned by Im Besitz von - + Node name: Netzknotenname: @@ -9739,7 +10392,7 @@ p, li { white-space: pre-wrap; } Netzknoten-ID : - + Really delete? Wirklich löschen? @@ -9917,25 +10570,25 @@ p, li { white-space: pre-wrap; } - + GXS name: GXS-Name: - - + + PGP name: PGP-Name: - + GXS id: GXS-ID: - + PGP id: PGP-ID: @@ -9950,7 +10603,7 @@ p, li { white-space: pre-wrap; } - + Copy Kopieren @@ -9986,17 +10639,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10051,7 +10704,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Freund hinzufügen @@ -10067,7 +10720,7 @@ p, li { white-space: pre-wrap; } - + Options Optionen @@ -10101,12 +10754,12 @@ p, li { white-space: pre-wrap; } Schnellstart-Assistent - + RetroShare %1 a secure decentralized communication platform RetroShare %1 - eine sichere und dezentralisierte Kommunikationsplattform - + Unfinished unfertig @@ -10224,7 +10877,7 @@ Bitte gib etwas Speicher frei und drücke OK. Möchtest du RetroShare wirklich beenden? - + Internal Error Interner Fehler @@ -10269,7 +10922,7 @@ Bitte gib etwas Speicher frei und drücke OK. Serviceberechtigungsmatrix - + Add Hinzufügen @@ -10303,7 +10956,7 @@ Bitte gib etwas Speicher frei und drücke OK. MessageComposer - + Compose Verfassen @@ -10405,19 +11058,19 @@ Bitte gib etwas Speicher frei und drücke OK. - + Tags Schlagwörter Address list: - + Recommend this friend - + @@ -10527,17 +11180,17 @@ Bitte gib etwas Speicher frei und drücke OK. All addresses (mixed) - + All people - + My contacts - + @@ -10565,7 +11218,7 @@ Bitte gib etwas Speicher frei und drücke OK. Hallo %1,<br><br>%2 möchte mit dir in RetroShare befreundet sein.<br><br>Jetzt antworten:<br>%3<br><br>Grüße,<br>Das RetroShare Team - + Save Message Nachricht speichern @@ -10848,7 +11501,7 @@ Möchtest du die Nachricht speichern ? Von: - + Friend Nodes Befreundete Netzknoten @@ -10898,7 +11551,7 @@ Möchtest du die Nachricht speichern ? Danke, <br> - + Distant identity: Fernidentität: @@ -10923,22 +11576,22 @@ Möchtest du die Nachricht speichern ? Everyone - + Contacts - + Kontakte Nobody - + Accept encrypted distant messages from - + @@ -11577,7 +12230,7 @@ Möchtest du die Nachricht speichern ? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11674,7 +12327,7 @@ Möchtest du die Nachricht speichern ? This message goes to a distant person. - + @@ -11720,7 +12373,7 @@ Möchtest du die Nachricht speichern ? RetroShare-Messenger - + Add a Friend Einen Freund hinzufügen @@ -11740,12 +12393,12 @@ Möchtest du die Nachricht speichern ? Spoiler - + Select text to hide, then push this button - + @@ -12003,7 +12656,7 @@ Möchtest du die Nachricht speichern ? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12292,7 +12945,7 @@ Reported error: <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12439,7 +13092,7 @@ Reported error: <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12515,7 +13168,7 @@ Reported error: NotifyQt - + PGP key passphrase PGP-Passwort @@ -12535,12 +13188,12 @@ Reported error: RetroShare hat ein nicht registriertes Plug-in entdeckt. Dies kommt in zwei Fällen vor: <ul><li>Deine RetroShare-Installation wurde geändert</li><li>Das Plug-in wurde verändert</li></ul>Wähle "Ja", um dieses Plug-in zu autorisieren, oder "Nein", um die Autorisierung zu verweigern. Du kannst diese Entscheidung später unter Optionen -> Plug-ins ändern. Dann wird ein Neustart erforderlich sein. - + Please check your system clock. Bitte überprüfe deine Systemuhr. - + Examining shared files... Prüfe freigegebene Dateien... @@ -12576,12 +13229,12 @@ Reported error: Verschlüsselte Nachr. - + Please enter your PGP password for key Bitte gib das PGP-Passwort ein für Schlüssel - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). Damit die Chatlobbys richtig funktionieren, muss auf deinem Computer die richtige Zeit eingestellt sein. Bitte prüfe ob dies der Fall ist. (Es wurde eine mögliche Zeitabweichung von mehreren Minuten gegenüber deinen Freunden festgestellt.) @@ -12618,7 +13271,7 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12653,7 +13306,7 @@ Minimalmodus: 10% vom Standarddatenaufkommen und (unfertig) pausiert alle Datei <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + @@ -12663,7 +13316,7 @@ Minimalmodus: 10% vom Standarddatenaufkommen und (unfertig) pausiert alle Datei <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + @@ -12703,16 +13356,16 @@ Minimalmodus: 10% vom Standarddatenaufkommen und (unfertig) pausiert alle Datei <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12722,7 +13375,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12732,7 +13385,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + @@ -12742,7 +13395,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + @@ -12755,15 +13408,76 @@ p, li { white-space: pre-wrap; } ASCII-Format - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Signaturen einschließen + + + Options + Optionen + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + Wenn verfügbar als direkte Quelle nutzen. + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + Empfohlene Dateien automatisch von diesem Netzknoten herunterladen + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + Whitelist-Freigabe erfordern + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details @@ -12771,27 +13485,27 @@ p, li { white-space: pre-wrap; } - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Fehler: Kann Nachbardetails nicht ermitteln. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) Der angegebene Schlüsselalgorithmus wird von RetroShare nicht unterstützt. (Im Moment werden nur RSA-Schlüssel unterstützt) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. Das Vertrauensniveau drückt dein eigenes Vertrauen in diesen Schlüssel aus. Es wird weder von der Software genutzt noch geteilt, kann aber zum Merken guter bzw. schlechter Schlüssel nützlich sein. @@ -12816,7 +13530,7 @@ p, li { white-space: pre-wrap; } Du vertraust diesem Nachbarn nicht. - + This key has signed your own PGP key Dieser Schlüssel hat deinen eigenen PGP-Schlüssel signiert @@ -12837,7 +13551,7 @@ p, li { white-space: pre-wrap; } Du erlaubst momentan keine mit diesem Schlüssel signierte Verbindungen von RetroShare-Netzknoten. - + Signature Failure Signaturfehler @@ -12847,7 +13561,7 @@ p, li { white-space: pre-wrap; } Vielleicht ist das Passwort falsch - + You haven't set a trust level for this key. Sie haben für diesen Schlüssel kein Vertrauensniveau festgelegt. @@ -13008,15 +13722,15 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People Leute - External - Extern + Extern @@ -13029,6 +13743,64 @@ p, li { white-space: pre-wrap; } Internal Intern + + + Chat with this person + Mit dieser Person chatten + + + + Chat with this person as... + Mit dieser Person chatten als... + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + Fernchat funktioniert nicht + + + + Distant chat refused with this person. + Fernchat abgelehnt mit dieser Person. + + + + Error code + Fehlercode + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + Leute + PhotoCommentItem @@ -13118,7 +13890,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13131,7 +13903,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13144,7 +13916,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13292,7 +14064,7 @@ kannst musst du eines auswählen! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13432,7 +14204,7 @@ p, li { white-space: pre-wrap; } Plugin disabled. Click the enable button and restart Retroshare - + @@ -13496,7 +14268,7 @@ schädlichem Verhalten von Plug-ins. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13573,7 +14345,7 @@ schädlichem Verhalten von Plug-ins. Chat remotely closed. Please close this window. - + @@ -13674,7 +14446,7 @@ schädlichem Verhalten von Plug-ins. <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + @@ -13782,7 +14554,7 @@ schädlichem Verhalten von Plug-ins. PostedItem - + 0 0 @@ -13793,7 +14565,7 @@ schädlichem Verhalten von Plug-ins. - + Comments Kommentare @@ -13828,7 +14600,17 @@ schädlichem Verhalten von Plug-ins. Neu - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Lesestatus der Nachricht umschalten @@ -13838,7 +14620,7 @@ schädlichem Verhalten von Plug-ins. Element entfernen - + Loading Lade @@ -14093,7 +14875,7 @@ und den Import zum Laden verwenden <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> @@ -14310,9 +15092,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Bestätigung @@ -14322,7 +15104,7 @@ p, li { white-space: pre-wrap; } Willst du dein System diesen Link verarbeiten lassen? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14331,7 +15113,7 @@ hinzufügen und den Assistent zum Hinzufügen von Freunden zu starten. - + Add file Datei hinzufügen @@ -14351,12 +15133,21 @@ hinzufügen und den Assistent zum Hinzufügen von Freunden zu starten. Möchtest du %1 Links verarbeiten ? - This file already exists. Do you want to open it ? - Diese Datei ist bereits vorhanden. Möchtest Du sie öffnen ? + Diese Datei ist bereits vorhanden. Möchtest Du sie öffnen ? - + + Warning: Retroshare is about to ask your system to open this file. + + + + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 von %2 RetroShare Link verarbeitet. @@ -14465,6 +15256,21 @@ hinzufügen und den Assistent zum Hinzufügen von Freunden zu starten. Channel messages not found Kanalbeiträge nicht gefunden + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14508,7 +15314,7 @@ Die Zeichen <b>",|,/,\,&lt;,&gt;,*,?</b> werden durch & Ergebnis - + Unable to make path Konnte Ordner nicht erstellen @@ -14523,7 +15329,7 @@ Die Zeichen <b>",|,/,\,&lt;,&gt;,*,?</b> werden durch & Die Kollektion konnte nicht verarbeitet werden - + Deny friend Freund blockieren @@ -14543,7 +15349,7 @@ Die Zeichen <b>",|,/,\,&lt;,&gt;,*,?</b> werden durch & Dateianforderung abgebrochen - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Diese Version von RetroShare benutzt das OpenPGP-SDK. Der Schlüsselring des Systems wird nicht mehr verwendet, sondern ein eigener Schlüsselring für alle laufenden Instanzen.<br><br>Du scheinst keinen solchen Schlüsselring zu besitzen, obwohl Schlüssel von existierenden RetroShare-Accounts benötigt werden. Vielleicht hast du auch gerade zu dieser Version gewechselt. @@ -14554,12 +15360,12 @@ Die Zeichen <b>",|,/,\,&lt;,&gt;,*,?</b> werden durch & - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Initialisierung fehlgeschlagen. PGP fehlt oder es ist eine falsche Version installiert. @@ -14569,12 +15375,12 @@ Die Zeichen <b>",|,/,\,&lt;,&gt;,*,?</b> werden durch & Ein unerwarteter Fehler ist aufgetreten. Bitte melde 'RsInit::InitRetroShare unexpected return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Ein unerwarteter Fehler ist aufgetreten. Bitte melde 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Mehrere Instanzen @@ -14596,9 +15402,8 @@ Lockdatei: Ein unerwarteter Fehler während des "Single instance lock" ist aufgetreten - Start with a RetroShare link is only supported for Windows. - Der Start mit einem RetroShare-Link wird nur unter Windows unterstützt. + Der Start mit einem RetroShare-Link wird nur unter Windows unterstützt. @@ -14627,7 +15432,7 @@ Der gemeldete Fehler ist: %2 - + Click to send a private message to %1 (%2). Anklicken, um eine private Nachricht an %1 (%2) zu senden. @@ -14637,7 +15442,7 @@ Der gemeldete Fehler ist: %1 (%2, Extra - Quelle inklusive) - + Click this link to send a private message to %1 (%2) Diesen Link anklicken, um eine private Nachricht an %1 (%2) zu senden @@ -14677,7 +15482,7 @@ Der gemeldete Fehler ist: Daten weiter - + You appear to have nodes associated to DSA keys: Du scheinst Netzknoten zu besitzen, die mit DSA-Schlüsseln verknüpft sind: @@ -14718,7 +15523,7 @@ Der gemeldete Fehler ist: - + %1 seconds ago Vor %1 Sekunden @@ -14782,11 +15587,11 @@ Der gemeldete Fehler ist: Security: no anonymous IDs - + - - + + This cert is malformed. Error code: Dieses Zertifikat ist beschädigt. Fehlercode: @@ -14796,14 +15601,14 @@ Security: no anonymous IDs Die folgende Datei wurde nicht zur Downloadliste hinzugefügt, da du diese schon hast: - + Error Fehler unable to parse XML file! - + @@ -14818,12 +15623,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14946,10 +15751,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15000,7 +15805,7 @@ p, li { white-space: pre-wrap; } Where do you want to have the buttons for the page? - + Wo willst du die Schaltflächen für die Seite haben? @@ -15017,9 +15822,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15034,8 +15839,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15217,7 +16022,7 @@ p, li { white-space: pre-wrap; } RSettingsWin - + Error Saving Configuration on page Fehler beim Speichern der Konfiguration auf der Seite @@ -15327,7 +16132,7 @@ p, li { white-space: pre-wrap; } <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15447,12 +16252,12 @@ p, li { white-space: pre-wrap; } Herunterladen - + File Datei - + Size Größe @@ -15469,7 +16274,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Einige Datei- oder Ordnernamen enthalten unerlaubte Zeichen. Die Zeichen <b>",|,/,\,&lt;,&gt;,*,?</b> werden durch '_' ersetzt. @@ -15516,12 +16321,17 @@ Die betroffenen Dateien sind rot markiert Speichern - + Collection Editor Kollektionseditor - + + File Path + + + + File Count Anzahl Dateien @@ -15531,14 +16341,14 @@ Die betroffenen Dateien sind rot markiert Dies ist das Stammverzeichnis - - + + Real Size: Waiting child... Echte Größe: Warte auf Kind... - - + + Real File Count: Waiting child... Echte Dateianzahl: Warte auf Kind... @@ -15691,7 +16501,7 @@ Wenn du glaubst dass es eine korrekte Datei ist, entferne die entsprechende Zeil RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? Bild ist zu groß zum Übertragen. @@ -15709,7 +16519,7 @@ Bild auf %1x%2 Pixel reduzieren? Rshare - + Resets ALL stored RetroShare settings. Setzt alle RetroShare-Einstellungen zurück. @@ -15749,7 +16559,7 @@ Bild auf %1x%2 Pixel reduzieren? RetroShare-Nutzungsinformationen - + Unable to open log file '%1': %2 Logdatei "%1": %2 kann nicht geöffnet werden @@ -15764,12 +16574,12 @@ Bild auf %1x%2 Pixel reduzieren? Datenverzeichnis konnte nicht erstellt werden: %1 - + Revision Revision - + Invalid language code specified: Ungültige Sprach-Codierung ausgewählt: @@ -15784,6 +16594,15 @@ Bild auf %1x%2 Pixel reduzieren? Ungültiges Loglevel spezifiziert: + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + + + RttStatistics @@ -16414,7 +17233,7 @@ Bild auf %1x%2 Pixel reduzieren? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Wenn du dies abwählst, kann RetroShare nur deine IP herausfinden, wenn du mit jemandem verbunden bist. Wenn du dies anwählst, @@ -16475,7 +17294,7 @@ Es hilft auch, wenn du dich hinter einer Firewall/VPN befindest. Points at: - + @@ -16508,7 +17327,7 @@ Es hilft auch, wenn du dich hinter einer Firewall/VPN befindest. The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + @@ -16548,7 +17367,7 @@ Also check your ports! <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16651,43 +17470,43 @@ Also check your ports! <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + @@ -16703,17 +17522,17 @@ You can connect to Hidden Nodes, even if you are running a standard Node, so why <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + @@ -16728,21 +17547,21 @@ You can connect to Hidden Nodes, even if you are running a standard Node, so why Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + @@ -16897,7 +17716,7 @@ If you have issues connecting over Tor check the Tor logs too. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -17268,7 +18087,7 @@ Wähle die Freunde, mit denen du den Kanal teilen willst. Lobby - + @@ -17330,7 +18149,7 @@ Wähle die Freunde, mit denen du den Kanal teilen willst. SplashScreen - + Load profile Profil laden @@ -17403,7 +18222,7 @@ Die aktuellen Identitäten/Orte werden nicht geändert. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17719,7 +18538,7 @@ Du kannst die Auswahl in den Optionen zurücksetzen. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17732,7 +18551,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17896,17 +18715,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Abonniert - + Unsubscribe Abbestellen - + Subscribe Abonnieren @@ -18025,11 +18844,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -18104,7 +18923,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Downloads @@ -18115,7 +18934,7 @@ p, li { white-space: pre-wrap; } Uploads - + Name i.e: file name @@ -18356,7 +19175,7 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18385,39 +19204,39 @@ p, li { white-space: pre-wrap; } - + Failed Fehlgeschlagen - - + + Okay OK - - + + Waiting Warten - + Downloading Laden - + Complete Vollständig - + Queued In Warteschleife @@ -18437,7 +19256,7 @@ p, li { white-space: pre-wrap; } Unbekannt - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18527,7 +19346,7 @@ Bitte habe etwas Geduld! Bitte gib einen neuen -- und gültigen -- Dateinamen ein - + Last Time Seen i.e: Last Time Receiced Data Zuletzt gesehen @@ -18659,7 +19478,7 @@ Bitte habe etwas Geduld! Pfadspalte anzeigen - + Could not delete preview file Konnte Vorschaudatei nicht löschen @@ -18669,7 +19488,7 @@ Bitte habe etwas Geduld! Nochmal versuchen? - + Create Collection... Kollektion erstellen... @@ -18689,22 +19508,22 @@ Bitte habe etwas Geduld! Kollektion - + File sharing Dateifreigabe - + Anonymous tunnel 0x Anonymer Tunnel 0x - + Show file list transfers Dateilistenübertragungen anzeigen - + version: Version: @@ -18863,12 +19682,12 @@ Bitte habe etwas Geduld! Anonymous tunnels - + Authenticated tunnels - + @@ -19085,7 +19904,7 @@ Bitte habe etwas Geduld! <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + @@ -19734,4 +20553,4 @@ Bitte habe etwas Geduld! Bilder (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_el.ts b/retroshare-gui/src/lang/retroshare_el.ts index c07f856ad..5f242f79e 100644 --- a/retroshare-gui/src/lang/retroshare_el.ts +++ b/retroshare-gui/src/lang/retroshare_el.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Συγγνώμη, δεν βρέθηκε προεπιλεγμένη εντολή για αυτό το αρχείο @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -558,7 +560,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -633,7 +635,7 @@ p, li { white-space: pre-wrap; } Remove surplus text in status bar. - + @@ -648,17 +650,17 @@ p, li { white-space: pre-wrap; } Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + @@ -775,7 +777,7 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s KB/s @@ -1005,7 +1007,7 @@ p, li { white-space: pre-wrap; } Log scale - + @@ -1028,7 +1030,7 @@ p, li { white-space: pre-wrap; } Load posts in background (Thread) - + @@ -1053,6 +1055,11 @@ p, li { white-space: pre-wrap; } Mute participant Σίγαση συμμετέχοντα + + + Ban this person (Sets negative opinion) + + Send Message @@ -1061,15 +1068,15 @@ p, li { white-space: pre-wrap; } Sort by Name - + Ταξινόμηση κατά όνομα Sort by Activity - + - + Invite friends to this lobby Προσκληση φίλων στον προθαλαμο συνομιλιων @@ -1089,7 +1096,7 @@ p, li { white-space: pre-wrap; } Επιλέξτε τους φίλους που θελετε να προσκαλέσετε: - + Welcome to lobby %1 Καλως ηρθατε στον προθαλαμο %1 @@ -1105,7 +1112,7 @@ p, li { white-space: pre-wrap; } Chat λόμπι - + Lobby management @@ -1139,7 +1146,7 @@ p, li { white-space: pre-wrap; } Right click to mute/unmute participants<br/>Double click to address this person<br/> - + @@ -1152,19 +1159,19 @@ p, li { white-space: pre-wrap; } δευτερόλεπτα - + Start private chat Έναρξη προσωπικής συνομιλίας - + Decryption failed. Αποτυχία αποκρυπτογράφησης. Signature mismatch - + @@ -1174,7 +1181,7 @@ p, li { white-space: pre-wrap; } Unknown hash - + @@ -1242,12 +1249,12 @@ p, li { white-space: pre-wrap; } ChatLobbyWidget - + Chat lobbies Προθαλαμος συνομιλιων - + Name Όνομα @@ -1285,7 +1292,7 @@ p, li { white-space: pre-wrap; } [Δεν υπαρχει κανενα θεμα] - + Selected lobby info Πληροφοριες επιλεγμενου προθαλαμου συνομιλιων @@ -1302,7 +1309,7 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + @@ -1312,12 +1319,12 @@ p, li { white-space: pre-wrap; } Remove Auto Subscribe - + Add Auto Subscribe - + @@ -1325,7 +1332,7 @@ p, li { white-space: pre-wrap; } %1 σας προσκαλεί στην αίθουσα συνομιλίας %2 - + Search Chat lobbies Αναζήτηση στις Αίθουσες Συνομιλίας @@ -1342,12 +1349,12 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1365,7 +1372,7 @@ p, li { white-space: pre-wrap; } Όχι - + Lobby Name: Ονομασίας Αίθουσας @@ -1392,7 +1399,7 @@ p, li { white-space: pre-wrap; } Peers: - + @@ -1409,17 +1416,17 @@ p, li { white-space: pre-wrap; } No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + @@ -1449,7 +1456,7 @@ Double click lobbies to enter and chat. You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + @@ -1459,12 +1466,12 @@ Double click lobbies to enter and chat. You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + @@ -1530,7 +1537,7 @@ Double click lobbies to enter and chat. Ακύρωση - + Quick Message Σύντομο μήνυμα @@ -1539,34 +1546,34 @@ Double click lobbies to enter and chat. ChatPage - + General Γενικά - + Distant Chat - + Everyone - + Contacts - + Επαφές Nobody - + Accept encrypted distant chat from - + @@ -1618,6 +1625,11 @@ Double click lobbies to enter and chat. Send message with Ctrl+Return Αποστολή μηνύυματος πατώντας τα πλήκτρα Ctrl+Return + + + Send as plain text by default + + Chat Lobby @@ -1723,7 +1735,7 @@ Double click lobbies to enter and chat. Απερχομενα - + Incoming message in history Μετακινηση εισερχομενων μυνηματων στο ιστορικο @@ -1760,12 +1772,12 @@ Double click lobbies to enter and chat. UserName - + /me is sending a message with /me - + @@ -1775,17 +1787,17 @@ Double click lobbies to enter and chat. <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + @@ -1795,7 +1807,7 @@ Double click lobbies to enter and chat. Number of messages restored (0 = off): - + @@ -1820,7 +1832,7 @@ Double click lobbies to enter and chat. Move to cursor - + @@ -1840,12 +1852,12 @@ Double click lobbies to enter and chat. Maximum count for coloring matching text - + Threshold for automatic search - + @@ -1858,7 +1870,7 @@ Double click lobbies to enter and chat. Προκαθορισμένη προβολή της μπάρας - + Private chat invite from Προσωπική πρόσκληση συνομιλίας απο @@ -1881,7 +1893,7 @@ Double click lobbies to enter and chat. ChatStyle - + Standard style for group chat Προκαθορισμενο στιλ για ομαδικες συνομιλιες @@ -1935,12 +1947,12 @@ Double click lobbies to enter and chat. Κλεισιμο - + Send Αποστολή - + Bold Bold @@ -1955,12 +1967,12 @@ Double click lobbies to enter and chat. Italic - + Attach a Picture Επισύναψη φωτογραφίας - + Strike Ρηγμα @@ -2011,42 +2023,70 @@ Double click lobbies to enter and chat. Επαναφορά προεπιλεγμένης γραμματοσειράς - + Quote - + Απόσπασμα Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... γράφει... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Θέλετε πραγματικά να διαγράψετε το ιστορικό; - + Add Extra File Προσθηκη επιπλεον αρχειου @@ -2091,9 +2131,9 @@ Double click lobbies to enter and chat. Είναι απασχολημένος και δεν μπορεί να απαντήσει - + Find Case Sensitively - + @@ -2105,15 +2145,15 @@ Double click lobbies to enter and chat. Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Εύρεση Προηγούμενου </b><br/><i>Ctrl+Shift+G</i> @@ -2128,12 +2168,12 @@ Double click lobbies to enter and chat. <b>Εύρεση</b><br/><i>Ctrl+F</i> - + (Status) (Κατάσταση) - + Set text font & color Καθορισμός γραμματοσειράς & χρώματος κειμένου @@ -2143,7 +2183,7 @@ Double click lobbies to enter and chat. Επισύναψη αρχείου - + WARNING: Could take a long time on big history. ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Μπορεί να πάρει πολλή ώρα για μεγάλο ιστορικό. @@ -2154,17 +2194,16 @@ Double click lobbies to enter and chat. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Επισήμανση επιλεγμένου κειμένου</b><br><i>Ctrl+M</i> - %1This message consists of %2 characters. - %1Αυτό το μήνυμα αποτελείται απο %2 χαρακτήρες. + %1Αυτό το μήνυμα αποτελείται απο %2 χαρακτήρες. - + items found. στοιχεία βρέθηκαν. @@ -2176,27 +2215,25 @@ Double click lobbies to enter and chat. <b>Return to marked text</b><br><i>Ctrl+M</i> - + - Display Search Box - Προβολή Πεδίου Αναζήτησης + Προβολή Πεδίου Αναζήτησης - Search Box - Πεδίο Αναζήτησης + Πεδίο Αναζήτησης - + Type a message here Πληκτρολογείστε μήνυμα εδώ - + Don't stop to color after - + @@ -2204,9 +2241,8 @@ Double click lobbies to enter and chat. στοιχεία ευρέθησαν (χρειάζεται περισσότερη Επεξεργαστική Ισχύ) - Warning: - Προειδοποίηση: + Προειδοποίηση: @@ -2225,7 +2261,7 @@ Double click lobbies to enter and chat. CirclesDialog - + Showing details: Εμφάνιση λεπτομερειών: @@ -2247,7 +2283,7 @@ Double click lobbies to enter and chat. - + Personal Circles Προσωπικοί κύκλοι @@ -2273,7 +2309,7 @@ Double click lobbies to enter and chat. - + Friends Φίλοι @@ -2333,19 +2369,19 @@ Double click lobbies to enter and chat. Φίλοι φίλων - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + @@ -2357,7 +2393,7 @@ Double click lobbies to enter and chat. ConfCertDialog - + Details Λεπτομέρειες @@ -2373,7 +2409,7 @@ Double click lobbies to enter and chat. - + Local Address Τοπική διεύθυνση @@ -2400,36 +2436,39 @@ Double click lobbies to enter and chat. Λίστα διευθύνσεων - + + Use this certificate to make friends: + + + + Include signatures Περιλαμβάνουν υπογραφές - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Σφάλμα: οι peer λεπτομέρειες δεν μπορουν να παρθουν. - Use as direct source, when available - Χρήση ως άμεση πηγή, όταν θα είναι διαθέσιμα + Χρήση ως άμεση πηγή, όταν θα είναι διαθέσιμα - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html> <head/> <body> <p align="justify"> Το Retroshare περιοδικά ελέγχει τη λιστα φιλων σας για αρχεία που ταιριάζουν στις μεταφορές σας, για να πραγματοποιήσει μια άμεση μεταφορά. Σε αυτή την περίπτωση, ο φίλος σας γνωρίζει ότι κάνετε λήψη του αρχείου. </ P> <p align="justify"> Για να αποτραπεί αυτή η συμπεριφορά μόνο για αυτό το φίλο, αποεπιλέξτε αυτό το πλαίσιο. Μπορείτε ακόμα να εκτελέσετε μια άμεση μεταφορά αν το ζητήσετε ρητά, για παράδειγμα κάνοντας λήψη από τη λίστα αρχείων του φίλου σας. </ p> </ body> </ html> + <html> <head/> <body> <p align="justify"> Το Retroshare περιοδικά ελέγχει τη λιστα φιλων σας για αρχεία που ταιριάζουν στις μεταφορές σας, για να πραγματοποιήσει μια άμεση μεταφορά. Σε αυτή την περίπτωση, ο φίλος σας γνωρίζει ότι κάνετε λήψη του αρχείου. </ P> <p align="justify"> Για να αποτραπεί αυτή η συμπεριφορά μόνο για αυτό το φίλο, αποεπιλέξτε αυτό το πλαίσιο. Μπορείτε ακόμα να εκτελέσετε μια άμεση μεταφορά αν το ζητήσετε ρητά, για παράδειγμα κάνοντας λήψη από τη λίστα αρχείων του φίλου σας. </ p> </ body> </ html> - + Encryption Κρυπτογράφηση @@ -2441,20 +2480,19 @@ Double click lobbies to enter and chat. Peer Addresses - + - Options - Επιλογές + Επιλογές - + Retroshare node details Πληροφορίες κόμβου του Retroshare - + Node name : Όνομα κόμβου: @@ -2476,37 +2514,27 @@ Double click lobbies to enter and chat. Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2527,12 +2555,12 @@ Double click lobbies to enter and chat. an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + @@ -2540,24 +2568,14 @@ Double click lobbies to enter and chat. <p>Μπορείτε να χρησιμοποιήσετε αυτό το πιστοποιητικό για να κάνετε νέους φίλους. Στείλτε το με email ή δώστε το σε αυτούς αυτοπροσώπως.</p> - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + @@ -2626,12 +2644,12 @@ Double click lobbies to enter and chat. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2751,7 +2769,7 @@ Double click lobbies to enter and chat. Email - + Email @@ -2819,7 +2837,7 @@ Double click lobbies to enter and chat. Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2836,7 +2854,7 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + @@ -2846,23 +2864,23 @@ resources. Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3157,7 +3175,7 @@ resources. IP-Addr: - + @@ -3167,7 +3185,7 @@ resources. Recommend many friends to each others - + @@ -3177,7 +3195,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3197,7 +3215,7 @@ resources. Please select at least one friend for recommendation. - + @@ -3207,12 +3225,12 @@ resources. Add key to keyring - + This key is already in your keyring - + @@ -3220,34 +3238,34 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + @@ -3257,32 +3275,32 @@ even if you don't make friends. No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3310,7 +3328,7 @@ even if you don't make friends. Net Result - + @@ -3326,43 +3344,43 @@ even if you don't make friends. DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + @@ -3377,93 +3395,93 @@ even if you don't make friends. Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Απενεργοποιημενο DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + @@ -3473,7 +3491,7 @@ even if you don't make friends. Initial connections can take a while, please be patient - + @@ -3489,17 +3507,17 @@ even if you don't make friends. Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + @@ -3511,7 +3529,7 @@ even if you don't make friends. Try again shortly, Retroshare will continue connecting in the background - + @@ -3525,27 +3543,27 @@ even if you don't make friends. DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + @@ -3555,12 +3573,12 @@ even if you don't make friends. In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + @@ -3575,12 +3593,12 @@ even if you don't make friends. DHT startup Failed - + Your DHT has not started properly - + @@ -3595,43 +3613,43 @@ even if you don't make friends. - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + @@ -3642,24 +3660,24 @@ even if you don't make friends. Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + @@ -3669,17 +3687,17 @@ even if you don't make friends. They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + @@ -3689,17 +3707,17 @@ even if you don't make friends. Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + @@ -3709,25 +3727,25 @@ even if you don't make friends. You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3740,12 +3758,12 @@ p, li { white-space: pre-wrap; } UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + @@ -3755,89 +3773,101 @@ p, li { white-space: pre-wrap; } UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details Λεπτομέρειες κύκλου - - + Name Όνομα - Creator - Δημιουργός + Δημιουργός - Distribution - Διανομή + Διανομή - + Public Δημοσια - Self-Restricted - Self-Restricted + Self-Restricted - Restricted to: - Περιορίζεται σε: + Περιορίζεται σε: - Circle Membership - Ένταξη κύκλου + Ένταξη κύκλου - + IDs Ταυτότητες - Known Identities - Γνωστές ταυτότητες + Γνωστές ταυτότητες - + Filter Φίλτρο - + Nickname Ψευδώνυμο - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3847,55 +3877,104 @@ p, li { white-space: pre-wrap; } Τυπος - - - - + + Name: + + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Ιδιωτικα + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Ορίστε ένα όνομα για τον κύκλο σας - Personal Circle Details - Προσωπικές λεπτομέρειες Κύκλου + Προσωπικές λεπτομέρειες Κύκλου - External Circle Details - Εξωτερικές Λεπτομέρειες Κύκλου + Εξωτερικές Λεπτομέρειες Κύκλου - Cannot Edit Existing Circles Yet - Δεν μπορείτε να επεξεργαστείτε τους υπάρχον κύκλους ακόμα + Δεν μπορείτε να επεξεργαστείτε τους υπάρχον κύκλους ακόμα - + No Restriction Circle Selected Κανένας περιορισμός κύκλου εχει επιλέγθει - + No Circle Limitations Selected Δεν υπάρχουν περιορισμοί επιλεγμένου Κύκλου - Create New Personal Circle - Δημιουργία νέου προσωπικού κύκλου + Δημιουργία νέου προσωπικού κύκλου - Create New External Circle - Δημιουργία νέου εξωτερικού κύκλου + Δημιουργία νέου εξωτερικού κύκλου - + Add Προσθηκη @@ -3905,13 +3984,13 @@ p, li { white-space: pre-wrap; } Αφαίρεση - + Search Αναζητηση - + All Όλους @@ -3923,52 +4002,101 @@ p, li { white-space: pre-wrap; } Signed by known nodes - + - + Edit Circle Επεξεργασια κύκλου - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + Κλεισιμο + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group Δημιουργια μιας ομαδας - - Group Name - Ονομα ομαδας + + Group Name: + Όνομα ομάδας: - + + Group ID: + + + + Group Name + Ονομα ομαδας + + + Enter a name for your group Εισαγετε ενα ονομα της ομαδας σας - + + To be defined + + + + Friends Φίλοι @@ -4002,9 +4130,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -4111,12 +4239,12 @@ p, li { white-space: pre-wrap; }⏎ Generate mass data - + Do you really want to generate %1 messages ? - + @@ -4133,7 +4261,7 @@ p, li { white-space: pre-wrap; }⏎ CreateGxsForumMsg - + Post Forum Message Ποσταρισμα μυνηματος στο φορουμ @@ -4178,12 +4306,12 @@ p, li { white-space: pre-wrap; }⏎ Έναρξη νέας μηνυματοσειράς - + No Forum Κανενα φόρουμ - + In Reply to Απάντηση στον @@ -4209,32 +4337,42 @@ p, li { white-space: pre-wrap; }⏎ Add Extra File Προσθηκη επιπλεον αρχειου + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send Αποστολη - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + @@ -4244,7 +4382,7 @@ Do you want to reject this message? Congrats, you found a bug! - + @@ -4273,7 +4411,7 @@ Do you want to reject this message? Visibility: - + @@ -4288,12 +4426,12 @@ Do you want to reject this message? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + @@ -4313,12 +4451,12 @@ Do you want to reject this message? Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4328,7 +4466,7 @@ Do you want to reject this message? Identity to use: - + @@ -4426,47 +4564,47 @@ Do you want to reject this message? PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4487,7 +4625,7 @@ Do you want to reject this message? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4513,7 +4651,7 @@ Do you want to reject this message? No peer found in DHT - + @@ -4541,7 +4679,7 @@ Do you want to reject this message? File Never Seen - + @@ -4763,17 +4901,17 @@ Do you want to reject this message? Search IP - + Copy %1 to clipboard - + Unknown NetState - + @@ -4783,12 +4921,12 @@ Do you want to reject this message? Local Net - + Behind NAT - + @@ -4798,117 +4936,117 @@ Do you want to reject this message? UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + @@ -4938,7 +5076,7 @@ Do you want to reject this message? Direct - + @@ -4953,7 +5091,7 @@ Do you want to reject this message? Udp Started - + @@ -4963,12 +5101,12 @@ Do you want to reject this message? Request Active - + No Request - + @@ -4978,7 +5116,7 @@ Do you want to reject this message? RELAY END - + @@ -4995,17 +5133,17 @@ Do you want to reject this message? unlimited - + Own Relay - + RELAY PROXY - + @@ -5024,7 +5162,7 @@ Do you want to reject this message? Relays - + @@ -5047,37 +5185,37 @@ Do you want to reject this message? Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + @@ -5092,27 +5230,27 @@ Do you want to reject this message? DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + @@ -5122,33 +5260,33 @@ Do you want to reject this message? Search Network - + Δίκτυο αναζήτησης Peers - + Peers Relay - + Ρελέ DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5187,7 +5325,7 @@ Do you want to reject this message? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Θυμηθείτε το hashes αρχείων, ακόμη και αν δεν μοιράζονται. @@ -5534,7 +5672,7 @@ you plug it in. Patch - + @@ -5544,7 +5682,7 @@ you plug it in. Header - + @@ -5615,7 +5753,7 @@ you plug it in. Load embedded images - + @@ -5625,7 +5763,7 @@ you plug it in. Open each forum in a new tab - + @@ -5643,28 +5781,28 @@ you plug it in. export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + @@ -5673,7 +5811,7 @@ you plug it in. Εμφάνιση ομάδων - + Group Ομάδα @@ -5714,17 +5852,17 @@ you plug it in. Προσθηκη σε ομαδα - + Search Αναζήτηση Sort by state - + - + Move to group Μετακίνηση σε ομάδα @@ -5759,12 +5897,12 @@ you plug it in. Διαθέσιμα - + Do you want to remove this Friend? Θέλετε να διαγραψετε αυτόν τον φίλο? - + Done! Έγινε! @@ -5773,13 +5911,13 @@ you plug it in. Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + @@ -5792,29 +5930,29 @@ you plug it in. Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + @@ -5831,13 +5969,13 @@ at least one peer was not added to a group Failed to get a file! - + File is not writeable! - + @@ -5852,7 +5990,7 @@ at least one peer was not added to a group IP - + Attempt to connect Προσπάθεια σύνδεσης @@ -5869,30 +6007,30 @@ at least one peer was not added to a group Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group Αποστολή μηνύματος σε όλη την ομάδα @@ -5905,7 +6043,7 @@ at least one peer was not added to a group Deny - + @@ -5942,7 +6080,7 @@ at least one peer was not added to a group Sort by state - + @@ -5955,14 +6093,14 @@ at least one peer was not added to a group Αναζήτηση φίλων - + Mark all - + Επισημάνση όλων Mark none - + @@ -6059,17 +6197,17 @@ at least one peer was not added to a group Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + @@ -6080,12 +6218,12 @@ at least one peer was not added to a group Network graph - + Set your status message here. - + @@ -6145,22 +6283,27 @@ anonymous, you can use a fake email. Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + @@ -6171,227 +6314,222 @@ anonymous, you can use a fake email. This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6400,77 +6538,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6522,8 +6660,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Εγγραφη του retroshare:: / / URL πρωτόκολλο (απαιτείται επανεκκίνηση) + Εγγραφη του retroshare:: / / URL πρωτόκολλο (απαιτείται επανεκκίνηση) @@ -6531,7 +6673,27 @@ Fill in your PGP password when asked, to sign your new key. Χρειάζεστε δικαιώματα διαχειριστή για να αλλάξετε αυτήν την επιλογή. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Αδρανεια @@ -6551,7 +6713,17 @@ Fill in your PGP password when asked, to sign your new key. Εκκίνηση "Οδηγού εκκίνησης" - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Σφαλμα @@ -6572,9 +6744,9 @@ Fill in your PGP password when asked, to sign your new key. Γενικα - + Minimize to Tray Icon - + @@ -6596,7 +6768,7 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6629,18 +6801,18 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6652,31 +6824,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6689,7 +6861,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6789,7 +6961,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6802,17 +6974,17 @@ p, li { white-space: pre-wrap; } GroupBox - + ID - + ID Identity Name - + @@ -6822,42 +6994,54 @@ p, li { white-space: pre-wrap; } Data status - + Tunnel status - + + Stored data size + + + + + Receive time (secs ago) + + + + + Sending time (secs ago) + + + Data size - Μέγεθος δεδομένων + Μέγεθος δεδομένων - + Data hash - + - Received - Ελήφθησαν + Ελήφθησαν - Send - Έστάλη + Έστάλη - + Branching factor - + Details - + @@ -6867,7 +7051,7 @@ p, li { white-space: pre-wrap; } Pending packets - + @@ -6880,22 +7064,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6906,6 +7090,14 @@ p, li { white-space: pre-wrap; } Εμφάνιση ομαδικής συνομιλίας + + GroupChooser + + + [Unknown] + [Άγνωστο] + + GroupDefs @@ -6990,27 +7182,27 @@ p, li { white-space: pre-wrap; } All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -7023,7 +7215,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -7031,7 +7223,7 @@ p, li { white-space: pre-wrap; } Share - + @@ -7039,39 +7231,39 @@ p, li { white-space: pre-wrap; } Επαφές: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Παρακαλώ επιλέξτε τουλάχιστον έναν peer - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7114,7 +7306,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7122,14 +7324,9 @@ p, li { white-space: pre-wrap; } Εμφάνιση - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7256,7 +7453,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7276,7 +7473,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7286,18 +7483,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + Καθορίσμος... @@ -7340,7 +7537,7 @@ p, li { white-space: pre-wrap; } Checking - + @@ -7406,17 +7603,17 @@ p, li { white-space: pre-wrap; } Add Channel Admins - + Select Channel Admins - + Update Channel - + @@ -7472,6 +7669,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Αναγνωση καταστασης της εναλλαγης μυνηματος @@ -7482,7 +7689,7 @@ p, li { white-space: pre-wrap; } - + Play Παιξιμο @@ -7519,12 +7726,12 @@ p, li { white-space: pre-wrap; } Απομάκρυνση στοιχείου - + Channel Feed Ροη καναλιου - + Files Αρχεία @@ -7564,12 +7771,12 @@ p, li { white-space: pre-wrap; } Δεν μου αρέσει - + Loading Φορτωση - + Open Ανοιχτα @@ -7587,7 +7794,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Ποσταρισμα στο καναλι @@ -7602,7 +7809,7 @@ p, li { white-space: pre-wrap; } Αναζήτηση καναλιών - + Title Τίτλος @@ -7637,7 +7844,32 @@ p, li { white-space: pre-wrap; } Δεν υπάρχει επιλεγμένο κανάλι - + + Public + Δημοσια + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Απενεργοποίηση αυτόματης λήψης @@ -7649,7 +7881,7 @@ p, li { white-space: pre-wrap; } Show feeds - + @@ -7657,7 +7889,23 @@ p, li { white-space: pre-wrap; } Εμφάνιση αρχείων - + + Administrator: + + + + + + unknown + Άγνωστο + + + + Distribution: + + + + Feeds Feeds @@ -7667,19 +7915,19 @@ p, li { white-space: pre-wrap; } Αρχεία - + Subscribers - + - + Description: Περιγραφή: - + Posts (at neighbor nodes): - + @@ -7801,7 +8049,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -7846,17 +8094,17 @@ before you can comment Update Forum - + Add Forum Admins - + Select Forum Admins - + @@ -7935,7 +8183,7 @@ before you can comment In Reply to: - + @@ -7945,7 +8193,7 @@ before you can comment Forum Feed - + @@ -7961,7 +8209,7 @@ before you can comment Φόρμα - + Start new Thread for Selected Forum Έναρξη νέας μηνυματοσειράς στο επιλεγμενο φόρουμ @@ -7987,7 +8235,7 @@ before you can comment - + Title Τίτλος @@ -8000,18 +8248,18 @@ before you can comment - + Author Δημιουργος Save image - + - + Loading Φορτωση @@ -8078,12 +8326,12 @@ before you can comment Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8136,33 +8384,73 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Δημοσια + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Διανομή + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8187,22 +8475,22 @@ before you can comment <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8258,22 +8546,22 @@ before you can comment Στις % 1, %2 έγραψε: - + Forum name Όνομα φόρουμ Subscribers - + Posts (at neighbor nodes) - + - + Description Περιγραφή @@ -8283,14 +8571,14 @@ before you can comment Από - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8306,7 +8594,7 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8361,13 +8649,13 @@ before you can comment GxsGroupDialog - - + + Name Όνομα - + Add Icon Προσθήκη εικονίδιου @@ -8382,7 +8670,7 @@ before you can comment Μοιρασμα δημοσιου κλειδίου - + check peers you would like to share private publish key with Ελέγξτε τους ομοτυμους που θα θέλατε να μοιραστείτε το ιδιωτικο σας κλειδι δημοσιευσης @@ -8392,36 +8680,40 @@ before you can comment Μοιρασμα κλειδιου με - - + + Description Περιγραφή - + Message Distribution Μήνυμα διανομής - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Δημοσια - - Restricted to Group - Περιορίσμος στην ομάδα + Περιορίσμος στην ομάδα - - + Only For Your Friends Μόνο για τους φίλους σας - + Publish Signatures Δημοσίευση υπογραφών @@ -8467,12 +8759,11 @@ before you can comment - Comments Σχόλια - + Allow Comments Επιτρέπεται ο σχολιασμός @@ -8484,126 +8775,204 @@ before you can comment Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Σχόλια: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Επαφές: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Προσθέστε ένα όνομα - + + PGP signature from known ID required + + + + Load Group Logo Λογότυπο ομάδας φόρτωσης - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info Πληροφορίες - Comments allowed - Τα σχόλια επιτρέπονται + Τα σχόλια επιτρέπονται - Comments not allowed - Τα σχόλια δεν επιτρέπονται + Τα σχόλια δεν επιτρέπονται - + ID ID - + Last Post Τελευταία Δημοσίευση + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Δημοτικότητα - + Posts Δημοσιεύσεις - Type - Τυπος + Τυπος - + Author Δημιουργος @@ -8661,7 +9030,12 @@ before you can comment Επεξεργασία Λεπτομερειών - + + Share publish permissions + + + + Copy RetroShare Link Αντιγραφή του RetroShare Συνδέσμου @@ -8676,25 +9050,20 @@ before you can comment Επισήμανση όλων ως μη αναγνωσμένων - + AUTHD AUTHD - - - Share admin permissions - - GxsIdChooser - + No Signature Καμία υπογραφή - + Create new Identity Δημιουργία νέας ταυτότητας @@ -8702,7 +9071,7 @@ before you can comment GxsIdDetails - + Loading Φορτωση @@ -8721,38 +9090,38 @@ before you can comment [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + @@ -8778,42 +9147,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Άγνωστο Peer @@ -9000,7 +9369,7 @@ before you can comment Error Loading Help Contents: - + @@ -9050,7 +9419,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9061,14 +9430,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9078,11 +9447,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + @@ -9120,26 +9489,26 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details Προσωπικές Λεπτομέρειες Identity Info - + Owner node ID : - + @@ -9149,22 +9518,22 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + @@ -9180,7 +9549,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + @@ -9190,20 +9559,20 @@ p, li { white-space: pre-wrap; } Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9213,9 +9582,9 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + @@ -9225,7 +9594,7 @@ p, li { white-space: pre-wrap; } Neutral - + @@ -9235,67 +9604,67 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + @@ -9305,19 +9674,20 @@ p, li { white-space: pre-wrap; } Banned - + IdDialog - + + New ID Νέο ID - - + + All Όλα @@ -9333,39 +9703,71 @@ p, li { white-space: pre-wrap; } Αναζητηση - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity Δημιουργια νέας ταυτότητας - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Κύκλοι + + + + Circle name + + + + + Membership + Ένταξη + + + + Public Circles + Δημόσιοι κύκλοι + + + + Personal Circles + Προσωπικοί κύκλοι + + + Edit identity Επεξεργασία Ταυτότητας @@ -9378,52 +9780,52 @@ p, li { white-space: pre-wrap; } Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message Αποστολή μηνύματος - + Identity info - + Identity ID : - + Owner node name : - + @@ -9433,12 +9835,12 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + @@ -9448,7 +9850,7 @@ p, li { white-space: pre-wrap; } Neighbor nodes: - + @@ -9458,7 +9860,7 @@ p, li { white-space: pre-wrap; } Neutral - + @@ -9468,68 +9870,281 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous Ανώνυμος - + ID - + ID Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Δημοσια + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Κατάσταση: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + Άγνωστο + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + @@ -9539,70 +10154,70 @@ p, li { white-space: pre-wrap; } Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + Ευχαριστούμε, <br> - - - - + + + + People - + @@ -9611,99 +10226,89 @@ p, li { white-space: pre-wrap; } Το άβατάρ σας - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9747,7 +10352,7 @@ p, li { white-space: pre-wrap; } To be generated - + @@ -9771,27 +10376,27 @@ p, li { white-space: pre-wrap; } Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + @@ -9815,7 +10420,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9831,27 +10436,27 @@ p, li { white-space: pre-wrap; } Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9869,7 +10474,7 @@ p, li { white-space: pre-wrap; } GXSId - + @@ -9879,27 +10484,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9912,7 +10517,7 @@ p, li { white-space: pre-wrap; } - + Copy Αντίγραφη @@ -9948,17 +10553,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10013,7 +10618,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Προσθήκη φίλου @@ -10029,7 +10634,7 @@ p, li { white-space: pre-wrap; } - + Options Επιλογές @@ -10063,12 +10668,12 @@ p, li { white-space: pre-wrap; } Οδηγός γρήγορης έναρξης - + RetroShare %1 a secure decentralized communication platform Το RetroShare %1 ειναι μια πλατφόρμα ασφαλούς αποκεντρωμένης επικοινωνίας - + Unfinished Ημιτελής @@ -10108,7 +10713,7 @@ p, li { white-space: pre-wrap; } Open Messenger - + @@ -10186,7 +10791,7 @@ p, li { white-space: pre-wrap; } Θέλετε πραγματικά να αποχωρησετε απο το RetroShare ? - + Internal Error Εσωτερικό σφάλμα @@ -10223,15 +10828,15 @@ p, li { white-space: pre-wrap; } ServicePermissions - + Service permissions matrix - + - + Add Προσθηκη @@ -10243,29 +10848,29 @@ p, li { white-space: pre-wrap; } Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose Συνθέση @@ -10367,19 +10972,19 @@ p, li { white-space: pre-wrap; } - + Tags Ετικέτες Address list: - + Recommend this friend - + @@ -10389,7 +10994,7 @@ p, li { white-space: pre-wrap; } Set Text background color - + @@ -10489,17 +11094,17 @@ p, li { white-space: pre-wrap; } All addresses (mixed) - + All people - + My contacts - + @@ -10527,7 +11132,7 @@ p, li { white-space: pre-wrap; } Γεια σου % 1, <br><br>%2 θέλει να είναι φίλοι μαζί σας σχετικά στο RetroShare.<br><br>Απάντηση τώρα: <br>%3 <br><br>ευχαριστώ, <br>η ομάδα του RetroShare - + Save Message Αποθηκεύση μυνηματος @@ -10810,49 +11415,49 @@ Do you want to save message ? Από: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + @@ -10860,9 +11465,9 @@ Do you want to save message ? Ευχαριστούμε, <br> - + Distant identity: - + @@ -10872,12 +11477,12 @@ Do you want to save message ? Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10885,22 +11490,22 @@ Do you want to save message ? Everyone - + Contacts - + Επαφές Nobody - + Accept encrypted distant messages from - + @@ -10970,12 +11575,12 @@ Do you want to save message ? Distant messages: - + Load embedded images - + @@ -11105,17 +11710,17 @@ Do you want to save message ? Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11539,7 +12144,7 @@ Do you want to save message ? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11636,7 +12241,7 @@ Do you want to save message ? This message goes to a distant person. - + @@ -11656,22 +12261,22 @@ Do you want to save message ? Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11682,7 +12287,7 @@ Do you want to save message ? RetroShare Αγγελιοφόρος - + Add a Friend Προσθήκη φίλου @@ -11697,17 +12302,17 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11965,7 +12570,7 @@ Do you want to save message ? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12083,57 +12688,57 @@ Right-click and select 'make friend' to be able to connect. Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + @@ -12143,14 +12748,14 @@ Right-click and select 'make friend' to be able to connect. Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12181,7 +12786,7 @@ Reported error: Freeze - + @@ -12242,17 +12847,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12329,7 +12934,7 @@ Reported error: Ip security - + @@ -12399,7 +13004,7 @@ Reported error: <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12429,7 +13034,7 @@ Reported error: Disable All Toasters - + @@ -12439,7 +13044,7 @@ Reported error: Disable All Toaster temporarily - + @@ -12449,7 +13054,7 @@ Reported error: Systray - + @@ -12459,23 +13064,23 @@ Reported error: Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase PGP βασική φράση πρόσβασης @@ -12495,12 +13100,12 @@ Reported error: Το RetroShare εντόπισε ενα μη καταγεγραμμένο plugin. Αυτό συμβαίνει σε δύο περιπτώσεις: <UL><LI>Το executable αλλάξε.</LI><LI>Το plugin έχει αλλάξει</LI></UL>Πατηστε στο Ναι για να επιτραπει αυτό το plugin, ή οχι για να αρνηθη. Μπορείτε να αλλάξετε γνώμη αργότερα στις επιλογές-> Plugins, στη συνέχεια, κάντε επανεκκίνηση. - + Please check your system clock. Παρακαλώ ελέγξτε το ρολόι του συστήματός σας. - + Examining shared files... Εξέταση κοινόχρηστων αρχείων... @@ -12536,14 +13141,14 @@ Reported error: Κρυπτογραφημένο μήνυμα - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12578,7 +13183,7 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12598,37 +13203,37 @@ Low Traffic: 10% standard traffic and TODO: pauses all file-transfers PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12638,7 +13243,7 @@ Low Traffic: 10% standard traffic and TODO: pauses all file-transfers No trust - + @@ -12658,31 +13263,31 @@ Low Traffic: 10% standard traffic and TODO: pauses all file-transfers Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12692,72 +13297,133 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Περιλαμβάνουν υπογραφές + + + Options + Επιλογές + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Σφάλμα: οι peer λεπτομέρειες δεν μπορουν να παρθουν. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) Ο παρεχόμενος αλγόριθμος κλειδιού δεν υποστηρίζεται από το RetroShare⏎ (κλειδιά RSA μόνο υποστηρίζονται προς το παρόν) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12775,28 +13441,28 @@ p, li { white-space: pre-wrap; } Η εμπιστοσύνη σας στο συγκεκριμένο ομότιμο δεν υπαρχει. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure Αποτυχια υπογραφης @@ -12806,19 +13472,19 @@ p, li { white-space: pre-wrap; } Μαλλον ο κωδικος ειναι λαθος - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12967,26 +13633,80 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -13077,7 +13797,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13090,7 +13810,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13103,7 +13823,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13250,7 +13970,7 @@ requesting to edit it! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13319,37 +14039,37 @@ p, li { white-space: pre-wrap; }⏎ base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13372,7 +14092,7 @@ p, li { white-space: pre-wrap; }⏎ Widget for plugin %1 not found on plugins frame - + @@ -13390,12 +14110,12 @@ p, li { white-space: pre-wrap; }⏎ Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + @@ -13409,7 +14129,7 @@ p, li { white-space: pre-wrap; }⏎ [loading problem] - + @@ -13452,7 +14172,7 @@ malicious behavior of crafted plugins. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13529,32 +14249,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13587,7 +14307,7 @@ malicious behavior of crafted plugins. You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + @@ -13597,7 +14317,7 @@ malicious behavior of crafted plugins. Submit a new Post - + @@ -13630,12 +14350,12 @@ malicious behavior of crafted plugins. <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + @@ -13688,7 +14408,7 @@ malicious behavior of crafted plugins. Update Topic - + @@ -13701,7 +14421,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13717,7 +14437,7 @@ malicious behavior of crafted plugins. Posted Description - + @@ -13727,7 +14447,7 @@ malicious behavior of crafted plugins. New Posted - + @@ -13738,7 +14458,7 @@ malicious behavior of crafted plugins. PostedItem - + 0 0 @@ -13749,7 +14469,7 @@ malicious behavior of crafted plugins. - + Comments Σχολια @@ -13761,12 +14481,12 @@ malicious behavior of crafted plugins. Vote up - + Vote down - + @@ -13784,7 +14504,17 @@ malicious behavior of crafted plugins. Νεο - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Αναγνωση καταστασης της εναλλαγης μυνηματος @@ -13794,7 +14524,7 @@ malicious behavior of crafted plugins. Απομακρυνση στοιχειου - + Loading Φορτωση @@ -13854,7 +14584,7 @@ malicious behavior of crafted plugins. Submit a new Post - + @@ -13879,7 +14609,7 @@ malicious behavior of crafted plugins. 1-10 - + 1-10 @@ -13897,7 +14627,7 @@ malicious behavior of crafted plugins. Open each topic in a new tab - + @@ -14045,28 +14775,28 @@ and use the import button to load it <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -14254,9 +14984,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Επιβεβαίωση @@ -14266,7 +14996,7 @@ p, li { white-space: pre-wrap; } Θέλετε αυτός ο σύνδεσμος να αντιμετωπιστεί από το σύστημά σας; - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14274,7 +15004,7 @@ and open the Make Friend Wizard. - + Add file Προσθηκη το αρχείο @@ -14294,12 +15024,17 @@ and open the Make Friend Wizard. Θέλετε να επεξεργαστεί %1 συνδέσεις; - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 από %2 eMule ομάδα + Ultra σύνδεσμο επεξεργασία. @@ -14408,6 +15143,21 @@ and open the Make Friend Wizard. Channel messages not found Μυνηματα καναλιων δεν βρέθηκαν + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14451,7 +15201,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Αποτέλεσμα - + Unable to make path Δεν είναι δυνατή η διαδρομή @@ -14466,7 +15216,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Απέτυχε να επεξεργαστεί το αρχείο συλλογής - + Deny friend Αρνησει φίλου @@ -14486,7 +15236,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Ακυρώθηκε η αίτηση αρχειου - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Αυτή η έκδοση του RetroShare χρησιμοποιεί το OpenPGP-SDK. Ως παρενέργεια, δεν χρησιμοποιεί το κοινό σύστημα διαχείρισης κλειδιών του PGP, αλλά έχει είναι δική ΜΠΡΕΛΟΚ συμμερίζονται όλες οι παρουσίες RetroShare. <br><br>Δεν φαίνεται να έχουν ένα τέτοιο μπρελόκ, αν και τα κλειδιά του PGP αναφέρονται από τους υπάρχοντες λογαριασμούς eMule ομάδα + Ultra, πιθανώς επειδή έχετε αλλάξει μόνο σε αυτήν την νέα έκδοση του λογισμικού. @@ -14497,12 +15247,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Απέτυχε η αναγνωριση. Σφαλμα ή λείπει η εγκατάσταση του PGP. @@ -14512,12 +15262,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Παρουσιάστηκε μη αναμενόμενο σφάλμα. Παρακαλούμε να το αναφέρετε» RsInit::InitRetroShare απροσδόκητη επιστροφή κωδικός % 1». - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Παρουσιάστηκε μη αναμενόμενο σφάλμα. Παρακαλούμε να το αναφέρετε» RsInit::InitRetroShare απροσδόκητη επιστροφή κωδικός % 1». - + Multiple instances Πολλές εμφανίσεις @@ -14539,24 +15289,23 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - Start with a RetroShare link is only supported for Windows. - Έναρξη με μια RetroShare σύνδεση που υποστηρίζεται μόνο απο το Windows. + Έναρξη με μια RetroShare σύνδεση που υποστηρίζεται μόνο απο το Windows. Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14564,27 +15313,27 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + @@ -14594,37 +15343,37 @@ Reported error is: TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + @@ -14639,26 +15388,26 @@ Reported error is: Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago %1 δευτερόλεπτα πριν @@ -14711,39 +15460,39 @@ Reported error is: Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error Σφάλμα unable to parse XML file! - + @@ -14758,12 +15507,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14886,10 +15635,10 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -14936,7 +15685,7 @@ p, li { white-space: pre-wrap; }⏎ RetroShare Page Display Style - + @@ -14946,21 +15695,21 @@ p, li { white-space: pre-wrap; }⏎ ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -14975,8 +15724,8 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15026,7 +15775,7 @@ p, li { white-space: pre-wrap; } Browsable - + @@ -15036,12 +15785,12 @@ p, li { white-space: pre-wrap; } If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -15049,12 +15798,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + Θέλετε να διακόψετε την κοινή χρήση αυτόυ του κατάλογου ? @@ -15085,12 +15834,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -15098,60 +15847,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15259,7 +16008,7 @@ p, li { white-space: pre-wrap; } <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15293,22 +16042,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15326,28 +16075,28 @@ p, li { white-space: pre-wrap; } Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15379,12 +16128,12 @@ p, li { white-space: pre-wrap; } Λυψη! - + File Αρχειο - + Size Μεγεθος @@ -15401,7 +16150,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Μερικά ονόματα αρχείων ή κατάλογων περιεχουν απαγορευμένους χαρακτήρες. Χαρακτήρες <b>", |, /, \, &lt;&gt;,, *,</b> θα αντικατασταθούν από '_'. @@ -15420,12 +16169,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + @@ -15435,7 +16184,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + @@ -15448,36 +16197,41 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Αποθηκευση - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + @@ -15489,12 +16243,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Real File Count=%1 - + Save Collection File. - + @@ -15509,32 +16263,32 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + @@ -15585,12 +16339,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + @@ -15605,7 +16359,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15621,7 +16375,7 @@ If you believe it is correct, remove the corresponding line from the file and re RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? Η εικόνα είναι πολυ μεγαλη για μετάδοση. @@ -15633,13 +16387,13 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. Επαναφέρει όλα της αποθηκευμένα ρυθμίσεις της RetroShare. @@ -15679,7 +16433,7 @@ Reducing image to %1x%2 pixels? Πληροφορίες χρήσης RetroShare - + Unable to open log file '%1': %2 Δεν είναι δυνατή η ανοιχτό αρχείο καταγραφής '% 1': %2 @@ -15691,27 +16445,36 @@ Reducing image to %1x%2 pixels? Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15987,7 +16750,7 @@ Reducing image to %1x%2 pixels? Modify Collection... - + @@ -16041,7 +16804,7 @@ Reducing image to %1x%2 pixels? Peer Name: - + @@ -16058,33 +16821,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16217,27 +16980,27 @@ Reducing image to %1x%2 pixels? Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16250,12 +17013,12 @@ Reducing image to %1x%2 pixels? Network Mode - + Τυπος δικτυου Nat - + @@ -16343,7 +17106,7 @@ Reducing image to %1x%2 pixels? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Εάν καταργήσετε την επιλογή αυτή, το RetroShare μπορεί να καθορίσει μόνο IP σας όταν συνδέεστε σε κάποιον. Αφήνοντας αυτό ελέγχεται βοηθά τη σύνδεση όταν έχετε μερικούς φίλους. Βοηθά επίσης εάν είστε πίσω από ένα τείχος προστασίας ή ένα VPN. @@ -16361,12 +17124,12 @@ behind a firewall or a VPN. Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + @@ -16376,75 +17139,75 @@ behind a firewall or a VPN. Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + @@ -16454,27 +17217,27 @@ Also check your ports! Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16489,18 +17252,18 @@ Also check your ports! IP Filters - + IP blacklist - + IP range - + @@ -16514,13 +17277,13 @@ Also check your ports! Origin - + Reason - + @@ -16532,158 +17295,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16701,73 +17464,73 @@ If you have issues connecting over Tor check the Tor logs too. <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16780,22 +17543,22 @@ If you have issues connecting over Tor check the Tor logs too. Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16803,7 +17566,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16818,12 +17581,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16880,7 +17643,7 @@ If you have issues connecting over Tor check the Tor logs too. Share flags and groups: - + @@ -16898,13 +17661,13 @@ If you have issues connecting over Tor check the Tor logs too. Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -17015,7 +17778,7 @@ Select the Friends with which you want to Share your Channel. This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -17134,7 +17897,7 @@ Select the Friends with which you want to Share your Channel. Modify Collection... - + @@ -17157,12 +17920,12 @@ Select the Friends with which you want to Share your Channel. Go Online - + Chatmessage - + @@ -17178,7 +17941,7 @@ Select the Friends with which you want to Share your Channel. Message arrived - + @@ -17193,7 +17956,7 @@ Select the Friends with which you want to Share your Channel. Lobby - + @@ -17236,7 +17999,7 @@ Select the Friends with which you want to Share your Channel. Default - + Προεπιλογή @@ -17244,18 +18007,18 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile Φορτωση του προφιλ @@ -17326,9 +18089,9 @@ The current identities/locations will not be affected. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17337,7 +18100,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17346,7 +18109,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17355,7 +18118,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17409,12 +18172,12 @@ This choice can be reverted in settings. ServicePermissions - + Service permissions matrix - + @@ -17429,12 +18192,12 @@ This choice can be reverted in settings. Turtle Router - + Global Router - + @@ -17541,7 +18304,7 @@ This choice can be reverted in settings. Connected: I2P - + @@ -17556,57 +18319,57 @@ This choice can be reverted in settings. TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17626,7 +18389,7 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -17639,7 +18402,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -17803,17 +18566,17 @@ p, li { white-space: pre-wrap; }⏎ SubscribeToolButton - + Subscribed Εγγεγραμμένος - + Unsubscribe Καταργηση εγγραφης - + Subscribe Εγγραφη @@ -17872,12 +18635,12 @@ p, li { white-space: pre-wrap; }⏎ All Toasters are disabled - + Toasters are enabled - + @@ -17932,11 +18695,11 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -17955,27 +18718,27 @@ p, li { white-space: pre-wrap; }⏎ <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -18010,7 +18773,7 @@ p, li { white-space: pre-wrap; }⏎ TransfersDialog - + Downloads Λήψεις @@ -18021,7 +18784,7 @@ p, li { white-space: pre-wrap; }⏎ Προσθήκες - + Name i.e: file name @@ -18262,7 +19025,7 @@ p, li { white-space: pre-wrap; }⏎ <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18291,39 +19054,39 @@ p, li { white-space: pre-wrap; }⏎ - + Failed Απέτυχε - - + + Okay Εντάξει - - + + Waiting Αναμονή - + Downloading Λυψη - + Complete Ολοκλήρωθηκε - + Queued Στην ουρά @@ -18343,7 +19106,7 @@ p, li { white-space: pre-wrap; }⏎ Άγνωστο - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18427,25 +19190,25 @@ Try to be patient! Παρακαλούμε εισάγετε ένα νέο--και έγκυρο--όνομα αρχείου - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Επεκταση ολων Collapse all - + Σύμπτυξη όλων @@ -18455,12 +19218,12 @@ Try to be patient! Show Size Column - + Show Completed Column - + @@ -18475,12 +19238,12 @@ Try to be patient! Progress / Availability - + Πρόοδος / διαθεσιμότητα Show Progress / Availability Column - + @@ -18490,47 +19253,47 @@ Try to be patient! Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Χρονος λυψης Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + @@ -18540,7 +19303,7 @@ Try to be patient! File Transfers - + @@ -18556,27 +19319,27 @@ Try to be patient! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... Δημιουργία Συλλογής ... Modify Collection... - + @@ -18589,22 +19352,22 @@ Try to be patient! Συλλογή - + File sharing Κοινή χρήση αρχείων - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: έκδοση: @@ -18763,12 +19526,12 @@ Try to be patient! Anonymous tunnels - + Authenticated tunnels - + @@ -18778,7 +19541,7 @@ Try to be patient! Turtle Router - + @@ -18826,7 +19589,7 @@ Try to be patient! Forwarded data - + @@ -18955,7 +19718,7 @@ Try to be patient! Enable Retroshare WEB Interface - + @@ -18965,47 +19728,47 @@ Try to be patient! Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -19233,7 +19996,7 @@ Try to be patient! Show Wiki Group - + @@ -19404,7 +20167,7 @@ Try to be patient! Update Group - + @@ -19634,4 +20397,4 @@ Try to be patient! Εικόνες (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts index b41e1edaa..751263aa0 100644 --- a/retroshare-gui/src/lang/retroshare_en.ts +++ b/retroshare-gui/src/lang/retroshare_en.ts @@ -759,7 +759,7 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s @@ -1037,6 +1037,11 @@ p, li { white-space: pre-wrap; } Mute participant + + + Ban this person (Sets negative opinion) + + Send Message @@ -1053,7 +1058,7 @@ p, li { white-space: pre-wrap; } - + Invite friends to this lobby @@ -1073,7 +1078,7 @@ p, li { white-space: pre-wrap; } - + Welcome to lobby %1 @@ -1089,7 +1094,7 @@ p, li { white-space: pre-wrap; } - + Lobby management @@ -1136,12 +1141,12 @@ p, li { white-space: pre-wrap; } - + Start private chat - + Decryption failed. @@ -1226,12 +1231,12 @@ p, li { white-space: pre-wrap; } ChatLobbyWidget - + Chat lobbies - + Name @@ -1269,7 +1274,7 @@ p, li { white-space: pre-wrap; } - + Selected lobby info @@ -1309,7 +1314,7 @@ p, li { white-space: pre-wrap; } - + Search Chat lobbies @@ -1349,7 +1354,7 @@ p, li { white-space: pre-wrap; } - + Lobby Name: @@ -1514,7 +1519,7 @@ Double click lobbies to enter and chat. - + Quick Message @@ -1523,12 +1528,12 @@ Double click lobbies to enter and chat. ChatPage - + General - + Distant Chat @@ -1602,6 +1607,11 @@ Double click lobbies to enter and chat. Send message with Ctrl+Return + + + Send as plain text by default + + Chat Lobby @@ -1707,7 +1717,7 @@ Double click lobbies to enter and chat. - + Incoming message in history @@ -1842,7 +1852,7 @@ Double click lobbies to enter and chat. - + Private chat invite from @@ -1865,7 +1875,7 @@ Double click lobbies to enter and chat. ChatStyle - + Standard style for group chat @@ -1919,12 +1929,12 @@ Double click lobbies to enter and chat. - + Send - + Bold @@ -1939,12 +1949,12 @@ Double click lobbies to enter and chat. - + Attach a Picture - + Strike @@ -1995,7 +2005,7 @@ Double click lobbies to enter and chat. - + Quote @@ -2020,17 +2030,45 @@ Double click lobbies to enter and chat. - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? - + Add Extra File @@ -2075,7 +2113,7 @@ Double click lobbies to enter and chat. - + Find Case Sensitively @@ -2097,7 +2135,7 @@ Double click lobbies to enter and chat. - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> @@ -2112,12 +2150,12 @@ Double click lobbies to enter and chat. - + (Status) - + Set text font & color @@ -2127,7 +2165,7 @@ Double click lobbies to enter and chat. - + WARNING: Could take a long time on big history. @@ -2138,17 +2176,12 @@ Double click lobbies to enter and chat. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - - %1This message consists of %2 characters. - - - - + items found. @@ -2163,22 +2196,12 @@ Double click lobbies to enter and chat. - - Display Search Box - - - - - Search Box - - - - + Type a message here - + Don't stop to color after @@ -2187,11 +2210,6 @@ Double click lobbies to enter and chat. items found (need more CPU) - - - Warning: - - CircleWidget @@ -2209,7 +2227,7 @@ Double click lobbies to enter and chat. CirclesDialog - + Showing details: @@ -2231,7 +2249,7 @@ Double click lobbies to enter and chat. - + Personal Circles @@ -2257,7 +2275,7 @@ Double click lobbies to enter and chat. - + Friends @@ -2317,7 +2335,7 @@ Double click lobbies to enter and chat. - + External Circles (Admin) @@ -2341,7 +2359,7 @@ Double click lobbies to enter and chat. ConfCertDialog - + Details @@ -2357,7 +2375,7 @@ Double click lobbies to enter and chat. - + Local Address @@ -2384,36 +2402,31 @@ Double click lobbies to enter and chat. - + + Use this certificate to make friends: + + + + Include signatures - - + + RetroShare - - + + Error : cannot get peer details. - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption @@ -2428,17 +2441,12 @@ Double click lobbies to enter and chat. - - Options - - - - + Retroshare node details - + Node name : @@ -2473,22 +2481,12 @@ Double click lobbies to enter and chat. - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + Hidden Address @@ -2524,17 +2522,7 @@ Double click lobbies to enter and chat. - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> @@ -3760,68 +3748,56 @@ p, li { white-space: pre-wrap; } CreateCircleDialog - + + + + Circle Details - - + Name - - Creator - - - - - Distribution - - - - + Public - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs - - Known Identities - - - - + Filter - + Nickname - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID @@ -3831,55 +3807,84 @@ p, li { white-space: pre-wrap; } - - - - + + Name: + + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare - + Please set a name for your Circle - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + No Circle Limitations Selected - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add @@ -3889,13 +3894,13 @@ p, li { white-space: pre-wrap; } - + Search - + All @@ -3910,49 +3915,94 @@ p, li { white-space: pre-wrap; } - + Edit Circle - - + PGP Identity - - - + + + Anon Id + + + Circle name + + + + + Update + + + Close + + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group - - Group Name + + Group Name: - + + Group ID: + + + + Enter a name for your group - + + To be defined + + + + Friends @@ -4111,7 +4161,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message @@ -4156,12 +4206,12 @@ p, li { white-space: pre-wrap; } - + No Forum - + In Reply to @@ -4187,9 +4237,19 @@ p, li { white-space: pre-wrap; } Add Extra File + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data @@ -4199,12 +4259,12 @@ p, li { white-space: pre-wrap; } - + Send - + Forum Message @@ -5650,7 +5710,7 @@ you plug it in. - + Group @@ -5691,7 +5751,7 @@ you plug it in. - + Search @@ -5701,7 +5761,7 @@ you plug it in. - + Move to group @@ -5736,12 +5796,12 @@ you plug it in. - + Do you want to remove this Friend? - + Done! @@ -5784,7 +5844,7 @@ at least one peer was not added to a group - Select file for importing yoour friendlist from + Select file for importing your friendlist from @@ -5827,7 +5887,7 @@ at least one peer was not added to a group - + Attempt to connect @@ -5857,7 +5917,7 @@ at least one peer was not added to a group - + Do you want to remove this node? @@ -5867,7 +5927,7 @@ at least one peer was not added to a group - + Send message to whole group @@ -5930,7 +5990,7 @@ at least one peer was not added to a group - + Mark all @@ -6123,7 +6183,12 @@ anonymous, you can use a fake email. - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> @@ -6187,7 +6252,7 @@ anonymous, you can use a fake email. - + Failed to generate your new certificate, maybe PGP password is wrong! @@ -6220,7 +6285,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + Create a new profile @@ -6271,12 +6336,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length @@ -6426,12 +6486,12 @@ and use the import button to load it - + Profile generation failure - + Missing PGP certificate @@ -6497,7 +6557,7 @@ Fill in your PGP password when asked, to sign your new key. - Register retroshare:// as URL protocol (Restart required) + Register retroshare:// as URL protocol @@ -6506,7 +6566,27 @@ Fill in your PGP password when asked, to sign your new key. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle @@ -6526,7 +6606,17 @@ Fill in your PGP password when asked, to sign your new key. - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error @@ -6547,7 +6637,7 @@ Fill in your PGP password when asked, to sign your new key. - + Minimize to Tray Icon @@ -6797,26 +6887,26 @@ p, li { white-space: pre-wrap; } - Data size + Stored data size + + + + + Receive time (secs ago) + Sending time (secs ago) + + + + Data hash - - Received - - - - - Send - - - - + Branching factor @@ -6872,6 +6962,14 @@ p, li { white-space: pre-wrap; } + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -7005,17 +7103,22 @@ p, li { white-space: pre-wrap; } - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - - Share channel admin permissions - - - - + Share forum admin permissions @@ -7034,11 +7137,6 @@ p, li { white-space: pre-wrap; } You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - - GroupTreeWidget @@ -7082,18 +7180,23 @@ p, li { white-space: pre-wrap; } Sort by Posts + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + + Display - - You have admin rights - - - - + Subscribe to download and read messages @@ -7438,6 +7541,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status @@ -7448,7 +7561,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -7485,12 +7598,12 @@ p, li { white-space: pre-wrap; } - + Channel Feed - + Files @@ -7530,12 +7643,12 @@ p, li { white-space: pre-wrap; } - + Loading - + Open @@ -7553,7 +7666,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel @@ -7568,7 +7681,7 @@ p, li { white-space: pre-wrap; } - + Title @@ -7603,7 +7716,32 @@ p, li { white-space: pre-wrap; } - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download @@ -7623,7 +7761,23 @@ p, li { white-space: pre-wrap; } - + + Administrator: + + + + + + unknown + + + + + Distribution: + + + + Feeds @@ -7633,17 +7787,17 @@ p, li { white-space: pre-wrap; } - + Subscribers - + Description: - + Posts (at neighbor nodes): @@ -7923,7 +8077,7 @@ before you can comment - + Start new Thread for Selected Forum @@ -7949,7 +8103,7 @@ before you can comment - + Title @@ -7962,7 +8116,7 @@ before you can comment - + Author @@ -7973,7 +8127,7 @@ before you can comment - + Loading @@ -8107,6 +8261,11 @@ before you can comment + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 @@ -8116,7 +8275,42 @@ before you can comment - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam @@ -8220,7 +8414,7 @@ before you can comment - + Forum name @@ -8235,7 +8429,7 @@ before you can comment - + Description @@ -8245,7 +8439,7 @@ before you can comment - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> @@ -8323,13 +8517,13 @@ before you can comment GxsGroupDialog - - + + Name - + Add Icon @@ -8344,7 +8538,7 @@ before you can comment - + check peers you would like to share private publish key with @@ -8354,36 +8548,36 @@ before you can comment - - + + Description - + Message Distribution - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public - - - Restricted to Group - - - - - + Only For Your Friends - + Publish Signatures @@ -8429,12 +8623,11 @@ before you can comment - Comments - + Allow Comments @@ -8449,68 +8642,104 @@ before you can comment - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids + + Comments: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + TextLabel - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name - + + PGP signature from known ID required + + + + Load Group Logo - + Submit Group Changes - + Failed to Prepare Group MetaData - please Review - + Will be used to send feedback @@ -8520,52 +8749,82 @@ before you can comment - + Set a descriptive description here - + Info - - Comments allowed - - - - - Comments not allowed - - - - + ID - + Last Post + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity - + Posts - - Type - - - - + Author @@ -8623,7 +8882,12 @@ before you can comment - + + Share publish permissions + + + + Copy RetroShare Link @@ -8638,25 +8902,20 @@ before you can comment - + AUTHD - - - Share admin permissions - - GxsIdChooser - + No Signature - + Create new Identity @@ -8664,7 +8923,7 @@ before you can comment GxsIdDetails - + Loading @@ -9083,7 +9342,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details @@ -9267,13 +9526,14 @@ p, li { white-space: pre-wrap; } IdDialog - + + New ID - - + + All @@ -9289,27 +9549,32 @@ p, li { white-space: pre-wrap; } - - Unknown real name - - - - + Anonymous Id - + Create new Identity + + + Create new circle + + Persons - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9321,7 +9586,34 @@ p, li { white-space: pre-wrap; } - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity @@ -9342,7 +9634,7 @@ p, li { white-space: pre-wrap; } - + Owner node ID : @@ -9352,22 +9644,22 @@ p, li { white-space: pre-wrap; } - + () - + Identity ID - + Send message - + Identity info @@ -9392,7 +9684,7 @@ p, li { white-space: pre-wrap; } - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> @@ -9432,22 +9724,12 @@ p, li { white-space: pre-wrap; } - - Contacts - - - - - Owned by you - - - - + Anonymous - + ID @@ -9457,23 +9739,246 @@ p, li { white-space: pre-wrap; } - + This identity is owned by you - - Unknown PGP key + + My own identities + + + + + My contacts + + + + + Owned by myself - - Unknown key ID + Linked to my node - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node @@ -9498,7 +10003,7 @@ p, li { white-space: pre-wrap; } - + Add to Contacts @@ -9553,10 +10058,10 @@ p, li { white-space: pre-wrap; } - - - - + + + + People @@ -9567,12 +10072,7 @@ p, li { white-space: pre-wrap; } - - Linked to your node - - - - + Linked to neighbor nodes @@ -9582,12 +10082,7 @@ p, li { white-space: pre-wrap; } - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node @@ -9602,7 +10097,7 @@ p, li { white-space: pre-wrap; } - + Chat with this person @@ -9622,7 +10117,7 @@ p, li { white-space: pre-wrap; } - + +50 Known PGP @@ -9637,17 +10132,17 @@ p, li { white-space: pre-wrap; } - + Do you really want to delete this identity? - + Owned by - + Node name: @@ -9657,7 +10152,7 @@ p, li { white-space: pre-wrap; } - + Really delete? @@ -9835,25 +10330,25 @@ p, li { white-space: pre-wrap; } - + GXS name: - - + + PGP name: - + GXS id: - + PGP id: @@ -9868,7 +10363,7 @@ p, li { white-space: pre-wrap; } - + Copy @@ -9969,7 +10464,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend @@ -9985,7 +10480,7 @@ p, li { white-space: pre-wrap; } - + Options @@ -10019,12 +10514,12 @@ p, li { white-space: pre-wrap; } - + RetroShare %1 a secure decentralized communication platform - + Unfinished @@ -10138,7 +10633,7 @@ p, li { white-space: pre-wrap; } - + Internal Error @@ -10183,7 +10678,7 @@ p, li { white-space: pre-wrap; } - + Add @@ -10217,7 +10712,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose @@ -10319,7 +10814,7 @@ p, li { white-space: pre-wrap; } - + Tags @@ -10479,7 +10974,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -10760,7 +11255,7 @@ Do you want to save message ? - + Friend Nodes @@ -10810,7 +11305,7 @@ Do you want to save message ? - + Distant identity: @@ -11632,7 +12127,7 @@ Do you want to save message ? - + Add a Friend @@ -12417,7 +12912,7 @@ Reported error: NotifyQt - + PGP key passphrase @@ -12437,12 +12932,12 @@ Reported error: - + Please check your system clock. - + Examining shared files... @@ -12478,12 +12973,12 @@ Reported error: - + Please enter your PGP password for key - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). @@ -12605,7 +13100,7 @@ Reported error: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12654,7 +13149,12 @@ p, li { white-space: pre-wrap; } - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> @@ -12663,6 +13163,62 @@ p, li { white-space: pre-wrap; } Include signatures + + + Options + + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details @@ -12670,26 +13226,26 @@ p, li { white-space: pre-wrap; } - - + + RetroShare - - - + + + Error : cannot get peer details. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. @@ -12714,7 +13270,7 @@ p, li { white-space: pre-wrap; } - + This key has signed your own PGP key @@ -12735,7 +13291,7 @@ p, li { white-space: pre-wrap; } - + Signature Failure @@ -12745,7 +13301,7 @@ p, li { white-space: pre-wrap; } - + You haven't set a trust level for this key. @@ -12906,16 +13462,12 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People - - - External - - @@ -12927,6 +13479,64 @@ p, li { white-space: pre-wrap; } Internal + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + + PhotoCommentItem @@ -13661,7 +14271,7 @@ malicious behavior of crafted plugins. PostedItem - + 0 @@ -13672,7 +14282,7 @@ malicious behavior of crafted plugins. - + Comments @@ -13707,7 +14317,17 @@ malicious behavior of crafted plugins. - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status @@ -13717,7 +14337,7 @@ malicious behavior of crafted plugins. - + Loading @@ -14177,9 +14797,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation @@ -14189,14 +14809,14 @@ p, li { white-space: pre-wrap; } - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + Add file @@ -14216,12 +14836,17 @@ and open the Make Friend Wizard. - - This file already exists. Do you want to open it ? + + Warning: Retroshare is about to ask your system to open this file. - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. @@ -14330,6 +14955,21 @@ and open the Make Friend Wizard. Channel messages not found + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14372,7 +15012,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + Unable to make path @@ -14387,7 +15027,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + Deny friend @@ -14407,7 +15047,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. @@ -14418,12 +15058,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + RetroShare - + Initialization failed. Wrong or missing installation of PGP. @@ -14433,12 +15073,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances @@ -14457,11 +15097,6 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - - - Start with a RetroShare link is only supported for Windows. - - Distant peer has closed the chat @@ -14486,7 +15121,7 @@ Reported error is: - + Click to send a private message to %1 (%2). @@ -14496,7 +15131,7 @@ Reported error is: - + Click this link to send a private message to %1 (%2) @@ -14536,7 +15171,7 @@ Reported error is: - + You appear to have nodes associated to DSA keys: @@ -14577,7 +15212,7 @@ Reported error is: - + %1 seconds ago @@ -14644,8 +15279,8 @@ Security: no anonymous IDs - - + + This cert is malformed. Error code: @@ -14655,7 +15290,7 @@ Security: no anonymous IDs - + Error @@ -15036,7 +15671,7 @@ p, li { white-space: pre-wrap; } RSettingsWin - + Error Saving Configuration on page @@ -15266,12 +15901,12 @@ p, li { white-space: pre-wrap; } - + File - + Size @@ -15333,12 +15968,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + Collection Editor - + + File Path + + + + File Count @@ -15348,14 +15988,14 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - - + + Real Size: Waiting child... - - + + Real File Count: Waiting child... @@ -15506,7 +16146,7 @@ If you believe it is correct, remove the corresponding line from the file and re RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? @@ -15523,7 +16163,7 @@ Reducing image to %1x%2 pixels? Rshare - + Resets ALL stored RetroShare settings. @@ -15563,7 +16203,7 @@ Reducing image to %1x%2 pixels? - + Unable to open log file '%1': %2 @@ -15578,12 +16218,12 @@ Reducing image to %1x%2 pixels? - + Revision - + Invalid language code specified: @@ -15598,6 +16238,15 @@ Reducing image to %1x%2 pixels? + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + + + RttStatistics @@ -17139,7 +17788,7 @@ Select the Friends with which you want to Share your Channel. SplashScreen - + Load profile @@ -17679,17 +18328,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed - + Unsubscribe - + Subscribe @@ -17879,7 +18528,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads @@ -17890,7 +18539,7 @@ p, li { white-space: pre-wrap; } - + Name i.e: file name @@ -18160,39 +18809,39 @@ p, li { white-space: pre-wrap; } - + Failed - - + + Okay - - + + Waiting - + Downloading - + Complete - + Queued @@ -18212,7 +18861,7 @@ p, li { white-space: pre-wrap; } - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18294,7 +18943,7 @@ Try to be patient! - + Last Time Seen i.e: Last Time Receiced Data @@ -18426,7 +19075,7 @@ Try to be patient! - + Could not delete preview file @@ -18436,7 +19085,7 @@ Try to be patient! - + Create Collection... @@ -18456,22 +19105,22 @@ Try to be patient! - + File sharing - + Anonymous tunnel 0x - + Show file list transfers - + version: diff --git a/retroshare-gui/src/lang/retroshare_es.ts b/retroshare-gui/src/lang/retroshare_es.ts index 1fdde840d..0dc44757c 100644 --- a/retroshare-gui/src/lang/retroshare_es.ts +++ b/retroshare-gui/src/lang/retroshare_es.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Lo siento, no se ha encontrado el comando de sistema por defecto para este archivo @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -775,7 +777,7 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot BWGraphSource - + KB/s KB/s @@ -1053,6 +1055,11 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot Mute participant Participante silencioso + + + Ban this person (Sets negative opinion) + + Send Message @@ -1069,7 +1076,7 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot Ordenar por actividad - + Invite friends to this lobby Invitar a sus amigos a este grupo @@ -1089,7 +1096,7 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot Seleccione amigos para invitar: - + Welcome to lobby %1 Bienvenido a esta sala %1 @@ -1105,7 +1112,7 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot Sala de chat - + Lobby management @@ -1152,12 +1159,12 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot segundos - + Start private chat Iniciar conversación privada - + Decryption failed. Fallo al descrifrar. @@ -1242,12 +1249,12 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot ChatLobbyWidget - + Chat lobbies Salas de chat - + Name Nombre @@ -1285,7 +1292,7 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot [Ningún tema propuesto] - + Selected lobby info Información sobre la sala @@ -1325,7 +1332,7 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot %1 le invita a la sala de chat llamada %2 - + Search Chat lobbies Buscar salas de chat @@ -1365,7 +1372,7 @@ Pero recuerde: Todos los estos datos *SE PERDERÁN* cuando se actualice los prot No - + Lobby Name: Nombre de la sala: @@ -1532,7 +1539,7 @@ Haga doble clic en las salas para entrar y charlar. Cancelar - + Quick Message Mensaje instantáneo @@ -1541,12 +1548,12 @@ Haga doble clic en las salas para entrar y charlar. ChatPage - + General General - + Distant Chat Chat remoto @@ -1620,6 +1627,11 @@ Haga doble clic en las salas para entrar y charlar. Send message with Ctrl+Return Enviar mensajes con Ctrl+Enter + + + Send as plain text by default + + Chat Lobby @@ -1725,7 +1737,7 @@ Haga doble clic en las salas para entrar y charlar. Saliente - + Incoming message in history Historial de mensajes recibidos @@ -1860,7 +1872,7 @@ Haga doble clic en las salas para entrar y charlar. Mostrar Barra por defecto - + Private chat invite from Invitación a chat privado de @@ -1883,7 +1895,7 @@ Haga doble clic en las salas para entrar y charlar. ChatStyle - + Standard style for group chat Plantilla estándar del chat público @@ -1937,12 +1949,12 @@ Haga doble clic en las salas para entrar y charlar. Cerrar - + Send Enviar - + Bold Negrita @@ -1957,12 +1969,12 @@ Haga doble clic en las salas para entrar y charlar. Cursiva - + Attach a Picture Adjuntar una imagen - + Strike Tachado @@ -2013,7 +2025,7 @@ Haga doble clic en las salas para entrar y charlar. Restablecer la fuente por defecto - + Quote Citar @@ -2038,17 +2050,45 @@ Haga doble clic en las salas para entrar y charlar. Guardar imagen - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... está escribiendo... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? ¿Seguro que quiere borrar el historial? - + Add Extra File Añadir otro archivo @@ -2093,7 +2133,7 @@ Haga doble clic en las salas para entrar y charlar. está ocupado e igual no contesta - + Find Case Sensitively Buscar discriminando mayúsculas/minúsculas @@ -2115,7 +2155,7 @@ Haga doble clic en las salas para entrar y charlar. No detenerse a colorear después de que X elementos se encontrasen (necesita más CPU) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Buscar anterior</b><br/><i>Ctrl+Mayús+G</i> @@ -2130,12 +2170,12 @@ Haga doble clic en las salas para entrar y charlar. <b>Buscar </b><br/><i>Ctrl+F</i> - + (Status) (Estado) - + Set text font & color Configurar fuente de texto y color @@ -2145,7 +2185,7 @@ Haga doble clic en las salas para entrar y charlar. Adjuntar un archivo - + WARNING: Could take a long time on big history. ADVERTENCIA: Podría llevar mucho tiempo con una historia amplia. @@ -2156,17 +2196,16 @@ Haga doble clic en las salas para entrar y charlar. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Marcar este texto seleccionado</b><br><i>Ctrl+M</i> - %1This message consists of %2 characters. - %1Este mensaje consiste en %2 caracteres. + %1Este mensaje consiste en %2 caracteres. - + items found. elementos encontrados. @@ -2181,22 +2220,20 @@ Haga doble clic en las salas para entrar y charlar. <b>Volver al texto marcado</b><br><i>Ctrl+M</i> - Display Search Box - Mostrar cuadro de búsqueda + Mostrar cuadro de búsqueda - Search Box - Cuadro de búsqueda + Cuadro de búsqueda - + Type a message here Escriba un mensaje aquí - + Don't stop to color after No parar de colorear tras @@ -2206,9 +2243,8 @@ Haga doble clic en las salas para entrar y charlar. elementos encontrados (se necesita más CPU) - Warning: - Advertencia: + Advertencia: @@ -2227,7 +2263,7 @@ Haga doble clic en las salas para entrar y charlar. CirclesDialog - + Showing details: Mostrando detalles: @@ -2249,7 +2285,7 @@ Haga doble clic en las salas para entrar y charlar. - + Personal Circles Círculos personales @@ -2275,7 +2311,7 @@ Haga doble clic en las salas para entrar y charlar. - + Friends Amigos @@ -2335,7 +2371,7 @@ Haga doble clic en las salas para entrar y charlar. Amigos de sus amigos - + External Circles (Admin) Círculos externos (Admin) @@ -2359,7 +2395,7 @@ Haga doble clic en las salas para entrar y charlar. ConfCertDialog - + Details Detalles @@ -2375,7 +2411,7 @@ Haga doble clic en las salas para entrar y charlar. - + Local Address Dirección local @@ -2402,36 +2438,39 @@ Haga doble clic en las salas para entrar y charlar. Lista de direcciones - + + Use this certificate to make friends: + + + + Include signatures Incluir firmas - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Error: No se pueden obtener los detalles del vecino. - Use as direct source, when available - Utilizar como fuente directa, cuando esté disponible + Utilizar como fuente directa, cuando esté disponible - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">Retroshare comprueba periódicamente sus listas de amigos con archivos navegables que coincidan con sus transferencias, para establecer una transferencia directa. En este caso, su amigo sabe que está descargando el archivo.</p><p align="justify">Para evitar este comportamiento para este único amigo, desactive esta casilla. Todavía puede realizar una transferencia directa si usted lo pide explícitamente , p.ej., descargar la lista de archivos de su amigo. </p></body></html> + <html><head/><body><p align="justify">Retroshare comprueba periódicamente sus listas de amigos con archivos navegables que coincidan con sus transferencias, para establecer una transferencia directa. En este caso, su amigo sabe que está descargando el archivo.</p><p align="justify">Para evitar este comportamiento para este único amigo, desactive esta casilla. Todavía puede realizar una transferencia directa si usted lo pide explícitamente , p.ej., descargar la lista de archivos de su amigo. </p></body></html> - + Encryption Encriptación @@ -2446,17 +2485,16 @@ Haga doble clic en las salas para entrar y charlar. Direcciones del vecino - Options - Opciones + Opciones - + Retroshare node details Detalles del nodo RetroShare - + Node name : Nombre del nodo : @@ -2491,22 +2529,20 @@ Haga doble clic en las salas para entrar y charlar. Certificado de RetroShare - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - <html><head/><body><p>Esta opción le permite descargar automáticamente un fichero que esté recomendado en un mensaje proveniente de este nodo. Esto se puede usar, por ejemplo, para enviar ficheros entre sus propios nodos.</p></body></html> + <html><head/><body><p>Esta opción le permite descargar automáticamente un fichero que esté recomendado en un mensaje proveniente de este nodo. Esto se puede usar, por ejemplo, para enviar ficheros entre sus propios nodos.</p></body></html> - Auto-download recommended files from this node - Auto-descargar los archivos recomendados de este nodo + Auto-descargar los archivos recomendados de este nodo - + Friend node details Detalles del nodo amigo - + Hidden Address Dirección oculta @@ -2542,17 +2578,15 @@ Haga doble clic en las salas para entrar y charlar. <p>Puede usar este certificado para hacer nuevos amigos. Envíelo por correo electrónico, o proporciónelo en mano.</p> - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - <html><head/><body><p>Los pares (peers) que tengan esta opción no pueden conectarse si sus direcciones de conexión no están en la lista blanca. Esto le protege de ataques de redireccionamiento del tráfico. Al usarlo, se informará de los pares rechazados mediante &quot;los elementos de seguridad de las novedades&quot; en la sección de Novedades (feed). Desde allí puede incluir su IP en la lista blanca/negra.</p></body></html> + <html><head/><body><p>Los pares (peers) que tengan esta opción no pueden conectarse si sus direcciones de conexión no están en la lista blanca. Esto le protege de ataques de redireccionamiento del tráfico. Al usarlo, se informará de los pares rechazados mediante &quot;los elementos de seguridad de las novedades&quot; en la sección de Novedades (feed). Desde allí puede incluir su IP en la lista blanca/negra.</p></body></html> - Require white list clearance - Requiere limpiar la lista blanca + Requiere limpiar la lista blanca - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> <html><head/><body><p>Este es el certificado <span style=" font-weight:600;">OpenSSL</span> de la identificación (ID) del nodo, que está firmada por la clave <span style=" font-weight:600;">PGP</span> de arriba. </p></body></html> @@ -3728,11 +3762,11 @@ incluso si no hace amigos. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -3791,68 +3825,80 @@ p, li { white-space: pre-wrap; }⏎ CreateCircleDialog - + + + + Circle Details Detalles del círculo - - + Name Nombre - Creator - Creador + Creador - Distribution - Distribución + Distribución - + Public Público - Self-Restricted - Autorestringido + Autorestringido - Restricted to: - Restringido para: + Restringido para: - Circle Membership - Miembros del círculo + Miembros del círculo - + IDs IDs - Known Identities - Identidades conocidas + Identidades conocidas - + Filter Filtrar - + Nickname Apodo - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3862,55 +3908,104 @@ p, li { white-space: pre-wrap; }⏎ Tipo - - - - + + Name: + Nombre: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Privado + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Por favor elija un nombre para su círculo - Personal Circle Details - Detalles del círculo personal + Detalles del círculo personal - External Circle Details - Detalles del círculo externo + Detalles del círculo externo - Cannot Edit Existing Circles Yet - Todavía no se pueden editar los círculos existentes. + Todavía no se pueden editar los círculos existentes. - + No Restriction Circle Selected Círculo seleccionado sin restricciones - + No Circle Limitations Selected No hay limitaciones en el círculo seleccionado - Create New Personal Circle - Crear nuevo círculo personal + Crear nuevo círculo personal - Create New External Circle - Crear nuevo círculo externo + Crear nuevo círculo externo - + Add Añadir @@ -3920,13 +4015,13 @@ p, li { white-space: pre-wrap; }⏎ Eliminar - + Search Buscar - + All Todos @@ -3941,49 +4036,98 @@ p, li { white-space: pre-wrap; }⏎ Firmado por nodos conocidos - + Edit Circle Editar círculo - - + PGP Identity Identidad PGP - - - + + + Anon Id Identidad anónima + + + Circle name + + + + + Update + + + Close + Cerrar + + + + + Create New Circle + + + + + Create + Crear + + + PGP Linked Id Identidad vinculada a PGP + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Crear un grupo - - Group Name - Nombre del grupo + + Group Name: + Nombre del grupo: - + + Group ID: + + + + Group Name + Nombre del grupo + + + Enter a name for your group Introduzca un nombre para el grupo - + + To be defined + + + + Friends Amigos @@ -4017,9 +4161,9 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4148,7 +4292,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Enviar mensaje al foro @@ -4193,12 +4337,12 @@ p, li { white-space: pre-wrap; } Iniciar nuevo tema - + No Forum Ningún foro - + In Reply to En respuesta a @@ -4224,9 +4368,19 @@ p, li { white-space: pre-wrap; } Add Extra File Añadir mas archivos + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Generar datos masivos @@ -4236,12 +4390,12 @@ p, li { white-space: pre-wrap; } ¿De veras quiere generar %1 mensajes? - + Send Enviar - + Forum Message Mensaje del foro @@ -5203,7 +5357,7 @@ Do you want to reject this message? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Mantener hashes de archivos aunque no estén @@ -5691,7 +5845,7 @@ los hashes al conectarlo. Mostrar grupos - + Group Grupo @@ -5732,7 +5886,7 @@ los hashes al conectarlo. Añadir a grupo - + Search Buscar @@ -5742,7 +5896,7 @@ los hashes al conectarlo. Ordenar por estado - + Move to group Mover a grupo @@ -5777,12 +5931,12 @@ los hashes al conectarlo. Disponible - + Do you want to remove this Friend? ¿Quiere eliminar este amigo? - + Done! ¡Hecho! @@ -5830,8 +5984,12 @@ al menos un par no fue añadido al grupo + Select file for importing your friendlist from + + + Select file for importing yoour friendlist from - Seleccione un fichero para importar su lista de amigos desde + Seleccione un fichero para importar su lista de amigos desde @@ -5875,7 +6033,7 @@ al menos un par no fue añadido al grupo IP - + Attempt to connect Intentando conectar @@ -5905,7 +6063,7 @@ al menos un par no fue añadido al grupo Eliminar nodo amigo - + Do you want to remove this node? ¿Quiere eliminar este nodo? @@ -5915,7 +6073,7 @@ al menos un par no fue añadido al grupo Nodos amigos - + Send message to whole group Enviar mensaje a todo el grupo @@ -5978,7 +6136,7 @@ al menos un par no fue añadido al grupo Buscar a amigos - + Mark all Mark todo @@ -6173,7 +6331,12 @@ anonymous, you can use a fake email. Contraseña (comprobado) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Antes de continuar, mueve el ratón para que RetroShare recopile tanta aleatoriedad como pueda. Llenar la barra de progreso hasta el 20% es necesario, hasta el 100% es recomenable.</p></body></html> @@ -6237,7 +6400,7 @@ anonymous, you can use a fake email. Se requiere que el campo del nodo tenga un mínimo de 3 caracteres - + Failed to generate your new certificate, maybe PGP password is wrong! ¡Fallo al generar su nuevo certificado, quizá la contraseña PGP está mal! @@ -6271,7 +6434,7 @@ Como alternativa puede usar un perfil existente. Simplemente desmarque "Cre - + Create a new profile Crear un nuevo perfil @@ -6322,12 +6485,11 @@ Como alternativa puede usar un perfil existente. Simplemente desmarque "Cre <html><head/><body><p>Este es su puerto de conexión.</p><p>Cualquier valor entre 1024 y 65535 </p><p>debería estar bien. Puede cambiarlo más tarde.</p></body></html> - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - <html><head/><body><p>Esto puede ser una dirección onion de Tor con la forma: xa76giaf6ifda7ri63i263.onion <br/>o una dirección I2P con la forma: [52 caracteres].b32.i2p </p><p>Para obtener una, tiene que configurar bien Tor o I2P para crear un nuevo servicio oculto / túnel de servidor. Si aún no tiene uno, todavía puede continuar, y crearlo luego en el panel de configuración de Opciones-&gt;Servidor-&gt;Servicio Oculto de RetroShare.</p></body></html> + <html><head/><body><p>Esto puede ser una dirección onion de Tor con la forma: xa76giaf6ifda7ri63i263.onion <br/>o una dirección I2P con la forma: [52 caracteres].b32.i2p </p><p>Para obtener una, tiene que configurar bien Tor o I2P para crear un nuevo servicio oculto / túnel de servidor. Si aún no tiene uno, todavía puede continuar, y crearlo luego en el panel de configuración de Opciones-&gt;Servidor-&gt;Servicio Oculto de RetroShare.</p></body></html> - + PGP key length Tamaño de clave PGP @@ -6484,12 +6646,12 @@ y usar el botón Importar para cargarlo - + Profile generation failure Fallo al generar perfil - + Missing PGP certificate Certificado PGP desaparecido @@ -6557,8 +6719,12 @@ Cuando se le pida, escriba su contraseña PGP para firmar su nueva clave. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Registrar retroshare:// como protocolo URL (requiere reiniciar) + Registrar retroshare:// como protocolo URL (requiere reiniciar) @@ -6566,7 +6732,27 @@ Cuando se le pida, escriba su contraseña PGP para firmar su nueva clave.Necesita derechos de administrador para cambiar esta opción. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Inactivo @@ -6586,7 +6772,17 @@ Cuando se le pida, escriba su contraseña PGP para firmar su nueva clave.Iniciar el Asistente de inicio - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Error @@ -6607,7 +6803,7 @@ Cuando se le pida, escriba su contraseña PGP para firmar su nueva clave.General - + Minimize to Tray Icon Minimizar al icono de la bandeja @@ -6631,7 +6827,7 @@ Cuando se le pida, escriba su contraseña PGP para firmar su nueva clave.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6664,7 +6860,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> @@ -6681,7 +6877,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6714,14 +6910,14 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -6743,7 +6939,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6913,26 +7109,38 @@ p, li { white-space: pre-wrap; } - Data size - Tamaño de los datos + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data size + Tamaño de los datos + + + Data hash Hash de los datos - Received - Recibido + Recibido - Send - Enviado + Enviado - + Branching factor Factor de ramificado @@ -6988,6 +7196,14 @@ p, li { white-space: pre-wrap; } Mostrar chat de grupo + + GroupChooser + + + [Unknown] + [Desconocida] + + GroupDefs @@ -7121,17 +7337,26 @@ p, li { white-space: pre-wrap; } Contactos: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Por favor, seleccione por lo menos un vecino - Share channel admin permissions - Compartir permisos de administrador del canal + Compartir permisos de administrador del canal - + Share forum admin permissions Compartir permisos de administrador del foro. @@ -7151,9 +7376,8 @@ p, li { white-space: pre-wrap; } Puede permitir que sus amigos editen el hilo. Selecciónelos en la lista de debajo. Nota: No es posible revocar permisos de administrador Publicados. - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - Puede permitir que sus amigos publiquen en su canal y que modifiquen la descripción. O puede enviar los permisos de administrador a otra instancia de RetroShare. Seleccione los amigos que quiera que tengan permitido publicar en este canal. Nota: No es posible revocar permisos de administrador del canal. + Puede permitir que sus amigos publiquen en su canal y que modifiquen la descripción. O puede enviar los permisos de administrador a otra instancia de RetroShare. Seleccione los amigos que quiera que tengan permitido publicar en este canal. Nota: No es posible revocar permisos de administrador del canal. @@ -7198,18 +7422,27 @@ p, li { white-space: pre-wrap; } Sort by Posts Ordenar por mensajes + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + + Display Mostrar - You have admin rights - Tiene derechos de administrador + Tiene derechos de administrador - + Subscribe to download and read messages Suscríbase para descargar y leer mensajes @@ -7554,6 +7787,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Cambiar el estado de lectura del mensaje @@ -7564,7 +7807,7 @@ p, li { white-space: pre-wrap; } - + Play Reproducir @@ -7601,12 +7844,12 @@ p, li { white-space: pre-wrap; } Quitar objeto - + Channel Feed Fuente del canal - + Files Archivos @@ -7646,12 +7889,12 @@ p, li { white-space: pre-wrap; } Esto no me gusta - + Loading Cargando - + Open Abrir @@ -7669,7 +7912,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Mensaje al canal @@ -7684,7 +7927,7 @@ p, li { white-space: pre-wrap; } Buscar canales - + Title Título @@ -7719,7 +7962,32 @@ p, li { white-space: pre-wrap; } Ningún canal seleccionado - + + Public + Público + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Desactivar descarga automática @@ -7739,7 +8007,23 @@ p, li { white-space: pre-wrap; } Mostrar archivos - + + Administrator: + + + + + + unknown + desconocido + + + + Distribution: + + + + Feeds Novedades (feeds) @@ -7749,17 +8033,17 @@ p, li { white-space: pre-wrap; } Archivos - + Subscribers Suscriptores - + Description: Descripción: - + Posts (at neighbor nodes): Publicaciones (en nodos vecinos): @@ -7883,7 +8167,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comentario</span></p></body></html> @@ -8039,7 +8323,7 @@ before you can comment Formulario - + Start new Thread for Selected Forum Iniciar nuevo tema para el foro seleccionado @@ -8065,7 +8349,7 @@ before you can comment - + Title Título @@ -8078,7 +8362,7 @@ before you can comment - + Author Autor @@ -8089,7 +8373,7 @@ before you can comment - + Loading Cargando @@ -8223,6 +8507,11 @@ before you can comment + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 El umbral de reputación de identidades anónimas se estableció a 0,4 @@ -8232,7 +8521,42 @@ before you can comment La información de enrutamiento de mensaje se conserva durante 10 días - + + [unknown] + + + + + Public + Público + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Distribución + + + Anti-spam Anti-spam @@ -8336,7 +8660,7 @@ before you can comment En %1, %2 escribió: - + Forum name Nombre del foro @@ -8351,7 +8675,7 @@ before you can comment Posteos (en nodos vecinos) - + Description Descripción @@ -8361,7 +8685,7 @@ before you can comment Por - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> <p>Suscribirse al foro reunirá las publicaciones disponibles de sus amigos suscritos, y hará el foro visible para todos los demás amigos. </p><p>Posteriormente puede desuscribirse desde el menú contextual de la lista del foro a la izquierda.</p> @@ -8439,13 +8763,13 @@ before you can comment GxsGroupDialog - - + + Name Nombre - + Add Icon Añadir icono @@ -8460,7 +8784,7 @@ before you can comment Compartir llave pública - + check peers you would like to share private publish key with marcar los vecinos con los que le gustaría compartir privadamente su llave pública @@ -8470,36 +8794,40 @@ before you can comment Compartir llave con - - + + Description Descripción - + Message Distribution Distribución del mensaje - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Público - - Restricted to Group - Restringida al grupo + Restringida al grupo - - + Only For Your Friends Sólo para sus amigos - + Publish Signatures Publicar firmas @@ -8545,12 +8873,11 @@ before you can comment - Comments Comentarios - + Allow Comments Permitir comentarios @@ -8565,68 +8892,128 @@ before you can comment Protección-del-spam - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - <html><head/><body><p>Esto hace que el medio incremente el umbral de reputación hasta 0,4 para identidades anónimas, mientras lo mantiene en 0,0 para identidades vinculadas por PGP. Por tanto, las identidades anónimas aún pueden publicar mensajes, si su puntuación de reputación local está por encima de ese umbral.</p></body></html> - - - - Favor PGP-signed ids - Favorecer identificaciones firmadas con PGP + + Comments: + Comentarios: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - <html><head/><body><p align="justify">Esta característica permite a RetroShare mantener localmente un registro de quién le reenvió cada mensaje hasta usted, durante los últimos 10 días. Aunque inutil por si sola (y de cualquier modo estando ya disponible) esta información puede ser usada por un grupo de amigos de forma colaborativa para localizar con facilidad las fuentes de spam. Esto debe usarse con cuidado, ya que reduce significativamente el anonimato de remiones de mensajes.</p></body></html> + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> + <html><head/><body><p>Esto hace que el medio incremente el umbral de reputación hasta 0,4 para identidades anónimas, mientras lo mantiene en 0,0 para identidades vinculadas por PGP. Por tanto, las identidades anónimas aún pueden publicar mensajes, si su puntuación de reputación local está por encima de ese umbral.</p></body></html> + + + Favor PGP-signed ids + Favorecer identificaciones firmadas con PGP + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + <html><head/><body><p align="justify">Esta característica permite a RetroShare mantener localmente un registro de quién le reenvió cada mensaje hasta usted, durante los últimos 10 días. Aunque inutil por si sola (y de cualquier modo estando ya disponible) esta información puede ser usada por un grupo de amigos de forma colaborativa para localizar con facilidad las fuentes de spam. Esto debe usarse con cuidado, ya que reduce significativamente el anonimato de remiones de mensajes.</p></body></html> + + + Keep track of posts Mantener seguimiento de remisiones - Anti spam - Anti spam + Anti spam - PGP-signed ids - Identificaciones firmadas con PGP + Identificaciones firmadas con PGP - Track of Posts - Seguimiento de remisiones + Seguimiento de remisiones - + Contacts: Contactos: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Por favor añadir un nombre - + + PGP signature from known ID required + + + + Load Group Logo Cargar el logo del grupo - + Submit Group Changes Enviar cambios del grupo - + Failed to Prepare Group MetaData - please Review Fallo al preparar Metadatos del grupo - por favor revise - + Will be used to send feedback Se usará para enviar comentarios @@ -8636,52 +9023,94 @@ before you can comment Propietario: - + Set a descriptive description here Configure una descripción explicativa aquí - + Info Información - Comments allowed - Comentarios permitidos + Comentarios permitidos - Comments not allowed - Comentarios no permitidos + Comentarios no permitidos - + ID ID - + Last Post Último mensaje + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Popularidad - + Posts Posts - Type - Tipo + Tipo - + Author Autor @@ -8739,7 +9168,12 @@ before you can comment Editar detalles - + + Share publish permissions + + + + Copy RetroShare Link Copiar enlace de RetroShare @@ -8754,25 +9188,24 @@ before you can comment Marcar todo como no leído - + AUTHD Autentificado - Share admin permissions - Compartir permisos de administrador + Compartir permisos de administrador GxsIdChooser - + No Signature Sin Firma - + Create new Identity Crear nueva identidad @@ -8780,7 +9213,7 @@ before you can comment GxsIdDetails - + Loading Cargando @@ -9122,7 +9555,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9153,7 +9586,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9163,7 +9596,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> @@ -9228,7 +9661,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details Detalles de la persona @@ -9298,13 +9731,13 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9314,7 +9747,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -9432,13 +9865,14 @@ p, li { white-space: pre-wrap; } IdDialog - + + New ID Nueva ID - - + + All Todo @@ -9454,39 +9888,75 @@ p, li { white-space: pre-wrap; } Buscar - Unknown real name - Nombre real desconocido + Nombre real desconocido - + Anonymous Id ID anónima - + Create new Identity Crear nueva identidad + + + Create new circle + + Persons Personas - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Círculos + + + + Circle name + + + + + Membership + Afiliación + + + + Public Circles + Círculos públicos + + + + Personal Circles + Círculos personales + + + Edit identity Editar identidad @@ -9507,7 +9977,7 @@ p, li { white-space: pre-wrap; } Ejecuta un chat a distancia con este par (peer) - + Owner node ID : Identificación del nodo propietario : @@ -9517,22 +9987,22 @@ p, li { white-space: pre-wrap; } Nombre de la identidad : - + () () - + Identity ID Identificación de la identidad - + Send message Enviar mensaje - + Identity info Información de la identidad @@ -9557,7 +10027,7 @@ p, li { white-space: pre-wrap; } Enviar invitación - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> <html><head/><body><p>La opinión media de los nodos vecinos acerca de esta identidad. Negativo es malo,</p><p>positivo es bueno. Cero es neutral.</p></body></html> @@ -9597,22 +10067,20 @@ p, li { white-space: pre-wrap; } Global: - Contacts - Contactos + Contactos - Owned by you - Propiedad de usted + Propiedad de usted - + Anonymous Anónimo - + ID Identificación @@ -9622,23 +10090,254 @@ p, li { white-space: pre-wrap; } Buscar identificación - + This identity is owned by you Esta identidad es propiedad de usted - Unknown PGP key - Clave PGP desconocida + Clave PGP desconocida - - Unknown key ID - Identificación de clave desconocida + Identificación de clave desconocida - + + My own identities + + + + + My contacts + Mis contactos + + + + Owned by myself + + + + + Linked to my node + + + + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Público + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Estado: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + desconocido + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Editar círculo + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node Identidad propiedad de usted, asociada a su nodo RetroShare @@ -9663,7 +10362,7 @@ p, li { white-space: pre-wrap; } Excluido - + Add to Contacts Añadir a contactos @@ -9718,10 +10417,10 @@ p, li { white-space: pre-wrap; } Gracias, <br> - - - - + + + + People Personas @@ -9732,12 +10431,11 @@ p, li { white-space: pre-wrap; } Su avatar - Linked to your node - Enlazado hacia su nodo + Enlazado hacia su nodo - + Linked to neighbor nodes Enlazado hacia nodos vecinos @@ -9747,12 +10445,11 @@ p, li { white-space: pre-wrap; } Enlazado hacia nodos distantes - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identidades</h1> <p>En esta pestaña puede crear/editar identidades pseudo-anónimas. </p> <p>Las identidades se usan para identificar con seguridad sus datos: firmar publicaciones en foros y canales, recibir respuestas al usar el sistema de correo electrónico integrado de RetroShare, publicar comentarios tras las publicaciones en los canales, etc.</p> <p> Las identidades opcionalmente pueden ser firmadas por el certificado de su nodo RetroShare. Es más fácil confiar en las identidades firmadas, pero son más fácilmente vinculables a la dirección IP de su nodo. </p> <p> Las identidades anónimas le permiten interactuar anónimamente con otros usuarios. No se pueden suplantar, pero nadie puede probar quién posee en realidad una identidad dada. </p> + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identidades</h1> <p>En esta pestaña puede crear/editar identidades pseudo-anónimas. </p> <p>Las identidades se usan para identificar con seguridad sus datos: firmar publicaciones en foros y canales, recibir respuestas al usar el sistema de correo electrónico integrado de RetroShare, publicar comentarios tras las publicaciones en los canales, etc.</p> <p> Las identidades opcionalmente pueden ser firmadas por el certificado de su nodo RetroShare. Es más fácil confiar en las identidades firmadas, pero son más fácilmente vinculables a la dirección IP de su nodo. </p> <p> Las identidades anónimas le permiten interactuar anónimamente con otros usuarios. No se pueden suplantar, pero nadie puede probar quién posee en realidad una identidad dada. </p> - + Linked to a friend Retroshare node Enlazado hacia un nodo de RetroShare amigo @@ -9767,7 +10464,7 @@ p, li { white-space: pre-wrap; } Enlazado hacia un nodo RetroShare desconocido - + Chat with this person Conversar con esta persona @@ -9787,7 +10484,7 @@ p, li { white-space: pre-wrap; } Usado por última vez: - + +50 Known PGP +50 PGP conocidos @@ -9802,17 +10499,17 @@ p, li { white-space: pre-wrap; } +5 Identificaciones anónimas - + Do you really want to delete this identity? ¿De verdad quiere borrar esta identidad? - + Owned by Propiedad de - + Node name: Nombre del nodo: @@ -9822,7 +10519,7 @@ p, li { white-space: pre-wrap; } Identificación del nodo: - + Really delete? ¿Está seguro de borrar? @@ -10000,25 +10697,25 @@ p, li { white-space: pre-wrap; } - + GXS name: Nombre de GXS: - - + + PGP name: Nombre de PGP: - + GXS id: Identificación de GXS: - + PGP id: Identificación de PGP: @@ -10033,7 +10730,7 @@ p, li { white-space: pre-wrap; } - + Copy Copiar @@ -10134,7 +10831,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Añadir a amigo @@ -10150,7 +10847,7 @@ p, li { white-space: pre-wrap; } - + Options Opciones @@ -10184,12 +10881,12 @@ p, li { white-space: pre-wrap; } Asistente para el inicio rápido - + RetroShare %1 a secure decentralized communication platform RetroShare %1 es una plataforma de comunicación descentralizada y segura - + Unfinished Incompleto @@ -10307,7 +11004,7 @@ p, li { white-space: pre-wrap; } ¿Realmente desea salir de RetroShare? - + Internal Error Error interno @@ -10352,7 +11049,7 @@ p, li { white-space: pre-wrap; } Matriz de permisos del servicio - + Add Añadir @@ -10386,7 +11083,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Componer @@ -10488,7 +11185,7 @@ p, li { white-space: pre-wrap; } - + Tags Etiquetas @@ -10648,7 +11345,7 @@ p, li { white-space: pre-wrap; } Hola %1,<br><br>%2 quiere ser su amigo en RetroShare.<br><br>Responder ahora:<br>%3<br><br>Gracias,<br>El equipo de RetroShare - + Save Message Guardar mensaje @@ -10931,7 +11628,7 @@ Do you want to save message ? De: - + Friend Nodes Nodos amigos @@ -10981,7 +11678,7 @@ Do you want to save message ? Gracias, <br> - + Distant identity: Identidad distante: @@ -11803,7 +12500,7 @@ Do you want to save message ? Mensajería instantanea de RetroShare - + Add a Friend Añadir a amigo @@ -12086,7 +12783,7 @@ Do you want to save message ? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12597,7 +13294,7 @@ Se informo del error: NotifyQt - + PGP key passphrase Contraseña de la clave GPG @@ -12617,12 +13314,12 @@ Se informo del error: RetroShare ha detectado un plugin no registrado. Esto ocurre en dos casos:<UL><LI>Su ejecutable de RetroShare ha cambiado.</LI><LI>O el plugin ha cambiado</LI></UL>Pulse en Sí para autorizar este plugin, o No para negarlo. Puede cambiarlo de nuevo en Opciones -> Plugins, después reinicie. - + Please check your system clock. Por favor, compruebe su reloj del sistema. - + Examining shared files... Examinando archivos compartidos... @@ -12658,12 +13355,12 @@ Se informo del error: Mesaje criptado - + Please enter your PGP password for key Por favor introduzca su contraseña PGP para la clave - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). Para que las salas de chat funcionen adecuadamente, la hora de su computadora tiene que se correcta. Por favor, compruebe si este es el caso (una posible desincronización de varios minutos fue detectada con sus amigos). @@ -12700,7 +13397,7 @@ Se informo del error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12788,11 +13485,11 @@ Sin Anonimato D/S: desactiva el reenvío de archivos <html><head/><body><p><span style=" font-size:10pt;">Firmar la clave de un amigo es una forma de expresar su confianza en este al resto de sus amigos. Las firmas de debajo atestiguan criptográficamente que los propietarios de las claves listadas reconocen la clave PGP actual como auténtica.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -12841,7 +13538,12 @@ p, li { white-space: pre-wrap; } Formato ASCII - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> <html><head/><body><p>Este botón accionará la inclusión de firmas en la visualización ASCII de la clave PGP. Vea los comentarios acerca de firmas en la otra pestaña. </p></body></html> @@ -12850,6 +13552,62 @@ p, li { white-space: pre-wrap; } Include signatures Incluir firmas + + + Options + Opciones + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + Utilizar como fuente directa, cuando esté disponible + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + Auto-descargar los archivos recomendados de este nodo + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + Requiere limpiar la lista blanca + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details @@ -12857,27 +13615,27 @@ p, li { white-space: pre-wrap; } - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Error: No se pueden obtener los detalles del par (peer). - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) El algoritmo de la clave proporcionada no está soportado por RetroShare (Sólo están soportadas las claves RSA por el momento) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. El nivel de confianza es una forma de expresar su propia confianza en esta clave. No es utilizado por la aplicación ni se comparte, pero puede serle útil para recordar buenas/malas claves. @@ -12902,7 +13660,7 @@ p, li { white-space: pre-wrap; } No tiene confianza en este vecino. - + This key has signed your own PGP key Esta clave ha firmado su propia clave PGP @@ -12923,7 +13681,7 @@ p, li { white-space: pre-wrap; } Actualmente no está permitiendo conexiones de nodos RetroShare firmadas por esta clave. - + Signature Failure Error de firma @@ -12933,7 +13691,7 @@ p, li { white-space: pre-wrap; } Probablemente la contraseña es errónea - + You haven't set a trust level for this key. No ha establecido una nivel de confianza para esta clave. @@ -13094,15 +13852,15 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People Personas - External - Externo + Externo @@ -13115,6 +13873,64 @@ p, li { white-space: pre-wrap; } Internal Interno + + + Chat with this person + Conversar con esta persona + + + + Chat with this person as... + Conversar con esta persona como... + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + El chat a distancia no pudo funcionar + + + + Distant chat refused with this person. + Conversación distante rechazada con esta persona. + + + + Error code + Código de error + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + Personas + PhotoCommentItem @@ -13204,7 +14020,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13217,7 +14033,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13230,7 +14046,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13378,7 +14194,7 @@ solicitar editarlo! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13869,7 +14685,7 @@ de un posible comportamiento malicioso de los plugins. PostedItem - + 0 0 @@ -13880,7 +14696,7 @@ de un posible comportamiento malicioso de los plugins. - + Comments Comentarios @@ -13915,7 +14731,17 @@ de un posible comportamiento malicioso de los plugins. Nuevo - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Cambiar el estado de lectura del mensaje @@ -13925,7 +14751,7 @@ de un posible comportamiento malicioso de los plugins. Quitar objeto - + Loading Cargando @@ -14180,7 +15006,7 @@ y utilizar el botón Importar para cargarla <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> @@ -14397,9 +15223,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Confirmación @@ -14409,7 +15235,7 @@ p, li { white-space: pre-wrap; } ¿Quiere que este enlace sea tratado por su sistema? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14418,7 +15244,7 @@ and open the Make Friend Wizard. - + Add file Añadir archivo @@ -14438,12 +15264,21 @@ and open the Make Friend Wizard. ¿Desea procesar %1 enlaces? - This file already exists. Do you want to open it ? - Este fichero ya existe. ¿Quiere abrirlo? + Este fichero ya existe. ¿Quiere abrirlo? - + + Warning: Retroshare is about to ask your system to open this file. + + + + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 de %2 enlace de RetroShare procesado. @@ -14552,6 +15387,21 @@ and open the Make Friend Wizard. Channel messages not found Mensajes del canal no encontrados + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14594,7 +15444,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Resultado - + Unable to make path Incapaz de hacer la ruta @@ -14609,7 +15459,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace No se pudo procesar el archivo de colección - + Deny friend Bloquear amigo @@ -14629,7 +15479,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Solicitud del archivo cancelada - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Esta versión de RetroShare está usando OpenPGP SDK. Como efecto secundario, no está utilizando el sistema de anillos de llaves PGP compartidas , pero tiene su propio anillo de llaves compartidos por todas las instancias RetroShare. <br><br>No parece que tenga un llavero, aunque las llaves GPG son mencionados por cuentas existentes de RetroShare, probablemente debido a que acaba de cambiar a esta nueva versión del programa. @@ -14640,12 +15490,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. La inicialización ha fallado. Instalación de GPG dañada o ausente. @@ -14655,12 +15505,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Ocurrió un error inesperado. Por favor informe 'RsInit::InitRetroShare código de retorno inesperado %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Ocurrió un error inesperado. Error: 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Instancias múltiples @@ -14684,9 +15534,8 @@ archivo bloqueado: - Start with a RetroShare link is only supported for Windows. - Iniciar con un enlace de RetroShare solamente es compatible con Windows. + Iniciar con un enlace de RetroShare solamente es compatible con Windows. @@ -14715,7 +15564,7 @@ El error reportado es: %2 - + Click to send a private message to %1 (%2). Hacer clic para enviar un mensaje privado a %1 (%2). @@ -14725,7 +15574,7 @@ El error reportado es: %1 (%2, Extra - Código fuente incluido) - + Click this link to send a private message to %1 (%2) Haga clic en este enlace para enviar un mensaje privado a %1 (%2) @@ -14765,7 +15614,7 @@ El error reportado es: Datos reenviados - + You appear to have nodes associated to DSA keys: Parece que tiene nodos asociados a claves DSA: @@ -14806,7 +15655,7 @@ El error reportado es: - + %1 seconds ago hace %1 segundos @@ -14874,8 +15723,8 @@ Security: no anonymous IDs Seguridad: No hay identificaciones anónimas - - + + This cert is malformed. Error code: Este certificado está mal formado. Código de error: @@ -14885,7 +15734,7 @@ Seguridad: No hay identificaciones anónimas Los siguientes no ha sido añadidos a su lista de descargas, porque ya los tiene: - + Error Error @@ -14907,12 +15756,12 @@ Seguridad: No hay identificaciones anónimas <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -15035,10 +15884,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Esta es una lista de carpetas compartidas. Puede añadir o quitar carpetas utilizando los botones de abajo. Cuando se añade una nueva carpeta, inicialmente todos los archivos de esa carpeta se comparten.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">Puede configurar el tipo de compartición de cada carpeta por separado:</span><span style=" font-size:8pt;"> </span></p> @@ -15100,9 +15949,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15117,8 +15966,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15300,7 +16149,7 @@ p, li { white-space: pre-wrap; } RSettingsWin - + Error Saving Configuration on page Error al guardar la configuración en la página @@ -15530,12 +16379,12 @@ p, li { white-space: pre-wrap; } ¡Descargar! - + File Archivo - + Size Tamaño @@ -15552,7 +16401,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Algunos nombres de archivos o directorios contenían caracteres prohibidos. Caracteres ",|,/,\,<,>,*,? se reemplazarán por '_'. Los archivos en cuestión aparecen en rojo. @@ -15597,12 +16446,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Guardar - + Collection Editor Editor de colección - + + File Path + + + + File Count Recuento de archivos @@ -15612,14 +16466,14 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Este es el directorio raíz. - - + + Real Size: Waiting child... Tamaño real: Esperando descendientes... - - + + Real File Count: Waiting child... Recuento real de archivos: Esperando descendientes... @@ -15772,7 +16626,7 @@ Si crees que es correcto, elimina la correspondiente línea del archivo y reábr RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? La imagen es demasiado grande para su transmisión. @@ -15790,7 +16644,7 @@ Reducing image to %1x%2 pixels? Rshare - + Resets ALL stored RetroShare settings. Reiniciar todos los ajustes de RetroShare. @@ -15830,7 +16684,7 @@ Reducing image to %1x%2 pixels? Información sobre el uso de RetroShare - + Unable to open log file '%1': %2 No se puede abrir el archivo de registro '%1': %2 @@ -15845,12 +16699,12 @@ Reducing image to %1x%2 pixels? No se pudo crear el directorio de datos: %1 - + Revision Revisión - + Invalid language code specified: Código de idioma especificado no válido: @@ -15865,6 +16719,15 @@ Reducing image to %1x%2 pixels? Nivel de registro (log) especificado no válido: + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + + + RttStatistics @@ -16495,7 +17358,7 @@ en la red (siempre informar de archivos disponibles) If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Si desmarca esto, RetroShare sólo puede determinar su IP cuando se conecta a alguien. Si deja esto marcado le ayudará @@ -16767,8 +17630,8 @@ Also check your ports! Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? Proxy Socks Tor predeterminado: 127.0.0.1:9050. Establézcalo en la configuración de torrc y actualícelo aquí. @@ -16825,7 +17688,7 @@ Puede conectarse a Nodos Ocultos, incluso si está ejecutando un Nodo Estándar, To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. @@ -17429,7 +18292,7 @@ Seleccione los amigos con los que quiere compartir su canal. SplashScreen - + Load profile Cargar perfil @@ -17502,7 +18365,7 @@ Las identidades/lugares actuales no se modificarán. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17818,7 +18681,7 @@ Esta elección puede revertirse en la configuración. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17831,7 +18694,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17995,17 +18858,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Suscrito - + Unsubscribe Anular suscripción - + Subscribe Suscribirse @@ -18124,11 +18987,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ p, li { white-space: pre-wrap; }⏎ </style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">⏎ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> es capaz de transferir datos y solicitudes de búsqueda entre los vecinos que no son necesariamente amigos. Sin embargo, este tráfico sólo transita por una lista de amigos conectados y es anónimo.</span></p>⏎ <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p>⏎ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">Puede configurar por separado diferentes acciones, para cada directorio compartido en el cuadro de diálogo de los archivos a compartir:</span></p>⏎ <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Navegable por los amigos</span>: los archivos son vistos por sus amigos.</li>⏎ <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Compartir anónimamente</span>: los archivos son accesibles anónimamente a través de túneles F2F distantes.</li></ul></body></html> @@ -18195,7 +19058,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Descargas @@ -18206,7 +19069,7 @@ p, li { white-space: pre-wrap; } Enviando - + Name i.e: file name @@ -18476,39 +19339,39 @@ p, li { white-space: pre-wrap; } - + Failed Fallido - - + + Okay Bien - - + + Waiting Esperando - + Downloading Descargando - + Complete Completo - + Queued Esperando @@ -18528,7 +19391,7 @@ p, li { white-space: pre-wrap; } Desconocido - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18619,7 +19482,7 @@ bloques defectuosos y los descargará de nuevo. Por favor, introduzca un nuevo - y válido - nombre de archivo - + Last Time Seen i.e: Last Time Receiced Data Última vez vista @@ -18751,7 +19614,7 @@ bloques defectuosos y los descargará de nuevo. Mostrar columna de ruta - + Could not delete preview file No se pudo borrar el archivo de vista previa @@ -18761,7 +19624,7 @@ bloques defectuosos y los descargará de nuevo. ¿Intentarlo de nuevo? - + Create Collection... Crear colección... @@ -18781,22 +19644,22 @@ bloques defectuosos y los descargará de nuevo. Colección - + File sharing Compartición de archivos - + Anonymous tunnel 0x Túnel anónimo 0x - + Show file list transfers Mostrar transferencias de listas de archivos - + version: versión: @@ -19826,4 +20689,4 @@ bloques defectuosos y los descargará de nuevo. Imágenes (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_fi.ts b/retroshare-gui/src/lang/retroshare_fi.ts index 1a42c065f..198409d74 100644 --- a/retroshare-gui/src/lang/retroshare_fi.ts +++ b/retroshare-gui/src/lang/retroshare_fi.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -28,7 +30,7 @@ Copy Info - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Järjestelmän oletuskomentoa tälle tiedostolle ei voitu selvittää @@ -304,7 +306,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -426,7 +428,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -474,7 +476,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -487,7 +489,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -557,7 +559,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -616,13 +618,13 @@ p, li { white-space: pre-wrap; } Icon Size = 64x64 - + Kuvakkeen koko = 64x64 {64x?} Icon Size = 128x128 - + Kuvakkeen koko = 128x128 {128x?} @@ -652,12 +654,12 @@ p, li { white-space: pre-wrap; } Show SysTray on Status Bar - + Disable SysTray ToolTip - + @@ -735,17 +737,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -755,12 +757,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -774,9 +776,9 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s - + @@ -867,23 +869,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + Kaikki KB/s - + Count - + Lkm @@ -969,42 +971,42 @@ p, li { white-space: pre-wrap; } Form - + Lomake Friend: - + Type: - + Tyyppi: Up - + Ulos Down - + Sisään Service: - + Unit: - + Log scale - + @@ -1017,7 +1019,7 @@ p, li { white-space: pre-wrap; } Tabs - + @@ -1027,12 +1029,12 @@ p, li { white-space: pre-wrap; } Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1052,23 +1054,28 @@ p, li { white-space: pre-wrap; } Mute participant Mykistä osanottaja + + + Ban this person (Sets negative opinion) + + Send Message - + Lähetä viesti Sort by Name - + Järjestä nimen mukaan Sort by Activity - + - + Invite friends to this lobby Kutsu ystäviä keskusteluaulaan @@ -1088,7 +1095,7 @@ p, li { white-space: pre-wrap; } Valitse kutsuttavat ystävät: - + Welcome to lobby %1 Tervetuloa aulaan %1 @@ -1104,7 +1111,7 @@ p, li { white-space: pre-wrap; } Aulakeskustelu - + Lobby management @@ -1151,44 +1158,44 @@ p, li { white-space: pre-wrap; } sekuntia - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1229,7 +1236,7 @@ p, li { white-space: pre-wrap; } Unknown Lobby - + @@ -1241,12 +1248,12 @@ p, li { white-space: pre-wrap; } ChatLobbyWidget - + Chat lobbies Keskusteluaulat - + Name Nimi @@ -1284,7 +1291,7 @@ p, li { white-space: pre-wrap; } [Ei aihetta] - + Selected lobby info Tietoja valitusta aulasta @@ -1301,7 +1308,7 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + @@ -1324,7 +1331,7 @@ p, li { white-space: pre-wrap; } %1 kutsuu sinut keskusteluaulaan nimeltä %2 - + Search Chat lobbies Hae keskusteluauloista @@ -1341,12 +1348,12 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1364,7 +1371,7 @@ p, li { white-space: pre-wrap; } Ei - + Lobby Name: Aulan nimi: @@ -1386,7 +1393,7 @@ p, li { white-space: pre-wrap; } Security: - + @@ -1430,66 +1437,66 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + Näytä column - + @@ -1531,7 +1538,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Peru - + Quick Message Pikaviesti @@ -1540,34 +1547,34 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. ChatPage - + General Yleiset - + Distant Chat - + Everyone - + Contacts - + Kontaktit Nobody - + Accept encrypted distant chat from - + @@ -1597,7 +1604,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Minimum font size - + @@ -1619,6 +1626,11 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Send message with Ctrl+Return Lähetä viesti painamalla Ctrl ja Enter + + + Send as plain text by default + + Chat Lobby @@ -1724,7 +1736,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Lähtevä - + Incoming message in history Saapuva viesti historiassa @@ -1761,12 +1773,12 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. UserName - + /me is sending a message with /me - + @@ -1841,48 +1853,48 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat Vakiotyyli ryhmäkeskustelulle @@ -1936,12 +1948,12 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Sulje - + Send Lähetä - + Bold Lihavointi @@ -1956,12 +1968,12 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Kursivointi - + Attach a Picture Liitä kuva - + Strike Yliviivaus @@ -2012,42 +2024,70 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Palauta oletuskirjasin - + Quote - + Lainaa Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... kirjoittaa... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Haluatko todella tuhota historian pysyvästi? - + Add Extra File Lisää ylimääräinen tiedosto @@ -2092,7 +2132,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. on kiireinen, eikä välttämättä vastaa - + Find Case Sensitively Huomioi kirjainkoko @@ -2114,7 +2154,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Älä lopeta värittämistä, kun X kohdetta löydetty (vaatii konetehoa) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Hae edellinen </b><br/><i>Ctrl+Shift+G</i> @@ -2129,24 +2169,24 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. <b>Hae </b><br/><i>Ctrl+F</i> - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + @@ -2155,59 +2195,39 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2220,13 +2240,13 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Empty Circle - + CirclesDialog - + Showing details: Näytetään tietoja: @@ -2248,7 +2268,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. - + Personal Circles Henkilökohtaiset piirit @@ -2274,7 +2294,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. - + Friends Ystävät @@ -2334,7 +2354,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Ystävien ystävät - + External Circles (Admin) Ulkoiset piirit (Ylläpito) @@ -2358,14 +2378,14 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. ConfCertDialog - + Details Tiedot Node info - + @@ -2374,7 +2394,7 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. - + Local Address Paikallinen osoite @@ -2401,36 +2421,39 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Osoiteluettelo - + + Use this certificate to make friends: + + + + Include signatures Sisällytä allekirjoitukset - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Virhe: vertaisen yksityiskohtia ei saatu. - Use as direct source, when available - Käytä suorana lähteenä, kun saatavilla + Käytä suorana lähteenä, kun saatavilla - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">Retroshare käy ajoittain läpi ystäväluettelosi siirtojasi vastaavien selattavien tiedostojen varalta, jotta voitaisiin muodostaa suora siirtoyhteys. Tällaisessa tapauksessa ystäväsi tietää, että lataat tiedostoa.</p><p align="justify">Estääksesi toiminnan tämän ystävän tapauksessa, poista rasti tästä ruudusta. Voit silti muodostaa suoran siirtoyhteyden halutessasi, esim. lataamalla suoraan ystäväsi tiedostoluettelosta. </p></body></html> + <html><head/><body><p align="justify">Retroshare käy ajoittain läpi ystäväluettelosi siirtojasi vastaavien selattavien tiedostojen varalta, jotta voitaisiin muodostaa suora siirtoyhteys. Tällaisessa tapauksessa ystäväsi tietää, että lataat tiedostoa.</p><p align="justify">Estääksesi toiminnan tämän ystävän tapauksessa, poista rasti tästä ruudusta. Voit silti muodostaa suoran siirtoyhteyden halutessasi, esim. lataamalla suoraan ystäväsi tiedostoluettelosta. </p></body></html> - + Encryption Salaus @@ -2445,69 +2468,58 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Vertaisten osoitteet - Options - Asetukset + Asetukset - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2518,57 +2530,47 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2627,12 +2629,12 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2717,42 +2719,42 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Sähköposti @@ -2814,13 +2816,13 @@ Tuplaklikkaa auloja siirtyäksesi keskustelemaan. Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2837,33 +2839,33 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3158,12 +3160,12 @@ resources. IP-Addr: - + IP-Address - + @@ -3178,7 +3180,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3234,59 +3236,59 @@ vaikkette ystävystyisikään. Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3725,11 +3727,11 @@ vaikkette ystävystyisikään. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3782,74 +3784,86 @@ p, li { white-space: pre-wrap; } They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details Piirin tiedot - - + Name Nimi - Creator - Luoja + Luoja - Distribution - Jakelu + Jakelu - + Public Julkinen - Self-Restricted - Itserajoitettu + Itserajoitettu - Restricted to: - Rajoitettu näihin: + Rajoitettu näihin: - Circle Membership - Piirin jäsenyys + Piirin jäsenyys - + IDs Tunnisteet - Known Identities - Tiedetyt henkilöllisyydet + Tiedetyt henkilöllisyydet - + Filter Suodata - + Nickname Nimimerkki - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID Tunniste @@ -3859,55 +3873,104 @@ p, li { white-space: pre-wrap; } Tyyppi - - - - + + Name: + Nimi: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Yksityinen + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Anna piirillesi nimi - Personal Circle Details - Henkilökohtaisen piirin tiedot + Henkilökohtaisen piirin tiedot - External Circle Details - Ulkoisen piirin tiedot + Ulkoisen piirin tiedot - Cannot Edit Existing Circles Yet - Et voi vielä muokata ulkoisia piirejä + Et voi vielä muokata ulkoisia piirejä - + No Restriction Circle Selected Rajoituspiiriä ei valittuna - + No Circle Limitations Selected Piirien rajoituksia ei valittuna - Create New Personal Circle - Luo uusi henkilökohtainen piiri + Luo uusi henkilökohtainen piiri - Create New External Circle - Luo uusi ulkoinen piiri + Luo uusi ulkoinen piiri - + Add Lisää @@ -3917,13 +3980,13 @@ p, li { white-space: pre-wrap; } Poista - + Search Haku - + All Kaikki @@ -3938,49 +4001,98 @@ p, li { white-space: pre-wrap; } Tunnettujen solmujen allekirjoittama - + Edit Circle Muokkaa piiriä - - + PGP Identity PGP-henkilöllisyys - - - + + + Anon Id Nimetön tunniste + + + Circle name + + + + + Update + + + Close + Sulje + + + + + Create New Circle + + + + + Create + Luo + + + PGP Linked Id PGP:n linkitetty tunniste + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Luo ryhmä - - Group Name - Ryhmän nimi + + Group Name: + Ryhmän nimi: - + + Group ID: + + + + Group Name + Ryhmän nimi + + + Enter a name for your group Anna ryhmälle nimi - + + To be defined + + + + Friends Ystävät @@ -4014,9 +4126,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4145,7 +4257,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Lähetä viesti foorumiin @@ -4190,12 +4302,12 @@ p, li { white-space: pre-wrap; } Aloita uusi viestiketju - + No Forum Ei foorumia - + In Reply to Vastauksena @@ -4221,9 +4333,19 @@ p, li { white-space: pre-wrap; } Add Extra File Lisää ylimääräinen tiedosto + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Luo massatietoja @@ -4233,30 +4355,30 @@ p, li { white-space: pre-wrap; } Haluatko todella luoda %1 viestiä? - + Send Lähetä - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4285,7 +4407,7 @@ Do you want to reject this message? Visibility: - + @@ -4300,17 +4422,17 @@ Do you want to reject this message? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + @@ -4325,12 +4447,12 @@ Do you want to reject this message? Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4340,7 +4462,7 @@ Do you want to reject this message? Identity to use: - + @@ -4443,42 +4565,42 @@ Do you want to reject this message? Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4486,7 +4608,7 @@ Do you want to reject this message? users - + @@ -4499,7 +4621,7 @@ Do you want to reject this message? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4525,7 +4647,7 @@ Do you want to reject this message? No peer found in DHT - + @@ -4770,17 +4892,17 @@ Do you want to reject this message? IP - + IP Search IP - + Copy %1 to clipboard - + @@ -5036,7 +5158,7 @@ Do you want to reject this message? Relays - + @@ -5059,108 +5181,108 @@ Do you want to reject this message? Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Suodin: Search Network - + Hae verkosta Peers - + Vertaiset Relay - + Välitys DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5199,7 +5321,7 @@ Do you want to reject this message? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Muista tiedostojen tiivisteet (hash), vaikka ne eivät @@ -5634,12 +5756,12 @@ tiedostoille uudelleen, kun kytket sen kiiinni. Tabs - + Open each forum in a new tab - + @@ -5657,28 +5779,28 @@ tiedostoille uudelleen, kun kytket sen kiiinni. export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + @@ -5687,7 +5809,7 @@ tiedostoille uudelleen, kun kytket sen kiiinni. Näytä ryhmät - + Group Ryhmä @@ -5728,17 +5850,17 @@ tiedostoille uudelleen, kun kytket sen kiiinni. Lisää ryhmään - + Search - + Haku Sort by state - + - + Move to group Siirrä ryhmään @@ -5773,90 +5895,90 @@ tiedostoille uudelleen, kun kytket sen kiiinni. Saatavilla - + Do you want to remove this Friend? Haluatko poistaa tämän ystävän? - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Virhe Failed to get a file! - + File is not writeable! - + File is not readable! - + @@ -5864,7 +5986,7 @@ at least one peer was not added to a group IP - + Attempt to connect Yritä muodostaa yhteys @@ -5886,27 +6008,27 @@ at least one peer was not added to a group Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + @@ -5917,13 +6039,13 @@ at least one peer was not added to a group Deny - + Send message - + @@ -5954,7 +6076,7 @@ at least one peer was not added to a group Sort by state - + @@ -5967,14 +6089,14 @@ at least one peer was not added to a group Hae ystäviä - + Mark all - + Merkitse kaikki Mark none - + @@ -6076,7 +6198,7 @@ at least one peer was not added to a group <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + @@ -6092,12 +6214,12 @@ at least one peer was not added to a group Network graph - + Set your status message here. - + @@ -6162,7 +6284,12 @@ pysyäksesi voit käyttää tekaistua osoitetta. Salasana (tarkistus) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Ennen kuin siirryt eteenpäin, liikuttele hiirtäsi ympäriinsä, jolloin autat Retrosharea keräämään satunnaisuutta. Edistymistä ilmaiseva palkki tulisi saada vähintään 20%, mutta 100% on suositeltava lukema.</p></body></html> @@ -6185,227 +6312,222 @@ pysyäksesi voit käyttää tekaistua osoitetta. This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6414,77 +6536,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6536,8 +6658,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Rekisteröi retroshare:// URL-protokollaksi (vaatii uudelleenkäynnistyksen) + Rekisteröi retroshare:// URL-protokollaksi (vaatii uudelleenkäynnistyksen) @@ -6545,7 +6671,27 @@ Fill in your PGP password when asked, to sign your new key. Sinun tulee olla ylläpitäjä muuttaaksesi tätä asetusta. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Jouten @@ -6565,7 +6711,17 @@ Fill in your PGP password when asked, to sign your new key. Käynnistä ohjattu aloitus - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Virhe @@ -6586,7 +6742,7 @@ Fill in your PGP password when asked, to sign your new key. Yleiset - + Minimize to Tray Icon Pienennä ilmaisinalueelle @@ -6610,7 +6766,7 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6643,18 +6799,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6666,31 +6822,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6703,7 +6859,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6803,7 +6959,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6816,62 +6972,62 @@ p, li { white-space: pre-wrap; } GroupBox - + ID - + Tunniste Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Tiedot @@ -6881,12 +7037,12 @@ p, li { white-space: pre-wrap; } Pending packets - + Unknown - + Tuntematon @@ -6904,12 +7060,12 @@ p, li { white-space: pre-wrap; } [Unknown identity] - + : Service ID = - + @@ -6920,6 +7076,14 @@ p, li { white-space: pre-wrap; } Näytä ryhmäkeskustelu + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -7004,27 +7168,27 @@ p, li { white-space: pre-wrap; } All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -7037,7 +7201,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -7053,39 +7217,39 @@ p, li { white-space: pre-wrap; } Kontaktit: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Valitse ainakin yksi vertainen - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7128,7 +7292,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7136,14 +7310,9 @@ p, li { white-space: pre-wrap; } Näytä - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7270,7 +7439,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7290,7 +7459,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7300,18 +7469,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + Määritä... @@ -7334,7 +7503,7 @@ p, li { white-space: pre-wrap; } Open folder - + @@ -7354,17 +7523,17 @@ p, li { white-space: pre-wrap; } Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7392,7 +7561,7 @@ p, li { white-space: pre-wrap; } Published - + @@ -7486,6 +7655,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Vaihda viestin tila luetuksi tai päinvastoin @@ -7496,7 +7675,7 @@ p, li { white-space: pre-wrap; } - + Play Toista @@ -7533,12 +7712,12 @@ p, li { white-space: pre-wrap; } Poista kohde - + Channel Feed Kanavan syöte - + Files Tiedostot @@ -7578,12 +7757,12 @@ p, li { white-space: pre-wrap; } En pidä tästä - + Loading Ladataan - + Open Avaa @@ -7601,7 +7780,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Lähetä viesti kanavalle @@ -7616,7 +7795,7 @@ p, li { white-space: pre-wrap; } Hae kanavia - + Title Otsikko @@ -7651,7 +7830,32 @@ p, li { white-space: pre-wrap; } Ei kanavaa valittuna - + + Public + Julkinen + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Ota automaattinen lataus pois käytöstä @@ -7663,15 +7867,31 @@ p, li { white-space: pre-wrap; } Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + tuntematon + + + + Distribution: + + + + Feeds Syötteet @@ -7681,19 +7901,19 @@ p, li { white-space: pre-wrap; } Tiedostot - + Subscribers - + - + Description: Kuvaus: - + Posts (at neighbor nodes): - + @@ -7815,7 +8035,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7950,7 +8170,7 @@ kuin voit kommentoida In Reply to: - + @@ -7960,7 +8180,7 @@ kuin voit kommentoida Forum Feed - + @@ -7976,7 +8196,7 @@ kuin voit kommentoida Lomake - + Start new Thread for Selected Forum Aloita uusi viestiketju valitussa foorumissa @@ -8002,7 +8222,7 @@ kuin voit kommentoida - + Title Otsikko @@ -8015,18 +8235,18 @@ kuin voit kommentoida - + Author Kirjoittaja Save image - + - + Loading Ladataan @@ -8093,12 +8313,12 @@ kuin voit kommentoida Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8151,33 +8371,73 @@ kuin voit kommentoida This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Julkinen + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Jakelu + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8202,22 +8462,22 @@ kuin voit kommentoida <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8273,39 +8533,39 @@ kuin voit kommentoida %1, %2 kirjoitti: - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description Kuvaus By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8321,7 +8581,7 @@ kuin voit kommentoida <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8376,13 +8636,13 @@ kuin voit kommentoida GxsGroupDialog - - + + Name Nimi - + Add Icon Lisää kuvake @@ -8397,7 +8657,7 @@ kuin voit kommentoida Jaa julkaisuavain - + check peers you would like to share private publish key with rastita vertaiset, joiden kanssa haluat jakaa yksityisen julkaisuavaimesi @@ -8407,36 +8667,40 @@ kuin voit kommentoida Jaa avain - - + + Description Kuvaus - + Message Distribution Viestin leviäminen - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Julkinen - - Restricted to Group - Rajattu ryhmään + Rajattu ryhmään - - + Only For Your Friends Vain ystävillesi - + Publish Signatures Julkaisuallekirjoitukset @@ -8482,12 +8746,11 @@ kuin voit kommentoida - Comments Kommentit - + Allow Comments Salli kommentit @@ -8499,133 +8762,203 @@ kuin voit kommentoida Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Kommentit: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Kontaktit: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Ole hyvä ja lisää nimi - + + PGP signature from known ID required + + + + Load Group Logo Lataa ryhmän logo - + Submit Group Changes Vahvista ryhmän muutokset - + Failed to Prepare Group MetaData - please Review Ryhmän metatietojen luonti epäonnistui - tarkista tiedot - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info Tietoja - - Comments allowed - - - - - Comments not allowed - - - - + ID Tunniste - + Last Post Viimeisin viesti + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Suosio - - - Posts - - - Type - Tyyppi + Posts + - + Type + Tyyppi + + + Author Kirjoittaja GxsIdLabel - + @@ -8676,7 +9009,12 @@ kuin voit kommentoida Muokkaa tietoja - + + Share publish permissions + + + + Copy RetroShare Link Kopioi RetroShare-linkki @@ -8691,25 +9029,20 @@ kuin voit kommentoida Merkitse kaikki lukemattomiksi - + AUTHD VAHVST - - - Share admin permissions - - GxsIdChooser - + No Signature Ei allekirjoitusta - + Create new Identity Luo uusi henkilöllisyys @@ -8717,7 +9050,7 @@ kuin voit kommentoida GxsIdDetails - + Loading Ladataan @@ -8736,43 +9069,43 @@ kuin voit kommentoida [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8793,42 +9126,42 @@ kuin voit kommentoida Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Tuntematon vertainen @@ -9015,7 +9348,7 @@ kuin voit kommentoida Error Loading Help Contents: - + @@ -9063,7 +9396,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9094,7 +9427,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9104,16 +9437,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9146,16 +9479,16 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + @@ -9165,7 +9498,7 @@ p, li { white-space: pre-wrap; } Owner node ID : - + @@ -9175,28 +9508,28 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + @@ -9206,30 +9539,30 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9239,34 +9572,34 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + @@ -9281,69 +9614,70 @@ p, li { white-space: pre-wrap; } Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + OK Banned - + IdDialog - + + New ID Uusi tunniste - - + + All Kaikki @@ -9359,47 +9693,83 @@ p, li { white-space: pre-wrap; } Haku - Unknown real name - Tuntematon oikea nimi + Tuntematon oikea nimi - + Anonymous Id Nimetön tunniste - + Create new Identity Luo uusi henkilöllisyys - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Piirit + + + + Circle name + + + + + Membership + Jäsenyys + + + + Public Circles + Julkiset piirit + + + + Personal Circles + Henkilökohtaiset piirit + + + Edit identity - + Muokkaa henkilöllisyyttä Delete identity - + @@ -9412,44 +9782,44 @@ p, li { white-space: pre-wrap; } Käynnistää etäisen keskustelun vertaisen kanssa - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + @@ -9459,174 +9829,387 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous Nimetön - + ID - + Tunniste Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Julkinen + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Tila: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + tuntematon + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Muokkaa piiriä + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + OK Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People Ihmiset @@ -9634,102 +10217,92 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9841,7 +10414,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9852,32 +10425,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9895,7 +10468,7 @@ p, li { white-space: pre-wrap; } GXSId - + @@ -9905,27 +10478,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9938,7 +10511,7 @@ p, li { white-space: pre-wrap; } - + Copy Kopioi @@ -9974,17 +10547,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10039,7 +10612,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Lisää ystävä @@ -10055,7 +10628,7 @@ p, li { white-space: pre-wrap; } - + Options Asetukset @@ -10089,12 +10662,12 @@ p, li { white-space: pre-wrap; } Ohjattu nopea käynnistys - + RetroShare %1 a secure decentralized communication platform RetroShare %1 turvallinen hajautettu kommunikaatioalusta - + Unfinished Kesken @@ -10134,7 +10707,7 @@ p, li { white-space: pre-wrap; } Open Messenger - + @@ -10212,7 +10785,7 @@ p, li { white-space: pre-wrap; } Haluatko todella poistua RetroSharesta? - + Internal Error Sisäinen virhe @@ -10257,7 +10830,7 @@ p, li { white-space: pre-wrap; } Palveluiden käyttöoikeudet - + Add Lisää @@ -10269,29 +10842,29 @@ p, li { white-space: pre-wrap; } Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose Kirjoita viesti @@ -10393,29 +10966,29 @@ p, li { white-space: pre-wrap; } - + Tags Merkkaukset Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + @@ -10515,17 +11088,17 @@ p, li { white-space: pre-wrap; } All addresses (mixed) - + All people - + My contacts - + @@ -10553,7 +11126,7 @@ p, li { white-space: pre-wrap; } Hei %1,<br><br>%2 haluaa olla ystäväsi RetroSharessa.<br><br>Vastaa nyt:<br>%3<br><br>Kiittäen,<br>RetroShare-tiimi. - + Save Message Tallenna viesti @@ -10775,7 +11348,7 @@ Haluatko tallentaa viestin luonnoslaatikkoon? Details - + Tiedot @@ -10836,74 +11409,74 @@ Haluatko tallentaa viestin? Lähettäjä: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10911,22 +11484,22 @@ Haluatko tallentaa viestin? Everyone - + Contacts - + Kontaktit Nobody - + Accept encrypted distant messages from - + @@ -11136,12 +11709,12 @@ Haluatko tallentaa viestin? Hide the attachment pane - + Show the attachment pane - + @@ -11565,7 +12138,7 @@ Haluatko tallentaa viestin? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11662,7 +12235,7 @@ Haluatko tallentaa viestin? This message goes to a distant person. - + @@ -11697,7 +12270,7 @@ Haluatko tallentaa viestin? This message comes from a distant person. - + @@ -11708,7 +12281,7 @@ Haluatko tallentaa viestin? RetroSharen pikaviestin - + Add a Friend Lisää ystävä @@ -11723,17 +12296,17 @@ Haluatko tallentaa viestin? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11991,7 +12564,7 @@ Haluatko tallentaa viestin? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12108,74 +12681,74 @@ Paina hiiren oikeaa nappia ja valitse "ystävysty" saadaksesi yhteyden Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12267,17 +12840,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12354,7 +12927,7 @@ Reported error: Ip security - + @@ -12424,7 +12997,7 @@ Reported error: <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12464,7 +13037,7 @@ Reported error: Disable All Toaster temporarily - + @@ -12474,7 +13047,7 @@ Reported error: Systray - + @@ -12484,23 +13057,23 @@ Reported error: Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase PGP-avaimen tunnuslause @@ -12520,12 +13093,12 @@ Reported error: RetroShare on havainnut rekisteröimättömän lisäosan. Tämä voi tapahtua kahdesta syystä:<UL><LI>RetroSharen käynnistystiedosto on muuttunut.</LI><LI>Lisäosa on muuttunut</LI></UL>Paina Kyllä hyväksyäksesi lisäosan tai Ei estääksesi sen. Voit muuttaa asetuksen myöhemmin menemällä Asetukset -> Lisäosat, ja käynnistämällä RS:n uudelleen. - + Please check your system clock. Tarkista järjestelmän kello. - + Examining shared files... Tarkastellaan jaettuja tiedostoja... @@ -12561,14 +13134,14 @@ Reported error: Salattu viesti - + Please enter your PGP password for key Anna PGP-avaimesi salasana - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12603,7 +13176,7 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12623,37 +13196,37 @@ Reported error: PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12663,7 +13236,7 @@ Reported error: No trust - + @@ -12683,31 +13256,31 @@ Reported error: Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12717,73 +13290,134 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Sisällytä allekirjoitukset + + + Options + Asetukset + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + Käytä suorana lähteenä, kun saatavilla + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Virhe haettaessa vertaisen tietoja. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) RetroShare ei tue antamaasi avainalgoritmia (Tällä hetkellä vain RSA-avaimet käyvät) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12801,28 +13435,28 @@ p, li { white-space: pre-wrap; } Luottamuksesi tähän vertaiseen on nolla. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure Virhe allekirjoitettaessa @@ -12832,19 +13466,19 @@ p, li { white-space: pre-wrap; } Salasana saattaa olla väärin - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12993,26 +13627,80 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People Ihmiset - - - External - - Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + Ihmiset @@ -13103,7 +13791,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13116,7 +13804,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13129,7 +13817,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13277,7 +13965,7 @@ yrität muokata sitä! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13371,12 +14059,12 @@ p, li { white-space: pre-wrap; } Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13417,12 +14105,12 @@ p, li { white-space: pre-wrap; } Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + @@ -13436,7 +14124,7 @@ p, li { white-space: pre-wrap; } [loading problem] - + @@ -13482,7 +14170,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13559,7 +14247,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Chat remotely closed. Please close this window. - + @@ -13579,12 +14267,12 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13642,7 +14330,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Link - + @@ -13660,7 +14348,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + @@ -13731,7 +14419,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Subscribe to Posted - + @@ -13747,7 +14435,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Posted Description - + @@ -13757,7 +14445,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. New Posted - + @@ -13768,7 +14456,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. PostedItem - + 0 0 @@ -13779,7 +14467,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. - + Comments Kommentit @@ -13814,7 +14502,17 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Uusi - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Vaihda viestin tila luetuksi tai päinvastoin @@ -13824,7 +14522,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Poista kohde - + Loading Ladataan @@ -13909,7 +14607,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. 1-10 - + 1-10 @@ -13917,7 +14615,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Tabs - + @@ -13927,7 +14625,7 @@ vahingoittamistarkoituksessa tehdyiltä lisäosilta. Open each topic in a new tab - + @@ -14079,28 +14777,28 @@ ja käyttää "Tuo"-painiketta ladataksesi sen <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -14288,9 +14986,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Vahvistus @@ -14300,7 +14998,7 @@ p, li { white-space: pre-wrap; } Haluatko, että järjestelmäsi käsittelee linkin? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14309,7 +15007,7 @@ ja avataksesi aputoiminnon ystävän lisäämiseksi - + Add file Lisää tiedosto @@ -14329,12 +15027,17 @@ ja avataksesi aputoiminnon ystävän lisäämiseksi Haluatko käsitellä %1 kpl linkkejä? - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 RetroShare-linkistä käsitelty, %2 jäljellä. @@ -14443,6 +15146,21 @@ ja avataksesi aputoiminnon ystävän lisäämiseksi Channel messages not found Kanavaviestejä ei löydetty + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14486,7 +15204,7 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä Tulos - + Unable to make path Polun luominen epäonnistui @@ -14501,7 +15219,7 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä Kokoelmatiedoston käsittely epäonnistui - + Deny friend Torju ystävä @@ -14521,7 +15239,7 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä Tiedostopyyntö peruttu - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Tämä RetroSharen versio käyttää OpenPGP-SDK:ta. Tämän takia se ei käytä järjestelmäjaettua PGP-avainketjua, vaan sillä on oma avainketjunsa jaettuna kaikkien käynnissä olevien RetroSharejen kanssa.<br><br>Sinulla ei näytä olevan tällaista avainketjua, vaikka olemassaolevissa RetroShare-tileissä mainitaan PGP-avaimet. Tämä johtuu todennäköisesti siitä, että siirryit juuri ohjelman uudempaan versioon. @@ -14532,12 +15250,12 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Käynnistys epäonnistui. Väärä tai puuttuva PGP:n asennus. @@ -14547,12 +15265,12 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä Odottamaton virhe. Ole hyvä ja raportoi 'RsInit::InitRetroShare unexpected return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Odottamaton virhe. Ole hyvä ja raportoi 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Useita instansseja @@ -14576,9 +15294,8 @@ Lukitustiedosto: - Start with a RetroShare link is only supported for Windows. - Käynnistys RetroShare-linkistä on mahdollinen ainoastaan Windowsia käytettäessä. + Käynnistys RetroShare-linkistä on mahdollinen ainoastaan Windowsia käytettäessä. @@ -14607,7 +15324,7 @@ Virhe: %2 - + Click to send a private message to %1 (%2). Lähetä yksityinen viesti henkilölle %1 (%2) napsauttamalla tätä. @@ -14617,7 +15334,7 @@ Virhe: %1 (%2, ylimääräinen - lähde mukana) - + Click this link to send a private message to %1 (%2) Napsauttamalla tätä linkkiä voit lähettää yksityisen viestin henkilölle %1 (%2) @@ -14634,103 +15351,103 @@ Virhe: TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + @@ -14741,49 +15458,49 @@ Virhe: Subject: - + Aihe: Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + Virhe unable to parse XML file! - + @@ -14798,12 +15515,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14926,10 +15643,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14974,31 +15691,31 @@ p, li { white-space: pre-wrap; } RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + Mihin haluat laittaa sivun painikkeet? ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15013,8 +15730,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15093,12 +15810,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + Haluatko todella lopettaa tämän hakemiston jakamisen? @@ -15142,60 +15859,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15213,7 +15930,7 @@ p, li { white-space: pre-wrap; } <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15303,7 +16020,7 @@ p, li { white-space: pre-wrap; } <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15337,22 +16054,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15365,33 +16082,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15423,12 +16140,12 @@ p, li { white-space: pre-wrap; } Lataa! - + File Tiedosto - + Size Koko @@ -15445,7 +16162,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Joissakin tiedostonimissä tai hakemistojen nimissä on kiellettyjä merkkejä. Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä '_'. @@ -15464,12 +16181,12 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + @@ -15479,7 +16196,7 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + @@ -15492,12 +16209,17 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä Tallenna - + Collection Editor Kokoelman muokkaus - + + File Path + + + + File Count Tiedostojen määrä @@ -15507,14 +16229,14 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä Tämä on juurihakemisto. - - + + Real Size: Waiting child... Todellinen koko: Odotetaan alihakemistoja... - - + + Real File Count: Waiting child... Todellinen tiedostojen määrä: Odotetaan alihakemistoja... @@ -15578,17 +16300,17 @@ Merkit <b>",|,/,\,&lt;,&gt;,*,?</b> korvataan merkillä <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15661,13 +16383,13 @@ Jos se on mielestäsi kunnollinen, poista mainittu rivi tiedostosta ja avaa se u File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? Kuva on liian suuri siirron kannalta. @@ -15679,13 +16401,13 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. Palauttaa KAIKKI tallennetut RetroSharen asetukset. @@ -15725,7 +16447,7 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? RetroSharen käyttötiedot - + Unable to open log file '%1': %2 Lokitiedoston '%1': %2 avaaminen epäonnistui @@ -15740,24 +16462,33 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? Datahakemistoa ei voitu luoda: %1 - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -16073,7 +16804,7 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? IP address: - + @@ -16088,7 +16819,7 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? Peer Name: - + @@ -16105,33 +16836,33 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16279,12 +17010,12 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16297,12 +17028,12 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? Network Mode - + Verkon toimintatapa Nat - + @@ -16390,7 +17121,7 @@ Pienennetäänkö kuva kokoon %1x%2 pikseliä? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Jos poistat tästä rastin, RetroShare voi määritellä IP-osoitteesi ainoastaan, kun olet yhteydessä johonkuhun. Tämän @@ -16436,65 +17167,65 @@ vähän ystäviä. Tämä auttaa myös, jos olet palomuurin tai VPN:n takana. Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + @@ -16504,27 +17235,27 @@ Also check your ports! Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16539,18 +17270,18 @@ Also check your ports! IP Filters - + IP blacklist - + IP range - + @@ -16564,13 +17295,13 @@ Also check your ports! Origin - + Reason - + @@ -16582,158 +17313,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16746,78 +17477,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16840,12 +17571,12 @@ If you have issues connecting over Tor check the Tor logs too. Auto-download recommended files - + Require whitelist - + @@ -16868,12 +17599,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16930,7 +17661,7 @@ If you have issues connecting over Tor check the Tor logs too. Share flags and groups: - + @@ -16954,7 +17685,7 @@ If you have issues connecting over Tor check the Tor logs too. You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -17202,48 +17933,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Ystävä Go Online - + Chatmessage - + New Msg - + Message - + Viesti Message arrived - + Download - + Lataa Download complete - + Lobby - + @@ -17286,7 +18017,7 @@ Select the Friends with which you want to Share your Channel. Default - + Oletus @@ -17294,18 +18025,18 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile Avaa profiili @@ -17378,9 +18109,9 @@ Ei vaikuta nykyisiin identiteetteihin/sijainteihin. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17389,7 +18120,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17398,7 +18129,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17407,7 +18138,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17481,12 +18212,12 @@ This choice can be reverted in settings. Turtle Router - + Global Router - + @@ -17593,7 +18324,7 @@ This choice can be reverted in settings. Connected: I2P - + @@ -17608,57 +18339,57 @@ This choice can be reverted in settings. TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17678,7 +18409,7 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17691,7 +18422,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17855,17 +18586,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Tilattu - + Unsubscribe Lopeta tilaus - + Subscribe Aloita tilaus @@ -17924,12 +18655,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17984,11 +18715,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -18008,27 +18739,27 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -18063,7 +18794,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Lataukset @@ -18074,7 +18805,7 @@ p, li { white-space: pre-wrap; } Lähetykset - + Name i.e: file name @@ -18315,7 +19046,7 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18344,39 +19075,39 @@ p, li { white-space: pre-wrap; } - + Failed Epäonnistunut - - + + Okay OK - - + + Waiting Odotetaan - + Downloading Ladataan - + Complete Valmis - + Queued Jonossa @@ -18396,7 +19127,7 @@ p, li { white-space: pre-wrap; } Tuntematon - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18487,7 +19218,7 @@ Kärsivällisyyttä! Kirjoita uusi ja validi tiedostonimi - + Last Time Seen i.e: Last Time Receiced Data Viimeksi nähty @@ -18619,7 +19350,7 @@ Kärsivällisyyttä! Näytä Polku-sarake - + Could not delete preview file Esikatselutiedostoa ei voitu poistaa @@ -18629,7 +19360,7 @@ Kärsivällisyyttä! Yritä uudelleen? - + Create Collection... Luo kokoelma... @@ -18649,24 +19380,24 @@ Kärsivällisyyttä! Kokoelma - + File sharing Tiedostojen jakaminen - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18823,12 +19554,12 @@ Kärsivällisyyttä! Anonymous tunnels - + Authenticated tunnels - + @@ -18838,7 +19569,7 @@ Kärsivällisyyttä! Turtle Router - + @@ -18886,7 +19617,7 @@ Kärsivällisyyttä! Forwarded data - + @@ -19015,57 +19746,57 @@ Kärsivällisyyttä! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -19691,7 +20422,7 @@ Kärsivällisyyttä! Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_fr.ts b/retroshare-gui/src/lang/retroshare_fr.ts index 08682b05d..e4f4b5e12 100644 --- a/retroshare-gui/src/lang/retroshare_fr.ts +++ b/retroshare-gui/src/lang/retroshare_fr.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Impossible de déterminer la commande système par défaut pour ce fichier @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -558,7 +560,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -658,7 +660,7 @@ p, li { white-space: pre-wrap; } Disable SysTray ToolTip - + @@ -775,7 +777,7 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à BWGraphSource - + KB/s KO/s @@ -1005,7 +1007,7 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à Log scale - + @@ -1053,6 +1055,11 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à Mute participant Mute le participant + + + Ban this person (Sets negative opinion) + + Send Message @@ -1061,15 +1068,15 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à Sort by Name - + Trier par nom Sort by Activity - + - + Invite friends to this lobby Inviter des amis à ce salon @@ -1089,7 +1096,7 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à Selectionner les amis à inviter : - + Welcome to lobby %1 Bienvenue dans le salon %1 @@ -1105,7 +1112,7 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à Salons de tchat - + Lobby management @@ -1152,12 +1159,12 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à secondes - + Start private chat Démarrer un tchat privé - + Decryption failed. Le déchiffrement a échoué. @@ -1242,12 +1249,12 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à ChatLobbyWidget - + Chat lobbies Salons de tchat - + Name Nom @@ -1285,7 +1292,7 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à [Sans sujet déterminé] - + Selected lobby info Info du salon sélectionné @@ -1302,7 +1309,7 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à Anonymous IDs accepted - + @@ -1325,7 +1332,7 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à %1 vous invite dans le salon de tchat %2 - + Search Chat lobbies Rechercher des salons de tchat @@ -1365,7 +1372,7 @@ Mais rappelez-vous : Toutes les données *SERONT* perdus quand nous mettrons à Non - + Lobby Name: Nom du salon : @@ -1532,7 +1539,7 @@ Double cliquer sur le salon pour y accéder et discuter. Annuler - + Quick Message Message instantané @@ -1541,34 +1548,34 @@ Double cliquer sur le salon pour y accéder et discuter. ChatPage - + General Général - + Distant Chat - + Everyone - + Contacts - + Contacts Nobody - + Accept encrypted distant chat from - + @@ -1620,6 +1627,11 @@ Double cliquer sur le salon pour y accéder et discuter. Send message with Ctrl+Return Envoyer les messages avec Ctrl+Entrée + + + Send as plain text by default + + Chat Lobby @@ -1725,7 +1737,7 @@ Double cliquer sur le salon pour y accéder et discuter. Sortant - + Incoming message in history Message entrant de l'historique @@ -1762,12 +1774,12 @@ Double cliquer sur le salon pour y accéder et discuter. UserName - + /me is sending a message with /me - + @@ -1860,7 +1872,7 @@ Double cliquer sur le salon pour y accéder et discuter. Afficher la barre par défaut - + Private chat invite from Invitation de tchat privé reçue de @@ -1883,7 +1895,7 @@ Double cliquer sur le salon pour y accéder et discuter. ChatStyle - + Standard style for group chat Le style standard pour le tchat en groupe @@ -1937,12 +1949,12 @@ Double cliquer sur le salon pour y accéder et discuter. Fermer - + Send Envoyer - + Bold Gras @@ -1957,12 +1969,12 @@ Double cliquer sur le salon pour y accéder et discuter. Italique - + Attach a Picture Joindre une image - + Strike Découverte @@ -2013,42 +2025,70 @@ Double cliquer sur le salon pour y accéder et discuter. Réinitialiser à la valeur par défaut - + Quote - + Citer Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... écrit... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Etes-vous vraiment sûr de vouloir supprimer définitivement l'historique ? - + Add Extra File Ajouter un fichier supplémentaire @@ -2093,7 +2133,7 @@ Double cliquer sur le salon pour y accéder et discuter. est occupé et peut ne pas répondre - + Find Case Sensitively Trouver en tenant compte de la casse @@ -2115,7 +2155,7 @@ Double cliquer sur le salon pour y accéder et discuter. Ne pas cesser de colorer après X articles trouvés (nécessite davantage de CPU) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Trouver le précédent </b><br/><i>Ctrl+Shift+G</i> @@ -2130,12 +2170,12 @@ Double cliquer sur le salon pour y accéder et discuter. <b>Trouver </b><br/><i>Ctrl+F</i> - + (Status) (Statut) - + Set text font & color Régler police de caractères du texte et couleur @@ -2145,7 +2185,7 @@ Double cliquer sur le salon pour y accéder et discuter. Joindre un fichier - + WARNING: Could take a long time on big history. AVERTISSEMENT : cela pourrait prendre longtemps si c'est un historique de grande taille. @@ -2156,17 +2196,16 @@ Double cliquer sur le salon pour y accéder et discuter. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Marquer ce texte comme sélectionné</b><br><i>Ctrl+M</i> - %1This message consists of %2 characters. - %1Ce message consiste de %2 caractères. + %1Ce message consiste de %2 caractères. - + items found. articles trouvés. @@ -2181,22 +2220,20 @@ Double cliquer sur le salon pour y accéder et discuter. <b>Retour au texte marqué</b><br><i>Ctrl+M</i> - Display Search Box - Afficher la boîte de recherche + Afficher la boîte de recherche - Search Box - Boîte de recherche + Boîte de recherche - + Type a message here Saisissez votre message ici - + Don't stop to color after Ne pas cesser de colorer après @@ -2206,9 +2243,8 @@ Double cliquer sur le salon pour y accéder et discuter. éléments trouvés (besoin de plus de CPU) - Warning: - Avertissement : + Avertissement : @@ -2227,7 +2263,7 @@ Double cliquer sur le salon pour y accéder et discuter. CirclesDialog - + Showing details: Afficher les détails : @@ -2249,7 +2285,7 @@ Double cliquer sur le salon pour y accéder et discuter. - + Personal Circles Cercles personnels @@ -2275,7 +2311,7 @@ Double cliquer sur le salon pour y accéder et discuter. - + Friends Amis @@ -2335,7 +2371,7 @@ Double cliquer sur le salon pour y accéder et discuter. Amis des Amis - + External Circles (Admin) Cercles extérieurs (Admin) @@ -2359,7 +2395,7 @@ Double cliquer sur le salon pour y accéder et discuter. ConfCertDialog - + Details Détails @@ -2375,7 +2411,7 @@ Double cliquer sur le salon pour y accéder et discuter. - + Local Address Adresse locale : @@ -2402,36 +2438,39 @@ Double cliquer sur le salon pour y accéder et discuter. Liste d'adresses IP connues: - + + Use this certificate to make friends: + + + + Include signatures Inclure les signatures - - + + RetroShare Retroshare - - + + Error : cannot get peer details. Erreur : impossible d'obtenir les détails de ce contact. - Use as direct source, when available - Utiliser en source directe, quand disponible + Utiliser en source directe, quand disponible - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">Retroshare vérifie régulièrement vos listes d'amis pour les fichiers correspondant à vos transferts, afin d'établir un transfert direct. Dans ce cas, votre ami sait que vous téléchargez le fichier. </p><p align="justify">Pour éviter ce comportement pour ce seul ami, décochez cette case. Vous pouvez toujours effectuer un transfert direct si vous le demander expressément, par exemple en téléchargement à partir de la liste des fichiers de votre ami. </p></body></html> + <html><head/><body><p align="justify">Retroshare vérifie régulièrement vos listes d'amis pour les fichiers correspondant à vos transferts, afin d'établir un transfert direct. Dans ce cas, votre ami sait que vous téléchargez le fichier. </p><p align="justify">Pour éviter ce comportement pour ce seul ami, décochez cette case. Vous pouvez toujours effectuer un transfert direct si vous le demander expressément, par exemple en téléchargement à partir de la liste des fichiers de votre ami. </p></body></html> - + Encryption Chiffrement @@ -2446,17 +2485,16 @@ Double cliquer sur le salon pour y accéder et discuter. Adresses des contacts - Options - Options + Options - + Retroshare node details Détails de noeud Retroshare - + Node name : Nom de noeud : @@ -2491,22 +2529,16 @@ Double cliquer sur le salon pour y accéder et discuter. Certificat Retroshare - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - Auto-download recommended files from this node - Télécharger automatiquement les fichiers recommandés par ce noeud + Télécharger automatiquement les fichiers recommandés par ce noeud - + Friend node details Détails noeud ami - + Hidden Address Adresse cachée @@ -2542,17 +2574,15 @@ Double cliquer sur le salon pour y accéder et discuter. <p>Vous pouvez utiliser ce certificat pour vous faire de nouveaux amis. Envoyez-le par courrier électronique, ou donnez-le de main à la main.</p> - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - <html><head/><body><p>Les pairs qui ont cette option ne peuvent pas se connecter si leur adresse de connexion n'est pas dans la liste blanche. Ceci vous protège du trafic transportant des attaques. Quand utilisée, les pairs rejetés seront rapportés en tant que &quot;articles de flux sécurité (security feed items)&quot; dans la section "Fil d'actualités". De là, vous pouvez passer leur IP en liste blanche/liste noire.</p></body></html> + <html><head/><body><p>Les pairs qui ont cette option ne peuvent pas se connecter si leur adresse de connexion n'est pas dans la liste blanche. Ceci vous protège du trafic transportant des attaques. Quand utilisée, les pairs rejetés seront rapportés en tant que &quot;articles de flux sécurité (security feed items)&quot; dans la section "Fil d'actualités". De là, vous pouvez passer leur IP en liste blanche/liste noire.</p></body></html> - Require white list clearance - Requiert l'autorisation en liste blanche + Requiert l'autorisation en liste blanche - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> <html><head/><body><p>Ceci est l'ID du certificat <span style=" font-weight:600;">OpenSSL</span> du noeud, qui est signé par la clé <span style=" font-weight:600;">PGP</span> ci-dessus. </p></body></html> @@ -2628,12 +2658,12 @@ Double cliquer sur le salon pour y accéder et discuter. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2753,7 +2783,7 @@ Double cliquer sur le salon pour y accéder et discuter. Email - + Courrier électronique @@ -3180,7 +3210,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3727,11 +3757,11 @@ contact même si vous n'êtes pas amis. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3790,68 +3820,80 @@ p, li { white-space: pre-wrap; } CreateCircleDialog - + + + + Circle Details Détails du cercle - - + Name Nom - Creator - Créateur + Créateur - Distribution - Distribution + Distribution - + Public Public - Self-Restricted - Self-Restricted + Self-Restricted - Restricted to: - Limité à : + Limité à : - Circle Membership - Membre du cercle + Membre du cercle - + IDs IDs - Known Identities - Identités connues + Identités connues - + Filter Filtre - + Nickname Surnom - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3861,55 +3903,104 @@ p, li { white-space: pre-wrap; } Type - - - - + + Name: + + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Privé + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare Retroshare - + Please set a name for your Circle S'il vous plaît donnez un nom à votre cercle - Personal Circle Details - Détails du cercle personnel + Détails du cercle personnel - External Circle Details - Détails du cercle extérieur + Détails du cercle extérieur - Cannot Edit Existing Circles Yet - Impossible de modifier un cercle existant pour l'instant + Impossible de modifier un cercle existant pour l'instant - + No Restriction Circle Selected Aucune restriction de cercle sélectionnée - + No Circle Limitations Selected Aucune limitation de cercle sélectionnée - Create New Personal Circle - Créer un nouveau cercle personnel + Créer un nouveau cercle personnel - Create New External Circle - Créer un nouveau cercle externe + Créer un nouveau cercle externe - + Add Ajouter @@ -3919,13 +4010,13 @@ p, li { white-space: pre-wrap; } Enlever - + Search Rechercher - + All Tout @@ -3940,49 +4031,98 @@ p, li { white-space: pre-wrap; } Signé par des noeuds connus - + Edit Circle Modifier le cercle - - + PGP Identity Identité PGP - - - + + + Anon Id ID anon + + + Circle name + + + + + Update + + + Close + Fermer + + + + + Create New Circle + + + + + Create + Créer + + + PGP Linked Id ID PGP liée + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Créer un groupe - - Group Name - Nom du groupe + + Group Name: + Nom du groupe : - + + Group ID: + + + + Group Name + Nom du groupe + + + Enter a name for your group Entrez un nom pour le groupe que vous souhaitez créer - + + To be defined + + + + Friends Amis @@ -4016,9 +4156,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4147,7 +4287,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Poster un message sur le forum @@ -4192,12 +4332,12 @@ p, li { white-space: pre-wrap; } Lancer un nouveau fil - + No Forum Aucun forum - + In Reply to En réponse à @@ -4223,9 +4363,19 @@ p, li { white-space: pre-wrap; } Add Extra File Ajouter un fichier supplémentaire + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Générer des données en masse @@ -4235,12 +4385,12 @@ p, li { white-space: pre-wrap; } Voulez-vous vraiment générer %1 messages ? - + Send Envoyer - + Forum Message Message de forum @@ -4303,7 +4453,7 @@ Voulez-vous rejeter ce message ? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + @@ -4502,7 +4652,7 @@ Voulez-vous rejeter ce message ? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4528,7 +4678,7 @@ Voulez-vous rejeter ce message ? No peer found in DHT - + @@ -4783,7 +4933,7 @@ Voulez-vous rejeter ce message ? Copy %1 to clipboard - + @@ -5039,7 +5189,7 @@ Voulez-vous rejeter ce message ? Relays - + @@ -5202,7 +5352,7 @@ Voulez-vous rejeter ce message ? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Sauvegarde le hachage des fichiers, même s'ils ne sont pas partagés. @@ -5690,7 +5840,7 @@ des fichiers quand vous le rebrancher. Afficher les groupes - + Group Groupe @@ -5731,7 +5881,7 @@ des fichiers quand vous le rebrancher. Ajouter à un groupe - + Search Rechercher @@ -5741,7 +5891,7 @@ des fichiers quand vous le rebrancher. Trier par état - + Move to group Déplacer dans le groupe @@ -5776,12 +5926,12 @@ des fichiers quand vous le rebrancher. Disponible - + Do you want to remove this Friend? Désirez-vous supprimer cet ami ? - + Done! Terminé ! @@ -5830,8 +5980,12 @@ au moins un contact n'a pas été ajouté au groupe + Select file for importing your friendlist from + + + Select file for importing yoour friendlist from - Sélectionnez le fichier d'importation de votre liste d'amis + Sélectionnez le fichier d'importation de votre liste d'amis @@ -5859,13 +6013,13 @@ au moins un contact n'a pas été ajouté au groupe File is not writeable! - + File is not readable! - + @@ -5873,7 +6027,7 @@ au moins un contact n'a pas été ajouté au groupe IP - + Attempt to connect Tentative de connexion @@ -5903,7 +6057,7 @@ au moins un contact n'a pas été ajouté au groupe Enlever noeud d'ami - + Do you want to remove this node? Voulez-vous retirer ce noeud ? @@ -5913,7 +6067,7 @@ au moins un contact n'a pas été ajouté au groupe Noeuds amis - + Send message to whole group Envoyer le message au groupe entier @@ -5976,7 +6130,7 @@ au moins un contact n'a pas été ajouté au groupe Rechercher des amis - + Mark all Tout marquer @@ -6171,7 +6325,12 @@ mais pour rester anonyme, vous pouvez utiliser un faux courrier électronique.Mot de passe (contrôle) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Avant de continuer, déplacez votre souris pour aider Retroshare à recueillir autant de données aléatoires que possible. Remplir la barre de progression jusqu'à 20&#37; est nécessaire, 100&#37; est conseillé.</p></body></html> @@ -6235,7 +6394,7 @@ mais pour rester anonyme, vous pouvez utiliser un faux courrier électronique.Le champ noeud est exigé avec un minimum de 3 caractères - + Failed to generate your new certificate, maybe PGP password is wrong! Échec lors de la génération de votre nouveau certificat, peut-être que votre mot de passe PGP est faux ! @@ -6269,7 +6428,7 @@ Autrement vous pouvez utiliser un profil existant. Il vous suffit de décocher & - + Create a new profile Créer un nouveau profil @@ -6320,12 +6479,7 @@ Autrement vous pouvez utiliser un profil existant. Il vous suffit de décocher & <html><head/><body><p>Ceci est votre port de connexion.</p><p>N'importe quelle valeur entre 1024 et 65535 </p><p> devrait être OK. Il vous sera possible de la changer plus tard.</p></body></html> - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length Longueur de la clé PGP @@ -6481,12 +6635,12 @@ et l'utiliser au moyen du bouton d'importation afin de le charger - + Profile generation failure Échec lors de la génération du profil - + Missing PGP certificate Certificat PGP manquant @@ -6554,8 +6708,12 @@ Remplissez votre mot de passe PGP une fois demandé, afin de signer votre nouvel + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Enregistrer retroshare :// en tant que protocole (redémarrage requis) + Enregistrer retroshare :// en tant que protocole (redémarrage requis) @@ -6563,7 +6721,27 @@ Remplissez votre mot de passe PGP une fois demandé, afin de signer votre nouvel Vous avez besoin des droits administrateur pour modifier cette option. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Inactivité @@ -6583,7 +6761,17 @@ Remplissez votre mot de passe PGP une fois demandé, afin de signer votre nouvel Lancer l'assistant de configuration rapide - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Erreur @@ -6604,7 +6792,7 @@ Remplissez votre mot de passe PGP une fois demandé, afin de signer votre nouvel Général - + Minimize to Tray Icon Réduire dans la zone de notification @@ -6628,7 +6816,7 @@ Remplissez votre mot de passe PGP une fois demandé, afin de signer votre nouvel <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6661,18 +6849,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6684,31 +6872,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6721,7 +6909,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6834,7 +7022,7 @@ p, li { white-space: pre-wrap; } GroupBox - + @@ -6844,7 +7032,7 @@ p, li { white-space: pre-wrap; } Identity Name - + @@ -6863,33 +7051,45 @@ p, li { white-space: pre-wrap; } - Data size - Taille données + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data size + Taille données + + + Data hash Hash données - Received - Reçu + Reçu - Send - Envoyé + Envoyé - + Branching factor - + Details - + Détails @@ -6922,7 +7122,7 @@ p, li { white-space: pre-wrap; } [Unknown identity] - + @@ -6938,6 +7138,14 @@ p, li { white-space: pre-wrap; } Afficher le Tchat public + + GroupChooser + + + [Unknown] + [Inconnu] + + GroupDefs @@ -7072,17 +7280,26 @@ p, li { white-space: pre-wrap; } Contacts : - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Veuillez sélectionner au moins un contact - Share channel admin permissions - Partager les permissions d'administration de la chaîne + Partager les permissions d'administration de la chaîne - + Share forum admin permissions Partager les permissions d'administration de forum @@ -7102,9 +7319,8 @@ p, li { white-space: pre-wrap; } Vous pouvez permettre à vos amis d'éditer le sujet. Choisissez-les dans la liste ci-dessous. Note : il n'est pas possible de révoquer des permissions d'administration Postées (Posted admin permissions). - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - Vous pouvez permettre à vos amis de publier dans votre chaîne et d'en modifier la description. Ou vous pouvez envoyer les permissions d'administration à un autre instance Retroshare. Choisissez les amis auxquels vous voulez permettre de publier dans cette chaîne. Notez : il n'est pas possible de révoquer des permissions d'administration de chaîne. + Vous pouvez permettre à vos amis de publier dans votre chaîne et d'en modifier la description. Ou vous pouvez envoyer les permissions d'administration à un autre instance Retroshare. Choisissez les amis auxquels vous voulez permettre de publier dans cette chaîne. Notez : il n'est pas possible de révoquer des permissions d'administration de chaîne. @@ -7147,7 +7363,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7155,12 +7381,11 @@ p, li { white-space: pre-wrap; } Affichage - You have admin rights - Vous avez les droits d'administration + Vous avez les droits d'administration - + Subscribe to download and read messages S'abonner pour télécharger et lire les messages @@ -7505,6 +7730,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Changer l'état de lecture du message @@ -7515,7 +7750,7 @@ p, li { white-space: pre-wrap; } - + Play Lecture @@ -7552,12 +7787,12 @@ p, li { white-space: pre-wrap; } Supprimer - + Channel Feed Fil d'actualités des chaînes - + Files Fichiers @@ -7597,12 +7832,12 @@ p, li { white-space: pre-wrap; } Je n'aime pas ça - + Loading Chargement - + Open Ouvrir @@ -7620,7 +7855,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Poster dans la chaîne @@ -7635,7 +7870,7 @@ p, li { white-space: pre-wrap; } Chercher chaînes - + Title Titre @@ -7670,7 +7905,32 @@ p, li { white-space: pre-wrap; } Aucune chaîne sélectionnée - + + Public + Public + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Désactiver le téléchargement automatique @@ -7690,7 +7950,23 @@ p, li { white-space: pre-wrap; } Afficher les fichiers - + + Administrator: + + + + + + unknown + inconnu + + + + Distribution: + + + + Feeds Flux @@ -7700,17 +7976,17 @@ p, li { white-space: pre-wrap; } Fichiers - + Subscribers Abonnés - + Description: Description : - + Posts (at neighbor nodes): Posts (chez vos noeuds voisins) : @@ -7834,7 +8110,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7995,7 +8271,7 @@ avant de pouvoir commenter Formulaire - + Start new Thread for Selected Forum Lancer un nouveau fil dans le forum sélectionné @@ -8021,7 +8297,7 @@ avant de pouvoir commenter - + Title Titre @@ -8034,18 +8310,18 @@ avant de pouvoir commenter - + Author Auteur Save image - + - + Loading Chargement @@ -8117,7 +8393,7 @@ avant de pouvoir commenter This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8170,7 +8446,7 @@ avant de pouvoir commenter This message was obtained from %1 - + @@ -8179,19 +8455,59 @@ avant de pouvoir commenter + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Public + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Distribution + + + Anti-spam - + @@ -8226,17 +8542,17 @@ avant de pouvoir commenter <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8292,7 +8608,7 @@ avant de pouvoir commenter Le %1, %2 a écrit : - + Forum name Nom de forum @@ -8307,7 +8623,7 @@ avant de pouvoir commenter Posts (chez les noeuds voisins) - + Description Description @@ -8317,7 +8633,7 @@ avant de pouvoir commenter Par - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> <p>L'abonnement au forum rassemblera les messages disponibles à partir de vos amis qui y sont abonnés et rendra le forum visible à tous vos autres amis.</p> <p>Ensuite vous pourrez vous désabonner via le menu de contexte de la liste des forums à gauche.</p> @@ -8395,13 +8711,13 @@ avant de pouvoir commenter GxsGroupDialog - - + + Name Nom - + Add Icon Ajouter une icône @@ -8416,7 +8732,7 @@ avant de pouvoir commenter Partager la clé de publication - + check peers you would like to share private publish key with Visualiser les personnes avec qui vous partagez votre clé de publication privée @@ -8426,36 +8742,40 @@ avant de pouvoir commenter Clé partagée avec - - + + Description Description - + Message Distribution Distribution de message - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Public - - Restricted to Group - Limité au groupe + Limité au groupe - - + Only For Your Friends Seulement pour vos amis - + Publish Signatures Signatures publiées @@ -8501,12 +8821,11 @@ avant de pouvoir commenter - Comments Commentaires - + Allow Comments Autoriser les commentaires @@ -8518,71 +8837,107 @@ avant de pouvoir commenter Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Commentaires : - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + Etiquette - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Contacts : - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Veuillez ajoutez un nom - + + PGP signature from known ID required + + + + Load Group Logo Charger le logo du groupe - + Submit Group Changes Soumettre des changements de groupe - + Failed to Prepare Group MetaData - please Review Echec à préparer les méta-données de groupe - veuillez examiner - + Will be used to send feedback Sera utilisé pour envoyer du retour d'information @@ -8592,52 +8947,94 @@ avant de pouvoir commenter Propriétaire : - + Set a descriptive description here Mettez ici une description descriptive - + Info Info - Comments allowed - Commentaires autorisés + Commentaires autorisés - Comments not allowed - Commentaires non autorisés + Commentaires non autorisés - + ID ID - + Last Post Dernier article + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Popularité - + Posts Posts - Type - Type + Type - + Author Auteur @@ -8695,7 +9092,12 @@ avant de pouvoir commenter Modifier détails - + + Share publish permissions + + + + Copy RetroShare Link Copier le lien Retroshare @@ -8710,25 +9112,24 @@ avant de pouvoir commenter Tout marquer comme non lu - + AUTHD Authentification - Share admin permissions - Partager des permissions d'administration + Partager des permissions d'administration GxsIdChooser - + No Signature Sans signature - + Create new Identity Créer une nouvelle identité @@ -8736,7 +9137,7 @@ avant de pouvoir commenter GxsIdDetails - + Loading Chargement @@ -8812,42 +9213,42 @@ avant de pouvoir commenter Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Contact inconnu @@ -9082,7 +9483,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9113,7 +9514,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9123,7 +9524,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> @@ -9188,7 +9589,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details Détails de la personne @@ -9241,7 +9642,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + @@ -9258,13 +9659,13 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9274,9 +9675,9 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + @@ -9296,7 +9697,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + @@ -9372,13 +9773,14 @@ p, li { white-space: pre-wrap; } IdDialog - + + New ID Nouvelle ID - - + + All Tout @@ -9394,39 +9796,75 @@ p, li { white-space: pre-wrap; } Rechercher - Unknown real name - Vrai nom inconnu + Vrai nom inconnu - + Anonymous Id ID anonyme - + Create new Identity Créer une nouvelle identité - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Cercles + + + + Circle name + + + + + Membership + Adhésion + + + + Public Circles + Cercles publics + + + + Personal Circles + Cercles personnels + + + Edit identity Modifier l'identité @@ -9447,7 +9885,7 @@ p, li { white-space: pre-wrap; } Lancer un tchat distant avec ce pair - + Owner node ID : ID du noeud propriétaire : @@ -9457,22 +9895,22 @@ p, li { white-space: pre-wrap; } Nom de l'identité : - + () - + - + Identity ID ID de l'identité - + Send message Envoyer message - + Identity info Info d'identité @@ -9494,12 +9932,12 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + @@ -9529,7 +9967,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + @@ -9537,48 +9975,273 @@ p, li { white-space: pre-wrap; } Générale : - - Contacts - - - - Owned by you - Possédée(s) par vous + Possédée(s) par vous - + Anonymous Anonymes - + ID - + ID Search ID - + - + This identity is owned by you Cette identité est possédée par vous-même - Unknown PGP key - Clé PGP inconnue + Clé PGP inconnue - - Unknown key ID - ID de clé inconnu + ID de clé inconnu - + + My own identities + + + + + My contacts + + + + + Owned by myself + + + + + Linked to my node + + + + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Public + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Statut : + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + inconnu + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Modifier le cercle + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node Identité possédée par vous, liée à votre noeud Retroshare @@ -9603,29 +10266,29 @@ p, li { white-space: pre-wrap; } Banni - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + @@ -9640,28 +10303,28 @@ p, li { white-space: pre-wrap; } Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + Remerciements, <br> - - - - + + + + People Pers. @@ -9672,12 +10335,11 @@ p, li { white-space: pre-wrap; } Votre avatar - Linked to your node - Liée(s) à votre noeud + Liée(s) à votre noeud - + Linked to neighbor nodes Liée(s) aux noeuds voisins @@ -9687,12 +10349,11 @@ p, li { white-space: pre-wrap; } Liée(s) aux noeuds distants - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identités</h1> <p>Dans cet onglet vous pouvez créer/éditer des identités pseudo-anonymes. </p> <p>Les identités sont utilisées pour identifier vos données de façon sécurisée : signer vos messages dans les forums et chaînes, et recevoir du compte rendu en utilisant le système embarqué de messagerie de Retroshare, poster des commentaires à la suite de messages postés dans des chaînes, etc.</p> <p> En option, les identités peuvent être signées par le certificat de votre noeud Retroshare. Il est plus facile de faire confiance à des identités signées, mais il est aussi plus facile de faire le rapprochement avec l'adresse IP de votre noeud. </p> <p> Les identités anonymes vous permettent d'interagir anonymement avec d'autres utilisateurs. Elles ne peuvent pas êtres usurpées, mais personne ne peut non plus prouver qui est celui qui possède une identité précise. </p> + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identités</h1> <p>Dans cet onglet vous pouvez créer/éditer des identités pseudo-anonymes. </p> <p>Les identités sont utilisées pour identifier vos données de façon sécurisée : signer vos messages dans les forums et chaînes, et recevoir du compte rendu en utilisant le système embarqué de messagerie de Retroshare, poster des commentaires à la suite de messages postés dans des chaînes, etc.</p> <p> En option, les identités peuvent être signées par le certificat de votre noeud Retroshare. Il est plus facile de faire confiance à des identités signées, mais il est aussi plus facile de faire le rapprochement avec l'adresse IP de votre noeud. </p> <p> Les identités anonymes vous permettent d'interagir anonymement avec d'autres utilisateurs. Elles ne peuvent pas êtres usurpées, mais personne ne peut non plus prouver qui est celui qui possède une identité précise. </p> - + Linked to a friend Retroshare node Liée(s) à un noeud Retroshare ami @@ -9707,7 +10368,7 @@ p, li { white-space: pre-wrap; } Liée(s) à un noeud Retroshare inconnu - + Chat with this person Tchater avec cette personne @@ -9727,7 +10388,7 @@ p, li { white-space: pre-wrap; } Dernièrement utilisée : - + +50 Known PGP +50 PGP connue @@ -9742,17 +10403,17 @@ p, li { white-space: pre-wrap; } +5 ID anonyme - + Do you really want to delete this identity? Voulez-vous vraiment supprimer cette identité ? - + Owned by Possédé par - + Node name: Nom de noeud : @@ -9762,7 +10423,7 @@ p, li { white-space: pre-wrap; } ID de noeud : - + Really delete? Vraiment supprimer ? @@ -9876,7 +10537,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9940,25 +10601,25 @@ p, li { white-space: pre-wrap; } - + GXS name: Nom GXS : - - + + PGP name: Nom PGP : - + GXS id: Id GXS : - + PGP id: Id PGP : @@ -9973,7 +10634,7 @@ p, li { white-space: pre-wrap; } - + Copy Copier @@ -10009,17 +10670,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10074,7 +10735,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Ajouter un ami @@ -10090,7 +10751,7 @@ p, li { white-space: pre-wrap; } - + Options Options @@ -10124,12 +10785,12 @@ p, li { white-space: pre-wrap; } Assistant de configuration rapide - + RetroShare %1 a secure decentralized communication platform Retroshare %1 - Logiciel de communication sécurisé et décentralisé - + Unfinished Inachevé @@ -10247,7 +10908,7 @@ Veuillez libérer de l'espace disque et cliquer sur Ok. Etes-vous sûr de vouloir quitter Retroshare ? - + Internal Error Erreur interne @@ -10292,7 +10953,7 @@ Veuillez libérer de l'espace disque et cliquer sur Ok. Matrice des autorisations de services - + Add Ajouter @@ -10326,7 +10987,7 @@ Veuillez libérer de l'espace disque et cliquer sur Ok. MessageComposer - + Compose Écrire @@ -10428,19 +11089,19 @@ Veuillez libérer de l'espace disque et cliquer sur Ok. - + Tags Mots clés Address list: - + Recommend this friend - + @@ -10550,17 +11211,17 @@ Veuillez libérer de l'espace disque et cliquer sur Ok. All addresses (mixed) - + All people - + My contacts - + @@ -10588,7 +11249,7 @@ Veuillez libérer de l'espace disque et cliquer sur Ok. Bonjour %1,<br><br>%2 veut devenir ton ami(e) sur Retroshare.<br><br>Répondre maintenant :<br>%3<br><br>Merci,<br>L'équipe de Retroshare - + Save Message Enregistrer le message @@ -10871,7 +11532,7 @@ Voulez-vous enregistrer votre message ? De : - + Friend Nodes Noeuds amis @@ -10921,7 +11582,7 @@ Voulez-vous enregistrer votre message ? Remerciements, <br> - + Distant identity: Identité distante : @@ -10946,22 +11607,22 @@ Voulez-vous enregistrer votre message ? Everyone - + Contacts - + Contacts Nobody - + Accept encrypted distant messages from - + @@ -11697,7 +12358,7 @@ Voulez-vous enregistrer votre message ? This message goes to a distant person. - + @@ -11743,7 +12404,7 @@ Voulez-vous enregistrer votre message ? Retroshare Messenger - + Add a Friend Ajouter un ami @@ -11758,17 +12419,17 @@ Voulez-vous enregistrer votre message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -12026,7 +12687,7 @@ Voulez-vous enregistrer votre message ? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12538,7 +13199,7 @@ Erreur remontée : NotifyQt - + PGP key passphrase Mot de passe de la clé PGP @@ -12558,12 +13219,12 @@ Erreur remontée : Retroshare a détecté une extension non enregistrée. Cela se produit dans deux cas: <UL> <LI>Votre exécutable Retroshare a changé.</LI><LI>L'extension a changé</LI> </UL>Cliquez sur Oui pour autoriser cette extension, ou Non pour la refuser. Vous pouvez changer d'avis plus tard dans Options -> Extensions, puis redémarrez. - + Please check your system clock. S'il vous plaît vérifier votre horloge système. - + Examining shared files... Analyse des fichiers partagés... @@ -12599,12 +13260,12 @@ Erreur remontée : Message chiffré - + Please enter your PGP password for key Veuillez entrer votre mot de passe PGP pour la clé - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). Afin que les salons de tchat fonctionnent correctement, l'heure de votre ordinateur doit être correcte. Veuillez vérifier que c'est le cas (un possible décalage de plusieurs minutes a été détecté avec vos amis). @@ -12641,7 +13302,7 @@ Erreur remontée : - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12676,7 +13337,7 @@ Trafic faible : 10% du trafic standard et TODO : tous les transferts de fichiers <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + @@ -12686,7 +13347,7 @@ Trafic faible : 10% du trafic standard et TODO : tous les transferts de fichiers <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + @@ -12726,16 +13387,16 @@ Trafic faible : 10% du trafic standard et TODO : tous les transferts de fichiers <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12745,7 +13406,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12755,7 +13416,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + @@ -12765,7 +13426,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + @@ -12778,15 +13439,76 @@ p, li { white-space: pre-wrap; } Format ASCII - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Inclure les signatures + + + Options + Options + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + Utiliser en source directe, quand disponible + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + Télécharger automatiquement les fichiers recommandés par ce noeud + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + Requiert l'autorisation en liste blanche + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details @@ -12794,27 +13516,27 @@ p, li { white-space: pre-wrap; } - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Erreur : impossible d'obtenir les détails de ce contact. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) L'algorithme de la clé fournie n'est pas supporté par Retroshare (pour l'instant uniquement les clés RSA sont supportées) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. Le niveau de confiance est une façon d'exprimer votre propre confiance en cette clé. Cela n'est pas utilisé par le logiciel, ni partagé, mais cela peut être utile pour vous afin de vous rappeler les bonnes/mauvaises clés. @@ -12839,7 +13561,7 @@ p, li { white-space: pre-wrap; } Vous ne faites pas confiance à ce contact. - + This key has signed your own PGP key Ce contact a signé votre propre clé PGP @@ -12860,7 +13582,7 @@ p, li { white-space: pre-wrap; } Actuellement, vous n'autorisez pas les connexions de nœuds Retroshare signés par cette clé. - + Signature Failure La signature a échoué @@ -12870,7 +13592,7 @@ p, li { white-space: pre-wrap; } Le mot de passe est peut-être incorrect - + You haven't set a trust level for this key. Vous n'avez pas réglé de niveau de confiance pour cette clé. @@ -13031,15 +13753,15 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People Pers. - External - Externe + Externe @@ -13052,6 +13774,64 @@ p, li { white-space: pre-wrap; } Internal Interne + + + Chat with this person + Tchater avec cette personne + + + + Chat with this person as... + Tchater avec cette personne en tant que ... + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + Le tchat distant ne peut pas fonctionner + + + + Distant chat refused with this person. + Tchat distant avec cette personne refusé + + + + Error code + Code erreur + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + Pers. + PhotoCommentItem @@ -13141,7 +13921,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13154,7 +13934,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13167,7 +13947,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13315,7 +14095,7 @@ avant de vouloir le modifier ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13455,12 +14235,12 @@ p, li { white-space: pre-wrap; } Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + @@ -13474,7 +14254,7 @@ p, li { white-space: pre-wrap; } [loading problem] - + @@ -13597,7 +14377,7 @@ comportements malveillants des extensions. Chat remotely closed. Please close this window. - + @@ -13806,7 +14586,7 @@ comportements malveillants des extensions. PostedItem - + 0 0 @@ -13817,7 +14597,7 @@ comportements malveillants des extensions. - + Comments Commentaires @@ -13852,7 +14632,17 @@ comportements malveillants des extensions. Nouveau - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Changer l'état de lecture du message @@ -13862,7 +14652,7 @@ comportements malveillants des extensions. Supprimer - + Loading Chargement @@ -14117,7 +14907,7 @@ et utiliser le bouton d'importation pour la charger <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> @@ -14334,9 +15124,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Confirmation @@ -14346,7 +15136,7 @@ p, li { white-space: pre-wrap; } Voulez-vous que ce lien soit traité par votre système ? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14354,7 +15144,7 @@ and open the Make Friend Wizard. et ouvrir Ajouter un ami. - + Add file Ajouter un fichier @@ -14374,12 +15164,17 @@ et ouvrir Ajouter un ami. Souhaitez-vous traiter les %1 liens ? - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 des %2 lien Retroshare traité. @@ -14488,6 +15283,21 @@ et ouvrir Ajouter un ami. Channel messages not found Messages de la chaîne non trouvés + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14531,7 +15341,7 @@ Les caractères <b>",|,/,\,&lt;,&gt;,*,?</b> seront rem Résultat - + Unable to make path Impossible de créer le chemin @@ -14546,7 +15356,7 @@ Les caractères <b>",|,/,\,&lt;,&gt;,*,?</b> seront rem Impossible de créer le fichier collection - + Deny friend Refuser cet ami @@ -14566,7 +15376,7 @@ Les caractères <b>",|,/,\,&lt;,&gt;,*,?</b> seront rem Demande de fichier annulée - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Cette version de Retroshare utilise OpenPGP SDK. En contre partie, elle n'utilise plus le système de trousseau de clés PGP, mais possède son propre trousseau de clés partagé par toutes les instances de Retroshare. <br><br> Vous ne semblez pas posséder un tel trousseau, bien que des clés PGP apparaissent pour les comptes Retroshare existants, probablement parce que vous venez d'installer cette nouvelle version du logiciel. @@ -14577,12 +15387,12 @@ Les caractères <b>",|,/,\,&lt;,&gt;,*,?</b> seront rem - + RetroShare Retroshare - + Initialization failed. Wrong or missing installation of PGP. L'initialisation a échoué. Installation de PGP est corrompue ou manquante. @@ -14592,12 +15402,12 @@ Les caractères <b>",|,/,\,&lt;,&gt;,*,?</b> seront rem Une erreur inattendue s'est produite. Vous pouvez la reporter 'RsInit::InitRetroShare unexpected return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Une erreur inattendue s'est produite. Vous pouvez la reporter 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Instances multiples @@ -14620,9 +15430,8 @@ Fichier verrouillé : - Start with a RetroShare link is only supported for Windows. - Démarrer avec un lien Retroshare est seulement possible sous Windows. + Démarrer avec un lien Retroshare est seulement possible sous Windows. @@ -14651,7 +15460,7 @@ L'erreur rapportée est : %2 - + Click to send a private message to %1 (%2). Cliquer pour envoyer un message privé à %1 (%2). @@ -14661,7 +15470,7 @@ L'erreur rapportée est : %1 (%2, supplémentaire - source incluse) - + Click this link to send a private message to %1 (%2) Cliquez sur ce lien pour envoyer un message privé à %1 (%2) @@ -14701,7 +15510,7 @@ L'erreur rapportée est : Données transférées - + You appear to have nodes associated to DSA keys: Vous semblez avoir des noeuds associés à vos clés DSA : @@ -14742,7 +15551,7 @@ L'erreur rapportée est : - + %1 seconds ago %1 secondes avant @@ -14806,11 +15615,11 @@ L'erreur rapportée est : Security: no anonymous IDs - + - - + + This cert is malformed. Error code: Ce certificat est mal formé. Code d'erreur : @@ -14820,14 +15629,14 @@ Security: no anonymous IDs Celui qui suit n'a pas été ajouté à votre liste de téléchargement, parce que vous l'avez déjà : - + Error Erreur unable to parse XML file! - + @@ -14842,12 +15651,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14970,10 +15779,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15018,31 +15827,31 @@ p, li { white-space: pre-wrap; } RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + Où voulez-vous avoir les boutons pour la page ? ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15057,8 +15866,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15240,7 +16049,7 @@ p, li { white-space: pre-wrap; } RSettingsWin - + Error Saving Configuration on page Une erreur est survenue lors de l'enregistrement de la configuration sur la page @@ -15470,12 +16279,12 @@ p, li { white-space: pre-wrap; } Télécharger ! - + File Fichier - + Size Taille @@ -15492,7 +16301,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Des fichiers ou des noms de dossier contiennent des caractères interdits. Les caractères <b>",|,/,\,&lt;,&gt;,*,?</b> seront remplacés par des '_'. @@ -15539,12 +16348,17 @@ Les fichiers concernés sont affichés en rouge. Sauvegarder - + Collection Editor Éditeur de collection - + + File Path + + + + File Count Compte fichiers @@ -15554,14 +16368,14 @@ Les fichiers concernés sont affichés en rouge. Ceci est le répertoire racine. - - + + Real Size: Waiting child... Taille réelle : attente d'enfant... - - + + Real File Count: Waiting child... Compte réel de fichiers : attente d'enfant... @@ -15714,7 +16528,7 @@ Si vous pensez qu'il est correct, supprimez la ligne correspondante du fich RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? L'image est trop grande pour la transmission. @@ -15732,7 +16546,7 @@ Réduire l'image par %1x%2 pixels ? Rshare - + Resets ALL stored RetroShare settings. Réinitialisation de tous les paramètres de Retroshare. @@ -15772,7 +16586,7 @@ Réduire l'image par %1x%2 pixels ? Information sur l'utilisation de Retroshare - + Unable to open log file '%1': %2 Impossible d'ouvrir le journal '%1': %2 @@ -15787,12 +16601,12 @@ Réduire l'image par %1x%2 pixels ? N'a pas pu créer le dossier de données : %1 - + Revision Révision - + Invalid language code specified: Le code de langue indiqué n'est pas valide : @@ -15807,6 +16621,15 @@ Réduire l'image par %1x%2 pixels ? Niveau du journal spécifié invalide : + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + + + RttStatistics @@ -16344,12 +17167,12 @@ Réduire l'image par %1x%2 pixels ? Network Mode - + Mode réseau Nat - + @@ -16437,7 +17260,7 @@ Réduire l'image par %1x%2 pixels ? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Si vous décochez cette case, Retroshare ne pourra déterminer votre adresse IP que si vous vous connectez à quelqu'un. Laisser cette case cochée vous aidera @@ -16483,32 +17306,32 @@ derrière un pare-feu ou un VPN (virtual private network). Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + @@ -16519,19 +17342,19 @@ derrière un pare-feu ou un VPN (virtual private network). I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + @@ -16571,7 +17394,7 @@ Also check your ports! <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16664,108 +17487,108 @@ Also check your ports! Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + @@ -17291,7 +18114,7 @@ Sélectionnez les amis avec lesquels vous voulez partager votre chaîne. Lobby - + @@ -17353,7 +18176,7 @@ Sélectionnez les amis avec lesquels vous voulez partager votre chaîne. SplashScreen - + Load profile Chargement du profil @@ -17426,7 +18249,7 @@ Les identités actuelles/emplacements seront sauvegardés. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17742,7 +18565,7 @@ Ce choix peut être inversé dans des paramétrages. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17755,7 +18578,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17919,17 +18742,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Abonné - + Unsubscribe Se désabonner - + Subscribe S'abonner @@ -18048,11 +18871,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> est capable de transférer des fichiers et d'effectuer des recherches entre personnes qui ne sont pas amies. Cependant, ce trafic se fait à travers une liste de contacts anonymes.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">Vous pouvez paramétrer le type de partage dans la fenêtre de partage de dossier :</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Visible par mes amis </span>: les fichiers sont visibles par mes amis.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Partage anonyme </span>: les fichiers sont accessibles anonymement par des tunnels F2F.</li></ul></body></html> @@ -18120,7 +18943,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Téléchargements @@ -18131,7 +18954,7 @@ p, li { white-space: pre-wrap; } Envois - + Name i.e: file name @@ -18401,39 +19224,39 @@ p, li { white-space: pre-wrap; } - + Failed Echoué - - + + Okay OK - - + + Waiting En attente - + Downloading Téléchargement en cours - + Complete Terminé - + Queued En file d'attente @@ -18453,7 +19276,7 @@ p, li { white-space: pre-wrap; } Inconnu - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18544,7 +19367,7 @@ Essayez d'être patient ! S'il vous plaît entrez un nouveau--et valide--nomdefichier - + Last Time Seen i.e: Last Time Receiced Data Dernière fois vu @@ -18676,7 +19499,7 @@ Essayez d'être patient ! Afficher la colonne des chemins - + Could not delete preview file N'a pas pu supprimer le fichier d'aperçu @@ -18686,7 +19509,7 @@ Essayez d'être patient ! Le réessayer ? - + Create Collection... Créer une collection ... @@ -18706,22 +19529,22 @@ Essayez d'être patient ! Collection - + File sharing Partage de fichiers - + Anonymous tunnel 0x Tunnel anonymes 0x - + Show file list transfers Afficher les transferts de listes de fichiers - + version: version : @@ -18880,12 +19703,12 @@ Essayez d'être patient ! Anonymous tunnels - + Authenticated tunnels - + @@ -19751,4 +20574,4 @@ Essayez d'être patient ! Images (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_hu.ts b/retroshare-gui/src/lang/retroshare_hu.ts index 2ea05f05b..5611b8b04 100644 --- a/retroshare-gui/src/lang/retroshare_hu.ts +++ b/retroshare-gui/src/lang/retroshare_hu.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -9,7 +11,7 @@ RetroShare version - + @@ -28,7 +30,7 @@ Copy Info - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Sajnálom, nem található alapértelmezett parancs a fájlhoz(\n) @@ -304,7 +306,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -426,7 +428,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -474,7 +476,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -487,7 +489,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -536,134 +538,134 @@ p, li { white-space: pre-wrap; } Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -709,7 +711,7 @@ p, li { white-space: pre-wrap; } Photos - + @@ -735,17 +737,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -755,12 +757,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -774,9 +776,9 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s - + @@ -867,23 +869,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + Összes KB/s - + Count - + Résztvevők száma @@ -951,12 +953,12 @@ p, li { white-space: pre-wrap; } TOTALS - + Totals - + @@ -969,42 +971,42 @@ p, li { white-space: pre-wrap; } Form - + Forma Friend: - + Type: - + Típus: Up - + Fel Down - + Le Service: - + Unit: - + Log scale - + @@ -1017,7 +1019,7 @@ p, li { white-space: pre-wrap; } Tabs - + @@ -1027,12 +1029,12 @@ p, li { white-space: pre-wrap; } Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1052,23 +1054,28 @@ p, li { white-space: pre-wrap; } Mute participant Résztvevő némítása + + + Ban this person (Sets negative opinion) + + Send Message - + Üzenet küldése Sort by Name - + Rendezés név szerint Sort by Activity - + - + Invite friends to this lobby Barátok meghívása a csevegőszobába @@ -1088,7 +1095,7 @@ p, li { white-space: pre-wrap; } Meghivandó barátok kiválasztása: - + Welcome to lobby %1 Üdvözöllek a %1 szobában @@ -1104,7 +1111,7 @@ p, li { white-space: pre-wrap; } Csevegőszoba - + Lobby management @@ -1151,44 +1158,44 @@ p, li { white-space: pre-wrap; } másodpercek - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1229,7 +1236,7 @@ p, li { white-space: pre-wrap; } Unknown Lobby - + @@ -1241,12 +1248,12 @@ p, li { white-space: pre-wrap; } ChatLobbyWidget - + Chat lobbies Csevegőszobák - + Name Név @@ -1284,7 +1291,7 @@ p, li { white-space: pre-wrap; } [Nincs téma beállítva] - + Selected lobby info Kiválasztott csevegőszoba adatai @@ -1301,7 +1308,7 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + @@ -1324,7 +1331,7 @@ p, li { white-space: pre-wrap; } %1 meghívott a %2 csevegőszobába - + Search Chat lobbies Csevegőszobák keresése @@ -1341,12 +1348,12 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1364,7 +1371,7 @@ p, li { white-space: pre-wrap; } Nem - + Lobby Name: Chatszoba neve: @@ -1386,7 +1393,7 @@ p, li { white-space: pre-wrap; } Security: - + @@ -1432,66 +1439,66 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + Mutat column - + @@ -1533,7 +1540,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Mégse - + Quick Message Gyors üzenet @@ -1542,34 +1549,34 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.ChatPage - + General Általános - + Distant Chat - + Everyone - + Contacts - + Kapcsolatok Nobody - + Accept encrypted distant chat from - + @@ -1599,7 +1606,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. Minimum font size - + @@ -1621,6 +1628,11 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Send message with Ctrl+Return Üzenet küldése Ctrl+Return kombinációval + + + Send as plain text by default + + Chat Lobby @@ -1726,7 +1738,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Kimenő - + Incoming message in history Bejövő üzenetek előzményei @@ -1763,12 +1775,12 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. UserName - + /me is sending a message with /me - + @@ -1778,7 +1790,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + @@ -1808,7 +1820,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. Search by default - + @@ -1818,73 +1830,73 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat Hagyományos stílus a csoportos beszélgetéshez @@ -1938,12 +1950,12 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Bezárás - + Send Küldés - + Bold Félkövér @@ -1958,14 +1970,14 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Dőlt - + Attach a Picture Kép csatolása - + Strike - + @@ -2014,42 +2026,70 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Alapértelmezett betűtípus visszaállítása - + Quote - + Idézés Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... éppen ír... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Tényleg törölni akarod az előzményeket? - + Add Extra File Extra fájl hozzáadása @@ -2094,61 +2134,61 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.elfoglalt és valószínűleg nem fog válaszolni - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + @@ -2157,59 +2197,39 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2222,13 +2242,13 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. Empty Circle - + CirclesDialog - + Showing details: Részletek mutatása: @@ -2250,7 +2270,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. - + Personal Circles Személyes köreim @@ -2276,7 +2296,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. - + Friends Barátok @@ -2336,7 +2356,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Barátok barátai - + External Circles (Admin) Külső körök (Admin) @@ -2360,14 +2380,14 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. ConfCertDialog - + Details Részletek Node info - + @@ -2376,7 +2396,7 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. - + Local Address Helyi cím @@ -2403,36 +2423,39 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Címlista - + + Use this certificate to make friends: + + + + Include signatures Aláírásokat tartalmaz - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Hiba: a partner adatai nem elérhetőek. - Use as direct source, when available - Közvetlen forrásként használat, amikor lehetséges + Közvetlen forrásként használat, amikor lehetséges - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">A Retroshare időnként a letöltéseiddel megegyező fájlokat keres a barátaid megosztásában, hogy közvetlen kapcsolatot hozhasson létre. Ebben az esetben a barátod tudni fogja, hogy letöltöd a fájlt.</p><p align="justify">Hogy ezen helyzetet megelőzd ennél a barátodnál, ne engedélyezd ezt az opciót. Továbbra is tölthetsz le tőle közvetlenül, de csak akkor, ha konkrétan a barátod fájllistájáról választod ki a fájlt. </p></body></html> + <html><head/><body><p align="justify">A Retroshare időnként a letöltéseiddel megegyező fájlokat keres a barátaid megosztásában, hogy közvetlen kapcsolatot hozhasson létre. Ebben az esetben a barátod tudni fogja, hogy letöltöd a fájlt.</p><p align="justify">Hogy ezen helyzetet megelőzd ennél a barátodnál, ne engedélyezd ezt az opciót. Továbbra is tölthetsz le tőle közvetlenül, de csak akkor, ha konkrétan a barátod fájllistájáról választod ki a fájlt. </p></body></html> - + Encryption Titkosítás @@ -2447,69 +2470,58 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess.Partner címei - Options - Beállítások + Beállítások - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2520,57 +2532,47 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2629,12 +2631,12 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2719,42 +2721,42 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Email @@ -2816,13 +2818,13 @@ Kattints duplán a csevegőszobára, hogy belépj és beszélgethess. Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2839,33 +2841,33 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3160,12 +3162,12 @@ resources. IP-Addr: - + IP-Address - + @@ -3180,7 +3182,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3223,69 +3225,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3724,13 +3726,13 @@ even if you don't make friends. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3773,74 +3775,86 @@ p, li { white-space: pre-wrap; } They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details Kör részletei - - + Name Név - Creator - Létrehozó + Létrehozó - Distribution - Elosztás + Elosztás - + Public Publikus - Self-Restricted - Önkorlátozott + Önkorlátozott - Restricted to: - Korlátozva nekik: + Korlátozva nekik: - Circle Membership - Kör tagság + Kör tagság - + IDs ID - Known Identities - Ismert személyazonosságok + Ismert személyazonosságok - + Filter Szűrő - + Nickname Becenév - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3850,71 +3864,120 @@ p, li { white-space: pre-wrap; } Típus - - - - + + Name: + Név: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Privát + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Kérlek, nevezd el a körödet - Personal Circle Details - Személyes kör részletei + Személyes kör részletei - External Circle Details - Külső kör részletei + Külső kör részletei - Cannot Edit Existing Circles Yet - A meglévő körök még nem szerkeszthetőek. + A meglévő körök még nem szerkeszthetőek. - + No Restriction Circle Selected Nincs korlátozás kiválasztva. - + No Circle Limitations Selected Nincs határ kiválasztva. - Create New Personal Circle - Személyes kör létrehozása + Személyes kör létrehozása - Create New External Circle - Külső kör létrehozása + Külső kör létrehozása - + Add Hozzáadás Remove - + - + Search Keresés - + All Összes @@ -3926,52 +3989,101 @@ p, li { white-space: pre-wrap; } Signed by known nodes - + - + Edit Circle Kör szerkesztése - - + PGP Identity - + - - - + + + Anon Id Névtelen ID + + + Circle name + + + + + Update + + + Close + Bezárás + + + + + Create New Circle + + + + + Create + Létrehozás + + + PGP Linked Id PGP-hez linkelt ID + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Csoport létrehozása - - Group Name - Csoport neve + + Group Name: + Csoport neve: - + + Group ID: + + + + Group Name + Csoport neve + + + Enter a name for your group Írj be egy nevet a csoportodnak - + + To be defined + + + + Friends Barátok @@ -4005,9 +4117,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4114,12 +4226,12 @@ p, li { white-space: pre-wrap; } Generate mass data - + Do you really want to generate %1 messages ? - + @@ -4136,7 +4248,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Fórum üzenet beküldése @@ -4181,12 +4293,12 @@ p, li { white-space: pre-wrap; } Új szál indítása - + No Forum Nincs fórum - + In Reply to Válasz @@ -4212,42 +4324,52 @@ p, li { white-space: pre-wrap; } Add Extra File Extra fájl hozzáadása + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send Küldés - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4276,7 +4398,7 @@ Do you want to reject this message? Visibility: - + @@ -4291,17 +4413,17 @@ Do you want to reject this message? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + @@ -4316,12 +4438,12 @@ Do you want to reject this message? Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4331,7 +4453,7 @@ Do you want to reject this message? Identity to use: - + @@ -4434,42 +4556,42 @@ Do you want to reject this message? Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4477,7 +4599,7 @@ Do you want to reject this message? users - + @@ -4490,7 +4612,7 @@ Do you want to reject this message? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4516,7 +4638,7 @@ Do you want to reject this message? No peer found in DHT - + @@ -4761,17 +4883,17 @@ Do you want to reject this message? IP - + IP Search IP - + Copy %1 to clipboard - + @@ -4816,12 +4938,12 @@ Do you want to reject this message? RESTRICTED CONE NAT - + FULL CONE NAT - + @@ -5027,7 +5149,7 @@ Do you want to reject this message? Relays - + @@ -5050,108 +5172,108 @@ Do you want to reject this message? Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Szűrő: Search Network - + Keresés a hálózaton Peers - + Kapcsolatok Relay - + Relay DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5190,7 +5312,7 @@ Do you want to reject this message? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Fájlok hash értékének megőrzése. @@ -5538,22 +5660,22 @@ minden csatlakoztatáskor újra hash értéket számoljon a program. Patch - + C++ - + Header - + C - + @@ -5624,12 +5746,12 @@ minden csatlakoztatáskor újra hash értéket számoljon a program. Tabs - + Open each forum in a new tab - + @@ -5647,28 +5769,28 @@ minden csatlakoztatáskor újra hash értéket számoljon a program. export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + @@ -5677,7 +5799,7 @@ minden csatlakoztatáskor újra hash értéket számoljon a program.Csoportok mutatása - + Group Csoport @@ -5718,17 +5840,17 @@ minden csatlakoztatáskor újra hash értéket számoljon a program.Hozzáadás a csoporthoz - + Search - + Keresés Sort by state - + - + Move to group Áthelyezés a csoportba @@ -5763,90 +5885,90 @@ minden csatlakoztatáskor újra hash értéket számoljon a program.Elérhető - + Do you want to remove this Friend? El szeretnéd távolítani ezt a barátot? - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Hiba Failed to get a file! - + File is not writeable! - + File is not readable! - + @@ -5854,7 +5976,7 @@ at least one peer was not added to a group IP - + Attempt to connect Csatlakozási kísérlet @@ -5876,27 +5998,27 @@ at least one peer was not added to a group Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + @@ -5907,13 +6029,13 @@ at least one peer was not added to a group Deny - + Send message - + @@ -5944,7 +6066,7 @@ at least one peer was not added to a group Sort by state - + @@ -5957,14 +6079,14 @@ at least one peer was not added to a group Barát keresése - + Mark all - + Összes megjelölése Mark none - + @@ -6066,7 +6188,7 @@ at least one peer was not added to a group <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + @@ -6082,12 +6204,12 @@ at least one peer was not added to a group Network graph - + Set your status message here. - + @@ -6152,7 +6274,12 @@ hogy névtelen maradj. Jelszó (ellenőrzés) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Mozgasd az egeredet, hogy a RetroShare a lehető legtöbb véletlenszerűséget összegyűjthesse. A folyamatsávban 20%-os feltöltésére mindenképpen szükség van, de 100% elérése a javasolt.</p></body></html> @@ -6175,227 +6302,222 @@ hogy névtelen maradj. This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6404,77 +6526,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6526,8 +6648,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - retroshare:// regisztrálása URL protokollként (újraindítás szükséges) + retroshare:// regisztrálása URL protokollként (újraindítás szükséges) @@ -6535,7 +6661,27 @@ Fill in your PGP password when asked, to sign your new key. Ezen beállítás megváltoztatásához rendszergazdai jogosultságokra van szükséged. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Tétlen @@ -6555,7 +6701,17 @@ Fill in your PGP password when asked, to sign your new key. Kezdő lépések varázsló indítása - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Hiba @@ -6576,7 +6732,7 @@ Fill in your PGP password when asked, to sign your new key. Általános - + Minimize to Tray Icon Minimalizálás tálcaikonként @@ -6600,7 +6756,7 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6633,18 +6789,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6656,31 +6812,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6693,7 +6849,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6793,7 +6949,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6806,62 +6962,62 @@ p, li { white-space: pre-wrap; } GroupBox - + ID - + ID Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Részletek @@ -6871,12 +7027,12 @@ p, li { white-space: pre-wrap; } Pending packets - + Unknown - + Ismeretlen @@ -6884,22 +7040,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6910,6 +7066,14 @@ p, li { white-space: pre-wrap; } Csoportos csevegés mutatása + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -6994,27 +7158,27 @@ p, li { white-space: pre-wrap; } All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -7027,7 +7191,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -7035,7 +7199,7 @@ p, li { white-space: pre-wrap; } Share - + @@ -7043,39 +7207,39 @@ p, li { white-space: pre-wrap; } Kapcsolatok: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Kérlek, válassz ki legalább egy partnert - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7118,7 +7282,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7126,14 +7300,9 @@ p, li { white-space: pre-wrap; } Megjelenítés beállításai - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7260,7 +7429,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7280,7 +7449,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7290,18 +7459,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + Meghatározás... @@ -7324,7 +7493,7 @@ p, li { white-space: pre-wrap; } Open folder - + @@ -7344,17 +7513,17 @@ p, li { white-space: pre-wrap; } Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7382,7 +7551,7 @@ p, li { white-space: pre-wrap; } Published - + @@ -7420,7 +7589,7 @@ p, li { white-space: pre-wrap; } Update Channel - + @@ -7476,6 +7645,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Üzenet olvasottságának váltása @@ -7486,7 +7665,7 @@ p, li { white-space: pre-wrap; } - + Play Lejátszás @@ -7523,12 +7702,12 @@ p, li { white-space: pre-wrap; } Eltávolítás - + Channel Feed Csatorna feed - + Files Fájlok @@ -7568,12 +7747,12 @@ p, li { white-space: pre-wrap; } Nem tetszik - + Loading Töltés - + Open Megnyitás @@ -7591,7 +7770,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Új bejegyzés @@ -7603,10 +7782,10 @@ p, li { white-space: pre-wrap; } Search channels - + - + Title Cím @@ -7623,7 +7802,7 @@ p, li { white-space: pre-wrap; } Search Message - + @@ -7633,7 +7812,7 @@ p, li { white-space: pre-wrap; } Search Filename - + @@ -7641,7 +7820,32 @@ p, li { white-space: pre-wrap; } Nincs csatorna kiválasztva - + + Public + Publikus + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Automatikus letöltés tiltása @@ -7653,15 +7857,31 @@ p, li { white-space: pre-wrap; } Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + ismeretlen + + + + Distribution: + + + + Feeds Hírcsatornák @@ -7671,19 +7891,19 @@ p, li { white-space: pre-wrap; } Fájlok - + Subscribers - + - + Description: Leírás: - + Posts (at neighbor nodes): - + @@ -7805,7 +8025,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7851,17 +8071,17 @@ mielőtt hozzászólhatsz Update Forum - + Add Forum Admins - + Select Forum Admins - + @@ -7940,7 +8160,7 @@ mielőtt hozzászólhatsz In Reply to: - + @@ -7950,7 +8170,7 @@ mielőtt hozzászólhatsz Forum Feed - + @@ -7966,7 +8186,7 @@ mielőtt hozzászólhatsz Forma - + Start new Thread for Selected Forum Új fonál indítása a kiválasztotta fórumban @@ -7992,7 +8212,7 @@ mielőtt hozzászólhatsz - + Title Cím @@ -8005,18 +8225,18 @@ mielőtt hozzászólhatsz - + Author Szerző Save image - + - + Loading Töltés @@ -8083,12 +8303,12 @@ mielőtt hozzászólhatsz Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8141,33 +8361,73 @@ mielőtt hozzászólhatsz This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Publikus + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Elosztás + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8192,22 +8452,22 @@ mielőtt hozzászólhatsz <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8263,39 +8523,39 @@ mielőtt hozzászólhatsz %1, %2 írta: - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description Leírás By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8311,7 +8571,7 @@ mielőtt hozzászólhatsz <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8366,13 +8626,13 @@ mielőtt hozzászólhatsz GxsGroupDialog - - + + Name Név - + Add Icon Ikon hozzáadása @@ -8387,7 +8647,7 @@ mielőtt hozzászólhatsz Közzétételi kulcs megosztása - + check peers you would like to share private publish key with Jelöld ki azon partnereidet, akikkel szeretnél privát kulcsot megosztani. @@ -8397,36 +8657,40 @@ mielőtt hozzászólhatsz Kulcs megosztása velük: - - + + Description Leírás - + Message Distribution Üzenet elosztás - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Publikus - - Restricted to Group - A csoportra korlátozva + A csoportra korlátozva - - + Only For Your Friends Csak a barátaidnak - + Publish Signatures Aláírások közzététele @@ -8468,16 +8732,15 @@ mielőtt hozzászólhatsz If No Publish Signature - + - Comments Hozzászólások - + Allow Comments Hozzászólások engedélyezése @@ -8489,133 +8752,203 @@ mielőtt hozzászólhatsz Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Hozzászólások: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Kapcsolatok: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Kérlek, adj meg egy nevet - + + PGP signature from known ID required + + + + Load Group Logo Csoport logó betöltése - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID ID - + Last Post Utolsó beküldés + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Népszerűség - - - Posts - - - Type - Típus + Posts + - + Type + Típus + + + Author Szerző GxsIdLabel - + @@ -8658,15 +8991,20 @@ mielőtt hozzászólhatsz Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link RetroShare hivatkozás másolása @@ -8681,25 +9019,20 @@ mielőtt hozzászólhatsz Összes megjelölése olvasatlanként - + AUTHD HITELESÍTETT - - - Share admin permissions - - GxsIdChooser - + No Signature Nincs aláírás - + Create new Identity Új személyazonosság létrehozása @@ -8707,7 +9040,7 @@ mielőtt hozzászólhatsz GxsIdDetails - + Loading Töltés @@ -8726,43 +9059,43 @@ mielőtt hozzászólhatsz [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8783,42 +9116,42 @@ mielőtt hozzászólhatsz Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Ismeretlen partner @@ -9005,7 +9338,7 @@ mielőtt hozzászólhatsz Error Loading Help Contents: - + @@ -9053,7 +9386,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9064,14 +9397,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9081,16 +9414,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9123,26 +9456,26 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9152,28 +9485,28 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + @@ -9183,30 +9516,30 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9216,34 +9549,34 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + @@ -9258,69 +9591,70 @@ p, li { white-space: pre-wrap; } Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + Oké Banned - + IdDialog - + + New ID Új ID - - + + All Összes @@ -9336,97 +9670,133 @@ p, li { white-space: pre-wrap; } Keresés - Unknown real name - Ismeretlen igazi név + Ismeretlen igazi név - + Anonymous Id Névtelen Id - + Create new Identity Új személyazonosság létrehozása - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Körök + + + + Circle name + + + + + Membership + Tagság + + + + Public Circles + Nyilvános köreim + + + + Personal Circles + Személyes köreim + + + Edit identity - + Személyazonosság szerkesztése Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + @@ -9436,277 +9806,480 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous Névtelen - + ID - + ID Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Publikus + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Állapot: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + ismeretlen + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Kör szerkesztése + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + Oké Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9818,7 +10391,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9829,32 +10402,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9872,7 +10445,7 @@ p, li { white-space: pre-wrap; } GXSId - + @@ -9882,27 +10455,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9915,7 +10488,7 @@ p, li { white-space: pre-wrap; } - + Copy Másolás @@ -9951,17 +10524,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10016,7 +10589,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Barát hozzáadása @@ -10032,7 +10605,7 @@ p, li { white-space: pre-wrap; } - + Options Beállítások @@ -10066,12 +10639,12 @@ p, li { white-space: pre-wrap; } Gyors beállítások varázsló - + RetroShare %1 a secure decentralized communication platform RetroShare %1 egy biztonságos, központosítatlan kommunikációs platform - + Unfinished Befejezetlen @@ -10111,7 +10684,7 @@ p, li { white-space: pre-wrap; } Open Messenger - + @@ -10189,7 +10762,7 @@ p, li { white-space: pre-wrap; } Tényleg ki szeretnél lépni a RetroShareből? - + Internal Error Belső hiba @@ -10234,41 +10807,41 @@ p, li { white-space: pre-wrap; } Szolgáltatás jogosultságok mátrix - + Add Hozzáadás Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose Írás @@ -10370,29 +10943,29 @@ p, li { white-space: pre-wrap; } - + Tags Címkék Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + @@ -10492,17 +11065,17 @@ p, li { white-space: pre-wrap; } All addresses (mixed) - + All people - + My contacts - + @@ -10530,7 +11103,7 @@ p, li { white-space: pre-wrap; } Szia %1,<br><br>%2 szeretne a barátod lenni.<br><br>Válaszolj neki:<br>%3<br><br>Köszönettel,<br>a RetroShare csapat - + Save Message Üzenet mentése @@ -10752,7 +11325,7 @@ Szeretnéd piszkozatként menteni az üzenetet? Details - + Részletek @@ -10813,74 +11386,74 @@ Szeretnéd menteni az üzenetet? Feladó: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10888,22 +11461,22 @@ Szeretnéd menteni az üzenetet? Everyone - + Contacts - + Kapcsolatok Nobody - + Accept encrypted distant messages from - + @@ -11113,12 +11686,12 @@ Szeretnéd menteni az üzenetet? Hide the attachment pane - + Show the attachment pane - + @@ -11542,7 +12115,7 @@ Szeretnéd menteni az üzenetet? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11639,7 +12212,7 @@ Szeretnéd menteni az üzenetet? This message goes to a distant person. - + @@ -11674,7 +12247,7 @@ Szeretnéd menteni az üzenetet? This message comes from a distant person. - + @@ -11685,7 +12258,7 @@ Szeretnéd menteni az üzenetet? RetroShare üzenetküldő - + Add a Friend Barát hozzáadása @@ -11700,17 +12273,17 @@ Szeretnéd menteni az üzenetet? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11968,7 +12541,7 @@ Szeretnéd menteni az üzenetet? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12086,74 +12659,74 @@ Kattints rá jobb gombbal, majd választ ki a 'barátság kezdeményezése& Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12184,7 +12757,7 @@ Reported error: Freeze - + @@ -12245,17 +12818,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12332,7 +12905,7 @@ Reported error: Ip security - + @@ -12402,7 +12975,7 @@ Reported error: <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12432,7 +13005,7 @@ Reported error: Disable All Toasters - + @@ -12442,7 +13015,7 @@ Reported error: Disable All Toaster temporarily - + @@ -12452,7 +13025,7 @@ Reported error: Systray - + @@ -12462,23 +13035,23 @@ Reported error: Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase PGP kulcs jelszava @@ -12498,12 +13071,12 @@ Reported error: A RetroShare regisztrálatlan beépülőt észlelt. Ez két esetben történhet:<UL><LI>A RetroShare megváltozott.</LI><LI>A beépülő megváltozott</LI></UL>Kattints az Igenre a beépülő hitelesítéséhez, vagy a Nemre az elutasításához. Később is megváltoztathatod a döntésedet a Beállítások -> Beépülők menüben, amit követően újra kell indítanod a programot. - + Please check your system clock. Kérlek, ellenőrízd a rendszerórádat. - + Examining shared files... Megosztott fájlok vizsgálata... @@ -12539,14 +13112,14 @@ Reported error: Titkosított üzenet - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12581,7 +13154,7 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12601,37 +13174,37 @@ Reported error: PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12641,7 +13214,7 @@ Reported error: No trust - + @@ -12661,31 +13234,31 @@ Reported error: Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12695,73 +13268,134 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Aláírásokat tartalmaz + + + Options + Beállítások + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Hiba: a partner adatai nem elérhetőek. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) A RetroShare nem támogatja a kulcsot. (Jelenleg csak RSA kulcsok engedélyezettek) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12779,28 +13413,28 @@ p, li { white-space: pre-wrap; } Nem bízol meg ebben a partnerben. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure Hibás aláírás @@ -12810,19 +13444,19 @@ p, li { white-space: pre-wrap; } Talán rossz a jelszó - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12971,26 +13605,80 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -13081,7 +13769,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13094,7 +13782,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13107,7 +13795,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13254,7 +13942,7 @@ requesting to edit it! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13323,37 +14011,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13376,7 +14064,7 @@ p, li { white-space: pre-wrap; } Widget for plugin %1 not found on plugins frame - + @@ -13394,12 +14082,12 @@ p, li { white-space: pre-wrap; } Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + @@ -13413,7 +14101,7 @@ p, li { white-space: pre-wrap; } [loading problem] - + @@ -13458,7 +14146,7 @@ a kártevőként működő beépülők használatától. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13535,7 +14223,7 @@ a kártevőként működő beépülők használatától. Chat remotely closed. Please close this window. - + @@ -13555,12 +14243,12 @@ a kártevőként működő beépülők használatától. Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13593,7 +14281,7 @@ a kártevőként működő beépülők használatától. You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + @@ -13603,12 +14291,12 @@ a kártevőként működő beépülők használatától. Submit a new Post - + Please add a Title - + @@ -13618,7 +14306,7 @@ a kártevőként működő beépülők használatától. Link - + @@ -13636,12 +14324,12 @@ a kártevőként működő beépülők használatától. <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + @@ -13694,7 +14382,7 @@ a kártevőként működő beépülők használatától. Update Topic - + @@ -13707,7 +14395,7 @@ a kártevőként működő beépülők használatától. Subscribe to Posted - + @@ -13723,7 +14411,7 @@ a kártevőként működő beépülők használatától. Posted Description - + @@ -13733,7 +14421,7 @@ a kártevőként működő beépülők használatától. New Posted - + @@ -13744,7 +14432,7 @@ a kártevőként működő beépülők használatától. PostedItem - + 0 0 @@ -13755,7 +14443,7 @@ a kártevőként működő beépülők használatától. - + Comments Hozzászólások @@ -13767,12 +14455,12 @@ a kártevőként működő beépülők használatától. Vote up - + Vote down - + @@ -13790,7 +14478,17 @@ a kártevőként működő beépülők használatától. Új - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Üzenet olvasottságának váltása @@ -13800,7 +14498,7 @@ a kártevőként működő beépülők használatától. Eltávolítás - + Loading Töltés @@ -13860,7 +14558,7 @@ a kártevőként működő beépülők használatától. Submit a new Post - + @@ -13885,7 +14583,7 @@ a kártevőként működő beépülők használatától. 1-10 - + 1-10 @@ -13893,7 +14591,7 @@ a kártevőként működő beépülők használatától. Tabs - + @@ -13903,7 +14601,7 @@ a kártevőként működő beépülők használatától. Open each topic in a new tab - + @@ -14053,28 +14751,28 @@ az importálás gombot, hogy betöltsd. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -14262,9 +14960,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Megerősítés @@ -14274,7 +14972,7 @@ p, li { white-space: pre-wrap; } Szeretnéd, ha ezt a hivatkozást a rendszered kezelné? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14283,7 +14981,7 @@ and open the Make Friend Wizard. - + Add file Fájl hozzáadása @@ -14303,12 +15001,17 @@ and open the Make Friend Wizard. Meg szeretnéd nyitni mind a %1 hivatkozást? - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 Retroshare hivatkozás a %2 -ból feldolgozva. @@ -14417,6 +15120,21 @@ and open the Make Friend Wizard. Channel messages not found Csatorna üzenetek nem találhatóak + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14460,7 +15178,7 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek le lesznek cs Eredmény - + Unable to make path Hibás útvonal @@ -14475,7 +15193,7 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek le lesznek cs A kollekciófájl feldolgozása sikertelen - + Deny friend Barát elutasítása @@ -14495,7 +15213,7 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek le lesznek cs Fájl kérése megszakítva - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. A RetroShare ezen verziója OpenPGP-SDK-t használ. Ennek hála, nem használja a rendszer PGP kulcstartóját, viszont van egy saját kulcstartója, amit az összes futó RetroShare elérhet. <br><br>Úgy tűnik, hogy még nem rendelkezel ilyen kulcstartóval annak ellenére, hogy már létrehozott RetroShare fiókjaidban szerepelnek PGP kulcsok. Ez valószínűleg azért lehetséges, mert most frissítettél az alkalmazás új verziójára. @@ -14506,12 +15224,12 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek le lesznek cs - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Sikertelen elemzés. Rossz vagy hiányzó PGP telepítés. @@ -14521,12 +15239,12 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek le lesznek cs Váratlan hiba történt. Kérlek jelentsd 'RsInit::InitRetroShare unexpected return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Váratlan hiba történt. Kérlek jelentsd 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Több példány @@ -14550,9 +15268,8 @@ Zárolófájl: - Start with a RetroShare link is only supported for Windows. - Indítás egy csak Windowson támogatott RetroShare hivatkozással. + Indítás egy csak Windowson támogatott RetroShare hivatkozással. @@ -14581,24 +15298,24 @@ A hibajelentés: %2 - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + @@ -14608,103 +15325,103 @@ A hibajelentés: TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + @@ -14715,49 +15432,49 @@ A hibajelentés: Subject: - + Tárgy: Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + Hiba unable to parse XML file! - + @@ -14772,12 +15489,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14900,10 +15617,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14948,31 +15665,31 @@ p, li { white-space: pre-wrap; } RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14987,8 +15704,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15049,7 +15766,7 @@ p, li { white-space: pre-wrap; } Universal - + @@ -15067,12 +15784,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + Tényleg meg szeretnéd szüntetni a mappa megosztását? @@ -15116,60 +15833,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15187,7 +15904,7 @@ p, li { white-space: pre-wrap; } <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15277,7 +15994,7 @@ p, li { white-space: pre-wrap; } <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15311,22 +16028,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15339,33 +16056,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15397,12 +16114,12 @@ p, li { white-space: pre-wrap; } Letöltés! - + File Fájl - + Size Méret @@ -15419,7 +16136,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Néhány mappa vagy fájlnév tiltott karaktereket tartalmazott. A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek '_' karakterrel lesznek lecserélve. @@ -15428,7 +16145,7 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek '_' Selected files : - + @@ -15438,12 +16155,12 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek '_' <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + @@ -15453,12 +16170,12 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek '_' <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15466,103 +16183,108 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek '_' Mentés - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15603,27 +16325,27 @@ A <b>",|,/,\,&lt;,&gt;,*,?</b> karakterek '_' This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + @@ -15633,13 +16355,13 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? A kép túl nagy az átvitelhez. @@ -15651,13 +16373,13 @@ Lecsökkented a méretét %1x%2 pixelre? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. Az összes tárolt RetroShare beállítás visszaváltása alapértelmezettre. @@ -15697,7 +16419,7 @@ Lecsökkented a méretét %1x%2 pixelre? RetroShare használati adatok - + Unable to open log file '%1': %2 Naplófájl megnyitása sikertelen: '%1': %2 @@ -15709,27 +16431,36 @@ Lecsökkented a méretét %1x%2 pixelre? Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -16001,17 +16732,17 @@ Lecsökkented a méretét %1x%2 pixelre? Create Collection... - + Modify Collection... - + View Collection... - + @@ -16045,7 +16776,7 @@ Lecsökkented a méretét %1x%2 pixelre? IP address: - + @@ -16060,7 +16791,7 @@ Lecsökkented a méretét %1x%2 pixelre? Peer Name: - + @@ -16077,33 +16808,33 @@ Lecsökkented a méretét %1x%2 pixelre? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16236,27 +16967,27 @@ Lecsökkented a méretét %1x%2 pixelre? Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16269,12 +17000,12 @@ Lecsökkented a méretét %1x%2 pixelre? Network Mode - + Hálózat módja Nat - + @@ -16362,7 +17093,7 @@ Lecsökkented a méretét %1x%2 pixelre? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Amennyiben ezt nem jelölöd be, a RetroShare csak akkor tudja meghatározni az IP címedet, ha már csatlakoztál valakihez. Engedélyezve hagyva akkor segíthet, ha csak kevés barátod van, vagy tűzfal mögül csatlakozol, illetve VPN-t használsz. @@ -16380,90 +17111,90 @@ behind a firewall or a VPN. Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + @@ -16473,27 +17204,27 @@ Also check your ports! Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16508,18 +17239,18 @@ Also check your ports! IP Filters - + IP blacklist - + IP range - + @@ -16533,13 +17264,13 @@ Also check your ports! Origin - + Reason - + @@ -16551,158 +17282,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16715,78 +17446,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16809,12 +17540,12 @@ If you have issues connecting over Tor check the Tor logs too. Auto-download recommended files - + Require whitelist - + @@ -16837,12 +17568,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16899,7 +17630,7 @@ If you have issues connecting over Tor check the Tor logs too. Share flags and groups: - + @@ -16917,13 +17648,13 @@ If you have issues connecting over Tor check the Tor logs too. Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -17148,17 +17879,17 @@ Select the Friends with which you want to Share your Channel. Create Collection... - + Modify Collection... - + View Collection... - + @@ -17171,48 +17902,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Barát Go Online - + Chatmessage - + New Msg - + Message - + Üzenet Message arrived - + Download - + Letöltés Download complete - + Lobby - + @@ -17255,7 +17986,7 @@ Select the Friends with which you want to Share your Channel. Default - + Alapértelmezett @@ -17263,18 +17994,18 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile Profil betöltése @@ -17347,9 +18078,9 @@ A jelenlegi személyazonosságok, helyszínek nem érintettek. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17358,7 +18089,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17367,7 +18098,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17376,7 +18107,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17450,12 +18181,12 @@ This choice can be reverted in settings. Turtle Router - + Global Router - + @@ -17562,7 +18293,7 @@ This choice can be reverted in settings. Connected: I2P - + @@ -17577,57 +18308,57 @@ This choice can be reverted in settings. TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17647,7 +18378,7 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17660,7 +18391,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17824,17 +18555,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Feliratkozva - + Unsubscribe Leiratkozás - + Subscribe Feliratkozás @@ -17893,12 +18624,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17953,13 +18684,13 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + @@ -17969,27 +18700,27 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -18024,7 +18755,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Letöltések @@ -18035,7 +18766,7 @@ p, li { white-space: pre-wrap; } Feltöltések - + Name i.e: file name @@ -18276,7 +19007,7 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18305,39 +19036,39 @@ p, li { white-space: pre-wrap; } - + Failed Sikertelen - - + + Okay Oké - - + + Waiting Várakozás - + Downloading Letöltés - + Complete Elkészült - + Queued Sorban áll @@ -18357,7 +19088,7 @@ p, li { white-space: pre-wrap; } Ismeretlen - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18443,7 +19174,7 @@ Kérlek, légy türelmes! Kérlek, írj be egy új --és megfelelő-- fájlnevet - + Last Time Seen i.e: Last Time Receiced Data Utoljára látva @@ -18575,29 +19306,29 @@ Kérlek, légy türelmes! Elérési útvonal mutatása - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + @@ -18605,24 +19336,24 @@ Kérlek, légy türelmes! Kollekció - + File sharing Fájlmegosztás - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18779,12 +19510,12 @@ Kérlek, légy türelmes! Anonymous tunnels - + Authenticated tunnels - + @@ -18794,7 +19525,7 @@ Kérlek, légy türelmes! Turtle Router - + @@ -18842,7 +19573,7 @@ Kérlek, légy türelmes! Forwarded data - + @@ -18971,57 +19702,57 @@ Kérlek, légy türelmes! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -19174,7 +19905,7 @@ Kérlek, légy türelmes! Orig Id - + @@ -19249,7 +19980,7 @@ Kérlek, légy türelmes! Show Wiki Group - + @@ -19420,7 +20151,7 @@ Kérlek, légy türelmes! Update Group - + @@ -19647,7 +20378,7 @@ Kérlek, légy türelmes! Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_it.ts b/retroshare-gui/src/lang/retroshare_it.ts index c4d7a655b..e2f33786c 100644 --- a/retroshare-gui/src/lang/retroshare_it.ts +++ b/retroshare-gui/src/lang/retroshare_it.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Spiacente, impossibile determinare il comando di default per questo file @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -558,7 +560,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -658,7 +660,7 @@ p, li { white-space: pre-wrap; } Disable SysTray ToolTip - + @@ -775,7 +777,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro BWGraphSource - + KB/s KB/s @@ -970,7 +972,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro Form - + @@ -1005,7 +1007,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro Log scale - + @@ -1053,6 +1055,11 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro Mute participant Silenzia partecipante + + + Ban this person (Sets negative opinion) + + Send Message @@ -1061,15 +1068,15 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro Sort by Name - + Ordina per nome Sort by Activity - + - + Invite friends to this lobby Invita amici a questo gruppo di interesse @@ -1089,7 +1096,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro Seleziona gli amici da invitare: - + Welcome to lobby %1 Benvenuto nella chat di gruppo %1 @@ -1105,7 +1112,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro Gruppo di discussione - + Lobby management @@ -1152,12 +1159,12 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro secondi - + Start private chat Avvia chat privata - + Decryption failed. Decifrazione fallita. @@ -1242,12 +1249,12 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro ChatLobbyWidget - + Chat lobbies Gruppi di Discussione - + Name Nome @@ -1285,7 +1292,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro [Nessun argomento disponibile] - + Selected lobby info Informazioni sul gruppo di interesse selezionato @@ -1302,7 +1309,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro Anonymous IDs accepted - + @@ -1325,7 +1332,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro %1 ti ha invitato nella lobby chat chiamata %2 - + Search Chat lobbies Cerca i gruppi delle chat @@ -1365,7 +1372,7 @@ Ma ricorda: Qualsiasi dato qui presente *SARÀ PERSO* quando aggiorneremo il pro No - + Lobby Name: Nome del gruppo di discussione: @@ -1532,7 +1539,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Annulla - + Quick Message Messaggio rapido @@ -1541,34 +1548,34 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. ChatPage - + General Generale - + Distant Chat - + Everyone - + Contacts - + Contatti Nobody - + Accept encrypted distant chat from - + @@ -1620,6 +1627,11 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Send message with Ctrl+Return Invia messaggio con CTRL+ INVIO + + + Send as plain text by default + + Chat Lobby @@ -1725,7 +1737,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. In partenza - + Incoming message in history Messaggio in arrivo nello storico @@ -1762,12 +1774,12 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. UserName - + /me is sending a message with /me - + @@ -1842,7 +1854,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Maximum count for coloring matching text - + @@ -1860,7 +1872,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Mostra Barra di default - + Private chat invite from Invito per chat privata da @@ -1883,7 +1895,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. ChatStyle - + Standard style for group chat Stile standard per la chat di gruppo @@ -1937,12 +1949,12 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Chiudi - + Send Invia - + Bold Grassetto @@ -1957,12 +1969,12 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Corsivo - + Attach a Picture Allega Immagine - + Strike Barrato @@ -2013,42 +2025,70 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Ripristina il font predefinito - + Quote - + Cita Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... sta scrivendo... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Vuoi veramente cancellare lo storico dal disco? - + Add Extra File Aggiungi un File Extra @@ -2093,7 +2133,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. è occupato probabilmente non risponderà - + Find Case Sensitively Ricerca rispettando maiuscole/minuscole @@ -2115,7 +2155,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Non smettere di colorare dopo X elementi trovati (richiede più potenza CPU) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Trova precedente </b><br/><i>Ctrl+Shift+G</i> @@ -2130,12 +2170,12 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. <b>Trova </b><br/><i>Ctrl+F</i> - + (Status) (Stato) - + Set text font & color Imposta font e colore del testo @@ -2145,7 +2185,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Allega un file - + WARNING: Could take a long time on big history. ATTENZIONE: può richiedere molto tempo se il registro eventi è grande. @@ -2156,17 +2196,16 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Contrassegna questo testo selezionato</b><br><i>Ctr+M</i> - %1This message consists of %2 characters. - %1Questo messaggio contiene %2 caratteri. + %1Questo messaggio contiene %2 caratteri. - + items found. elementi trovati. @@ -2181,22 +2220,20 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. <b>Ritorna al testo segnato</b><br><i>Ctr+M</i> - Display Search Box - Mostra Casella di Ricerca + Mostra Casella di Ricerca - Search Box - Casella di Ricerca + Casella di Ricerca - + Type a message here Digitare un messaggio qui - + Don't stop to color after Non smettere di colorare dopo @@ -2206,9 +2243,8 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. elementi trovati (richiede più potenza CPU) - Warning: - Attenzione: + Attenzione: @@ -2227,7 +2263,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. CirclesDialog - + Showing details: Visualizzando i dettagli: @@ -2249,7 +2285,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. - + Personal Circles Circoli personali @@ -2275,7 +2311,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. - + Friends Amici @@ -2335,7 +2371,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Amico di Amici - + External Circles (Admin) Cerchia Esterna (Admin) @@ -2359,7 +2395,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. ConfCertDialog - + Details Dettagli @@ -2375,7 +2411,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. - + Local Address Indirizzo Locale @@ -2402,36 +2438,39 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Lista indirizzi - + + Use this certificate to make friends: + + + + Include signatures Includi firme - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Errore: impossibile ottenere dettagli contatto - Use as direct source, when available - Usa come fonte diretta, quando disponibile + Usa come fonte diretta, quando disponibile - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">Retroshare controlla periodicamente la lista dei tuoi amici cercando dei file consultabili che corrispondano ai tuoi trasferimenti, per stabilire un trasferimento diretto. In questo caso, i tuoi amici sapranno che stai scaricando il file.</p><p align="justify">Per prevenire questo comportamento soltanto per questo amico, deseleziona questa casella. Puoi sempre stabilire un trasferimento diretto se lo chiedi esplicitamente, per esempio scaricando il file dalla lista dei file dei tuoi amici. + <html><head/><body><p align="justify">Retroshare controlla periodicamente la lista dei tuoi amici cercando dei file consultabili che corrispondano ai tuoi trasferimenti, per stabilire un trasferimento diretto. In questo caso, i tuoi amici sapranno che stai scaricando il file.</p><p align="justify">Per prevenire questo comportamento soltanto per questo amico, deseleziona questa casella. Puoi sempre stabilire un trasferimento diretto se lo chiedi esplicitamente, per esempio scaricando il file dalla lista dei file dei tuoi amici. - + Encryption Cifratura @@ -2446,17 +2485,16 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Indirizzi Contatti - Options - Opzioni + Opzioni - + Retroshare node details Dettagli nodo RetroShare - + Node name : Nome nodo : @@ -2491,22 +2529,16 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Certificato Retroshare - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - Auto-download recommended files from this node - Scarica automaticamente i files raccomandati da questo nodo + Scarica automaticamente i files raccomandati da questo nodo - + Friend node details Dettagli del nodo amico - + Hidden Address Indirizzi Nascosti @@ -2542,24 +2574,22 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. <p>Puoi usare questo certificato per farti nuovi amici. Invialo per email, o consegnalo di persona.</p> - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - <html><head/><body><p>I contatti che hanno questa opzione non possono connettersi se il loro indirizzo di connessione non è nella lista bianca. Questo ti protegge dagli attacchi tramite inoltro di traffico. Quando utilizzato, i contatti rifiutati verranno segnalati tramite i &quot;security feed items&quot; nella sezione News Feed. Da lì, potrai mettere il loro IP in lista bianca/nera.</p></body></html> + <html><head/><body><p>I contatti che hanno questa opzione non possono connettersi se il loro indirizzo di connessione non è nella lista bianca. Questo ti protegge dagli attacchi tramite inoltro di traffico. Quando utilizzato, i contatti rifiutati verranno segnalati tramite i &quot;security feed items&quot; nella sezione News Feed. Da lì, potrai mettere il loro IP in lista bianca/nera.</p></body></html> - Require white list clearance - Richiede bonifica tramite lista bianca + Richiede bonifica tramite lista bianca - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> <html><head/><body><p>Questo è l'ID del certificato <span style=" font-weight:600;">OpenSSL</span> del nodo, che è firmato con questa chiave <span style=" font-weight:600;">PGP</span> indicata sopra. </p></body></html> <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + @@ -2628,12 +2658,12 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2753,7 +2783,7 @@ Fare doppio clic sui gruppi di interesse per entrare e chattare. Email - + Posta @@ -3180,7 +3210,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3268,7 +3298,7 @@ anche se non hai amici. <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + @@ -3680,7 +3710,7 @@ anche se non hai amici. Peer DHT is Disabled - + @@ -3727,11 +3757,11 @@ anche se non hai amici. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//IT" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3790,68 +3820,80 @@ p, li { white-space: pre-wrap; } CreateCircleDialog - + + + + Circle Details Dettagli della cerchia - - + Name Nome - Creator - Creatore + Creatore - Distribution - Distribuzione + Distribuzione - + Public Pubblico - Self-Restricted - Auto-Ristretto + Auto-Ristretto - Restricted to: - Ristretto a: + Ristretto a: - Circle Membership - Appartenenza alle cerchie + Appartenenza alle cerchie - + IDs ID - Known Identities - Identità conosciute + Identità conosciute - + Filter Filtro - + Nickname Soprannome - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3861,56 +3903,105 @@ p, li { white-space: pre-wrap; } Tipo - - - - + + Name: + Nome: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Privato + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Per favore imposta un nome per la tua cerchia - Personal Circle Details - Dettagli del Circolo Personale + Dettagli del Circolo Personale - External Circle Details - Dettagli del circolo Esterno + Dettagli del circolo Esterno - Cannot Edit Existing Circles Yet - Impossibile modificare il Circolo esistente adesso + Impossibile modificare il Circolo esistente adesso - + No Restriction Circle Selected Nessuna cerchia ristretta selezionata - + No Circle Limitations Selected Nessuna cerchia limitata selezionata - Create New Personal Circle - Crea un nuovo Circolo Personale + Crea un nuovo Circolo Personale - Create New External Circle - Crea un nuovo Circolo Esteso + Crea un nuovo Circolo Esteso - + Add Aggiungi @@ -3920,13 +4011,13 @@ p, li { white-space: pre-wrap; } Rimuovi - + Search Cerca - + All Tutti @@ -3941,49 +4032,98 @@ p, li { white-space: pre-wrap; } Firmato da Nodi conosciuti - + Edit Circle Modifica Circolo - - + PGP Identity Identità PGP - - - + + + Anon Id Id Anonimo + + + Circle name + + + + + Update + + + Close + Chiudi + + + + + Create New Circle + + + + + Create + Crea + + + PGP Linked Id PGP Id Collegato + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Crea un Gruppo - - Group Name - Nome Gruppo + + Group Name: + Nome gruppo: - + + Group ID: + + + + Group Name + Nome Gruppo + + + Enter a name for your group Immetti un nome per il tuo gruppo - + + To be defined + + + + Friends Amici @@ -4017,9 +4157,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4148,7 +4288,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Posta un Messaggio nel Forum @@ -4193,12 +4333,12 @@ p, li { white-space: pre-wrap; } Avvia nuovo argomento - + No Forum Nessun forum - + In Reply to In Risposta a @@ -4224,9 +4364,19 @@ p, li { white-space: pre-wrap; } Add Extra File Aggiungi File Extra + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Genera dati di massa @@ -4236,12 +4386,12 @@ p, li { white-space: pre-wrap; } Vuoi davvero generare %1 messaggi ? - + Send Invia - + Forum Message Messaggio Forum @@ -4304,7 +4454,7 @@ Vuoi scartare questo messaggio? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + @@ -4334,7 +4484,7 @@ Vuoi scartare questo messaggio? Set a descriptive topic here - + @@ -4503,7 +4653,7 @@ Vuoi scartare questo messaggio? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4529,7 +4679,7 @@ Vuoi scartare questo messaggio? No peer found in DHT - + @@ -4784,7 +4934,7 @@ Vuoi scartare questo messaggio? Copy %1 to clipboard - + @@ -4824,17 +4974,17 @@ Vuoi scartare questo messaggio? DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + @@ -4849,12 +4999,12 @@ Vuoi scartare questo messaggio? UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + @@ -4874,22 +5024,22 @@ Vuoi scartare questo messaggio? NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + @@ -4954,7 +5104,7 @@ Vuoi scartare questo messaggio? Direct - + @@ -4994,7 +5144,7 @@ Vuoi scartare questo messaggio? RELAY END - + @@ -5016,12 +5166,12 @@ Vuoi scartare questo messaggio? Own Relay - + RELAY PROXY - + @@ -5040,7 +5190,7 @@ Vuoi scartare questo messaggio? Relays - + @@ -5093,7 +5243,7 @@ Vuoi scartare questo messaggio? Unreach: - + @@ -5108,7 +5258,7 @@ Vuoi scartare questo messaggio? DHT Peers: - + @@ -5159,12 +5309,12 @@ Vuoi scartare questo messaggio? Proxy VIA - + Relay VIA - + @@ -5203,7 +5353,7 @@ Vuoi scartare questo messaggio? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Ricorda gli hash dei files anche se non condivisi. ⏎ @@ -5665,7 +5815,7 @@ per evitare la di ricalcolare gli hash dei files quando lo ricolleghi. export your friendlist including groups - + @@ -5690,7 +5840,7 @@ per evitare la di ricalcolare gli hash dei files quando lo ricolleghi.Mostra Grupppi - + Group Gruppo @@ -5731,7 +5881,7 @@ per evitare la di ricalcolare gli hash dei files quando lo ricolleghi.Aggiungi al gruppo - + Search Cerca @@ -5741,7 +5891,7 @@ per evitare la di ricalcolare gli hash dei files quando lo ricolleghi.Ordina per stato - + Move to group Sposta nel gruppo @@ -5776,12 +5926,12 @@ per evitare la di ricalcolare gli hash dei files quando lo ricolleghi.Disponibile - + Do you want to remove this Friend? Vuoi rimuovere questo amico? - + Done! Fatto! @@ -5829,8 +5979,12 @@ uno o più peer non sono stati aggiunti ad un gruppo + Select file for importing your friendlist from + + + Select file for importing yoour friendlist from - Scegli il file da cui importare l’elenco degli amici + Scegli il file da cui importare l’elenco degli amici @@ -5874,7 +6028,7 @@ uno o più peer non sono stati aggiunti ad un gruppo IP - + Attempt to connect Prova a connetteri @@ -5904,7 +6058,7 @@ uno o più peer non sono stati aggiunti ad un gruppo Nodo Amico rimosso - + Do you want to remove this node? Vuoi rimuovere questo nodo? @@ -5914,7 +6068,7 @@ uno o più peer non sono stati aggiunti ad un gruppo Nodi amici - + Send message to whole group Invia messaggio a tutto il gruppo @@ -5977,14 +6131,14 @@ uno o più peer non sono stati aggiunti ad un gruppo Cerca Amici - + Mark all Contrassegna tutto Mark none - + @@ -6091,7 +6245,7 @@ uno o più peer non sono stati aggiunti ad un gruppo Retroshare broadcast chat: messages are sent to all connected friends. - + @@ -6170,7 +6324,12 @@ anonymous, you can use a fake email. Password (check) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Prima di procedere, muovi il mouse per aiutare RetroShare ad accumulare più casualità possibile. È necessario riempire al 20% la barra di progresso, ma è consigliabile raggiungere il 100%.</p></body></html> @@ -6234,7 +6393,7 @@ anonymous, you can use a fake email. Il campo nodo richiede minimo 3 caratteri - + Failed to generate your new certificate, maybe PGP password is wrong! Impossibile generare il nuovo certificato, forse la password PGP è errata! @@ -6268,7 +6427,7 @@ Altrimenti, per usare un profilo già esistente, despunta la voce "Crea nuo - + Create a new profile Crea un nuovo profilo @@ -6319,12 +6478,11 @@ Altrimenti, per usare un profilo già esistente, despunta la voce "Crea nuo <html><head/><body><p>Questa è la porta di connessione.</p><p>Qualsiasi valore tra 1024 e 65535 </p><p>dovrebbe andar bene. Puoi modificarlo in seguito.</p></body></html> - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - <html><head/><body><p>Questo può essere un indirizzo Tor Onion nella forma: xa76giaf6ifda7ri63i263.onion<br/>o un indirizzo I2P nella forma:[52 caratteri].b32.i2p </p><p>Al fine di procurartene uno, devi configurare o Tor o I2P per creare un nuovo servizio nascosto/server tunnel. Se non ne possiedi ancora uno, puoi proseguire lo stesso, e sopperirlo in seguito andando nel pannello di configurazione di RetroShare: Opzioni-&gt;Server-&gt;Servizio Nascosto</p></body></html> + <html><head/><body><p>Questo può essere un indirizzo Tor Onion nella forma: xa76giaf6ifda7ri63i263.onion<br/>o un indirizzo I2P nella forma:[52 caratteri].b32.i2p </p><p>Al fine di procurartene uno, devi configurare o Tor o I2P per creare un nuovo servizio nascosto/server tunnel. Se non ne possiedi ancora uno, puoi proseguire lo stesso, e sopperirlo in seguito andando nel pannello di configurazione di RetroShare: Opzioni-&gt;Server-&gt;Servizio Nascosto</p></body></html> - + PGP key length Lunghezza chiave PGP @@ -6480,12 +6638,12 @@ il bottone IMPORT per caricarlo - + Profile generation failure Generazione profilo fallita - + Missing PGP certificate Manca certificato PGP @@ -6553,8 +6711,12 @@ Compila la tua password PGP quando richiesto, per firmare la nuova chiave. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Registrare retroshare: / / come protocollo URL (riavvio richiesto) + Registrare retroshare: / / come protocollo URL (riavvio richiesto) @@ -6562,7 +6724,27 @@ Compila la tua password PGP quando richiesto, per firmare la nuova chiave.Devi avere i diritti amministratore per modificare questa opzione. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Inattivo @@ -6582,7 +6764,17 @@ Compila la tua password PGP quando richiesto, per firmare la nuova chiave.Fai partire la configurazione guidata di avvio - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Errore @@ -6603,7 +6795,7 @@ Compila la tua password PGP quando richiesto, per firmare la nuova chiave.Generale - + Minimize to Tray Icon Riduci nella Tray Icon @@ -6627,7 +6819,7 @@ Compila la tua password PGP quando richiesto, per firmare la nuova chiave.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6660,18 +6852,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6683,31 +6875,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6720,7 +6912,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6833,7 +7025,7 @@ p, li { white-space: pre-wrap; } GroupBox - + @@ -6843,7 +7035,7 @@ p, li { white-space: pre-wrap; } Identity Name - + @@ -6862,33 +7054,45 @@ p, li { white-space: pre-wrap; } + Stored data size + + + + + Receive time (secs ago) + + + + + Sending time (secs ago) + + + Data size - Dimensione dati + Dimensione dati - + Data hash - + - Received - Ricevuto + Ricevuto - Send - Invia + Invia - + Branching factor - + Details - + Dettagli @@ -6916,12 +7120,12 @@ p, li { white-space: pre-wrap; } Routing matrix ( - + [Unknown identity] - + @@ -6937,6 +7141,14 @@ p, li { white-space: pre-wrap; } Mostra conversazioni di gruppo + + GroupChooser + + + [Unknown] + [Scononsciuto] + + GroupDefs @@ -7041,7 +7253,7 @@ p, li { white-space: pre-wrap; } can relay anonymous tunnels to this directory - + @@ -7054,7 +7266,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -7070,17 +7282,26 @@ p, li { white-space: pre-wrap; } Contatti: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Seleziona almeno un contatto - Share channel admin permissions - Condividi i permessi amministrativi del canale + Condividi i permessi amministrativi del canale - + Share forum admin permissions Condividi i permessi amministrativi del forum @@ -7097,12 +7318,11 @@ p, li { white-space: pre-wrap; } You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - + - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - Puoi consentire ai tuoi amici di pubblicare sul tuo canale e modificarnee la descrizione. Oppure puoi inviare i permessi amministrativi ad un’altra istanza RetroShare. Seleziona gli amici a cui vuoi consentire di pubblicare su questo canale. Nota: non è possibile revocare i permessi amministrativi del canale. + Puoi consentire ai tuoi amici di pubblicare sul tuo canale e modificarnee la descrizione. Oppure puoi inviare i permessi amministrativi ad un’altra istanza RetroShare. Seleziona gli amici a cui vuoi consentire di pubblicare su questo canale. Nota: non è possibile revocare i permessi amministrativi del canale. @@ -7145,7 +7365,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7153,12 +7383,11 @@ p, li { white-space: pre-wrap; } Mostra - You have admin rights - Hai i permessi di amministratore + Hai i permessi di amministratore - + Subscribe to download and read messages Iscriviti per scaricare e leggere i messaggi @@ -7503,6 +7732,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Cambia lo stato dei messaggi letti @@ -7513,7 +7752,7 @@ p, li { white-space: pre-wrap; } - + Play Esegui @@ -7551,12 +7790,12 @@ p, li { white-space: pre-wrap; } Rimuovi elemento - + Channel Feed Annuncio canale - + Files Files @@ -7596,12 +7835,12 @@ p, li { white-space: pre-wrap; } Non mi piace - + Loading Sto caricando... - + Open Open @@ -7619,7 +7858,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Posta sul Canale @@ -7634,7 +7873,7 @@ p, li { white-space: pre-wrap; } Cerca canali - + Title Titolo @@ -7669,7 +7908,32 @@ p, li { white-space: pre-wrap; } Nessun Canale Selezionato - + + Public + Pubblico + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Disabilita Download Automatico @@ -7689,7 +7953,23 @@ p, li { white-space: pre-wrap; } Mostra files - + + Administrator: + + + + + + unknown + sconosciuto + + + + Distribution: + + + + Feeds Dispaccio @@ -7699,17 +7979,17 @@ p, li { white-space: pre-wrap; } Files - + Subscribers Iscritti - + Description: Descrizione: - + Posts (at neighbor nodes): Posts (a nodi adiacenti): @@ -7833,7 +8113,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//IT" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7994,7 +8274,7 @@ prima che tu possa commentare Modulo - + Start new Thread for Selected Forum Avvia un nuovo argomento nel forum selezionato @@ -8020,7 +8300,7 @@ prima che tu possa commentare - + Title Titolo @@ -8033,18 +8313,18 @@ prima che tu possa commentare - + Author Autore Save image - + - + Loading Sto caricando @@ -8169,7 +8449,7 @@ prima che tu possa commentare This message was obtained from %1 - + @@ -8178,19 +8458,59 @@ prima che tu possa commentare + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Pubblico + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Distribuzione + + + Anti-spam - + @@ -8235,7 +8555,7 @@ prima che tu possa commentare <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8291,7 +8611,7 @@ prima che tu possa commentare Il %1, %2 ha scritto: - + Forum name Nome forum @@ -8306,7 +8626,7 @@ prima che tu possa commentare Posts (a nodi adiacenti) - + Description Descrizione @@ -8316,7 +8636,7 @@ prima che tu possa commentare Da - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> <p>L’iscrizione al forum raccoglierà tutti i post disponibili dei tuoi amici iscritti, e renderà il forum visibile a tutti gli altri amici.</p><p>In seguito potrai annullare l’iscrizione tramite il menù contestuale della lista del forum, sulla sinistra.</p> @@ -8394,13 +8714,13 @@ prima che tu possa commentare GxsGroupDialog - - + + Name Nome - + Add Icon Aggiungi icona @@ -8415,7 +8735,7 @@ prima che tu possa commentare Condividi chiave pubblicazione - + check peers you would like to share private publish key with verifica i contatti con cui vuoi condividere la chiave privata di pubblicazione @@ -8425,36 +8745,40 @@ prima che tu possa commentare Condividi chiave con - - + + Description Descrizione - + Message Distribution Distribuzione messaggio - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Pubblico - - Restricted to Group - Limitato al gruppo + Limitato al gruppo - - + Only For Your Friends Solo per i tuoi amici - + Publish Signatures Pubblicare le firme @@ -8500,12 +8824,11 @@ prima che tu possa commentare - Comments Commenti - + Allow Comments Consenti i commenti @@ -8517,71 +8840,107 @@ prima che tu possa commentare Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Commenti: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Contatti: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Aggiungi un Nome - + + PGP signature from known ID required + + + + Load Group Logo caricamento Logo Gruppo - + Submit Group Changes Applica Modifiche al Gruppo - + Failed to Prepare Group MetaData - please Review Non è stato possibile preparare i MetaDati del Gruppo — procedi con la Revisione - + Will be used to send feedback Verrà utilizzato per inviare feedback @@ -8591,52 +8950,94 @@ prima che tu possa commentare Proprietario: - + Set a descriptive description here Inserisci qui una descrizione - + Info Info - Comments allowed - Commenti autorizzati + Commenti autorizzati - Comments not allowed - Commenti non autorizzati + Commenti non autorizzati - + ID ID - + Last Post Ultimo post + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Popolarità - + Posts Post - Type - Tipo + Tipo - + Author Autore @@ -8694,7 +9095,12 @@ prima che tu possa commentare Modifica Dettagli - + + Share publish permissions + + + + Copy RetroShare Link Copia Collegamento RetroShare @@ -8709,25 +9115,24 @@ prima che tu possa commentare Segna tutti come da leggere - + AUTHD AUTHD - Share admin permissions - Condividi permessi amministrativi + Condividi permessi amministrativi GxsIdChooser - + No Signature Nessuna firma - + Create new Identity Crea nuova identità @@ -8735,7 +9140,7 @@ prima che tu possa commentare GxsIdDetails - + Loading Sto caricando... @@ -8811,42 +9216,42 @@ prima che tu possa commentare Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Contatto sconosciuto @@ -9081,7 +9486,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9112,7 +9517,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9122,11 +9527,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + @@ -9171,7 +9576,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details Dettagli Persona @@ -9241,13 +9646,13 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9257,9 +9662,9 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + @@ -9355,13 +9760,14 @@ p, li { white-space: pre-wrap; } IdDialog - + + New ID Nuovo ID - - + + All Tutto @@ -9377,39 +9783,75 @@ p, li { white-space: pre-wrap; } Cerca - Unknown real name - Nome reale sconosciuto + Nome reale sconosciuto - + Anonymous Id Id Anonimo - + Create new Identity Crea nuova identità - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Circoli + + + + Circle name + + + + + Membership + Appartenenza + + + + Public Circles + Circoli pubblici + + + + Personal Circles + Circoli personali + + + Edit identity Modifica Identità @@ -9430,7 +9872,7 @@ p, li { white-space: pre-wrap; } Avvia una conversazione a distanza con questo contatto - + Owner node ID : ID nodo proprietario : @@ -9440,22 +9882,22 @@ p, li { white-space: pre-wrap; } Nome dell’identità : - + () - + - + Identity ID ID dell'identità - + Send message Invia Messaggio - + Identity info Info sull'identità @@ -9477,10 +9919,10 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> <html><head/><body><p>Opinione media dei nodi adiacenti riguardo questa identità. Negativa è male,</p><p>positiva è buono. Zero è neutrale.</p></body></html> @@ -9520,48 +9962,273 @@ p, li { white-space: pre-wrap; } Complessivo: - - Contacts - - - - Owned by you - Appartiene a te + Appartiene a te - + Anonymous Anonimo - + ID - + ID Search ID - + - + This identity is owned by you Questa identità ti appartiene - Unknown PGP key - Chiave PGP sconosciuta + Chiave PGP sconosciuta - - Unknown key ID - ID chiave sconosciuta + ID chiave sconosciuta - + + My own identities + + + + + My contacts + + + + + Owned by myself + + + + + Linked to my node + + + + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Pubblico + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Stato: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + sconosciuto + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Modifica Circolo + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node Identità di tua proprietà, collegata al tuo nodo Retroshare @@ -9586,29 +10253,29 @@ p, li { white-space: pre-wrap; } Bloccato - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + @@ -9623,28 +10290,28 @@ p, li { white-space: pre-wrap; } Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + Grazie, <br> - - - - + + + + People Persone @@ -9655,12 +10322,11 @@ p, li { white-space: pre-wrap; } Il Tuo Avatar - Linked to your node - Connesso al tuo nodo + Connesso al tuo nodo - + Linked to neighbor nodes Collegato a nodi adiacenti @@ -9670,12 +10336,7 @@ p, li { white-space: pre-wrap; } Collegato a nodi distanti - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node Collegato a un nodo RetroShare tuo amico @@ -9690,7 +10351,7 @@ p, li { white-space: pre-wrap; } Collegato a un nodo RetroShare sconosciuto - + Chat with this person Conversa con questa persona @@ -9710,7 +10371,7 @@ p, li { white-space: pre-wrap; } Ultimo utilizzo: - + +50 Known PGP +50 PGP Conosciuta @@ -9725,17 +10386,17 @@ p, li { white-space: pre-wrap; } +5 ID Anonima - + Do you really want to delete this identity? Vuoi davvero eliminare questa identità? - + Owned by Appartenente a - + Node name: Nome nodo: @@ -9745,7 +10406,7 @@ p, li { white-space: pre-wrap; } ID Nodo : - + Really delete? Cancellare davvero? @@ -9923,25 +10584,25 @@ p, li { white-space: pre-wrap; } - + GXS name: Nome GXS: - - + + PGP name: Nome PGP: - + GXS id: id GXS: - + PGP id: id PGP: @@ -9956,7 +10617,7 @@ p, li { white-space: pre-wrap; } - + Copy Copia @@ -9992,17 +10653,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10057,7 +10718,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Aggiungi amico @@ -10073,7 +10734,7 @@ p, li { white-space: pre-wrap; } - + Options Opzioni @@ -10107,12 +10768,12 @@ p, li { white-space: pre-wrap; } Auto configuratore rapido - + RetroShare %1 a secure decentralized communication platform RetroShare %1 una piattaforma di comunicazione sicura decentralizzata - + Unfinished Non finito @@ -10228,7 +10889,7 @@ Libera un po' di spazio e clicca OK. Vuoi davvero uscire da RetroShare? - + Internal Error Errore interno @@ -10273,7 +10934,7 @@ Libera un po' di spazio e clicca OK. Matrice dei permessi sui servizi - + Add Aggiungi @@ -10295,7 +10956,7 @@ Libera un po' di spazio e clicca OK. directory is running low (current limit is - + @@ -10307,7 +10968,7 @@ Libera un po' di spazio e clicca OK. MessageComposer - + Compose Componi @@ -10409,19 +11070,19 @@ Libera un po' di spazio e clicca OK. - + Tags Etichette Address list: - + Recommend this friend - + @@ -10531,17 +11192,17 @@ Libera un po' di spazio e clicca OK. All addresses (mixed) - + All people - + My contacts - + @@ -10570,7 +11231,7 @@ Libera un po' di spazio e clicca OK. - + Save Message Salva messaggio @@ -10853,7 +11514,7 @@ Vuoi salvarlo? Da: - + Friend Nodes Nodi Amici @@ -10903,7 +11564,7 @@ Vuoi salvarlo? Grazie, <br> - + Distant identity: Identità distante: @@ -10928,22 +11589,22 @@ Vuoi salvarlo? Everyone - + Contacts - + Contatti Nobody - + Accept encrypted distant messages from - + @@ -11680,7 +12341,7 @@ ricerca This message goes to a distant person. - + @@ -11726,7 +12387,7 @@ ricerca Messaggeria RetroShare - + Add a Friend Aggiungi un Amico @@ -11746,12 +12407,12 @@ ricerca Spoiler - + Select text to hide, then push this button - + @@ -12009,7 +12670,7 @@ ricerca - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12162,7 +12823,7 @@ Clic-destro e seleziona 'fatti amico' per poterti connettere. Did peer authenticate you - + @@ -12298,7 +12959,7 @@ Errore riportato: <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12522,7 +13183,7 @@ Errore riportato: NotifyQt - + PGP key passphrase Parola d'ordine chiave PGP @@ -12542,12 +13203,12 @@ Errore riportato: RetroShare ha rilevato plugin non registrati. Questo accade in due casi: <UL><LI>il tuo eseguibile RetroShare è cambiato .</LI><LI>Il plugin è cambiato</LI></UL>Clicca su Sì per autorizzare questo plugin o su No per negarlo. È possibile cambiare idea successivamente in Opzioni-> Plugin, quindi riavviare. - + Please check your system clock. Per favore controlla l'orologio di sistema. - + Examining shared files... Esame files condivisi... @@ -12583,12 +13244,12 @@ Errore riportato: Messaggio criptato - + Please enter your PGP password for key Si prega di inserire la password per la chiave PGP - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). Perché le aree di discussione funzionino correttamente, l'orario del tuo computer deve essere corretto. Per favore controlla che questo sia il tuo caso (Una probabile differenza di diversi minuti è stata rilevata con i tuoi amici). @@ -12625,7 +13286,7 @@ Errore riportato: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12660,7 +13321,7 @@ Basso Traffico: 10% di traffico standard e TODO: sospende tutti i trasferimenti <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + @@ -12670,7 +13331,7 @@ Basso Traffico: 10% di traffico standard e TODO: sospende tutti i trasferimenti <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + @@ -12710,16 +13371,16 @@ Basso Traffico: 10% di traffico standard e TODO: sospende tutti i trasferimenti <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12729,7 +13390,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12739,7 +13400,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + @@ -12749,7 +13410,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + @@ -12762,15 +13423,76 @@ p, li { white-space: pre-wrap; } Formato ASCII - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Includi firme + + + Options + Opzioni + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + Usa come fonte diretta, quando disponibile + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + Scarica automaticamente i files raccomandati da questo nodo + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + Richiede bonifica tramite lista bianca + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details @@ -12778,26 +13500,26 @@ p, li { white-space: pre-wrap; } - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Errore: impossibile ottenere dettagli contatto - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) L'algoritmo a chiave fornito non è supportato da RetroShare (chiavi RSA solo sono supportate al momento) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. Il livello di fiducia è un modo per esprimere la fiducia che riponi in questa chiave. Non viene utilizzato dal programma, né viene condiviso, ma può esserti utile a ricordare le chiavi buone e quelle cattive. @@ -12822,7 +13544,7 @@ p, li { white-space: pre-wrap; } La tua fiducia in questo contatto è nulla. - + This key has signed your own PGP key Questa chiave ha firmato la tua chiave PGP @@ -12843,7 +13565,7 @@ p, li { white-space: pre-wrap; } Al momento non stai autorizzando connessioni da nodi RetroShare firmati con questa chiave. - + Signature Failure Errore Firmando @@ -12853,7 +13575,7 @@ p, li { white-space: pre-wrap; } Forse la password è sbagliata - + You haven't set a trust level for this key. Non hai impostato il livello di fiducia per questa chiave. @@ -13014,15 +13736,15 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People Persone - External - Esterno + Esterno @@ -13035,6 +13757,64 @@ p, li { white-space: pre-wrap; } Internal Interno + + + Chat with this person + Conversa con questa persona + + + + Chat with this person as... + Conversa con questa persona come... + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + La conversazione a distanza non può funzionare + + + + Distant chat refused with this person. + Conversazione a distanza con questa persona: rifiutata. + + + + Error code + Codice errore + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + Persone + PhotoCommentItem @@ -13124,7 +13904,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13137,7 +13917,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13150,9 +13930,9 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13293,7 +14073,7 @@ requesting to edit it! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <span style=" font-size:8pt; text-decoration: underline; color:#0000ff;"> Altro... @@ -13415,7 +14195,7 @@ Altro... Widget for plugin %1 not found on plugins frame - + @@ -13574,7 +14354,7 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin Chat remotely closed. Please close this window. - + @@ -13675,7 +14455,7 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + @@ -13746,7 +14526,7 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin Subscribe to Posted - + @@ -13762,7 +14542,7 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin Posted Description - + @@ -13772,7 +14552,7 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin New Posted - + @@ -13783,7 +14563,7 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin PostedItem - + 0 0 @@ -13794,7 +14574,7 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin - + Comments Commenti @@ -13829,7 +14609,17 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin Nuovo - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Cambia lo stato dei messaggi letti @@ -13839,7 +14629,7 @@ Per il normale utilizzo abilitare il controllo dell'hash ti protegge plugin Rimuovi Elemento - + Loading Sto caricando... @@ -14092,13 +14882,13 @@ Ora puoi copiarla su un altro computer e utilizzare il pulsante Importa per cari <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + @@ -14301,9 +15091,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Conferma @@ -14313,7 +15103,7 @@ p, li { white-space: pre-wrap; } Vuoi che questo link sia gestito dal tuo sistema? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14321,7 +15111,7 @@ and open the Make Friend Wizard. - + Add file Aggiungi file @@ -14341,12 +15131,21 @@ and open the Make Friend Wizard. Vuoi elaborare il collegamento %1? - This file already exists. Do you want to open it ? - Questo file esiste già. Vuoi aprirlo? + Questo file esiste già. Vuoi aprirlo? - + + Warning: Retroshare is about to ask your system to open this file. + + + + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 di %2 collegamenti RetroShare elaborati. @@ -14455,6 +15254,21 @@ and open the Make Friend Wizard. Channel messages not found Messaggi canale introvabili + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14498,7 +15312,7 @@ Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostit Risultato - + Unable to make path Percorso Impossibile @@ -14513,7 +15327,7 @@ Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostit Impossibile elaborare il file della raccolta - + Deny friend Rifiuta amico @@ -14533,7 +15347,7 @@ Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostit Richiesta file cancellata - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Questa versione di RetroShare usa OpenPGP-SDK. Come effetto collaterale, non utilizza il portachiavi PGP condiviso di sistema, ma ha il proprio portachiavi condiviso da tutte le istanze di RetroShare. <br><br>Non sembri avere un tale portachiavi, sebbene chiavi PGP siano menzionati da account RetroShare esistenti, probabilmente perché hai appena cambiato per questa nuova versione del software. @@ -14544,12 +15358,12 @@ Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostit - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Inizializzazione non riuscita. Errata o mancante installazione di PGP. @@ -14559,12 +15373,12 @@ Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostit Si è verificato un errore imprevisto. Si prega di segnalare ' RsInit::InitRetroShare unexpected return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Errore inatteso. Riferisci "RsInit::InitRetroShare unexpected return code %1". - + Multiple instances Istanze multiple @@ -14589,9 +15403,8 @@ Blocco del file: - Start with a RetroShare link is only supported for Windows. - Avviare RetroShare con un collegamento è supportato solo in Windows. + Avviare RetroShare con un collegamento è supportato solo in Windows. @@ -14620,17 +15433,17 @@ L’errore segnalato è: %2 - + Click to send a private message to %1 (%2). Clicca per inviare un messaggio privato a %1 (%2). %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) Clicca su questo link per inviare un messaggio privato a %1 (%2) @@ -14647,22 +15460,22 @@ L’errore segnalato è: TR up - + TR dn - + Data up - + Data dn - + @@ -14670,7 +15483,7 @@ L’errore segnalato è: Inoltro dati - + You appear to have nodes associated to DSA keys: Sembri avere nodi associati a chiavi DSA: @@ -14711,7 +15524,7 @@ L’errore segnalato è: - + %1 seconds ago %1 secondi fa @@ -14775,11 +15588,11 @@ L’errore segnalato è: Security: no anonymous IDs - + - - + + This cert is malformed. Error code: Questo certificato è malformato. Codice di errore: @@ -14789,7 +15602,7 @@ Security: no anonymous IDs Questo non è stato aggiunto alla lista da scaricare, perché già ce l'hai: - + Error Errore @@ -14811,12 +15624,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14939,10 +15752,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15009,9 +15822,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15026,8 +15839,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15209,7 +16022,7 @@ p, li { white-space: pre-wrap; } RSettingsWin - + Error Saving Configuration on page Errore Salvataggio Configurazione sulla pagina @@ -15319,7 +16132,7 @@ p, li { white-space: pre-wrap; } <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15439,12 +16252,12 @@ p, li { white-space: pre-wrap; } Scarica! - + File File - + Size Dimensione @@ -15461,7 +16274,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Alcuni nomi di nomi di file o directory contenevano caratteri vietati. Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostituiti da '_'. @@ -15480,7 +16293,7 @@ Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostit <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + @@ -15508,12 +16321,17 @@ Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostit Salva - + Collection Editor Editor di Raccolte - + + File Path + + + + File Count Conteggio File @@ -15523,16 +16341,16 @@ Caratteri <b>", |, \, &lt;&gt;,, *,?</b> saranno sostit Questa cartella è la root. - - + + Real Size: Waiting child... - + - - + + Real File Count: Waiting child... - + @@ -15683,7 +16501,7 @@ Se ritieni sia corretto, rimuovi dal file la riga corrispondente e ri-aprilo con RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? L'immagine è sovradimensionata per la trasmissione. @@ -15701,7 +16519,7 @@ Riduzione immagine a %1x%2 pixel? Rshare - + Resets ALL stored RetroShare settings. Ripristina TUTTI i parametri Retroshare memorizzati @@ -15741,7 +16559,7 @@ Riduzione immagine a %1x%2 pixel? Informazioni uso RetroShare - + Unable to open log file '%1': %2 Impossibile aprire file di LOG '%1': %2 @@ -15756,12 +16574,12 @@ Riduzione immagine a %1x%2 pixel? Impossibile creare la cartella dati: %1 - + Revision Revisione - + Invalid language code specified: Codice linguaggio incorretto: @@ -15776,6 +16594,15 @@ Riduzione immagine a %1x%2 pixel? Livello log incorretto: + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + + + RttStatistics @@ -16120,7 +16947,7 @@ Riduzione immagine a %1x%2 pixel? but reported: - + @@ -16405,7 +17232,7 @@ Riduzione immagine a %1x%2 pixel? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Se si deseleziona questo, RetroShare può determinare solo il tuo IP quando si connette a qualcuno. Lasciare questo selezionato, aiuta a connettersi quando si hanno pochi amici. Aiuta anche se sei dietro un firewall o una VPN. @@ -16538,7 +17365,7 @@ Controlla anche le tue porte! <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16641,12 +17468,12 @@ Controlla anche le tue porte! <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + @@ -16656,12 +17483,12 @@ Controlla anche le tue porte! <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + @@ -16673,11 +17500,11 @@ Controlla anche le tue porte! Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + @@ -16703,7 +17530,7 @@ You can connect to Hidden Nodes, even if you are running a standard Node, so why <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + @@ -16713,19 +17540,19 @@ You can connect to Hidden Nodes, even if you are running a standard Node, so why Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. @@ -17267,7 +18094,7 @@ Seleziona gli Amici con cui vuoi Condividere il Canale. Lobby - + @@ -17329,7 +18156,7 @@ Seleziona gli Amici con cui vuoi Condividere il Canale. SplashScreen - + Load profile Carica profilo @@ -17402,7 +18229,7 @@ Le identità/posizioni attuali non saranno toccate. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//IT" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17718,7 +18545,7 @@ Questa scelta può essere ripristinata in Impostazioni. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17731,7 +18558,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17895,17 +18722,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Sottoscritto - + Unsubscribe Esci - + Subscribe Entra @@ -18024,11 +18851,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//IT "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -18103,7 +18930,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Scaricamenti @@ -18114,7 +18941,7 @@ p, li { white-space: pre-wrap; } Caricamenti - + Name i.e: file name @@ -18384,39 +19211,39 @@ p, li { white-space: pre-wrap; } - + Failed Fallito - - + + Okay OK - - + + Waiting in attesa - + Downloading In scaricamento - + Complete Completo - + Queued Accodato @@ -18436,7 +19263,7 @@ p, li { white-space: pre-wrap; } Scononsciuto - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18522,7 +19349,7 @@ Sii paziente! Per favore inserisci un nuovo--e valido--nome per il file - + Last Time Seen i.e: Last Time Receiced Data Ultima volta visto @@ -18654,7 +19481,7 @@ Sii paziente! Visualizza colonna dei Percorsi - + Could not delete preview file Impossibile eliminare il file anteprima @@ -18664,7 +19491,7 @@ Sii paziente! Riprovare? - + Create Collection... Crea Raccolta... @@ -18684,22 +19511,22 @@ Sii paziente! Raccolta - + File sharing Condivisione dei file - + Anonymous tunnel 0x Tunnel anonimo 0x - + Show file list transfers - + - + version: versione: @@ -18858,12 +19685,12 @@ Sii paziente! Anonymous tunnels - + Authenticated tunnels - + @@ -19729,4 +20556,4 @@ Sii paziente! Immagini (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_ja_JP.ts b/retroshare-gui/src/lang/retroshare_ja_JP.ts index 8d15fb7fb..15669a676 100644 --- a/retroshare-gui/src/lang/retroshare_ja_JP.ts +++ b/retroshare-gui/src/lang/retroshare_ja_JP.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -28,7 +30,7 @@ Copy Info - + @@ -61,7 +63,7 @@ Add Comment - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file このファイルはシステムのデフォルトのコマンドを決定できません @@ -143,117 +145,117 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + Description: - + Share Options - + Policy: - + Quality: - + Comments: - + Identity: - + @@ -263,51 +265,51 @@ Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + @@ -317,32 +319,32 @@ p, li { white-space: pre-wrap; } Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -351,101 +353,101 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + Description: - + Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -460,25 +462,25 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -491,12 +493,12 @@ p, li { white-space: pre-wrap; } Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + @@ -506,7 +508,7 @@ p, li { white-space: pre-wrap; } Choose RetroShare's interface style - + @@ -521,134 +523,134 @@ p, li { white-space: pre-wrap; } Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -663,37 +665,37 @@ p, li { white-space: pre-wrap; } Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -719,17 +721,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -739,12 +741,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -758,9 +760,9 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s - + @@ -768,7 +770,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -851,23 +853,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + カウント @@ -885,62 +887,62 @@ p, li { white-space: pre-wrap; } In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + @@ -953,42 +955,42 @@ p, li { white-space: pre-wrap; } Form - + フォーム Friend: - + Type: - + タイプ Up - + Down - + Service: - + Unit: - + Log scale - + @@ -996,12 +998,12 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + @@ -1011,12 +1013,12 @@ p, li { white-space: pre-wrap; } Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1024,7 +1026,7 @@ p, li { white-space: pre-wrap; } Participants - + @@ -1034,45 +1036,50 @@ p, li { white-space: pre-wrap; } Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 %1 のロビーにようこそ @@ -1085,10 +1092,10 @@ p, li { white-space: pre-wrap; } Lobby chat - + - + Lobby management @@ -1122,57 +1129,57 @@ p, li { white-space: pre-wrap; } Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1188,49 +1195,49 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name 名前 @@ -1268,9 +1275,9 @@ p, li { white-space: pre-wrap; } [話題はありません] - + Selected lobby info - + @@ -1285,57 +1292,57 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + @@ -1348,19 +1355,19 @@ p, li { white-space: pre-wrap; } いいえ - + Lobby Name: - + Lobby Id: - + Topic: - + @@ -1370,12 +1377,12 @@ p, li { white-space: pre-wrap; } Security: - + Peers: - + @@ -1385,93 +1392,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + column - + @@ -1513,7 +1520,7 @@ Double click lobbies to enter and chat. キャンセル - + Quick Message クイックメッセージ @@ -1522,34 +1529,34 @@ Double click lobbies to enter and chat. ChatPage - + General 一般 - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + @@ -1559,7 +1566,7 @@ Double click lobbies to enter and chat. Enable Emoticons Private Chat - + @@ -1569,47 +1576,52 @@ Double click lobbies to enter and chat. Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return Ctrl+Returnでメッセージを送信 + + + Send as plain text by default + + Chat Lobby - + Blink tab icon - + @@ -1619,22 +1631,22 @@ Double click lobbies to enter and chat. Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + @@ -1673,21 +1685,21 @@ Double click lobbies to enter and chat. Variant - + Author: - + Description: - + @@ -1706,7 +1718,7 @@ Double click lobbies to enter and chat. 送信 - + Incoming message in history 受信メッセージ履歴 @@ -1743,12 +1755,12 @@ Double click lobbies to enter and chat. UserName - + /me is sending a message with /me - + @@ -1758,37 +1770,37 @@ Double click lobbies to enter and chat. <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1798,73 +1810,73 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat グループチャットの基本スタイル @@ -1918,12 +1930,12 @@ Double click lobbies to enter and chat. 閉じる - + Send 送信 - + Bold 太字 @@ -1938,12 +1950,12 @@ Double click lobbies to enter and chat. 斜体 - + Attach a Picture 画像を添付 - + Strike 取り消し線 @@ -1994,42 +2006,70 @@ Double click lobbies to enter and chat. フォントをデフォルトに戻す - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... 書き込み中... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? 本当に履歴を削除しますか? - + Add Extra File さらにファイルを追加 @@ -2051,7 +2091,7 @@ Double click lobbies to enter and chat. appears to be Offline. - + @@ -2061,135 +2101,115 @@ Double click lobbies to enter and chat. is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2197,25 +2217,25 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + @@ -2230,19 +2250,19 @@ Double click lobbies to enter and chat. - + Personal Circles - + Public Circles - + Peers - + @@ -2256,98 +2276,98 @@ Double click lobbies to enter and chat. - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details 詳細 Node info - + @@ -2356,7 +2376,7 @@ Double click lobbies to enter and chat. - + Local Address ローカル アドレス @@ -2383,174 +2403,144 @@ Double click lobbies to enter and chat. アドレス リスト - - Include signatures - + + Use this certificate to make friends: + - - + + Include signatures + + + + + RetroShare RetroShare - - + + Error : cannot get peer details. エラー: ピア詳細を取得できません. - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - - Options - - - - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + none - + <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2558,93 +2548,93 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + Include signatures - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + @@ -2654,22 +2644,22 @@ Double click lobbies to enter and chat. Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + @@ -2679,107 +2669,107 @@ Double click lobbies to enter and chat. Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Eメール Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend request - + Details about the request - + Peer details - + @@ -2791,18 +2781,18 @@ Double click lobbies to enter and chat. Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2814,72 +2804,72 @@ resources. Options - + This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + @@ -2889,62 +2879,62 @@ resources. Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + @@ -2955,139 +2945,139 @@ resources. Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + RetroShare Invitation - + Ultimate - + Full - + Marginal - + None - + No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -3099,103 +3089,103 @@ resources. RetroShare Certificate (*.rsc );;All Files (*) - + Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3203,69 +3193,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3273,228 +3263,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3503,214 +3493,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3718,109 +3708,97 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name 名前 - - Creator - - - - - Distribution - - - - + Public パブリック - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs ID - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3830,136 +3808,214 @@ p, li { white-space: pre-wrap; } タイプ - - - - + + Name: + 名前: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + プライベート + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add 追加 Remove - + - + Search 検索 - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + 閉じる + + + + + Create New Circle + + + + + Create + 作成 + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + + + + + Group Name: + + + + + Group ID: + - Group Name - 名前 + 名前 - + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3968,43 +4024,43 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + @@ -4015,27 +4071,27 @@ p, li { white-space: pre-wrap; } Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + @@ -4046,17 +4102,17 @@ p, li { white-space: pre-wrap; } Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -4072,7 +4128,7 @@ p, li { white-space: pre-wrap; } File already Added and Hashed - + @@ -4082,42 +4138,42 @@ p, li { white-space: pre-wrap; } Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + Forum - + @@ -4127,42 +4183,42 @@ p, li { white-space: pre-wrap; } Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + @@ -4174,54 +4230,64 @@ p, li { white-space: pre-wrap; } Please set a Forum Subject and Forum Message - + Please choose Signing Id, it is required - + Add Extra File さらにファイルを追加 + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send 送信 - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4230,82 +4296,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4313,7 +4379,7 @@ Do you want to reject this message? Public Information - + @@ -4328,52 +4394,52 @@ Do you want to reject this message? Location ID: - + Software Version: - + Online since: - + Other Information - + Certificate - + Include signatures - + Save Key into a file - + A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Error - + Your certificate could not be parsed correctly. Please contact the developers. - + @@ -4383,7 +4449,7 @@ Do you want to reject this message? Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -4393,57 +4459,57 @@ Do you want to reject this message? RetroShare Certificate (*.rsc );;All Files (*) - + TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4451,7 +4517,7 @@ Do you want to reject this message? users - + @@ -4459,38 +4525,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4498,27 +4564,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4536,52 +4602,52 @@ Do you want to reject this message? Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + Copy link to clipboard - + Rating - + Comments - + File Name - + @@ -4589,27 +4655,27 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + @@ -4624,365 +4690,365 @@ Do you want to reject this message? PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + Source - + Proxy - + Destination - + Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + None - + Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + Unknown - + RELAY END - + Yourself - + unknown - + unlimited - + Own Relay - + RELAY PROXY - + @@ -4991,27 +5057,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5019,113 +5085,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5133,7 +5199,7 @@ Do you want to reject this message? Incoming Directory - + @@ -5144,87 +5210,87 @@ Do you want to reject this message? Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5232,12 +5298,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5245,7 +5311,7 @@ you plug it in. Start file - + @@ -5255,36 +5321,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5292,12 +5358,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5305,52 +5371,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5358,47 +5424,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5406,52 +5472,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5459,73 +5525,73 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + RetroShare collection file - + Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5533,37 +5599,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5571,37 +5637,37 @@ you plug it in. Misc - + Set message to read on activate - + Expand new messages - + Forum - + Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5614,59 +5680,59 @@ you plug it in. Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + @@ -5677,198 +5743,198 @@ you plug it in. Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + 検索 Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + 表示 Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + @@ -5879,13 +5945,13 @@ at least one peer was not added to a group Deny - + Send message - + @@ -5893,17 +5959,17 @@ at least one peer was not added to a group Confirm Friend Request - + wants to be friend with you on RetroShare - + Unknown (Incoming) Connect Attempt - + @@ -5911,12 +5977,12 @@ at least one peer was not added to a group Search : - + Sort by state - + @@ -5926,17 +5992,17 @@ at least one peer was not added to a group Search Friends - + - + Mark all - + Mark none - + @@ -5944,13 +6010,13 @@ at least one peer was not added to a group Edit status message - + Broadcast - + @@ -5960,27 +6026,27 @@ at least one peer was not added to a group Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + @@ -6002,7 +6068,7 @@ at least one peer was not added to a group Add a new Group - + @@ -6018,12 +6084,12 @@ at least one peer was not added to a group Create new Chat lobby - + Choose Font - + @@ -6033,33 +6099,33 @@ at least one peer was not added to a group Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6067,7 +6133,7 @@ at least one peer was not added to a group Create new Profile - + @@ -6077,7 +6143,7 @@ at least one peer was not added to a group Enter your nickname here - + @@ -6089,27 +6155,27 @@ at least one peer was not added to a group Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + Password - + [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + @@ -6119,22 +6185,27 @@ anonymous, you can use a fake email. Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + @@ -6145,227 +6216,222 @@ anonymous, you can use a fake email. This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6374,77 +6440,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6452,93 +6518,123 @@ Fill in your PGP password when asked, to sign your new key. Startup - + Start RetroShare when my system starts - + Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + Misc - + Do not show the Quit RetroShare MessageBox - + Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + Could not add retroshare:// as protocol. - + Could not remove retroshare:// protocol. - + @@ -6546,9 +6642,9 @@ Fill in your PGP password when asked, to sign your new key. 一般 - + Minimize to Tray Icon - + @@ -6557,55 +6653,55 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6617,31 +6713,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6654,107 +6750,107 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + RetroShare Invitation - + Your friend has installed RetroShare, and would like you to try it out. - + You can get RetroShare here: %1 - + RetroShare is a private Friend-2-Friend sharing network. - + forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + Cut and paste the text below into your RetroShare client - + and send them your ID Certificate to get securely connected. - + Cut Below Here - + RetroShare Feedback - + RetroShare Support - + It has many features, including built-in chat, messaging, - + @@ -6762,82 +6858,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + ID Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + 詳細 Unknown Peer - + Pending packets - + Unknown - + @@ -6845,22 +6941,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6868,7 +6964,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6876,27 +6980,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6904,78 +7008,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6988,7 +7092,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -6996,47 +7100,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7044,12 +7148,12 @@ p, li { white-space: pre-wrap; } Title - + Search Title - + @@ -7059,42 +7163,47 @@ p, li { white-space: pre-wrap; } Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + 表示 - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7102,17 +7211,17 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + @@ -7122,27 +7231,27 @@ p, li { white-space: pre-wrap; } Path - + Extension - + Hash - + Date - + Size - + @@ -7152,47 +7261,47 @@ p, li { white-space: pre-wrap; } contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7201,7 +7310,7 @@ p, li { white-space: pre-wrap; } Channels - + @@ -7216,12 +7325,12 @@ p, li { white-space: pre-wrap; } My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7241,7 +7350,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7251,18 +7360,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + @@ -7280,42 +7389,42 @@ p, li { white-space: pre-wrap; } TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7328,22 +7437,22 @@ p, li { white-space: pre-wrap; } Filename - + Size - + Title - + Published - + @@ -7356,32 +7465,32 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + @@ -7437,6 +7546,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status 未読/既読の切り替え @@ -7447,7 +7566,7 @@ p, li { white-space: pre-wrap; } - + Play 再生 @@ -7455,7 +7574,7 @@ p, li { white-space: pre-wrap; } Comments - + @@ -7476,7 +7595,7 @@ p, li { white-space: pre-wrap; } Set as read and remove item - + @@ -7484,19 +7603,19 @@ p, li { white-space: pre-wrap; } アイテムを削除 - + Channel Feed チャンネルフィード - + Files ファイル Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + @@ -7511,7 +7630,7 @@ p, li { white-space: pre-wrap; } 0 - + 0 @@ -7521,27 +7640,27 @@ p, li { white-space: pre-wrap; } I like this - + I dislike this - + - + Loading ロード中 - + Open - + Open File - + @@ -7552,7 +7671,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel チャンネルに投稿 @@ -7564,37 +7683,37 @@ p, li { white-space: pre-wrap; } Search channels - + - + Title - + Search Title - + Message - + Search Message - + Filename - + Search Filename - + @@ -7602,7 +7721,32 @@ p, li { white-space: pre-wrap; } チャンネルが選択されていません。 - + + Public + パブリック + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download 自動ダウンロード無効 @@ -7614,17 +7758,33 @@ p, li { white-space: pre-wrap; } Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + + + + + Distribution: + + + + Feeds - + @@ -7632,19 +7792,19 @@ p, li { white-space: pre-wrap; } ファイル - + Subscribers - + - + Description: - + - + Posts (at neighbor nodes): - + @@ -7652,7 +7812,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7660,7 +7820,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7673,7 +7833,7 @@ p, li { white-space: pre-wrap; } Hot - + @@ -7683,17 +7843,17 @@ p, li { white-space: pre-wrap; } Top - + Voter ID: - + Refresh - + @@ -7703,32 +7863,32 @@ p, li { white-space: pre-wrap; } Author - + Date - + Score - + UpVotes - + DownVotes - + OwnVote - + @@ -7736,22 +7896,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7759,32 +7919,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7792,32 +7952,32 @@ before you can comment Create New Forum - + Forum - + Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + @@ -7830,7 +7990,7 @@ before you can comment Subscribe to Forum - + @@ -7846,7 +8006,7 @@ before you can comment Forum Description - + @@ -7856,7 +8016,7 @@ before you can comment New Forum - + @@ -7870,12 +8030,12 @@ before you can comment Subject: - + Unsubscribe To Forum - + @@ -7886,7 +8046,7 @@ before you can comment Set as read and remove item - + @@ -7896,7 +8056,7 @@ before you can comment In Reply to: - + @@ -7906,7 +8066,7 @@ before you can comment Forum Feed - + @@ -7922,14 +8082,14 @@ before you can comment フォーム - + Start new Thread for Selected Forum - + Search forums - + @@ -7939,145 +8099,145 @@ before you can comment Threaded View - + Flat View - + - + Title - + Date - + - + Author - + Save image - + - + Loading ロード中 Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + Search Title - + Search Date - + Search Author - + Content - + Search Content - + No name - + Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + Mark as read - + with children - + Mark as unread - + @@ -8097,73 +8257,113 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + パブリック + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + none - + [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8178,35 +8378,35 @@ before you can comment No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + From - + Sent - + @@ -8216,42 +8416,42 @@ before you can comment On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description 説明 By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8259,7 +8459,7 @@ before you can comment Forum Post - + @@ -8267,38 +8467,38 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + Forums - + Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8306,12 +8506,12 @@ before you can comment Waiting - + Retrieving - + @@ -8322,256 +8522,325 @@ before you can comment GxsGroupDialog - - + + Name 名前 - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description 説明 - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public パブリック - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + Open - + New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name 名前を追加してください - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info 情報 - - Comments allowed - - - - - Comments not allowed - - - - + ID ID - + Last Post 最新の投稿 + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity 人気度 - - - Posts - - - Type - タイプ + Posts + - + Type + タイプ + + + Author - + GxsIdLabel - + @@ -8584,17 +8853,17 @@ before you can comment Todo - + Print - + PrintPreview - + @@ -8609,116 +8878,116 @@ before you can comment Open in new tab - + Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link RetroShareリンクをコピー Mark all as read - + Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading ロード中 Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8731,7 +9000,7 @@ before you can comment No name - + @@ -8739,42 +9008,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8783,17 +9052,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8853,7 +9122,7 @@ before you can comment Found Documents - + @@ -8868,7 +9137,7 @@ before you can comment Backspace - + @@ -8883,7 +9152,7 @@ before you can comment Shift+Backspace - + @@ -8898,7 +9167,7 @@ before you can comment Ctrl+H - + @@ -8915,7 +9184,7 @@ before you can comment Ctrl+F - + @@ -8925,12 +9194,12 @@ before you can comment Close Vidalia Help - + Esc - + @@ -8961,7 +9230,7 @@ before you can comment Error Loading Help Contents: - + @@ -8974,22 +9243,22 @@ before you can comment Authors - + Thanks to - + Translation - + License Agreement - + @@ -8998,14 +9267,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9016,14 +9285,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9033,16 +9302,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9075,26 +9344,26 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9104,61 +9373,61 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9168,119 +9437,120 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + OK Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + @@ -9288,97 +9558,129 @@ p, li { white-space: pre-wrap; } 検索 - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + @@ -9388,277 +9690,480 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + ID Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + パブリック + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + OK Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9666,43 +10171,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9715,38 +10220,38 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + @@ -9761,7 +10266,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9770,7 +10275,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9781,32 +10286,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9819,12 +10324,12 @@ p, li { white-space: pre-wrap; } KeyId - + GXSId - + @@ -9834,27 +10339,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9863,13 +10368,13 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy - + @@ -9879,17 +10384,17 @@ p, li { white-space: pre-wrap; } Mark all - + Delete - + Clear history - + @@ -9903,17 +10408,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9922,77 +10427,77 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options - + Messenger - + @@ -10003,7 +10508,7 @@ p, li { white-space: pre-wrap; } SMPlayer - + @@ -10015,22 +10520,22 @@ p, li { white-space: pre-wrap; } Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10039,12 +10544,12 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + Show/Hide - + @@ -10054,27 +10559,27 @@ p, li { white-space: pre-wrap; } Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + @@ -10084,17 +10589,17 @@ p, li { white-space: pre-wrap; } Minimize - + Maximize - + &Quit - + @@ -10104,42 +10609,42 @@ p, li { white-space: pre-wrap; } %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Do you really want to exit RetroShare ? - + - + Internal Error - + @@ -10149,127 +10654,127 @@ p, li { white-space: pre-wrap; } Show - + Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add 追加 Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + @@ -10289,17 +10794,17 @@ p, li { white-space: pre-wrap; } Alignment - + Add an Image - + Sets text font to code style - + @@ -10309,58 +10814,58 @@ p, li { white-space: pre-wrap; } Subject: - + Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + @@ -10370,17 +10875,17 @@ p, li { white-space: pre-wrap; } Send this message now - + Reply - + Toggle Contacts View - + @@ -10390,104 +10895,104 @@ p, li { white-space: pre-wrap; } Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + wants to be friends with you on RetroShare - + Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + @@ -10497,51 +11002,51 @@ Do you want to save message to draft box? Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + From - + To - + Cc - + Sent - + @@ -10551,17 +11056,17 @@ Do you want to save message to draft box? On %1, %2 wrote: - + Re: - + Fwd: - + @@ -10573,133 +11078,133 @@ Do you want to save message to draft box? Do you want to send the message without a subject ? - + Please insert at least one recipient. - + Bcc - + Unknown - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + 詳細 @@ -10710,7 +11215,7 @@ Do you want to save message to draft box? HTML-Files (*.htm *.html);;All Files (*) - + @@ -10720,28 +11225,28 @@ Do you want to save message to draft box? Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + @@ -10756,77 +11261,77 @@ Do you want to save message ? From: - + - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10834,47 +11339,47 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + Set message to read on activate - + Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + @@ -10884,47 +11389,47 @@ Do you want to save message ? Edit - + Delete - + Default - + A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10932,7 +11437,7 @@ Do you want to save message ? Sub: - + @@ -10940,7 +11445,7 @@ Do you want to save message ? Message - + @@ -10948,82 +11453,82 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + Subject: - + From: - + To: - + Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + No subject - + @@ -11034,12 +11539,12 @@ Do you want to save message ? Download all - + Print Document - + @@ -11049,22 +11554,22 @@ Do you want to save message ? HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11072,37 +11577,37 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + @@ -11112,23 +11617,23 @@ Do you want to save message ? Remove selected message - + Delete - + Print selected message - + Print - + @@ -11140,63 +11645,63 @@ Do you want to save message ? Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11205,62 +11710,62 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + Delete - + Print selected message - + Print - + @@ -11274,7 +11779,7 @@ Do you want to save message ? Tags - + @@ -11282,7 +11787,7 @@ Do you want to save message ? Inbox - + @@ -11290,18 +11795,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11309,80 +11814,80 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + @@ -11395,105 +11900,105 @@ Do you want to save message ? From - + Date - + Content - + Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + Search Date - + Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + @@ -11503,89 +12008,89 @@ Do you want to save message ? Open in a new window - + Open in a new tab - + Mark as read - + Mark as unread - + Add Star - + Edit - + Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11594,33 +12099,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11628,17 +12133,17 @@ Do you want to save message ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11646,17 +12151,17 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11666,7 +12171,7 @@ Do you want to save message ? Paste my certificate link - + @@ -11674,17 +12179,17 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + @@ -11705,22 +12210,22 @@ Do you want to save message ? Message From - + Sent Msg - + Draft Msg - + Pending Msg - + @@ -11733,52 +12238,52 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11786,12 +12291,12 @@ Do you want to save message ? Filter: - + Search Network - + @@ -11803,89 +12308,89 @@ Do you want to save message ? Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + @@ -11895,37 +12400,37 @@ Do you want to save message ? Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11933,165 +12438,165 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + Unknown error - + Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + Unknown - + Last hour - + Today - + Never - + %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12099,7 +12604,7 @@ Reported error: Network - + @@ -12107,22 +12612,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12130,7 +12635,7 @@ Reported error: New Tag - + @@ -12140,7 +12645,7 @@ Reported error: Choose color - + @@ -12163,17 +12668,17 @@ Reported error: Options - + Remove All - + This is a test. - + @@ -12183,17 +12688,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12206,22 +12711,22 @@ Reported error: Channels - + Forums - + Blogs - + Messages - + @@ -12231,56 +12736,56 @@ Reported error: Security - + Test - + Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + @@ -12295,27 +12800,27 @@ Reported error: Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + @@ -12325,166 +12830,166 @@ Reported error: Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + Feed - + Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + Test - + This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12492,7 +12997,7 @@ Reported error: Friend Online - + @@ -12500,30 +13005,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12531,171 +13036,232 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + Unknown - + No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures - + + + + + Options + + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. エラー: ピア詳細を取得できません. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12713,28 +13279,28 @@ p, li { white-space: pre-wrap; } このピアへのあなたの信頼はなしです. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure 署名失敗 @@ -12744,19 +13310,19 @@ p, li { white-space: pre-wrap; } おそらくパスワードが間違っています - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12769,7 +13335,7 @@ p, li { white-space: pre-wrap; } Unknown - + @@ -12803,12 +13369,12 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + @@ -12818,12 +13384,12 @@ p, li { white-space: pre-wrap; } IP Address: - + Connection Method: - + @@ -12838,27 +13404,27 @@ p, li { white-space: pre-wrap; } Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12871,7 +13437,7 @@ p, li { white-space: pre-wrap; } Unknown Peer - + @@ -12881,7 +13447,7 @@ p, li { white-space: pre-wrap; } Send Message - + @@ -12889,42 +13455,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12940,17 +13560,17 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + @@ -12960,27 +13580,27 @@ p, li { white-space: pre-wrap; } Summary - + Caption - + Where: - + Photo Title: - + When - + @@ -12990,12 +13610,12 @@ p, li { white-space: pre-wrap; } Add Comment - + Write a comment... - + @@ -13008,34 +13628,34 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13048,53 +13668,53 @@ p, li { white-space: pre-wrap; } Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13102,33 +13722,33 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + @@ -13138,17 +13758,17 @@ requesting to edit it! Start - + Start Slide Show - + Stop Slide Show - + @@ -13164,26 +13784,26 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + @@ -13193,22 +13813,22 @@ p, li { white-space: pre-wrap; } Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + @@ -13218,22 +13838,22 @@ p, li { white-space: pre-wrap; } File name: - + File hash: - + Status: - + will be enabled after your restart RetroShare. - + @@ -13241,37 +13861,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13279,22 +13899,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13302,27 +13922,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13331,37 +13951,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13369,18 +13989,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13396,17 +14016,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13414,36 +14034,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13451,32 +14071,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13484,12 +14104,12 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + @@ -13499,42 +14119,42 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + Title - + Link - + @@ -13542,42 +14162,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13585,32 +14205,32 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + @@ -13623,7 +14243,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13639,7 +14259,7 @@ malicious behavior of crafted plugins. Posted Description - + @@ -13649,7 +14269,7 @@ malicious behavior of crafted plugins. New Posted - + @@ -13660,20 +14280,20 @@ malicious behavior of crafted plugins. PostedItem - + 0 - + 0 Site - + - + Comments - + @@ -13683,22 +14303,22 @@ malicious behavior of crafted plugins. Vote up - + Vote down - + \/ - + Set as read and remove item - + @@ -13706,7 +14326,17 @@ malicious behavior of crafted plugins. 新規 - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status 未読/既読の切り替え @@ -13716,14 +14346,14 @@ malicious behavior of crafted plugins. アイテムを削除 - + Loading ロード中 By - + @@ -13736,7 +14366,7 @@ malicious behavior of crafted plugins. Hot - + @@ -13746,42 +14376,42 @@ malicious behavior of crafted plugins. Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + Next - + @@ -13791,17 +14421,17 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id before Voting - + Previous - + 1-10 - + 1-10 @@ -13809,17 +14439,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13827,7 +14457,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13835,37 +14465,37 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13874,7 +14504,7 @@ malicious behavior of crafted plugins. Profile Manager - + @@ -13889,24 +14519,24 @@ malicious behavior of crafted plugins. GID - + Export Identity - + RetroShare Identity files (*.asc) - + Identity saved - + @@ -13915,42 +14545,42 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + @@ -13967,28 +14597,28 @@ and use the import button to load it <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -13997,22 +14627,22 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + @@ -14027,52 +14657,52 @@ p, li { white-space: pre-wrap; } Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + @@ -14083,12 +14713,12 @@ p, li { white-space: pre-wrap; } Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14096,51 +14726,51 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + @@ -14150,7 +14780,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14158,12 +14788,12 @@ p, li { white-space: pre-wrap; } From - + Date - + @@ -14176,305 +14806,320 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + Forum not found - + Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14482,186 +15127,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14669,19 +15314,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14690,7 +15335,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14698,7 +15343,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14707,73 +15352,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14781,35 +15426,35 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + @@ -14824,110 +15469,110 @@ p, li { white-space: pre-wrap; } Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14935,12 +15580,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14948,17 +15593,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14971,12 +15616,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -14984,60 +15629,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15045,17 +15690,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15063,49 +15708,49 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + @@ -15115,37 +15760,37 @@ p, li { white-space: pre-wrap; } Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15158,12 +15803,12 @@ p, li { white-space: pre-wrap; } Recommend in a message to - + Collection - + @@ -15171,7 +15816,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15179,27 +15824,27 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + Unknown - + @@ -15207,33 +15852,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15241,17 +15886,17 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + @@ -15262,39 +15907,39 @@ p, li { white-space: pre-wrap; } Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + @@ -15304,27 +15949,27 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15332,103 +15977,108 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace 保存 - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15437,17 +16087,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15455,41 +16105,41 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + @@ -15499,16 +16149,16 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15516,13 +16166,13 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. 保存された Retoroshare の設定をすべてリセット. @@ -15539,7 +16189,7 @@ Reducing image to %1x%2 pixels? Sets the verbosity of RetroShare's logging. - + @@ -15562,39 +16212,48 @@ Reducing image to %1x%2 pixels? Retoroshare の使用方法 - + Unable to open log file '%1': %2 ログファイル '%1" が開けません: %2 built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15602,7 +16261,7 @@ Reducing image to %1x%2 pixels? RTT Statistics - + @@ -15610,12 +16269,12 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + @@ -15625,83 +16284,83 @@ Reducing image to %1x%2 pixels? Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + @@ -15711,87 +16370,87 @@ Reducing image to %1x%2 pixels? Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + @@ -15807,7 +16466,7 @@ Reducing image to %1x%2 pixels? Send RetroShare Link - + @@ -15817,24 +16476,24 @@ Reducing image to %1x%2 pixels? Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + @@ -15844,48 +16503,48 @@ Reducing image to %1x%2 pixels? Remove All - + Folder - + New RetroShare Link(s) - + Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15893,7 +16552,7 @@ Reducing image to %1x%2 pixels? Peer details - + @@ -15909,12 +16568,12 @@ Reducing image to %1x%2 pixels? IP address: - + Peer ID: - + @@ -15924,14 +16583,14 @@ Reducing image to %1x%2 pixels? Peer Name: - + Unknown Peer - + @@ -15941,33 +16600,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15975,22 +16634,22 @@ Reducing image to %1x%2 pixels? wants to be friend with you on RetroShare - + Accept Friend Request - + Peer details - + Deny friend - + @@ -16021,12 +16680,12 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + @@ -16036,12 +16695,12 @@ Reducing image to %1x%2 pixels? IP Address: - + Connection Method: - + @@ -16056,27 +16715,27 @@ Reducing image to %1x%2 pixels? Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16085,7 +16744,7 @@ Reducing image to %1x%2 pixels? Unknown Peer - + @@ -16095,32 +16754,32 @@ Reducing image to %1x%2 pixels? Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16128,52 +16787,52 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -16195,195 +16854,195 @@ Reducing image to %1x%2 pixels? Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + Test - + Network - + IP Filters - + IP blacklist - + IP range - + @@ -16397,13 +17056,13 @@ Also check your ports! Origin - + Reason - + @@ -16415,158 +17074,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16579,78 +17238,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16658,27 +17317,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16686,7 +17345,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16696,17 +17355,17 @@ If you have issues connecting over Tor check the Tor logs too. Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16714,7 +17373,7 @@ If you have issues connecting over Tor check the Tor logs too. Options - + @@ -16722,18 +17381,18 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + @@ -16743,27 +17402,27 @@ If you have issues connecting over Tor check the Tor logs too. Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16771,23 +17430,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16795,37 +17454,37 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + @@ -16835,7 +17494,7 @@ Select the Friends with which you want to Share your Channel. Stop sharing selected Directory - + @@ -16846,59 +17505,59 @@ Select the Friends with which you want to Share your Channel. Apply and close - + Edit selected Shared Directory - + Edit - + Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16911,12 +17570,12 @@ Select the Friends with which you want to Share your Channel. Search files - + Start Search - + @@ -16926,42 +17585,42 @@ Select the Friends with which you want to Share your Channel. Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + @@ -16971,63 +17630,63 @@ Select the Friends with which you want to Share your Channel. Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17035,48 +17694,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + ダウンロード Download complete - + Lobby - + @@ -17084,12 +17743,12 @@ Select the Friends with which you want to Share your Channel. Event: - + Filename: - + @@ -17099,27 +17758,27 @@ Select the Friends with which you want to Share your Channel. Event - + Filename - + Open File - + Sound - + Default - + @@ -17127,30 +17786,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17163,17 +17822,17 @@ Select the Friends with which you want to Share your Channel. Login - + Name (PGP Id) - location: - + Remember Password - + @@ -17185,33 +17844,33 @@ Select the Friends with which you want to Share your Channel. Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17220,7 +17879,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17229,7 +17888,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17238,7 +17897,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17246,27 +17905,27 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + Options - + Messenger - + @@ -17276,7 +17935,7 @@ This choice can be reverted in settings. SMPlayer - + @@ -17287,42 +17946,42 @@ This choice can be reverted in settings. Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + RTT Statistics - + @@ -17331,165 +17990,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17497,30 +18156,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17529,23 +18188,23 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + @@ -17555,17 +18214,17 @@ p, li { white-space: pre-wrap; } None - + Solid - + Gradient - + @@ -17583,7 +18242,7 @@ p, li { white-space: pre-wrap; } Download File - + @@ -17595,7 +18254,7 @@ p, li { white-space: pre-wrap; } Play File - + @@ -17605,23 +18264,23 @@ p, li { white-space: pre-wrap; } Save File - + ERROR - + EXTRA - + REMOTE - + @@ -17631,43 +18290,43 @@ p, li { white-space: pre-wrap; } LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + Open - + Open File - + @@ -17678,17 +18337,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed - + - + Unsubscribe 購読中止 - + Subscribe 購読 @@ -17698,7 +18357,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17706,27 +18365,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17734,12 +18393,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17747,12 +18406,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17760,90 +18419,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17851,45 +18510,45 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name @@ -17900,31 +18559,31 @@ p, li { white-space: pre-wrap; } Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + @@ -17937,49 +18596,49 @@ p, li { white-space: pre-wrap; } Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + @@ -17989,32 +18648,32 @@ p, li { white-space: pre-wrap; } Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + @@ -18025,27 +18684,27 @@ p, li { white-space: pre-wrap; } Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + @@ -18061,56 +18720,56 @@ p, li { white-space: pre-wrap; } Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + @@ -18120,98 +18779,98 @@ p, li { white-space: pre-wrap; } Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - + - - + + Okay OK - - + + Waiting - - - - - Downloading - - - - - - - - Complete - + + Downloading + + + + + + + + Complete + + + + Queued - + Paused - + Checking... - + Unknown - + - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18222,22 +18881,22 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + @@ -18250,229 +18909,229 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + Path i.e: Where file is saved - + Path - + Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18481,13 +19140,13 @@ Try to be patient! My files - + FILE - + @@ -18497,53 +19156,53 @@ Try to be patient! File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18552,13 +19211,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18567,28 +19226,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18596,12 +19255,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18609,42 +19268,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18652,47 +19311,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18712,22 +19371,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18735,22 +19394,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18821,57 +19480,57 @@ Try to be patient! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18879,58 +19538,58 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + Description: - + Share Options - + @@ -18940,62 +19599,62 @@ Try to be patient! All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19004,57 +19663,57 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + Edit - + New Page - + Refresh - + @@ -19064,47 +19723,47 @@ Try to be patient! My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19112,74 +19771,74 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + @@ -19190,7 +19849,7 @@ Try to be patient! Preview - + @@ -19200,39 +19859,39 @@ Try to be patient! Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19240,37 +19899,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19278,28 +19937,28 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + @@ -19309,67 +19968,67 @@ Try to be patient! from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19378,12 +20037,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19392,112 +20051,112 @@ Try to be patient! Unknown Unknown (size) - + B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_ko.ts b/retroshare-gui/src/lang/retroshare_ko.ts index 41e6e72da..72de96f13 100644 --- a/retroshare-gui/src/lang/retroshare_ko.ts +++ b/retroshare-gui/src/lang/retroshare_ko.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -28,7 +30,7 @@ Copy Info - + @@ -61,7 +63,7 @@ Add Comment - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file 죄송하지만 이 파일에 대한 시스템 기본 명령을 결정할 수 없습니다 @@ -143,87 +145,87 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + @@ -233,12 +235,12 @@ Share Options - + Policy: - + @@ -248,12 +250,12 @@ Comments: - + Identity: - + @@ -263,86 +265,86 @@ Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Back - + Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -351,47 +353,47 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + @@ -401,51 +403,51 @@ p, li { white-space: pre-wrap; } Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -460,25 +462,25 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -491,12 +493,12 @@ p, li { white-space: pre-wrap; } Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + @@ -506,7 +508,7 @@ p, li { white-space: pre-wrap; } Choose RetroShare's interface style - + @@ -521,134 +523,134 @@ p, li { white-space: pre-wrap; } Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -663,37 +665,37 @@ p, li { white-space: pre-wrap; } Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -719,17 +721,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -739,12 +741,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -758,9 +760,9 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s - + @@ -768,7 +770,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -851,23 +853,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + @@ -885,62 +887,62 @@ p, li { white-space: pre-wrap; } In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + @@ -953,42 +955,42 @@ p, li { white-space: pre-wrap; } Form - + 양식 Friend: - + Type: - + 유형: Up - + Down - + Service: - + Unit: - + Log scale - + @@ -996,12 +998,12 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + @@ -1011,12 +1013,12 @@ p, li { white-space: pre-wrap; } Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1024,7 +1026,7 @@ p, li { white-space: pre-wrap; } Participants - + @@ -1034,45 +1036,50 @@ p, li { white-space: pre-wrap; } Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 %1 대기방에서 환영합니다 @@ -1085,10 +1092,10 @@ p, li { white-space: pre-wrap; } Lobby chat - + - + Lobby management @@ -1122,57 +1129,57 @@ p, li { white-space: pre-wrap; } Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1188,49 +1195,49 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name 이름 @@ -1238,7 +1245,7 @@ p, li { white-space: pre-wrap; } Count - + @@ -1268,9 +1275,9 @@ p, li { white-space: pre-wrap; } [설정한 주제가 없습니다] - + Selected lobby info - + @@ -1285,82 +1292,82 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + Yes - + No - + - + Lobby Name: - + Lobby Id: - + Topic: - + @@ -1370,12 +1377,12 @@ p, li { white-space: pre-wrap; } Security: - + Peers: - + @@ -1385,93 +1392,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + 표시 column - + @@ -1513,7 +1520,7 @@ Double click lobbies to enter and chat. 취소 - + Quick Message 간단한 메시지 @@ -1522,34 +1529,34 @@ Double click lobbies to enter and chat. ChatPage - + General 일반 - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + @@ -1559,7 +1566,7 @@ Double click lobbies to enter and chat. Enable Emoticons Private Chat - + @@ -1569,47 +1576,52 @@ Double click lobbies to enter and chat. Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return Ctrl+Return 으로 메시지 보내기 + + + Send as plain text by default + + Chat Lobby - + Blink tab icon - + @@ -1619,22 +1631,22 @@ Double click lobbies to enter and chat. Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + @@ -1673,7 +1685,7 @@ Double click lobbies to enter and chat. Variant - + @@ -1698,37 +1710,37 @@ Double click lobbies to enter and chat. Incoming - + Outgoing - + - + Incoming message in history - + Outgoing message in history - + Incoming message - + Outgoing message - + Outgoing offline message - + @@ -1743,12 +1755,12 @@ Double click lobbies to enter and chat. UserName - + /me is sending a message with /me - + @@ -1758,37 +1770,37 @@ Double click lobbies to enter and chat. <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1798,73 +1810,73 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat 집단 대화에 표준 스타일 @@ -1876,22 +1888,22 @@ Double click lobbies to enter and chat. Standard style for private chat - + Compact style for private chat - + Standard style for history - + Compact style for history - + @@ -1918,12 +1930,12 @@ Double click lobbies to enter and chat. 닫기 - + Send 보내기 - + Bold 굵게 @@ -1938,12 +1950,12 @@ Double click lobbies to enter and chat. 기울임 - + Attach a Picture 그림 첨부 - + Strike 취소선 @@ -1994,42 +2006,70 @@ Double click lobbies to enter and chat. 글꼴을 기본으로 재설정 - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... 입력중 ... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? 실제 기록을 정말로 삭제하시겠습니까? - + Add Extra File 추가 파일 추가 @@ -2051,7 +2091,7 @@ Double click lobbies to enter and chat. appears to be Offline. - + @@ -2074,122 +2114,102 @@ Double click lobbies to enter and chat. 다른 용무중이며 응답하지 않을 수도 있습니다 - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2197,25 +2217,25 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + @@ -2230,19 +2250,19 @@ Double click lobbies to enter and chat. - + Personal Circles - + Public Circles - + Peers - + @@ -2256,98 +2276,98 @@ Double click lobbies to enter and chat. - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details 세부 정보 Node info - + @@ -2356,7 +2376,7 @@ Double click lobbies to enter and chat. - + Local Address 지역 주소 @@ -2383,113 +2403,97 @@ Double click lobbies to enter and chat. 주소록 - + + Use this certificate to make friends: + + + + Include signatures 서명 포함 - - + + RetroShare 레트로 쉐어 - - + + Error : cannot get peer details. 오류 : 동료 세부 정보를 가져올 수 없습니다 - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - Options - 옵션 + 옵션 - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2500,57 +2504,47 @@ Double click lobbies to enter and chat. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2563,27 +2557,27 @@ Double click lobbies to enter and chat. Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + @@ -2594,82 +2588,82 @@ Double click lobbies to enter and chat. Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + Browse - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + @@ -2679,7 +2673,7 @@ Double click lobbies to enter and chat. Use RetroShare ID for adding a Friend which is available in your network. - + @@ -2689,72 +2683,72 @@ Double click lobbies to enter and chat. Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + 이메일 Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + @@ -2766,20 +2760,20 @@ Double click lobbies to enter and chat. Friend request - + Details about the request - + Peer details - + @@ -2791,18 +2785,18 @@ Double click lobbies to enter and chat. Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2819,67 +2813,67 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + @@ -2889,62 +2883,62 @@ resources. Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + @@ -2955,37 +2949,37 @@ resources. Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + @@ -2996,17 +2990,17 @@ resources. Ultimate - + Full - + Marginal - + @@ -3016,38 +3010,38 @@ resources. No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + @@ -3057,37 +3051,37 @@ resources. No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -3104,98 +3098,98 @@ resources. Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3203,69 +3197,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3273,228 +3267,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3503,214 +3497,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3718,109 +3712,97 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name 이름 - - Creator - - - - - Distribution - - - - + Public 공용 - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs ID - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3830,136 +3812,214 @@ p, li { white-space: pre-wrap; } 형식 - - - - + + Name: + 이름: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + 개인용 + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare 레트로 쉐어 - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add 추가 Remove - + - + Search 검색 - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + 닫기 + + + + + Create New Circle + + + + + Create + 만들기 + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + + + + + Group Name: + + + + + Group ID: + - Group Name - 이름 + 이름 - + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3968,43 +4028,43 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + @@ -4015,22 +4075,22 @@ p, li { white-space: pre-wrap; } Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + @@ -4046,17 +4106,17 @@ p, li { white-space: pre-wrap; } Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -4072,7 +4132,7 @@ p, li { white-space: pre-wrap; } File already Added and Hashed - + @@ -4082,37 +4142,37 @@ p, li { white-space: pre-wrap; } Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + @@ -4127,42 +4187,42 @@ p, li { white-space: pre-wrap; } Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + @@ -4179,49 +4239,59 @@ p, li { white-space: pre-wrap; } Please choose Signing Id, it is required - + Add Extra File 추가 파일 추가 + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send 보내기 - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4230,82 +4300,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4313,7 +4383,7 @@ Do you want to reject this message? Public Information - + @@ -4328,22 +4398,22 @@ Do you want to reject this message? Location ID: - + Software Version: - + Online since: - + Other Information - + @@ -4358,7 +4428,7 @@ Do you want to reject this message? Save Key into a file - + @@ -4368,12 +4438,12 @@ Do you want to reject this message? Error - + Your certificate could not be parsed correctly. Please contact the developers. - + @@ -4383,7 +4453,7 @@ Do you want to reject this message? Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -4398,52 +4468,52 @@ Do you want to reject this message? TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4451,7 +4521,7 @@ Do you want to reject this message? users - + @@ -4459,17 +4529,17 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + @@ -4485,12 +4555,12 @@ Do you want to reject this message? DHT Good - + No peer found in DHT - + @@ -4498,27 +4568,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4536,22 +4606,22 @@ Do you want to reject this message? Done - + Active - + Outstanding - + Needs checking - + @@ -4571,17 +4641,17 @@ Do you want to reject this message? Rating - + Comments - + File Name - + @@ -4589,27 +4659,27 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + @@ -4624,83 +4694,83 @@ Do you want to reject this message? PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + @@ -4720,202 +4790,202 @@ Do you want to reject this message? Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + @@ -4925,27 +4995,27 @@ Do you want to reject this message? Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + @@ -4955,34 +5025,34 @@ Do you want to reject this message? RELAY END - + Yourself - + unknown - + unlimited - + Own Relay - + RELAY PROXY - + @@ -4991,27 +5061,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5019,113 +5089,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5133,98 +5203,98 @@ Do you want to reject this message? Incoming Directory - + Browse - + Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5232,12 +5302,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5245,7 +5315,7 @@ you plug it in. Start file - + @@ -5255,36 +5325,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5292,12 +5362,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5305,52 +5375,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5358,47 +5428,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5406,52 +5476,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5459,38 +5529,38 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + @@ -5500,32 +5570,32 @@ you plug it in. Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5533,37 +5603,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5581,7 +5651,7 @@ you plug it in. Expand new messages - + @@ -5591,17 +5661,17 @@ you plug it in. Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5614,59 +5684,59 @@ you plug it in. Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + @@ -5677,198 +5747,198 @@ you plug it in. Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + 검색 Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + 표시 Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + @@ -5879,13 +5949,13 @@ at least one peer was not added to a group Deny - + Send message - + @@ -5893,7 +5963,7 @@ at least one peer was not added to a group Confirm Friend Request - + @@ -5903,7 +5973,7 @@ at least one peer was not added to a group Unknown (Incoming) Connect Attempt - + @@ -5911,12 +5981,12 @@ at least one peer was not added to a group Search : - + Sort by state - + @@ -5926,17 +5996,17 @@ at least one peer was not added to a group Search Friends - + - + Mark all - + Mark none - + @@ -5944,13 +6014,13 @@ at least one peer was not added to a group Edit status message - + Broadcast - + @@ -5960,27 +6030,27 @@ at least one peer was not added to a group Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + @@ -6002,7 +6072,7 @@ at least one peer was not added to a group Add a new Group - + @@ -6018,12 +6088,12 @@ at least one peer was not added to a group Create new Chat lobby - + Choose Font - + @@ -6033,33 +6103,33 @@ at least one peer was not added to a group Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6067,7 +6137,7 @@ at least one peer was not added to a group Create new Profile - + @@ -6077,7 +6147,7 @@ at least one peer was not added to a group Enter your nickname here - + @@ -6089,7 +6159,7 @@ at least one peer was not added to a group Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + @@ -6099,17 +6169,17 @@ anonymous, you can use a fake email. [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + @@ -6119,22 +6189,27 @@ anonymous, you can use a fake email. Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + @@ -6145,227 +6220,222 @@ anonymous, you can use a fake email. This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6374,77 +6444,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6452,7 +6522,7 @@ Fill in your PGP password when asked, to sign your new key. Startup - + @@ -6462,22 +6532,22 @@ Fill in your PGP password when asked, to sign your new key. Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + @@ -6492,43 +6562,73 @@ Fill in your PGP password when asked, to sign your new key. Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + @@ -6546,9 +6646,9 @@ Fill in your PGP password when asked, to sign your new key. 일반 - + Minimize to Tray Icon - + @@ -6557,27 +6657,27 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + @@ -6587,25 +6687,25 @@ p, li { white-space: pre-wrap; } Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6617,31 +6717,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6654,47 +6754,47 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + @@ -6719,12 +6819,12 @@ p, li { white-space: pre-wrap; } forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + @@ -6734,12 +6834,12 @@ p, li { white-space: pre-wrap; } and send them your ID Certificate to get securely connected. - + Cut Below Here - + @@ -6754,7 +6854,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6762,82 +6862,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + ID Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Unknown Peer - + Pending packets - + Unknown - + 알 수 없음 @@ -6845,22 +6945,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6868,7 +6968,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6876,27 +6984,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6904,78 +7012,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6988,7 +7096,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -6996,47 +7104,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7059,42 +7167,47 @@ p, li { white-space: pre-wrap; } Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + 표시 - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7102,17 +7215,17 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + @@ -7127,12 +7240,12 @@ p, li { white-space: pre-wrap; } Extension - + Hash - + @@ -7142,7 +7255,7 @@ p, li { white-space: pre-wrap; } Size - + @@ -7152,47 +7265,47 @@ p, li { white-space: pre-wrap; } contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7201,7 +7314,7 @@ p, li { white-space: pre-wrap; } Channels - + @@ -7216,12 +7329,12 @@ p, li { white-space: pre-wrap; } My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7241,7 +7354,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7251,18 +7364,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + @@ -7280,42 +7393,42 @@ p, li { white-space: pre-wrap; } TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7328,12 +7441,12 @@ p, li { white-space: pre-wrap; } Filename - + Size - + @@ -7343,7 +7456,7 @@ p, li { white-space: pre-wrap; } Published - + @@ -7356,32 +7469,32 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + @@ -7437,8 +7550,18 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + @@ -7447,15 +7570,15 @@ p, li { white-space: pre-wrap; } - + Play - + Comments - + @@ -7484,19 +7607,19 @@ p, li { white-space: pre-wrap; } 항목 제거 - + Channel Feed 채널 피드 - + Files - + Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + @@ -7511,7 +7634,7 @@ p, li { white-space: pre-wrap; } 0 - + 0 @@ -7521,27 +7644,27 @@ p, li { white-space: pre-wrap; } I like this - + I dislike this - + - + Loading 불러오는 중 - + Open 열기 Open File - + @@ -7552,7 +7675,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel 채널에 게시하기 @@ -7564,10 +7687,10 @@ p, li { white-space: pre-wrap; } Search channels - + - + Title 제목 @@ -7579,22 +7702,22 @@ p, li { white-space: pre-wrap; } Message - + Search Message - + Filename - + Search Filename - + @@ -7602,7 +7725,32 @@ p, li { white-space: pre-wrap; } 선택한 채널 없음 - + + Public + 공용 + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download 자동 다운로드 비활성화 @@ -7614,37 +7762,53 @@ p, li { white-space: pre-wrap; } Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + + + + + Distribution: + + + + Feeds 피드 Files - + - + Subscribers - + - + Description: 설명: - + Posts (at neighbor nodes): - + @@ -7652,7 +7816,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7660,7 +7824,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7673,7 +7837,7 @@ p, li { white-space: pre-wrap; } Hot - + @@ -7683,17 +7847,17 @@ p, li { white-space: pre-wrap; } Top - + Voter ID: - + Refresh - + @@ -7718,17 +7882,17 @@ p, li { white-space: pre-wrap; } UpVotes - + DownVotes - + OwnVote - + @@ -7736,22 +7900,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7759,32 +7923,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7792,7 +7956,7 @@ before you can comment Create New Forum - + @@ -7802,22 +7966,22 @@ before you can comment Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + @@ -7830,7 +7994,7 @@ before you can comment Subscribe to Forum - + @@ -7846,7 +8010,7 @@ before you can comment Forum Description - + @@ -7856,7 +8020,7 @@ before you can comment New Forum - + @@ -7875,7 +8039,7 @@ before you can comment Unsubscribe To Forum - + @@ -7896,7 +8060,7 @@ before you can comment In Reply to: - + @@ -7906,7 +8070,7 @@ before you can comment Forum Feed - + @@ -7922,9 +8086,9 @@ before you can comment 양식 - + Start new Thread for Selected Forum - + @@ -7939,16 +8103,16 @@ before you can comment Threaded View - + Flat View - + - + Title 제목 @@ -7961,45 +8125,45 @@ before you can comment - + Author 작성자 Save image - + - + Loading 불러오는 중 Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + @@ -8019,12 +8183,12 @@ before you can comment Content - + Search Content - + @@ -8034,32 +8198,32 @@ before you can comment Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + @@ -8071,7 +8235,7 @@ before you can comment with children - + @@ -8097,43 +8261,83 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + 공용 + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + @@ -8143,27 +8347,27 @@ before you can comment [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8178,25 +8382,25 @@ before you can comment No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + @@ -8206,7 +8410,7 @@ before you can comment Sent - + @@ -8216,42 +8420,42 @@ before you can comment On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description 설명 By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8259,7 +8463,7 @@ before you can comment Forum Post - + @@ -8267,38 +8471,38 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + Forums - + Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8306,12 +8510,12 @@ before you can comment Waiting - + Retrieving - + @@ -8322,69 +8526,69 @@ before you can comment GxsGroupDialog - - + + Name 이름 - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description 설명 - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public 공용 - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + @@ -8394,184 +8598,253 @@ before you can comment New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name 이름을 입력해주십시오 - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info 정보 - - Comments allowed - - - - - Comments not allowed - - - - + ID ID - + Last Post 최신 게시글 + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity 인기도 - - - Posts - - - Type - 형식 + Posts + - + Type + 형식 + + + Author 작성자 GxsIdLabel - + @@ -8584,17 +8857,17 @@ before you can comment Todo - + Print - + PrintPreview - + @@ -8614,15 +8887,20 @@ before you can comment Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link 레트로 쉐어 링크 복사 @@ -8634,91 +8912,86 @@ before you can comment Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading 불러오는 중 Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8739,42 +9012,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8783,17 +9056,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8807,17 +9080,17 @@ before you can comment Find: - + Find Previous - + Find Next - + @@ -8827,17 +9100,17 @@ before you can comment Whole words only - + Contents - + Help Topics - + @@ -8848,74 +9121,74 @@ before you can comment Searching for: - + Found Documents - + Back - + Move to previous page (Backspace) - + Backspace - + Forward - + Move to next page (Shift+Backspace) - + Shift+Backspace - + Home - + Move to the Home page (Ctrl+H) - + Ctrl+H - + Find - + Search for a word or phrase on current page (Ctrl+F) - + Ctrl+F - + @@ -8925,43 +9198,43 @@ before you can comment Close Vidalia Help - + Esc - + Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + Text not found in document - + Found %1 results - + Error Loading Help Contents: - + @@ -8974,22 +9247,22 @@ before you can comment Authors - + Thanks to - + Translation - + License Agreement - + @@ -8998,14 +9271,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9016,14 +9289,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9033,16 +9306,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9050,7 +9323,7 @@ p, li { white-space: pre-wrap; } Opening External Link - + @@ -9065,7 +9338,7 @@ p, li { white-space: pre-wrap; } Unable to Open Link - + @@ -9075,26 +9348,26 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9104,61 +9377,61 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9168,119 +9441,120 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + 확인 Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + @@ -9288,97 +9562,129 @@ p, li { white-space: pre-wrap; } 검색 - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + @@ -9388,277 +9694,480 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + ID Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + 공용 + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + 확인 Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9666,43 +10175,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9715,38 +10224,38 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + @@ -9761,7 +10270,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9770,7 +10279,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9781,32 +10290,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9819,12 +10328,12 @@ p, li { white-space: pre-wrap; } KeyId - + GXSId - + @@ -9834,27 +10343,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9863,11 +10372,11 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy 복사하기 @@ -9879,7 +10388,7 @@ p, li { white-space: pre-wrap; } Mark all - + @@ -9889,7 +10398,7 @@ p, li { white-space: pre-wrap; } Clear history - + @@ -9903,17 +10412,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9922,69 +10431,69 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options 옵션 @@ -9992,7 +10501,7 @@ p, li { white-space: pre-wrap; } Messenger - + @@ -10003,34 +10512,34 @@ p, li { white-space: pre-wrap; } SMPlayer - + Quit - + Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10048,7 +10557,7 @@ p, li { white-space: pre-wrap; } Show/Hide - + @@ -10058,27 +10567,27 @@ p, li { white-space: pre-wrap; } Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + @@ -10088,17 +10597,17 @@ p, li { white-space: pre-wrap; } Minimize - + Maximize - + &Quit - + @@ -10108,32 +10617,32 @@ p, li { white-space: pre-wrap; } %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + @@ -10141,9 +10650,9 @@ p, li { white-space: pre-wrap; } 정말로 레트로 쉐어를 나가시겠습니까? - + Internal Error - + @@ -10158,12 +10667,12 @@ p, li { white-space: pre-wrap; } Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + @@ -10173,107 +10682,107 @@ p, li { white-space: pre-wrap; } The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add 추가 Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + @@ -10293,17 +10802,17 @@ p, li { white-space: pre-wrap; } Alignment - + Add an Image - + Sets text font to code style - + @@ -10318,53 +10827,53 @@ p, li { white-space: pre-wrap; } Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + @@ -10374,17 +10883,17 @@ p, li { white-space: pre-wrap; } Send this message now - + Reply - + Toggle Contacts View - + @@ -10394,82 +10903,82 @@ p, li { white-space: pre-wrap; } Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + @@ -10479,19 +10988,19 @@ p, li { white-space: pre-wrap; } Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + @@ -10501,27 +11010,27 @@ Do you want to save message to draft box? Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + @@ -10533,19 +11042,19 @@ Do you want to save message to draft box? To - + Cc - + Sent - + @@ -10555,17 +11064,17 @@ Do you want to save message to draft box? On %1, %2 wrote: - + Re: - + Fwd: - + @@ -10582,13 +11091,13 @@ Do you want to save message to draft box? Please insert at least one recipient. - + Bcc - + @@ -10598,123 +11107,123 @@ Do you want to save message to draft box? &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + @@ -10724,28 +11233,28 @@ Do you want to save message to draft box? Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + @@ -10763,74 +11272,74 @@ Do you want to save message ? 어디에서 : - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10838,27 +11347,27 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + @@ -10868,17 +11377,17 @@ Do you want to save message ? Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + @@ -10903,32 +11412,32 @@ Do you want to save message ? A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10936,7 +11445,7 @@ Do you want to save message ? Sub: - + @@ -10944,7 +11453,7 @@ Do you want to save message ? Message - + @@ -10952,12 +11461,12 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + @@ -10977,52 +11486,52 @@ Do you want to save message ? Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + @@ -11038,12 +11547,12 @@ Do you want to save message ? Download all - + Print Document - + @@ -11053,22 +11562,22 @@ Do you want to save message ? HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11076,47 +11585,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Forward - + Remove selected message - + @@ -11126,13 +11635,13 @@ Do you want to save message ? Print selected message - + Print - + @@ -11144,63 +11653,63 @@ Do you want to save message ? Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11209,47 +11718,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + @@ -11259,12 +11768,12 @@ Do you want to save message ? Print selected message - + Print - + @@ -11278,7 +11787,7 @@ Do you want to save message ? Tags - + @@ -11286,7 +11795,7 @@ Do you want to save message ? Inbox - + @@ -11294,18 +11803,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11313,80 +11822,80 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + @@ -11411,12 +11920,12 @@ Do you want to save message ? Content - + Click to sort by attachments - + @@ -11426,33 +11935,33 @@ Do you want to save message ? Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + @@ -11462,7 +11971,7 @@ Do you want to save message ? Search From - + @@ -11472,32 +11981,32 @@ Do you want to save message ? Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + @@ -11507,12 +12016,12 @@ Do you want to save message ? Open in a new window - + Open in a new tab - + @@ -11527,7 +12036,7 @@ Do you want to save message ? Add Star - + @@ -11537,59 +12046,59 @@ Do you want to save message ? Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11598,33 +12107,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11635,14 +12144,14 @@ Do you want to save message ? 레트로 쉐어 메신저 - + Add a Friend - + Share files for your friends - + @@ -11650,17 +12159,17 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11670,7 +12179,7 @@ Do you want to save message ? Paste my certificate link - + @@ -11678,17 +12187,17 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + @@ -11709,22 +12218,22 @@ Do you want to save message ? Message From - + Sent Msg - + Draft Msg - + Pending Msg - + @@ -11737,42 +12246,42 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + @@ -11782,7 +12291,7 @@ Do you want to save message ? Forwarded Port - + @@ -11790,12 +12299,12 @@ Do you want to save message ? Filter: - + Search Network - + @@ -11807,89 +12316,89 @@ Do you want to save message ? Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + @@ -11899,37 +12408,37 @@ Do you want to save message ? Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11937,7 +12446,7 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + @@ -11947,42 +12456,42 @@ For security, your keyring was previously backed-up to file Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + @@ -11992,12 +12501,12 @@ For security, your keyring was previously backed-up to file Last hour - + Today - + @@ -12007,95 +12516,95 @@ For security, your keyring was previously backed-up to file %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12103,7 +12612,7 @@ Reported error: Network - + @@ -12111,22 +12620,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12134,7 +12643,7 @@ Reported error: New Tag - + @@ -12144,7 +12653,7 @@ Reported error: Choose color - + @@ -12172,12 +12681,12 @@ Reported error: Remove All - + This is a test. - + @@ -12187,17 +12696,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12210,22 +12719,22 @@ Reported error: Channels - + Forums - + Blogs - + Messages - + @@ -12235,7 +12744,7 @@ Reported error: Security - + @@ -12246,45 +12755,45 @@ Reported error: Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + @@ -12299,27 +12808,27 @@ Reported error: Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + @@ -12329,62 +12838,62 @@ Reported error: Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + @@ -12394,70 +12903,70 @@ Reported error: Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + @@ -12467,28 +12976,28 @@ Reported error: This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12496,7 +13005,7 @@ Reported error: Friend Online - + @@ -12504,30 +13013,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12535,42 +13044,42 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12580,165 +13089,226 @@ Reported error: No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures 서명 포함 + + + Options + 옵션 + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare Retroshare (뒤에몫) - - - + + + Error : cannot get peer details. 오류 : 동료 세부 정보를 가져올 수 없습니다 - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + Your trust in this peer is full. - + Your trust in this peer is marginal. - + Your trust in this peer is none. - + - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure 서명 실패 @@ -12748,19 +13318,19 @@ p, li { white-space: pre-wrap; } 비밀번호가 잘못된 것 같습니다 - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12807,12 +13377,12 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + @@ -12822,12 +13392,12 @@ p, li { white-space: pre-wrap; } IP Address: - + Connection Method: - + @@ -12842,27 +13412,27 @@ p, li { white-space: pre-wrap; } Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12875,7 +13445,7 @@ p, li { white-space: pre-wrap; } Unknown Peer - + @@ -12885,7 +13455,7 @@ p, li { white-space: pre-wrap; } Send Message - + @@ -12893,42 +13463,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12944,17 +13568,17 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + @@ -12964,27 +13588,27 @@ p, li { white-space: pre-wrap; } Summary - + Caption - + Where: - + Photo Title: - + When - + @@ -12994,12 +13618,12 @@ p, li { white-space: pre-wrap; } Add Comment - + Write a comment... - + @@ -13012,34 +13636,34 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13052,53 +13676,53 @@ p, li { white-space: pre-wrap; } Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13106,33 +13730,33 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + @@ -13142,17 +13766,17 @@ requesting to edit it! Start - + Start Slide Show - + Stop Slide Show - + @@ -13168,26 +13792,26 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + @@ -13197,22 +13821,22 @@ p, li { white-space: pre-wrap; } Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + @@ -13222,17 +13846,17 @@ p, li { white-space: pre-wrap; } File name: - + File hash: - + Status: - + @@ -13245,37 +13869,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13283,22 +13907,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13306,27 +13930,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13335,37 +13959,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13373,18 +13997,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13400,17 +14024,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13418,36 +14042,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13455,32 +14079,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13488,12 +14112,12 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + @@ -13503,32 +14127,32 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + @@ -13538,7 +14162,7 @@ malicious behavior of crafted plugins. Link - + @@ -13546,42 +14170,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13589,32 +14213,32 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + @@ -13627,7 +14251,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13643,7 +14267,7 @@ malicious behavior of crafted plugins. Posted Description - + @@ -13653,7 +14277,7 @@ malicious behavior of crafted plugins. New Posted - + @@ -13664,20 +14288,20 @@ malicious behavior of crafted plugins. PostedItem - + 0 - + 0 Site - + - + Comments - + @@ -13687,17 +14311,17 @@ malicious behavior of crafted plugins. Vote up - + Vote down - + \/ - + @@ -13710,9 +14334,19 @@ malicious behavior of crafted plugins. 새 글 - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + @@ -13720,14 +14354,14 @@ malicious behavior of crafted plugins. 항목 제거 - + Loading 불러오는 중 By - + @@ -13740,7 +14374,7 @@ malicious behavior of crafted plugins. Hot - + @@ -13750,37 +14384,37 @@ malicious behavior of crafted plugins. Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + @@ -13795,7 +14429,7 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id before Voting - + @@ -13805,7 +14439,7 @@ malicious behavior of crafted plugins. 1-10 - + 1-10 @@ -13813,17 +14447,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13831,7 +14465,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13844,32 +14478,32 @@ malicious behavior of crafted plugins. Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13878,7 +14512,7 @@ malicious behavior of crafted plugins. Profile Manager - + @@ -13893,13 +14527,13 @@ malicious behavior of crafted plugins. GID - + Export Identity - + @@ -13910,7 +14544,7 @@ malicious behavior of crafted plugins. Identity saved - + @@ -13919,42 +14553,42 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + @@ -13971,28 +14605,28 @@ and use the import button to load it <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -14001,22 +14635,22 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + @@ -14031,52 +14665,52 @@ p, li { white-space: pre-wrap; } Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + @@ -14087,12 +14721,12 @@ p, li { white-space: pre-wrap; } Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14100,51 +14734,51 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + @@ -14154,7 +14788,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14180,118 +14814,123 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + @@ -14301,150 +14940,165 @@ and open the Make Friend Wizard. Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare 레트로 쉐어 - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. 예상치 못한 오류가 발생했습니다. 'RsInit::InitRetroShare unexpexted return code %1' 을 보고해 주십시오. - + Multiple instances - + @@ -14460,27 +15114,22 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14488,186 +15137,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + 제목: Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14675,19 +15324,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14696,7 +15345,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14704,7 +15353,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14713,73 +15362,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14787,35 +15436,35 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + @@ -14830,60 +15479,60 @@ p, li { white-space: pre-wrap; } Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + @@ -14893,47 +15542,47 @@ p, li { white-space: pre-wrap; } Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14941,12 +15590,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14954,17 +15603,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14977,12 +15626,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -14990,60 +15639,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15051,17 +15700,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15069,49 +15718,49 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + @@ -15121,37 +15770,37 @@ p, li { white-space: pre-wrap; } Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15164,12 +15813,12 @@ p, li { white-space: pre-wrap; } Recommend in a message to - + Collection - + @@ -15177,7 +15826,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15185,22 +15834,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15213,33 +15862,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15247,17 +15896,17 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + @@ -15268,39 +15917,39 @@ p, li { white-space: pre-wrap; } Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + @@ -15310,27 +15959,27 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15338,58 +15987,63 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace 저장 - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15399,42 +16053,42 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15443,17 +16097,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15461,31 +16115,31 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + @@ -15495,7 +16149,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15505,16 +16159,16 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15522,13 +16176,13 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. 저장한 모든 레트로 쉐어 설정을 초기화합니다. @@ -15568,39 +16222,48 @@ Reducing image to %1x%2 pixels? 레트로 쉐어 사용 정보 - + Unable to open log file '%1': %2 - + built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15608,7 +16271,7 @@ Reducing image to %1x%2 pixels? RTT Statistics - + @@ -15616,12 +16279,12 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + @@ -15631,83 +16294,83 @@ Reducing image to %1x%2 pixels? Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + @@ -15717,87 +16380,87 @@ Reducing image to %1x%2 pixels? Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + @@ -15823,24 +16486,24 @@ Reducing image to %1x%2 pixels? Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + @@ -15850,7 +16513,7 @@ Reducing image to %1x%2 pixels? Remove All - + @@ -15866,32 +16529,32 @@ Reducing image to %1x%2 pixels? Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15899,7 +16562,7 @@ Reducing image to %1x%2 pixels? Peer details - + @@ -15915,12 +16578,12 @@ Reducing image to %1x%2 pixels? IP address: - + Peer ID: - + @@ -15930,14 +16593,14 @@ Reducing image to %1x%2 pixels? Peer Name: - + Unknown Peer - + @@ -15947,33 +16610,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15986,17 +16649,17 @@ Reducing image to %1x%2 pixels? Accept Friend Request - + Peer details - + Deny friend - + @@ -16027,12 +16690,12 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + @@ -16042,12 +16705,12 @@ Reducing image to %1x%2 pixels? IP Address: - + Connection Method: - + @@ -16062,27 +16725,27 @@ Reducing image to %1x%2 pixels? Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16091,7 +16754,7 @@ Reducing image to %1x%2 pixels? Unknown Peer - + @@ -16101,32 +16764,32 @@ Reducing image to %1x%2 pixels? Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16134,52 +16797,52 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -16201,40 +16864,40 @@ Reducing image to %1x%2 pixels? Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + @@ -16245,125 +16908,125 @@ behind a firewall or a VPN. kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16373,23 +17036,23 @@ Also check your ports! Network - + IP Filters - + IP blacklist - + IP range - + @@ -16403,13 +17066,13 @@ Also check your ports! Origin - + Reason - + @@ -16421,158 +17084,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16585,78 +17248,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16664,27 +17327,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16692,7 +17355,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16702,17 +17365,17 @@ If you have issues connecting over Tor check the Tor logs too. Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16734,42 +17397,42 @@ If you have issues connecting over Tor check the Tor logs too. Share Folder - + Local Path - + Browse - + Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16777,23 +17440,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16806,32 +17469,32 @@ Select the Friends with which you want to Share your Channel. Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + @@ -16841,7 +17504,7 @@ Select the Friends with which you want to Share your Channel. Stop sharing selected Directory - + @@ -16852,12 +17515,12 @@ Select the Friends with which you want to Share your Channel. Apply and close - + Edit selected Shared Directory - + @@ -16868,43 +17531,43 @@ Select the Friends with which you want to Share your Channel. Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16912,17 +17575,17 @@ Select the Friends with which you want to Share your Channel. Files - + Search files - + Start Search - + @@ -16932,42 +17595,42 @@ Select the Friends with which you want to Share your Channel. Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + @@ -16997,7 +17660,7 @@ Select the Friends with which you want to Share your Channel. Add Links to Cloud - + @@ -17008,32 +17671,32 @@ Select the Friends with which you want to Share your Channel. Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17041,48 +17704,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + 다운로드 Download complete - + Lobby - + @@ -17090,7 +17753,7 @@ Select the Friends with which you want to Share your Channel. Event: - + @@ -17100,32 +17763,32 @@ Select the Friends with which you want to Share your Channel. Browse - + Event - + Filename - + Open File - + Sound - + Default - + 기본값 @@ -17133,30 +17796,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17169,17 +17832,17 @@ Select the Friends with which you want to Share your Channel. Login - + Name (PGP Id) - location: - + Remember Password - + @@ -17191,33 +17854,33 @@ Select the Friends with which you want to Share your Channel. Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17226,7 +17889,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17235,7 +17898,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17244,7 +17907,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17252,17 +17915,17 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + @@ -17272,7 +17935,7 @@ This choice can be reverted in settings. Messenger - + @@ -17282,53 +17945,53 @@ This choice can be reverted in settings. SMPlayer - + Quit - + Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + RTT Statistics - + @@ -17337,165 +18000,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17503,30 +18166,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17535,23 +18198,23 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + @@ -17566,12 +18229,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17589,7 +18252,7 @@ p, li { white-space: pre-wrap; } Download File - + @@ -17601,33 +18264,33 @@ p, li { white-space: pre-wrap; } Play File - + Play - + Save File - + ERROR - + EXTRA - + REMOTE - + @@ -17637,33 +18300,33 @@ p, li { white-space: pre-wrap; } LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + @@ -17673,7 +18336,7 @@ p, li { white-space: pre-wrap; } Open File - + @@ -17684,17 +18347,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed - + - + Unsubscribe 탈퇴 - + Subscribe 가입 @@ -17704,7 +18367,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17712,27 +18375,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17740,12 +18403,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17753,12 +18416,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17766,90 +18429,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17857,45 +18520,45 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name @@ -17906,31 +18569,31 @@ p, li { white-space: pre-wrap; } Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + @@ -17943,49 +18606,49 @@ p, li { white-space: pre-wrap; } Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + @@ -17995,32 +18658,32 @@ p, li { white-space: pre-wrap; } Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + @@ -18031,27 +18694,27 @@ p, li { white-space: pre-wrap; } Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + @@ -18067,149 +18730,149 @@ p, li { white-space: pre-wrap; } Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + Play - + Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - + - - + + Okay 확인 - - + + Waiting - + - + Downloading 다운로드중 - + Complete - + - + Queued - + Paused - + Checking... - + @@ -18217,7 +18880,7 @@ p, li { white-space: pre-wrap; } 알 수 없음 - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18228,22 +18891,22 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + @@ -18256,163 +18919,163 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + @@ -18428,57 +19091,57 @@ Try to be patient! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18487,69 +19150,69 @@ Try to be patient! My files - + FILE - + Files - + File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18558,13 +19221,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18573,28 +19236,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18602,12 +19265,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18615,42 +19278,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18658,47 +19321,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18718,22 +19381,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18741,22 +19404,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18774,12 +19437,12 @@ Try to be patient! Yes - + No - + @@ -18789,12 +19452,12 @@ Try to be patient! Retry - + Show Log - + @@ -18809,12 +19472,12 @@ Try to be patient! Quit - + Browse - + @@ -18827,57 +19490,57 @@ Try to be patient! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18885,48 +19548,48 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + @@ -18936,7 +19599,7 @@ Try to be patient! Share Options - + @@ -18946,62 +19609,62 @@ Try to be patient! All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19010,42 +19673,42 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + @@ -19055,12 +19718,12 @@ Try to be patient! New Page - + Refresh - + @@ -19070,47 +19733,47 @@ Try to be patient! My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19118,74 +19781,74 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + @@ -19206,39 +19869,39 @@ Try to be patient! Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19246,37 +19909,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19284,28 +19947,28 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + @@ -19315,67 +19978,67 @@ Try to be patient! from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19384,12 +20047,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19404,37 +20067,37 @@ Try to be patient! B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + @@ -19445,65 +20108,65 @@ Try to be patient! < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_nl.ts b/retroshare-gui/src/lang/retroshare_nl.ts index 571cbfd0c..38123c70d 100644 --- a/retroshare-gui/src/lang/retroshare_nl.ts +++ b/retroshare-gui/src/lang/retroshare_nl.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -29,7 +31,7 @@ Copy Info - + @@ -89,7 +91,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Sorry, ik kan het standaard systeem commando niet definiëren. @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -558,7 +560,7 @@ p, li { white-space: pre-wrap; }⏎ On List Ite&m - + @@ -658,7 +660,7 @@ p, li { white-space: pre-wrap; }⏎ Disable SysTray ToolTip - + @@ -775,7 +777,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update BWGraphSource - + KB/s KB/s @@ -1005,7 +1007,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update Log scale - + @@ -1053,6 +1055,11 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update Mute participant Demp deelnemer + + + Ban this person (Sets negative opinion) + + Send Message @@ -1061,15 +1068,15 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update Sort by Name - + Sorteer op naam Sort by Activity - + - + Invite friends to this lobby Nodig vrienden uit voor dit chat Portaal @@ -1089,7 +1096,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update Kies vrienden om uit te nodigen: - + Welcome to lobby %1 Welkom bij dit Portaal %1 @@ -1105,7 +1112,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update Portaal chat - + Lobby management @@ -1152,12 +1159,12 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update seconden - + Start private chat Prive-chat starten - + Decryption failed. Decodering is mislukt. @@ -1242,12 +1249,12 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update ChatLobbyWidget - + Chat lobbies Chat portaal - + Name Naam @@ -1285,7 +1292,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update [Geen onderwerp ingevoerd] - + Selected lobby info Gekozen portaal gegevens @@ -1302,7 +1309,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update Anonymous IDs accepted - + @@ -1325,7 +1332,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update %1 heeft je uitgenodigd voor chatlobby genaamd %2 - + Search Chat lobbies Zoek Chat lobby 's @@ -1347,7 +1354,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update Create a non anonymous identity and enter this lobby - + @@ -1365,7 +1372,7 @@ Maar onthoudt: Elke data hier *ZAL* verloren gaan als de protocollen een update Nee - + Lobby Name: Lobby naam: @@ -1446,22 +1453,22 @@ Tweevoudig tikken lobby te betreden en chat. Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + @@ -1483,14 +1490,14 @@ Tweevoudig tikken lobby te betreden en chat. Show - + Toon column - + @@ -1532,7 +1539,7 @@ Tweevoudig tikken lobby te betreden en chat. Annuleren - + Quick Message Korte boodschap @@ -1541,34 +1548,34 @@ Tweevoudig tikken lobby te betreden en chat. ChatPage - + General Algemeen - + Distant Chat - + Everyone - + Contacts - + Contacten Nobody - + Accept encrypted distant chat from - + @@ -1598,7 +1605,7 @@ Tweevoudig tikken lobby te betreden en chat. Minimum font size - + @@ -1620,6 +1627,11 @@ Tweevoudig tikken lobby te betreden en chat. Send message with Ctrl+Return Stuur een bericht met Ctrl+Return + + + Send as plain text by default + + Chat Lobby @@ -1725,7 +1737,7 @@ Tweevoudig tikken lobby te betreden en chat. Uitgaand - + Incoming message in history Ingekomen bericht in de geschiedenis @@ -1762,12 +1774,12 @@ Tweevoudig tikken lobby te betreden en chat. UserName - + /me is sending a message with /me - + @@ -1852,38 +1864,38 @@ Tweevoudig tikken lobby te betreden en chat. Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat Standaard stijl voor groeps chat @@ -1937,12 +1949,12 @@ Tweevoudig tikken lobby te betreden en chat. Sluiten - + Send Verstuur - + Bold Vet @@ -1957,12 +1969,12 @@ Tweevoudig tikken lobby te betreden en chat. Schuin - + Attach a Picture Koppel een plaatje - + Strike Strike @@ -2013,42 +2025,70 @@ Tweevoudig tikken lobby te betreden en chat. Reset lettertype naar standaard - + Quote - + Citaat Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... typt.... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Wil je echt voorgoed de geschiedenis verwijderen? - + Add Extra File Voeg extra bestand toe @@ -2093,7 +2133,7 @@ Tweevoudig tikken lobby te betreden en chat. is bezig en kan mogelijk niet reageren - + Find Case Sensitively Zoek hoofdlettergevoelig @@ -2115,7 +2155,7 @@ Tweevoudig tikken lobby te betreden en chat. Niet stoppen met kleuren na X items gevonden (meer CPU nodig) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Zoek vorige</b> <br/><i>Ctrl + Shift + G</i> @@ -2130,12 +2170,12 @@ Tweevoudig tikken lobby te betreden en chat. <b>Vinden</b> <br/><i>Ctrl + F</i> - + (Status) (Status) - + Set text font & color Tekst instellen lettertype & kleur @@ -2145,7 +2185,7 @@ Tweevoudig tikken lobby te betreden en chat. Een bestand toevoegen - + WARNING: Could take a long time on big history. Waarschuwing: Kan lang duren bij een grote geschiedenis. @@ -2156,17 +2196,16 @@ Tweevoudig tikken lobby te betreden en chat. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Markeer deze geselecteerde tekst</b><br><i>Ctrl + M</i> - %1This message consists of %2 characters. - % 1Dit bericht bestaat uit %2 tekens. + % 1Dit bericht bestaat uit %2 tekens. - + items found. objecten gevonden. @@ -2181,34 +2220,27 @@ Tweevoudig tikken lobby te betreden en chat. <b>Terugkeer naar gemarkeerde tekst</b><br><i>Ctrl + M</i> - Display Search Box - Zoekvak weergeven + Zoekvak weergeven - Search Box - Zoekvak + Zoekvak - + Type a message here Typ een bericht hier - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2227,7 +2259,7 @@ Tweevoudig tikken lobby te betreden en chat. CirclesDialog - + Showing details: Toon details: @@ -2249,7 +2281,7 @@ Tweevoudig tikken lobby te betreden en chat. - + Personal Circles Persoonlijke Cirkels @@ -2275,7 +2307,7 @@ Tweevoudig tikken lobby te betreden en chat. - + Friends Vrienden @@ -2335,7 +2367,7 @@ Tweevoudig tikken lobby te betreden en chat. Vrienden van Vrienden - + External Circles (Admin) Externe Cirkels (Administrator) @@ -2359,14 +2391,14 @@ Tweevoudig tikken lobby te betreden en chat. ConfCertDialog - + Details Gegevens Node info - + @@ -2375,7 +2407,7 @@ Tweevoudig tikken lobby te betreden en chat. - + Local Address Lokaal adres @@ -2402,36 +2434,39 @@ Tweevoudig tikken lobby te betreden en chat. Adres lijst - + + Use this certificate to make friends: + + + + Include signatures Inclusief handtekeningen - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Error: kan geen verbindings gegevens vinden. - Use as direct source, when available - Gebruiken als directe bron indien mogelijk + Gebruiken als directe bron indien mogelijk - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">Retroshare controleert regelmatig of een van de downloads direct van een vriend kan worden gedownload om een directe verbinding te starten. In dat geval kan de vriend zien dat jij het bestand aan het downloaden bent.</p><p align="justify">Om dit tegen te gaan kan je dit hier uitzetten. Je kan nog steeds een directe verbinding opzetten door er expliciet om te vragen door bijvoorbeeld een bestand te downloaden van de bestandenlijst van je de vriend.</p></body></html> + <html><head/><body><p align="justify">Retroshare controleert regelmatig of een van de downloads direct van een vriend kan worden gedownload om een directe verbinding te starten. In dat geval kan de vriend zien dat jij het bestand aan het downloaden bent.</p><p align="justify">Om dit tegen te gaan kan je dit hier uitzetten. Je kan nog steeds een directe verbinding opzetten door er expliciet om te vragen door bijvoorbeeld een bestand te downloaden van de bestandenlijst van je de vriend.</p></body></html> - + Encryption Versleuteling @@ -2446,19 +2481,18 @@ Tweevoudig tikken lobby te betreden en chat. Verbindings adres - Options - Opties + Opties - + Retroshare node details - + - + Node name : - + @@ -2468,47 +2502,37 @@ Tweevoudig tikken lobby te betreden en chat. Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2519,57 +2543,47 @@ Tweevoudig tikken lobby te betreden en chat. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2628,12 +2642,12 @@ Tweevoudig tikken lobby te betreden en chat. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2718,12 +2732,12 @@ Tweevoudig tikken lobby te betreden en chat. RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + @@ -2753,7 +2767,7 @@ Tweevoudig tikken lobby te betreden en chat. Email - + Email @@ -2821,7 +2835,7 @@ Tweevoudig tikken lobby te betreden en chat. Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2838,7 +2852,7 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + @@ -2848,23 +2862,23 @@ resources. Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3179,7 +3193,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3243,13 +3257,13 @@ even if you don't make friends. Can be used as direct source - + Require whitelist clearance to connect - + @@ -3264,7 +3278,7 @@ even if you don't make friends. <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + @@ -3284,7 +3298,7 @@ even if you don't make friends. Certificate Load Failed:something is wrong with %1 - + @@ -3723,11 +3737,11 @@ even if you don't make friends. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <! DOCTYPE HTML OPENBARE "-//W3C//DTD HTML 4.0 / / NL" "http://www.w3.org/TR/REC-html40/strict.dtd" > <html><head><meta name="qrichtext" content="1" /> <style type="text/css"> p, li {witruimte: vooraf laten teruglopen;}</style></head><body style="font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style="margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;-qt-block-indent:0; text-indent:0px;"> <span style="font-family:'Lucida Grande'; font-size:13pt;"> Deze Widget toont de voortgang van uw verbinding naar uw nieuwe peer.</span></p> <p style="margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;-qt-block-indent:0; text-indent:0px;"> <span style="font-family:'Lucida Grande'; font-size:13pt;"> het is nuttig voor probleemoplossing.</span></p> @@ -3774,74 +3788,86 @@ p, li { white-space: pre-wrap; } They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details Cirkel Gegevens - - + Name Naam - Creator - Maker + Maker - Distribution - Distributie + Distributie - + Public Publiek - Self-Restricted - Zelf Beperkt + Zelf Beperkt - Restricted to: - Beperkt tot: + Beperkt tot: - Circle Membership - Cirkel Lidmaatschap + Cirkel Lidmaatschap - + IDs IDs - Known Identities - Bekende Identiteiten + Bekende Identiteiten - + Filter Filter - + Nickname Gebruikersnaam - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3851,55 +3877,104 @@ p, li { white-space: pre-wrap; } Type - - - - + + Name: + Naam: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Prive + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Kies een naam voor uw Cirkel - Personal Circle Details - Persoonlijke Cirkel Gegevens + Persoonlijke Cirkel Gegevens - External Circle Details - Externe Cirkel Gegevens + Externe Cirkel Gegevens - Cannot Edit Existing Circles Yet - Het is nog niet mogelijk om huidige cirkels aan te passen + Het is nog niet mogelijk om huidige cirkels aan te passen - + No Restriction Circle Selected Geen Restrictie Cirkel Geselecteerd - + No Circle Limitations Selected Geen Cirkel Limitaties Geselecteerd - Create New Personal Circle - Nieuwe persoonlijke cirkel maken + Nieuwe persoonlijke cirkel maken - Create New External Circle - Nieuwe externe cirkel maken + Nieuwe externe cirkel maken - + Add Toevoegen @@ -3909,13 +3984,13 @@ p, li { white-space: pre-wrap; } Verwijder - + Search Zoek - + All Alles @@ -3930,49 +4005,98 @@ p, li { white-space: pre-wrap; } Ondertekend door bekende knooppunten - + Edit Circle Bewerk Cirkel - - + PGP Identity PGP identiteit - - - + + + Anon Id Anoniem ID + + + Circle name + + + + + Update + + + Close + Sluiten + + + + + Create New Circle + + + + + Create + Maak + + + PGP Linked Id PGP geaccocieerd ID + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Maak een groep - - Group Name - Groeps naam + + Group Name: + Groeps Naam: - + + Group ID: + + + + Group Name + Groeps naam + + + Enter a name for your group Geef een naam voor de groep - + + To be defined + + + + Friends Vrienden @@ -4006,9 +4130,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -4137,7 +4261,7 @@ p, li { white-space: pre-wrap; }⏎ CreateGxsForumMsg - + Post Forum Message Post forum bericht @@ -4182,12 +4306,12 @@ p, li { white-space: pre-wrap; }⏎ Start nieuw draadje - + No Forum Geen Forum - + In Reply to In antwoord op @@ -4213,9 +4337,19 @@ p, li { white-space: pre-wrap; }⏎ Add Extra File Extra bestand toevoegen + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Massa gegevens genereren @@ -4225,12 +4359,12 @@ p, li { white-space: pre-wrap; }⏎ Wilt u echt %1 berichten genereren? - + Send Verstuur - + Forum Message Forum bericht @@ -4244,7 +4378,7 @@ Wilt u dit bericht negeren? Post as - + @@ -4293,7 +4427,7 @@ Wilt u dit bericht negeren? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + @@ -4318,12 +4452,12 @@ Wilt u dit bericht negeren? Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4333,7 +4467,7 @@ Wilt u dit bericht negeren? Identity to use: - + @@ -4492,7 +4626,7 @@ Wilt u dit bericht negeren? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4518,7 +4652,7 @@ Wilt u dit bericht negeren? No peer found in DHT - + @@ -4773,7 +4907,7 @@ Wilt u dit bericht negeren? Copy %1 to clipboard - + @@ -5029,7 +5163,7 @@ Wilt u dit bericht negeren? Relays - + @@ -5133,12 +5267,12 @@ Wilt u dit bericht negeren? Peers - + Verbindingen Relay - + Relais @@ -5148,12 +5282,12 @@ Wilt u dit bericht negeren? Proxy VIA - + Relay VIA - + @@ -5192,7 +5326,7 @@ Wilt u dit bericht negeren? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Onthou de geindexeerde bestanden ook als ze niet gedeeld zijn⏎ @@ -5678,7 +5812,7 @@ Dit kan handig zijn als je bijv. een externe HD deelt en wilt⏎ voorkomen dat e Toon groepen - + Group Groep @@ -5719,7 +5853,7 @@ Dit kan handig zijn als je bijv. een externe HD deelt en wilt⏎ voorkomen dat e Voeg toe aan groep - + Search Zoeken @@ -5729,7 +5863,7 @@ Dit kan handig zijn als je bijv. een externe HD deelt en wilt⏎ voorkomen dat e Sorteer per datum - + Move to group Verplaats naar groep @@ -5764,12 +5898,12 @@ Dit kan handig zijn als je bijv. een externe HD deelt en wilt⏎ voorkomen dat e Beschikbaar - + Do you want to remove this Friend? Wil je deze vriend verwijderen= - + Done! Klaar! @@ -5778,20 +5912,20 @@ Dit kan handig zijn als je bijv. een externe HD deelt en wilt⏎ voorkomen dat e Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + @@ -5802,28 +5936,28 @@ Dit kan handig zijn als je bijv. een externe HD deelt en wilt⏎ voorkomen dat e at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + @@ -5835,19 +5969,19 @@ at least one peer was not added to a group Failed to get a file! - + File is not writeable! - + File is not readable! - + @@ -5855,7 +5989,7 @@ at least one peer was not added to a group IP - + Attempt to connect Probeer te verbinden @@ -5882,22 +6016,22 @@ at least one peer was not added to a group Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + @@ -5958,7 +6092,7 @@ at least one peer was not added to a group Zoek vrienden - + Mark all Selecteer alles @@ -6067,7 +6201,7 @@ at least one peer was not added to a group <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + @@ -6153,7 +6287,12 @@ Om anoniem te blijven kun je een niet bestaand mail adres opgeven. Wachtwoord (controle) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/> <body><p align="justify"> voordat u verdergaat, beweeg uw muis rond om te helpen Retroshare verzamelen zo veel willekeur als mogelijk. Vullen van de progressbar tot 20% is nodig, 100% wordt geadviseerd.</p></body></html> @@ -6176,7 +6315,7 @@ Om anoniem te blijven kun je een niet bestaand mail adres opgeven. This password is for PGP - + @@ -6199,204 +6338,199 @@ Om anoniem te blijven kun je een niet bestaand mail adres opgeven. Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6405,77 +6539,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6527,8 +6661,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Registreer retroshare:// als URL protocol (Herstart benodigd) + Registreer retroshare:// als URL protocol (Herstart benodigd) @@ -6536,7 +6674,27 @@ Fill in your PGP password when asked, to sign your new key. Je hebt administrator rechten nodig om deze optie aan te passen. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Bezig @@ -6556,7 +6714,17 @@ Fill in your PGP password when asked, to sign your new key. Eerste start wizzard - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Error @@ -6577,7 +6745,7 @@ Fill in your PGP password when asked, to sign your new key. Algemeen - + Minimize to Tray Icon Minimalizeer naar Tray @@ -6601,7 +6769,7 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6634,18 +6802,18 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6657,31 +6825,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6694,7 +6862,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6794,7 +6962,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6807,62 +6975,62 @@ p, li { white-space: pre-wrap; } GroupBox - + ID - + ID Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Gegevens @@ -6872,12 +7040,12 @@ p, li { white-space: pre-wrap; } Pending packets - + Unknown - + Onbekend @@ -6895,12 +7063,12 @@ p, li { white-space: pre-wrap; } [Unknown identity] - + : Service ID = - + @@ -6911,6 +7079,14 @@ p, li { white-space: pre-wrap; } Toon groeps chat + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -6995,27 +7171,27 @@ p, li { white-space: pre-wrap; } All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -7044,39 +7220,39 @@ p, li { white-space: pre-wrap; } Contacts: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Kies minstens één verbinding - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7119,7 +7295,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7127,14 +7313,9 @@ p, li { white-space: pre-wrap; } Toon - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7261,7 +7442,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7281,7 +7462,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7291,18 +7472,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + Specificeer... @@ -7477,6 +7658,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Verander boodschap gelezen status @@ -7487,7 +7678,7 @@ p, li { white-space: pre-wrap; } - + Play Bespelen @@ -7524,12 +7715,12 @@ p, li { white-space: pre-wrap; } Item verwijderen - + Channel Feed Input - + Files Bestanden @@ -7569,12 +7760,12 @@ p, li { white-space: pre-wrap; } Ik vindt dit niet leuk - + Loading Laden - + Open Open @@ -7592,7 +7783,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Post op dit kanaal @@ -7607,7 +7798,7 @@ p, li { white-space: pre-wrap; } Zoek kanalen - + Title Titel @@ -7642,7 +7833,32 @@ p, li { white-space: pre-wrap; } Geen kanaal geselecteerd - + + Public + Publiek + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Automatisch downloaden uitschakelen @@ -7662,7 +7878,23 @@ p, li { white-space: pre-wrap; } Bestanden weergeven - + + Administrator: + + + + + + unknown + onbekend + + + + Distribution: + + + + Feeds Feeds @@ -7672,19 +7904,19 @@ p, li { white-space: pre-wrap; } Bestanden - + Subscribers - + - + Description: Beschrijving: - + Posts (at neighbor nodes): - + @@ -7806,7 +8038,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -7967,7 +8199,7 @@ voor je een opmerking kan doen Formulier - + Start new Thread for Selected Forum Start een nieuw draadje in het geselecteerde forum @@ -7993,7 +8225,7 @@ voor je een opmerking kan doen - + Title Titel @@ -8006,18 +8238,18 @@ voor je een opmerking kan doen - + Author Auteur Save image - + - + Loading Laden @@ -8084,12 +8316,12 @@ voor je een opmerking kan doen Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8142,33 +8374,73 @@ voor je een opmerking kan doen This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Publiek + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Distributie + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8193,22 +8465,22 @@ voor je een opmerking kan doen <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8264,39 +8536,39 @@ voor je een opmerking kan doen Op %1, %2 schreef: - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description Beschrijving By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8312,7 +8584,7 @@ voor je een opmerking kan doen <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8367,13 +8639,13 @@ voor je een opmerking kan doen GxsGroupDialog - - + + Name Naam - + Add Icon Ikoon toevoegen @@ -8388,7 +8660,7 @@ voor je een opmerking kan doen Deel Publieke Sleutel - + check peers you would like to share private publish key with Controleer welke verbinding je wilt delen met een openbare Privé Sleutel @@ -8398,36 +8670,40 @@ voor je een opmerking kan doen Deel sleutel met - - + + Description Beschrijving - + Message Distribution Berichten Distributie - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Publiek - - Restricted to Group - Beperkt tot groep + Beperkt tot groep - - + Only For Your Friends Alleen voor uw vrienden - + Publish Signatures Publiceer handtekeningen @@ -8473,12 +8749,11 @@ voor je een opmerking kan doen - Comments Opmerkingen - + Allow Comments Opmerkingen toegestaan @@ -8490,71 +8765,107 @@ voor je een opmerking kan doen Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Opmerkingen: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + Tekst label - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Contacts: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Voeg een naam toe - + + PGP signature from known ID required + + + + Load Group Logo Laad groep logo - + Submit Group Changes Groep wijzigingen verzenden - + Failed to Prepare Group MetaData - please Review Mislukt te bereiden groep metagegevens - Lees - + Will be used to send feedback Zal worden gebruikt voor het verzenden van feedback @@ -8564,59 +8875,93 @@ voor je een opmerking kan doen Eigenaar: - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID ID - + Last Post Het laatste bericht + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Populariteit - - - Posts - - - Type - Type + Posts + - + Type + Type + + + Author Auteur GxsIdLabel - + @@ -8667,7 +9012,12 @@ voor je een opmerking kan doen Bewerk Details - + + Share publish permissions + + + + Copy RetroShare Link Kopieer RetroShare Link @@ -8682,25 +9032,20 @@ voor je een opmerking kan doen Merk alles als ongelezen - + AUTHD AUTHD - - - Share admin permissions - - GxsIdChooser - + No Signature Geen handtekening - + Create new Identity Maak een nieuwe identiteit @@ -8708,7 +9053,7 @@ voor je een opmerking kan doen GxsIdDetails - + Loading Laden @@ -8727,7 +9072,7 @@ voor je een opmerking kan doen [Banned] - + @@ -8748,22 +9093,22 @@ voor je een opmerking kan doen Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8784,42 +9129,42 @@ voor je een opmerking kan doen Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -9006,7 +9351,7 @@ voor je een opmerking kan doen Error Loading Help Contents: - + @@ -9054,7 +9399,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9077,7 +9422,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9087,16 +9432,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9129,16 +9474,16 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + @@ -9173,13 +9518,13 @@ p, li { white-space: pre-wrap; } Last used: - + Your Avatar Click here to change your avatar - + @@ -9189,30 +9534,30 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9222,34 +9567,34 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + @@ -9294,39 +9639,40 @@ p, li { white-space: pre-wrap; } +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + Ok Banned - + IdDialog - + + New ID Nieuwe ID - - + + All Alles @@ -9342,47 +9688,83 @@ p, li { white-space: pre-wrap; } Zoek - Unknown real name - Onbekende echte naam + Onbekende echte naam - + Anonymous Id Anoniem Id - + Create new Identity Maak een nieuwe identiteit - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Cirkels + + + + Circle name + + + + + Membership + Lidmaatschap + + + + Public Circles + Publiceer Cirkels + + + + Personal Circles + Persoonlijke Cirkels + + + Edit identity - + Identiteit aanpassen Delete identity - + @@ -9395,7 +9777,7 @@ p, li { white-space: pre-wrap; } Start een chat met deze verbinding - + Owner node ID : Eigenaar knooppunt-ID: @@ -9405,24 +9787,24 @@ p, li { white-space: pre-wrap; } Identiteitsnaam: - + () - + - + Identity ID - + - + Send message Verstuur bericht - + Identity info - + @@ -9442,91 +9824,316 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - Owned by you - Eigendom van u + Eigendom van u - + Anonymous Anoniem - + ID - + ID Search ID - + - + This identity is owned by you Deze identiteit is eigendom van u - Unknown PGP key - Onbekende PGP sleutel + Onbekende PGP sleutel - - Unknown key ID - Onbekende sleutel ID + Onbekende sleutel ID - + + My own identities + + + + + My contacts + + + + + Owned by myself + + + + + Linked to my node + + + + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Publiek + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Status: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + onbekend + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Bewerk Cirkel + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node Identiteit eigendom van u, gekoppeld aan uw Retroshare knoop @@ -9543,37 +10150,37 @@ p, li { white-space: pre-wrap; } OK - + Ok Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + @@ -9588,28 +10195,28 @@ p, li { white-space: pre-wrap; } Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People Mensen @@ -9617,102 +10224,92 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9835,32 +10432,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9888,27 +10485,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9921,7 +10518,7 @@ p, li { white-space: pre-wrap; } - + Copy Kopieer @@ -9957,17 +10554,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10022,7 +10619,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Vriend toevoegen @@ -10038,7 +10635,7 @@ p, li { white-space: pre-wrap; } - + Options Opties @@ -10072,12 +10669,12 @@ p, li { white-space: pre-wrap; } Snel start Wizard - + RetroShare %1 a secure decentralized communication platform RetroShare %1 is een beveiligd gedecentraliseerde communicatie platform - + Unfinished Niet afgemaakt @@ -10116,7 +10713,7 @@ Maak meer ruimte vrij en klik Ok. Open Messenger - + @@ -10194,7 +10791,7 @@ Maak meer ruimte vrij en klik Ok. Wil je RetroShare stoppen? - + Internal Error Interne error @@ -10239,7 +10836,7 @@ Maak meer ruimte vrij en klik Ok. Service toestemming matrix - + Add Toevoegen @@ -10251,29 +10848,29 @@ Maak meer ruimte vrij en klik Ok. Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose Opstellen @@ -10375,29 +10972,29 @@ Maak meer ruimte vrij en klik Ok. - + Tags Labels Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + @@ -10497,17 +11094,17 @@ Maak meer ruimte vrij en klik Ok. All addresses (mixed) - + All people - + My contacts - + @@ -10535,7 +11132,7 @@ Maak meer ruimte vrij en klik Ok. Hi %1,<br><br>%2 wil vrienden met je zijn op RetroShare<br><br>Reageer nu:<br>%3<br><br>Bedankt,<br>Het RetroShare Team - + Save Message Bewaar bericht @@ -10757,7 +11354,7 @@ Wil je het bericht bewaren in de concepten map? Details - + Gegevens @@ -10818,74 +11415,74 @@ Wil je het bericht bewaren? Van: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10893,22 +11490,22 @@ Wil je het bericht bewaren? Everyone - + Contacts - + Contacten Nobody - + Accept encrypted distant messages from - + @@ -11547,7 +12144,7 @@ Wil je het bericht bewaren? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11644,7 +12241,7 @@ Wil je het bericht bewaren? This message goes to a distant person. - + @@ -11679,7 +12276,7 @@ Wil je het bericht bewaren? This message comes from a distant person. - + @@ -11690,7 +12287,7 @@ Wil je het bericht bewaren? RetroShare Messenger - + Add a Friend Voeg een vriend toe @@ -11705,17 +12302,17 @@ Wil je het bericht bewaren? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11973,7 +12570,7 @@ Wil je het bericht bewaren? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12091,74 +12688,74 @@ Rechts klik en selecteer "maak vriend" om verbinding te kunnen maken.< Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12250,17 +12847,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12337,7 +12934,7 @@ Reported error: Ip security - + @@ -12407,7 +13004,7 @@ Reported error: <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12457,7 +13054,7 @@ Reported error: Systray - + @@ -12467,23 +13064,23 @@ Reported error: Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase PGP Sleutel wachtwoord zin @@ -12503,12 +13100,12 @@ Reported error: RetroShare heeft een ongeregistreerde plugin gevonden. Dit gebeurt in twee gevallen:<UL><LI>Uw RetroShare executable is verandert.</LI><LI>De plugin is verandert</LI></UL> Klik op Ja om deze plugin te authoriseren of Nee om het te weigeren. Je kan dit later altijd nog veranderen in Options -> Plugins en dan herstarten. - + Please check your system clock. Controleer uw systeem klok - + Examining shared files... Onderzoek van gedeelde bestanden... @@ -12544,14 +13141,14 @@ Reported error: Versleutelde berichten - + Please enter your PGP password for key Voer uw PGP paswoord in om sleutel te krijgen - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12586,7 +13183,7 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12606,37 +13203,37 @@ Laag verkeer: 10% standaard verkeerd en TODO: pauseerd alle bestands overdrachte PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12646,7 +13243,7 @@ Laag verkeer: 10% standaard verkeerd en TODO: pauseerd alle bestands overdrachte No trust - + @@ -12666,31 +13263,31 @@ Laag verkeer: 10% standaard verkeerd en TODO: pauseerd alle bestands overdrachte Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12700,73 +13297,134 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Inclusief handtekeningen + + + Options + Opties + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Error: kan geen verbindings gegevens vinden. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) De ingevoerde sleutel algoritme wordt niet ondersteund door RetroShare⏎ (Alleen RSA sleutels worden op dit moment ondersteund) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12784,28 +13442,28 @@ p, li { white-space: pre-wrap; } Uw heeft geen vertrouwen in deze verbinding. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure Handtekening fout @@ -12815,19 +13473,19 @@ p, li { white-space: pre-wrap; } Misschien is uw wachtwoord fout - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12976,15 +13634,15 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People Mensen - External - Externe + Externe @@ -12997,6 +13655,64 @@ p, li { white-space: pre-wrap; } Internal Interne + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + Verre chat werkt niet + + + + Distant chat refused with this person. + + + + + Error code + Foutcode + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + Mensen + PhotoCommentItem @@ -13086,7 +13802,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13099,7 +13815,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13112,7 +13828,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13260,7 +13976,7 @@ voordat je het kunt bewerken! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -13400,12 +14116,12 @@ p, li { white-space: pre-wrap; }⏎ Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + @@ -13419,7 +14135,7 @@ p, li { white-space: pre-wrap; }⏎ [loading problem] - + @@ -13462,7 +14178,7 @@ malicious behavior of crafted plugins. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13539,7 +14255,7 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + @@ -13559,12 +14275,12 @@ malicious behavior of crafted plugins. Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13640,7 +14356,7 @@ malicious behavior of crafted plugins. <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + @@ -13748,7 +14464,7 @@ malicious behavior of crafted plugins. PostedItem - + 0 0 @@ -13759,7 +14475,7 @@ malicious behavior of crafted plugins. - + Comments Opmerkingen @@ -13794,7 +14510,17 @@ malicious behavior of crafted plugins. Nieuw - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Verander boodschap gelezen status @@ -13804,7 +14530,7 @@ malicious behavior of crafted plugins. Item verwijderen - + Loading Laden @@ -13889,7 +14615,7 @@ malicious behavior of crafted plugins. 1-10 - + 1-10 @@ -14059,7 +14785,7 @@ en daar de importeer functie gebruiken <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> @@ -14080,7 +14806,7 @@ p, li { white-space: pre-wrap; } You can use it now to create a new node. - + @@ -14268,9 +14994,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Bevestiging @@ -14280,7 +15006,7 @@ p, li { white-space: pre-wrap; } Wilt u deze link door uw systeem laten behandelen? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14289,7 +15015,7 @@ en open de "Maak een vriend wizzard"⏎ - + Add file Bestand toevoegen @@ -14309,12 +15035,17 @@ en open de "Maak een vriend wizzard"⏎ Wil je verder gaan met %1 link? - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 van %2 RetroShare link verwerkt @@ -14423,6 +15154,21 @@ en open de "Maak een vriend wizzard"⏎ Channel messages not found Kanaal berichten niet gevonden + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14466,7 +15212,7 @@ Karakters <b>",|,/,\,&lt;,&gt;,*,?</b> worden vervangen Resultaat - + Unable to make path Niet mogelijk om pad te maken @@ -14481,7 +15227,7 @@ Karakters <b>",|,/,\,&lt;,&gt;,*,?</b> worden vervangen Fout tijdens voortgang verzamel bestand - + Deny friend Weiger vriend @@ -14501,7 +15247,7 @@ Karakters <b>",|,/,\,&lt;,&gt;,*,?</b> worden vervangen Bestands aanvraag gestopt - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Deze versie van RetroShare maakt gebruik van OpenPGP-SDK. Als bijeffect gebruikt het niet de gedeelde PGP sleutelring maar heeft zijn eigen sleutelring die gebruikt wordt door alle RetroShare gevallen.<br><br> @@ -14512,12 +15258,12 @@ Karakters <b>",|,/,\,&lt;,&gt;,*,?</b> worden vervangen - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Initialisatie fout. Verkeerde of ontbrekende installatie van PGP. @@ -14527,12 +15273,12 @@ Karakters <b>",|,/,\,&lt;,&gt;,*,?</b> worden vervangen Een onverwacht error trad op. Zend een rapport 'RsInit::InitRetroShare onverwachte return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Een onverwachte error verscheen. Stuur een report 'RsInit::InitRetroShare onverwachte return code %1'. - + Multiple instances Meerdere gevallen @@ -14556,9 +15302,8 @@ Lock file:⏎ - Start with a RetroShare link is only supported for Windows. - Starten met een RetroShare link wordt alleen door Windows ondersteunt. + Starten met een RetroShare link wordt alleen door Windows ondersteunt. @@ -14585,7 +15330,7 @@ Reported error is: De error is: %2 - + Click to send a private message to %1 (%2). Klik om een prive-bericht te verzenden naar %1 (%2). @@ -14595,7 +15340,7 @@ De error is: %2 %1 (%2, extra - bron inbegrepen) - + Click this link to send a private message to %1 (%2) Klik op deze koppeling als u een prive-bericht wilt sturen naar %1 (%2) @@ -14635,80 +15380,80 @@ De error is: %2 Gegevens doorsturen - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + @@ -14719,49 +15464,49 @@ De error is: %2 Subject: - + Onderwerp: Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error Fout unable to parse XML file! - + @@ -14776,12 +15521,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14904,10 +15649,10 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -14952,31 +15697,31 @@ p, li { white-space: pre-wrap; }⏎ RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + Waar wilt u de knoppen voor de pagina hebben? ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -14991,8 +15736,8 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15076,7 +15821,7 @@ p, li { white-space: pre-wrap; }⏎ Do you really want to stop sharing this directory ? - + Wil je werkelijk delen voor deze directory stoppen? @@ -15120,60 +15865,60 @@ p, li { white-space: pre-wrap; }⏎ Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15191,7 +15936,7 @@ p, li { white-space: pre-wrap; }⏎ <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15281,7 +16026,7 @@ p, li { white-space: pre-wrap; }⏎ <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15315,22 +16060,22 @@ p, li { white-space: pre-wrap; }⏎ IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15348,28 +16093,28 @@ p, li { white-space: pre-wrap; }⏎ Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15401,12 +16146,12 @@ p, li { white-space: pre-wrap; }⏎ Download! - + File Bestand - + Size Grootte @@ -15423,7 +16168,7 @@ p, li { white-space: pre-wrap; }⏎ Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Somige bestandsnamen of directory namen bevatten verboden characters.⏎ Karakters <b>",|,/,\,&lt;,&gt;,*,?</b> worden vervangen door '_'.⏎ @@ -15470,12 +16215,17 @@ Betrokken bestanden zijn rood gekleurd Opslaan - + Collection Editor Collection Editor - + + File Path + + + + File Count Bestandstotaal @@ -15485,14 +16235,14 @@ Betrokken bestanden zijn rood gekleurd Dit is de root directory. - - + + Real Size: Waiting child... Werkelijke grootte: Wachten ... - - + + Real File Count: Waiting child... Echte Bestandstotaal: Wachten ... @@ -15645,7 +16395,7 @@ Als u denkt dat het is juist dat, de bijbehorende regel uit het bestand verwijde RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? Het plaatje is te groot om overgezonden te worden.⏎ @@ -15657,13 +16407,13 @@ Maak het plaatje kleiner tot %1x%2 pixels Invalid format - + Rshare - + Resets ALL stored RetroShare settings. Resets ALLE opgslagen RetroShare instellingen @@ -15703,7 +16453,7 @@ Maak het plaatje kleiner tot %1x%2 pixels RetroShare's gebruiks informatie - + Unable to open log file '%1': %2 Het is niet mogelijk om het log bestand '%1': %2 te openen @@ -15718,24 +16468,33 @@ Maak het plaatje kleiner tot %1x%2 pixels Kan geen gegevensmap maken: %1 - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -16051,7 +16810,7 @@ Maak het plaatje kleiner tot %1x%2 pixels IP address: - + @@ -16066,7 +16825,7 @@ Maak het plaatje kleiner tot %1x%2 pixels Peer Name: - + @@ -16083,33 +16842,33 @@ Maak het plaatje kleiner tot %1x%2 pixels but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16257,12 +17016,12 @@ Maak het plaatje kleiner tot %1x%2 pixels Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16275,12 +17034,12 @@ Maak het plaatje kleiner tot %1x%2 pixels Network Mode - + Netwerk mode Nat - + @@ -16368,7 +17127,7 @@ Maak het plaatje kleiner tot %1x%2 pixels If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Als je dit uitvinkt kan RetroShare alleen je ip adres bepalen⏎ als je verbonden bent met iemand. Als je dit aangevinkt laat staan⏎ @@ -16414,32 +17173,32 @@ je ook als ja achter een Firewall of VPN zit. Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + @@ -16450,29 +17209,29 @@ je ook als ja achter een Firewall of VPN zit. I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + @@ -16482,27 +17241,27 @@ Also check your ports! Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16517,18 +17276,18 @@ Also check your ports! IP Filters - + IP blacklist - + IP range - + @@ -16542,13 +17301,13 @@ Also check your ports! Origin - + Reason - + @@ -16560,158 +17319,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16724,78 +17483,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16823,7 +17582,7 @@ If you have issues connecting over Tor check the Tor logs too. Require whitelist - + @@ -16846,12 +17605,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16908,7 +17667,7 @@ If you have issues connecting over Tor check the Tor logs too. Share flags and groups: - + @@ -17181,48 +17940,48 @@ Selecteer de vrienden waarmee u uw kanaal wilt delen. Friend - + Vriend Go Online - + Chatmessage - + New Msg - + Message - + Bericht Message arrived - + Download - + Download Download complete - + Lobby - + @@ -17265,7 +18024,7 @@ Selecteer de vrienden waarmee u uw kanaal wilt delen. Default - + Standaard @@ -17273,18 +18032,18 @@ Selecteer de vrienden waarmee u uw kanaal wilt delen. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile Laad profiel @@ -17357,9 +18116,9 @@ De huidige identiteiten/locaties worden behouden. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17368,7 +18127,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17377,7 +18136,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17386,7 +18145,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17572,7 +18331,7 @@ This choice can be reverted in settings. Connected: I2P - + @@ -17587,57 +18346,57 @@ This choice can be reverted in settings. TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17657,7 +18416,7 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -17670,7 +18429,7 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -17834,17 +18593,17 @@ p, li { white-space: pre-wrap; }⏎ SubscribeToolButton - + Subscribed Geabonneerd - + Unsubscribe Uitschrijven - + Subscribe Registreren @@ -17963,11 +18722,11 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -17987,27 +18746,27 @@ p, li { white-space: pre-wrap; }⏎ <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -18042,7 +18801,7 @@ p, li { white-space: pre-wrap; }⏎ TransfersDialog - + Downloads Downloads @@ -18053,7 +18812,7 @@ p, li { white-space: pre-wrap; }⏎ Uploads - + Name i.e: file name @@ -18294,7 +19053,7 @@ p, li { white-space: pre-wrap; }⏎ <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18323,39 +19082,39 @@ p, li { white-space: pre-wrap; }⏎ - + Failed Mislukt - - + + Okay Oke - - + + Waiting Wachten - + Downloading Downloading - + Complete Kompleet - + Queued In Wachtrij @@ -18375,7 +19134,7 @@ p, li { white-space: pre-wrap; }⏎ Onbekend - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18464,7 +19223,7 @@ Even geduld a.u.b.! Vul een nieuwe -en geldige- bestandsnaam in - + Last Time Seen i.e: Last Time Receiced Data Laatst Gezien Op @@ -18596,7 +19355,7 @@ Even geduld a.u.b.! Pad kolom weergeven - + Could not delete preview file Kan geen gegevens verwijderen voorvertoningsbestand @@ -18606,7 +19365,7 @@ Even geduld a.u.b.! Probeer het opnieuw? - + Create Collection... Collectie maken.. @@ -18626,24 +19385,24 @@ Even geduld a.u.b.! Collectie - + File sharing Bestand delen - + Anonymous tunnel 0x Anonieme tunnel 0x - + Show file list transfers - + - + version: - + @@ -18800,12 +19559,12 @@ Even geduld a.u.b.! Anonymous tunnels - + Authenticated tunnels - + @@ -18863,7 +19622,7 @@ Even geduld a.u.b.! Forwarded data - + @@ -18992,57 +19751,57 @@ Even geduld a.u.b.! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -19668,7 +20427,7 @@ Even geduld a.u.b.! Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_pl.ts b/retroshare-gui/src/lang/retroshare_pl.ts index ec4cfdd7e..78b6f4ebd 100644 --- a/retroshare-gui/src/lang/retroshare_pl.ts +++ b/retroshare-gui/src/lang/retroshare_pl.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -28,7 +30,7 @@ Copy Info - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Przepraszamy, domyślne polecenie systemowe dla tego pliku nie jest znane @@ -183,7 +185,7 @@ Landscapes - + @@ -193,7 +195,7 @@ Portraits - + @@ -213,7 +215,7 @@ Caption: - + @@ -233,12 +235,12 @@ Share Options - + Policy: - + @@ -253,7 +255,7 @@ Identity: - + @@ -263,22 +265,22 @@ Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + @@ -298,16 +300,16 @@ Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + @@ -327,7 +329,7 @@ p, li { white-space: pre-wrap; } Untitle Album - + @@ -337,12 +339,12 @@ p, li { white-space: pre-wrap; } Where were these taken? - + Load Album Thumbnail - + @@ -356,12 +358,12 @@ p, li { white-space: pre-wrap; } Album Thumbnail - + TextLabel - + @@ -381,7 +383,7 @@ p, li { white-space: pre-wrap; } Caption - + @@ -401,7 +403,7 @@ p, li { white-space: pre-wrap; } Share Options - + @@ -411,7 +413,7 @@ p, li { white-space: pre-wrap; } Publish Identity - + @@ -423,9 +425,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + @@ -460,14 +462,14 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -480,7 +482,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -529,33 +531,33 @@ p, li { white-space: pre-wrap; } Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + @@ -609,54 +611,54 @@ p, li { white-space: pre-wrap; } Icon Size = 64x64 - + Rozmiar ikon = 64x64 {64x?} Icon Size = 128x128 - + Rozmiar ikon = 128x128 {128x?} Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + Rozmiar ikon = 32x32 {32x?} @@ -671,12 +673,12 @@ p, li { white-space: pre-wrap; } Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + @@ -686,22 +688,22 @@ p, li { white-space: pre-wrap; } GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -727,17 +729,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -747,12 +749,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -766,9 +768,9 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s - + @@ -776,7 +778,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -859,23 +861,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + Wszyscy KB/s - + Count - + Liczba @@ -893,62 +895,62 @@ p, li { white-space: pre-wrap; } In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + @@ -961,42 +963,42 @@ p, li { white-space: pre-wrap; } Form - + Formularz Friend: - + Type: - + Typ: Up - + Down - + Service: - + Unit: - + Log scale - + @@ -1009,7 +1011,7 @@ p, li { white-space: pre-wrap; } Tabs - + @@ -1019,12 +1021,12 @@ p, li { white-space: pre-wrap; } Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1044,23 +1046,28 @@ p, li { white-space: pre-wrap; } Mute participant Wycisz uczestnika + + + Ban this person (Sets negative opinion) + + Send Message - + Sort by Name - + Sortuj według Nazwy Sort by Activity - + - + Invite friends to this lobby Zaproś przyjaciół do tego lobby @@ -1080,7 +1087,7 @@ p, li { white-space: pre-wrap; } Wybierz przyjaciół do zaproszenia: - + Welcome to lobby %1 Witamy w lobby %1 @@ -1093,10 +1100,10 @@ p, li { white-space: pre-wrap; } Lobby chat - + - + Lobby management @@ -1143,44 +1150,44 @@ p, li { white-space: pre-wrap; } sekundy - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1196,7 +1203,7 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + @@ -1221,24 +1228,24 @@ p, li { white-space: pre-wrap; } Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies Lobby rozmów - + Name Nazwa @@ -1276,7 +1283,7 @@ p, li { white-space: pre-wrap; } [Nie podano tematu] - + Selected lobby info Informacje o zaznaczonym lobby @@ -1293,12 +1300,12 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + @@ -1316,14 +1323,14 @@ p, li { white-space: pre-wrap; } %1 zaprasza cię do lobby rozmów o nazwie %2 - + Search Chat lobbies Wyszukaj lobby rozmów Search Name - + @@ -1333,12 +1340,12 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1356,19 +1363,19 @@ p, li { white-space: pre-wrap; } Nie - + Lobby Name: - + Lobby Id: - + Topic: - + @@ -1378,12 +1385,12 @@ p, li { white-space: pre-wrap; } Security: - + Peers: - + @@ -1393,93 +1400,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + Pokaż column - + @@ -1521,7 +1528,7 @@ Double click lobbies to enter and chat. Anuluj - + Quick Message Szybka wiadomość @@ -1530,34 +1537,34 @@ Double click lobbies to enter and chat. ChatPage - + General Ogólne - + Distant Chat - + Everyone - + Contacts - + Kontakty Nobody - + Accept encrypted distant chat from - + @@ -1567,7 +1574,7 @@ Double click lobbies to enter and chat. Enable Emoticons Private Chat - + @@ -1577,27 +1584,27 @@ Double click lobbies to enter and chat. Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + @@ -1609,15 +1616,20 @@ Double click lobbies to enter and chat. Send message with Ctrl+Return Ctrl+Enter wysyła wiadomość + + + Send as plain text by default + + Chat Lobby - + Blink tab icon - + @@ -1627,22 +1639,22 @@ Double click lobbies to enter and chat. Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + @@ -1714,7 +1726,7 @@ Double click lobbies to enter and chat. Wychodzące - + Incoming message in history Przychodzące wiadomości w historii @@ -1736,7 +1748,7 @@ Double click lobbies to enter and chat. Outgoing offline message - + @@ -1751,12 +1763,12 @@ Double click lobbies to enter and chat. UserName - + /me is sending a message with /me - + @@ -1766,37 +1778,37 @@ Double click lobbies to enter and chat. <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1806,73 +1818,73 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat Styl standardowy dla chatu grupowego @@ -1926,12 +1938,12 @@ Double click lobbies to enter and chat. Zamknij - + Send Wyślij - + Bold Pogrubienie @@ -1946,14 +1958,14 @@ Double click lobbies to enter and chat. Pochylenie - + Attach a Picture Dołącz Zdjęcie - + Strike - + @@ -2002,42 +2014,70 @@ Double click lobbies to enter and chat. Zresetuj czcionkę do domyślnej - + Quote - + Cytat Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... pisze... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Czy naprawdę chcesz fizycznie usunąć historię? - + Add Extra File Dodaj dodatkowy plik @@ -2069,12 +2109,12 @@ Double click lobbies to enter and chat. is Idle and may not reply - + is Away and may not reply - + @@ -2082,122 +2122,102 @@ Double click lobbies to enter and chat. jest Zajęty i może nie odpowiedzieć - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2205,18 +2225,18 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: Pokazywanie szczegółów: @@ -2238,7 +2258,7 @@ Double click lobbies to enter and chat. - + Personal Circles Kręgi Osobiste @@ -2250,7 +2270,7 @@ Double click lobbies to enter and chat. Peers - + @@ -2264,7 +2284,7 @@ Double click lobbies to enter and chat. - + Friends Przyjaciele @@ -2291,52 +2311,52 @@ Double click lobbies to enter and chat. Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + @@ -2348,14 +2368,14 @@ Double click lobbies to enter and chat. ConfCertDialog - + Details Szczegóły Node info - + @@ -2364,7 +2384,7 @@ Double click lobbies to enter and chat. - + Local Address Adres Lokalny @@ -2391,113 +2411,97 @@ Double click lobbies to enter and chat. Lista adresów - + + Use this certificate to make friends: + + + + Include signatures Załącz podpisy - - + + RetroShare RetroShare - - + + Error : cannot get peer details. - + - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - Options - Opcje + Opcje - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2508,57 +2512,47 @@ Double click lobbies to enter and chat. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2566,32 +2560,32 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + @@ -2602,47 +2596,47 @@ Double click lobbies to enter and chat. Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + @@ -2652,7 +2646,7 @@ Double click lobbies to enter and chat. Drag and Drop your friends's certificate in this Window or specify path in the box below - + @@ -2662,87 +2656,87 @@ Double click lobbies to enter and chat. Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Email @@ -2757,12 +2751,12 @@ Double click lobbies to enter and chat. Your friends' email addresses: - + Enter Friends Email addresses - + @@ -2774,20 +2768,20 @@ Double click lobbies to enter and chat. Friend request - + Details about the request - + Peer details - + @@ -2804,13 +2798,13 @@ Double click lobbies to enter and chat. Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2827,33 +2821,33 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -2871,53 +2865,53 @@ resources. Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + Make Friend - + Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + @@ -2932,22 +2926,22 @@ resources. Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + @@ -2963,37 +2957,37 @@ resources. Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + @@ -3004,17 +2998,17 @@ resources. Ultimate - + Full - + Marginal - + @@ -3024,33 +3018,33 @@ resources. No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + @@ -3060,22 +3054,22 @@ resources. RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + @@ -3085,7 +3079,7 @@ resources. Connect Friend Help - + @@ -3095,7 +3089,7 @@ resources. Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -3117,7 +3111,7 @@ resources. Sorry, create certificate failed - + @@ -3133,42 +3127,42 @@ resources. Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3178,7 +3172,7 @@ resources. Recommend friends - + @@ -3188,22 +3182,22 @@ resources. Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3211,69 +3205,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3281,228 +3275,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3511,52 +3505,52 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + @@ -3566,27 +3560,27 @@ even if you don't make friends. DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + @@ -3601,124 +3595,124 @@ even if you don't make friends. Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3726,109 +3720,97 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name Nazwa - - Creator - - - - - Distribution - - - - + Public Publiczny - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs ID - - Known Identities - - - - + Filter - + - + Nickname - + Ksywa - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3838,71 +3820,100 @@ p, li { white-space: pre-wrap; } Typ - - - - + + Name: + Nazwa: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Prywatny + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add Dodaj Remove - + - + Search Szukaj - + All Wszyscy @@ -3914,52 +3925,101 @@ p, li { white-space: pre-wrap; } Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + Zamknij + + + + + Create New Circle + + + + + Create + Utwórz + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group Utwórz Grupę - - Group Name - Nazwa + + Group Name: + Nazwa grupy: - + + Group ID: + + + + Group Name + Nazwa + + + Enter a name for your group Wprowadź nazwę grupy - + + To be defined + + + + Friends Przyjaciele @@ -3976,7 +4036,7 @@ p, li { white-space: pre-wrap; } New Channel Post - + @@ -3986,28 +4046,28 @@ p, li { white-space: pre-wrap; } Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + @@ -4028,22 +4088,22 @@ p, li { white-space: pre-wrap; } Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + @@ -4054,12 +4114,12 @@ p, li { white-space: pre-wrap; } Drop file error. - + Directory can't be dropped, only files are accepted. - + @@ -4080,47 +4140,47 @@ p, li { white-space: pre-wrap; } File already Added and Hashed - + Please add a Subject - + Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + @@ -4163,12 +4223,12 @@ p, li { white-space: pre-wrap; } Rozpocznij Nowy Wątek - + No Forum - + - + In Reply to W Odpowiedzi do @@ -4187,49 +4247,59 @@ p, li { white-space: pre-wrap; } Please choose Signing Id, it is required - + Add Extra File Dodaj dodatkowy plik + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send Wyślij - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4238,72 +4308,72 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4313,7 +4383,7 @@ Do you want to reject this message? Identity to use: - + @@ -4336,12 +4406,12 @@ Do you want to reject this message? Location ID: - + Software Version: - + @@ -4371,7 +4441,7 @@ Do you want to reject this message? A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -4381,7 +4451,7 @@ Do you want to reject this message? Your certificate could not be parsed correctly. Please contact the developers. - + @@ -4391,7 +4461,7 @@ Do you want to reject this message? Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -4401,57 +4471,57 @@ Do you want to reject this message? RetroShare Certificate (*.rsc );;All Files (*) - + Certyfikat RetroShare (*.rsc);;Wszystkie Pliki (*) TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4459,7 +4529,7 @@ Do you want to reject this message? users - + @@ -4467,38 +4537,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4526,7 +4596,7 @@ Do you want to reject this message? File Never Seen - + @@ -4544,32 +4614,32 @@ Do you want to reject this message? Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + @@ -4579,7 +4649,7 @@ Do you want to reject this message? Rating - + @@ -4597,27 +4667,27 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + @@ -4632,52 +4702,52 @@ Do you want to reject this message? PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + @@ -4687,28 +4757,28 @@ Do you want to reject this message? Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + @@ -4738,192 +4808,192 @@ Do you want to reject this message? Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + @@ -4933,27 +5003,27 @@ Do you want to reject this message? Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + @@ -4963,13 +5033,13 @@ Do you want to reject this message? RELAY END - + Yourself - + @@ -4980,17 +5050,17 @@ Do you want to reject this message? unlimited - + Own Relay - + RELAY PROXY - + @@ -4999,27 +5069,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5027,113 +5097,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5141,7 +5211,7 @@ Do you want to reject this message? Incoming Directory - + @@ -5152,7 +5222,7 @@ Do you want to reject this message? Partials Directory - + @@ -5162,7 +5232,7 @@ Do you want to reject this message? Automatically share incoming directory (Recommended) - + @@ -5172,7 +5242,7 @@ Do you want to reject this message? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Pamiętaj hasze plików, nawet jeśli nie są współdzielone. @@ -5225,12 +5295,12 @@ plików gdy go podłączysz. Set Incoming Directory - + Set Partials Directory - + @@ -5243,12 +5313,12 @@ plików gdy go podłączysz. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5256,7 +5326,7 @@ plików gdy go podłączysz. Start file - + @@ -5266,12 +5336,12 @@ plików gdy go podłączysz. to - + ignore case - + @@ -5303,12 +5373,12 @@ plików gdy go podłączysz. Expression Widget - + Delete this expression - + @@ -5321,7 +5391,7 @@ plików gdy go podłączysz. Add new Association - + @@ -5331,7 +5401,7 @@ plików gdy go podłączysz. Edit this Association - + @@ -5341,7 +5411,7 @@ plików gdy go podłączysz. Remove this Association - + @@ -5351,17 +5421,17 @@ plików gdy go podłączysz. Friend Help - + You this - + Associations - + @@ -5369,37 +5439,37 @@ plików gdy go podłączysz. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + @@ -5422,17 +5492,17 @@ plików gdy go podłączysz. Chunk size - + Number of chunks - + Transferred - + @@ -5447,7 +5517,7 @@ plików gdy go podłączysz. Chunk strategy - + @@ -5462,7 +5532,7 @@ plików gdy go podłączysz. Direct friend transfer / Availability assumed - + @@ -5485,7 +5555,7 @@ plików gdy go podłączysz. Archive - + @@ -5506,7 +5576,7 @@ plików gdy go podłączysz. RetroShare collection file - + @@ -5516,27 +5586,27 @@ plików gdy go podłączysz. Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5569,7 +5639,7 @@ plików gdy go podłączysz. Share Flags - + @@ -5582,12 +5652,12 @@ plików gdy go podłączysz. Misc - + Set message to read on activate - + @@ -5602,17 +5672,17 @@ plików gdy go podłączysz. Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5630,28 +5700,28 @@ plików gdy go podłączysz. export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + @@ -5660,7 +5730,7 @@ plików gdy go podłączysz. Pokaż Grupy - + Group Grupa @@ -5701,17 +5771,17 @@ plików gdy go podłączysz. Dodaj do grupy - + Search - + Szukaj Sort by state - + - + Move to group Przenieś do grupy @@ -5746,105 +5816,105 @@ plików gdy go podłączysz. Dostępne - + Do you want to remove this Friend? Czy chcesz usunąć tego Przyjaciela? - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Błąd Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + @@ -5854,32 +5924,32 @@ at least one peer was not added to a group Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + @@ -5890,13 +5960,13 @@ at least one peer was not added to a group Deny - + Send message - + @@ -5904,7 +5974,7 @@ at least one peer was not added to a group Confirm Friend Request - + @@ -5922,12 +5992,12 @@ at least one peer was not added to a group Search : - + Sort by state - + @@ -5940,14 +6010,14 @@ at least one peer was not added to a group Szukaj Przyjaciół - + Mark all - + Zaznacz wszystkie Mark none - + @@ -5955,13 +6025,13 @@ at least one peer was not added to a group Edit status message - + Broadcast - + @@ -5986,12 +6056,12 @@ at least one peer was not added to a group Set your status message - + Edit your status message - + @@ -6029,7 +6099,7 @@ at least one peer was not added to a group Create new Chat lobby - + @@ -6044,33 +6114,33 @@ at least one peer was not added to a group Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6100,7 +6170,7 @@ at least one peer was not added to a group Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + @@ -6125,27 +6195,32 @@ anonymous, you can use a fake email. All fields are required with a minimum of 3 characters - + Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + @@ -6156,227 +6231,222 @@ anonymous, you can use a fake email. This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6385,77 +6455,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6463,7 +6533,7 @@ Fill in your PGP password when asked, to sign your new key. Startup - + @@ -6493,12 +6563,12 @@ Fill in your PGP password when asked, to sign your new key. Misc - + Do not show the Quit RetroShare MessageBox - + @@ -6507,8 +6577,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Zarejestruj retroshare:// jako protokół URL (Wymagany restart) + Zarejestruj retroshare:// jako protokół URL (Wymagany restart) @@ -6516,7 +6590,27 @@ Fill in your PGP password when asked, to sign your new key. Potrzebujesz uprawnień administratora by zmienić tą opcję. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Bezczynne @@ -6533,10 +6627,20 @@ Fill in your PGP password when asked, to sign your new key. Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Błąd @@ -6557,9 +6661,9 @@ Fill in your PGP password when asked, to sign your new key. Ogólne - + Minimize to Tray Icon - + @@ -6581,19 +6685,19 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + @@ -6605,18 +6709,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6628,31 +6732,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6665,12 +6769,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + @@ -6695,7 +6799,7 @@ p, li { white-space: pre-wrap; } Open Online Forums - + @@ -6725,7 +6829,7 @@ p, li { white-space: pre-wrap; } RetroShare is a private Friend-2-Friend sharing network. - + @@ -6735,7 +6839,7 @@ p, li { white-space: pre-wrap; } Here is your friends ID Certificate. - + @@ -6750,7 +6854,7 @@ p, li { white-space: pre-wrap; } Cut Below Here - + @@ -6765,7 +6869,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6773,82 +6877,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + ID Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Szczegóły Unknown Peer - + Pending packets - + Unknown - + Nieznane @@ -6856,22 +6960,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6882,6 +6986,14 @@ p, li { white-space: pre-wrap; } Pokaż Chat Grupy + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -6915,42 +7027,42 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + @@ -6966,27 +7078,27 @@ p, li { white-space: pre-wrap; } All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6999,7 +7111,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -7007,7 +7119,7 @@ p, li { white-space: pre-wrap; } Share - + @@ -7015,39 +7127,39 @@ p, li { white-space: pre-wrap; } Kontakty: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7090,7 +7202,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7098,14 +7220,9 @@ p, li { white-space: pre-wrap; } Wyświetl - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7232,7 +7349,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7252,7 +7369,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7262,18 +7379,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + @@ -7291,12 +7408,12 @@ p, li { white-space: pre-wrap; } TextLabel - + Open folder - + @@ -7306,7 +7423,7 @@ p, li { white-space: pre-wrap; } Paused - + @@ -7316,17 +7433,17 @@ p, li { white-space: pre-wrap; } Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7339,7 +7456,7 @@ p, li { white-space: pre-wrap; } Filename - + @@ -7354,7 +7471,7 @@ p, li { white-space: pre-wrap; } Published - + @@ -7367,32 +7484,32 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + @@ -7448,6 +7565,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Przełącz status przeczytanej wiadomości @@ -7458,7 +7585,7 @@ p, li { white-space: pre-wrap; } - + Play Odtwórz @@ -7487,7 +7614,7 @@ p, li { white-space: pre-wrap; } Set as read and remove item - + @@ -7495,12 +7622,12 @@ p, li { white-space: pre-wrap; } Usuń element - + Channel Feed Lista wiadomości kanału - + Files Pliki @@ -7532,20 +7659,20 @@ p, li { white-space: pre-wrap; } I like this - + I dislike this - + - + Loading Wczytywanie - + Open Otwórz @@ -7563,7 +7690,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Napisz post na kanale @@ -7575,10 +7702,10 @@ p, li { white-space: pre-wrap; } Search channels - + - + Title Tytuł @@ -7595,17 +7722,17 @@ p, li { white-space: pre-wrap; } Search Message - + Filename - + Search Filename - + @@ -7613,7 +7740,32 @@ p, li { white-space: pre-wrap; } Nie wybrano kanału - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Wyłącz auto-pobieranie @@ -7625,17 +7777,33 @@ p, li { white-space: pre-wrap; } Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + nieznane + + + + Distribution: + + + + Feeds - + @@ -7643,19 +7811,19 @@ p, li { white-space: pre-wrap; } Pliki - + Subscribers - + - + Description: Opis - + Posts (at neighbor nodes): - + @@ -7671,7 +7839,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7684,7 +7852,7 @@ p, li { white-space: pre-wrap; } Hot - + @@ -7694,12 +7862,12 @@ p, li { white-space: pre-wrap; } Top - + Voter ID: - + @@ -7729,17 +7897,17 @@ p, li { white-space: pre-wrap; } UpVotes - + DownVotes - + OwnVote - + @@ -7777,7 +7945,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7787,18 +7955,18 @@ p, li { white-space: pre-wrap; }⏎ </style></head><body style=&q Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7821,17 +7989,17 @@ before you can comment Update Forum - + Add Forum Admins - + Select Forum Admins - + @@ -7889,7 +8057,7 @@ before you can comment Unsubscribe To Forum - + @@ -7900,7 +8068,7 @@ before you can comment Set as read and remove item - + @@ -7910,7 +8078,7 @@ before you can comment In Reply to: - + @@ -7920,7 +8088,7 @@ before you can comment Forum Feed - + @@ -7936,7 +8104,7 @@ before you can comment Formularz - + Start new Thread for Selected Forum Rozpocznij nowy Wątek dla Wybranego Forum @@ -7962,7 +8130,7 @@ before you can comment - + Title Tytuł @@ -7975,18 +8143,18 @@ before you can comment - + Author Autor Save image - + - + Loading Wczytywanie @@ -8053,12 +8221,12 @@ before you can comment Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8111,33 +8279,73 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8162,22 +8370,22 @@ before you can comment <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8230,42 +8438,42 @@ before you can comment On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description Opis By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8281,7 +8489,7 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8325,7 +8533,7 @@ before you can comment Retrieving - + @@ -8336,67 +8544,71 @@ before you can comment GxsGroupDialog - - + + Name Nazwa - + Add Icon Dodaj Ikonę Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description Opis - + Message Distribution Dystrybucja Wiadomości - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Publiczne - - Restricted to Group - Zarezerwowane dla Grupy + Zarezerwowane dla Grupy - - + Only For Your Friends Tylko Dla Twoich Przyjaciół - + Publish Signatures Publiczne Podpisy @@ -8438,16 +8650,15 @@ before you can comment If No Publish Signature - + - Comments Komentarze - + Allow Comments Pozwól Komentować @@ -8459,133 +8670,203 @@ before you can comment Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Komentarze: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Kontakty: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Proszę, dodaj Nazwę - + + PGP signature from known ID required + + + + Load Group Logo Załaduj Logo Grupy - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID ID - + Last Post Ostatni Post + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Popularność - - - Posts - - - Type - Typ + Posts + - + Type + Typ + + + Author Autor GxsIdLabel - + @@ -8598,7 +8879,7 @@ before you can comment Todo - + @@ -8628,15 +8909,20 @@ before you can comment Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link Skopiuj Link RetroShare @@ -8651,25 +8937,20 @@ before you can comment Oznacz wszystkie jako nieprzeczytane - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity Stwórz nową Tożsamość @@ -8677,62 +8958,62 @@ before you can comment GxsIdDetails - + Loading Wczytywanie Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8753,42 +9034,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8797,12 +9078,12 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + @@ -8862,7 +9143,7 @@ before you can comment Searching for: - + @@ -8887,7 +9168,7 @@ before you can comment Forward - + @@ -8902,7 +9183,7 @@ before you can comment Home - + @@ -8939,7 +9220,7 @@ before you can comment Close Vidalia Help - + @@ -8949,7 +9230,7 @@ before you can comment Supplied XML file is not a valid Contents document. - + @@ -8975,7 +9256,7 @@ before you can comment Error Loading Help Contents: - + @@ -9003,7 +9284,7 @@ before you can comment License Agreement - + @@ -9023,7 +9304,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9034,14 +9315,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9051,16 +9332,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9093,26 +9374,26 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9122,28 +9403,28 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + @@ -9153,30 +9434,30 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9186,111 +9467,112 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + Ok Banned - + IdDialog - + + New ID - + - - + + All Wszyscy @@ -9306,97 +9588,129 @@ p, li { white-space: pre-wrap; } Szukaj - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity Stwórz nową Tożsamość - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Kręgi + + + + Circle name + + + + + Membership + Członkostwo + + + + Public Circles + Kręgi Publiczne + + + + Personal Circles + Kręgi Osobiste + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + @@ -9406,277 +9720,480 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous Anonim - + ID - + ID Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Status: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + nieznane + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + Ok Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9689,7 +10206,7 @@ p, li { white-space: pre-wrap; } Key ID - + @@ -9704,7 +10221,7 @@ p, li { white-space: pre-wrap; } PGP Id - + @@ -9714,13 +10231,13 @@ p, li { white-space: pre-wrap; } New identity - + To be generated - + @@ -9733,38 +10250,38 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + @@ -9779,7 +10296,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9788,7 +10305,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9799,32 +10316,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9837,12 +10354,12 @@ p, li { white-space: pre-wrap; } KeyId - + GXSId - + @@ -9852,27 +10369,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9885,7 +10402,7 @@ p, li { white-space: pre-wrap; } - + Copy Skopiuj @@ -9921,17 +10438,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9950,7 +10467,7 @@ p, li { white-space: pre-wrap; } Edit Share Permissions - + @@ -9960,33 +10477,33 @@ p, li { white-space: pre-wrap; } Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend Dodaj Przyjaciela @@ -10002,7 +10519,7 @@ p, li { white-space: pre-wrap; } - + Options Opcje @@ -10010,7 +10527,7 @@ p, li { white-space: pre-wrap; } Messenger - + @@ -10036,12 +10553,12 @@ p, li { white-space: pre-wrap; } Kreator szybkiego startu - + RetroShare %1 a secure decentralized communication platform RetroShare %1 bezpieczna, zdecentralizowana platforma komunikacji - + Unfinished Niedokończone @@ -10057,7 +10574,7 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + @@ -10077,17 +10594,17 @@ p, li { white-space: pre-wrap; } Open Messenger - + Open Messages - + Bandwidth Graph - + @@ -10132,12 +10649,12 @@ p, li { white-space: pre-wrap; } Down: %1 (kB/s) - + Up: %1 (kB/s) - + @@ -10155,7 +10672,7 @@ p, li { white-space: pre-wrap; } Czy naprawczę chcesz wyjść z RetroShare ? - + Internal Error Błąd wewnętrzny @@ -10172,12 +10689,12 @@ p, li { white-space: pre-wrap; } Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + @@ -10187,56 +10704,56 @@ p, li { white-space: pre-wrap; } The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add Dodaj Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + @@ -10251,38 +10768,38 @@ p, li { white-space: pre-wrap; } Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + @@ -10317,7 +10834,7 @@ p, li { white-space: pre-wrap; } Sets text font to code style - + @@ -10336,29 +10853,29 @@ p, li { white-space: pre-wrap; } - + Tags Tagi Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + @@ -10398,7 +10915,7 @@ p, li { white-space: pre-wrap; } Toggle Contacts View - + @@ -10428,7 +10945,7 @@ p, li { white-space: pre-wrap; } Add Blockquote - + @@ -10453,27 +10970,27 @@ p, li { white-space: pre-wrap; } &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + @@ -10483,7 +11000,7 @@ p, li { white-space: pre-wrap; } This friend is suggested by - + @@ -10493,10 +11010,10 @@ p, li { white-space: pre-wrap; } Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message Zapisz wiadomość @@ -10521,12 +11038,12 @@ Czy chcesz zapisać wiadomość do wersji roboczych? Add to "CC" - + Add to "BCC" - + @@ -10555,7 +11072,7 @@ Czy chcesz zapisać wiadomość do wersji roboczych? Cc - + @@ -10570,7 +11087,7 @@ Czy chcesz zapisać wiadomość do wersji roboczych? On %1, %2 wrote: - + @@ -10603,7 +11120,7 @@ Czy chcesz zapisać wiadomość do wersji roboczych? Bcc - + @@ -10693,7 +11210,7 @@ Czy chcesz zapisać wiadomość do wersji roboczych? &Contacts Sidebar - + @@ -10713,12 +11230,12 @@ Czy chcesz zapisać wiadomość do wersji roboczych? &Format - + Details - + Szczegóły @@ -10779,74 +11296,74 @@ Czy chcesz zapisać wiadomość ? Od klatki: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10854,37 +11371,37 @@ Czy chcesz zapisać wiadomość ? Everyone - + Contacts - + Kontakty Nobody - + Accept encrypted distant messages from - + Reading - + Set message to read on activate - + Open messages in - + @@ -10894,7 +11411,7 @@ Czy chcesz zapisać wiadomość ? Tags can be used to categorize and prioritize your messages - + @@ -10939,12 +11456,12 @@ Czy chcesz zapisać wiadomość ? Distant messages: - + Load embedded images - + @@ -10952,7 +11469,7 @@ Czy chcesz zapisać wiadomość ? Sub: - + @@ -10993,12 +11510,12 @@ Czy chcesz zapisać wiadomość ? Cc: - + Bcc: - + @@ -11074,17 +11591,17 @@ Czy chcesz zapisać wiadomość ? Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11097,7 +11614,7 @@ Czy chcesz zapisać wiadomość ? Compose - + @@ -11117,7 +11634,7 @@ Czy chcesz zapisać wiadomość ? Reply all - + @@ -11127,7 +11644,7 @@ Czy chcesz zapisać wiadomość ? Forward - + @@ -11230,7 +11747,7 @@ Czy chcesz zapisać wiadomość ? Compose - + @@ -11250,7 +11767,7 @@ Czy chcesz zapisać wiadomość ? Reply all - + @@ -11260,7 +11777,7 @@ Czy chcesz zapisać wiadomość ? Foward - + @@ -11334,7 +11851,7 @@ Czy chcesz zapisać wiadomość ? Total Inbox: - + @@ -11386,23 +11903,23 @@ Czy chcesz zapisać wiadomość ? Save As... - + Reply to Message - + Reply to All - + Forward Message - + @@ -11432,53 +11949,53 @@ Czy chcesz zapisać wiadomość ? Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + @@ -11508,27 +12025,27 @@ Czy chcesz zapisać wiadomość ? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + System - + System Open in a new window - + Open in a new tab - + @@ -11543,7 +12060,7 @@ Czy chcesz zapisać wiadomość ? Add Star - + @@ -11553,44 +12070,44 @@ Czy chcesz zapisać wiadomość ? Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + @@ -11600,12 +12117,12 @@ Czy chcesz zapisać wiadomość ? Click to sort by to - + This message goes to a distant person. - + @@ -11614,7 +12131,7 @@ Czy chcesz zapisać wiadomość ? Total: - + @@ -11625,22 +12142,22 @@ Czy chcesz zapisać wiadomość ? Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11648,17 +12165,17 @@ Czy chcesz zapisać wiadomość ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11666,17 +12183,17 @@ Czy chcesz zapisać wiadomość ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11694,17 +12211,17 @@ Czy chcesz zapisać wiadomość ? Reply to Message - + Reply Message - + Odpowiedz Wiadomością Delete Message - + @@ -11725,22 +12242,22 @@ Czy chcesz zapisać wiadomość ? Message From - + Sent Msg - + Draft Msg - + Pending Msg - + @@ -11753,52 +12270,52 @@ Czy chcesz zapisać wiadomość ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11806,12 +12323,12 @@ Czy chcesz zapisać wiadomość ? Filter: - + Search Network - + @@ -11823,7 +12340,7 @@ Czy chcesz zapisać wiadomość ? Did I authenticated peer - + @@ -11833,54 +12350,54 @@ Czy chcesz zapisać wiadomość ? Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + @@ -11890,37 +12407,37 @@ Czy chcesz zapisać wiadomość ? Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + Peer ID - + Deny friend - + Peer details... - + @@ -11930,22 +12447,22 @@ Czy chcesz zapisać wiadomość ? Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11953,7 +12470,7 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + @@ -11963,17 +12480,17 @@ For security, your keyring was previously backed-up to file Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + @@ -11983,22 +12500,22 @@ For security, your keyring was previously backed-up to file Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + @@ -12008,7 +12525,7 @@ For security, your keyring was previously backed-up to file Last hour - + @@ -12023,95 +12540,95 @@ For security, your keyring was previously backed-up to file %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12119,7 +12636,7 @@ Reported error: Network - + @@ -12127,22 +12644,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12150,7 +12667,7 @@ Reported error: New Tag - + @@ -12160,7 +12677,7 @@ Reported error: Choose color - + @@ -12178,7 +12695,7 @@ Reported error: News Feed - + @@ -12188,7 +12705,7 @@ Reported error: Remove All - + @@ -12198,22 +12715,22 @@ Reported error: News feed - + Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12221,7 +12738,7 @@ Reported error: News Feed - + @@ -12262,7 +12779,7 @@ Reported error: Systray Icon - + @@ -12273,24 +12790,24 @@ Reported error: Connect attempt - + Toasters - + Friend Connect - + Ip security - + @@ -12300,12 +12817,12 @@ Reported error: Download completed - + Pobieranie zakończone Private Chat - + @@ -12315,32 +12832,32 @@ Reported error: Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + Group chat - + Chat grupowy @@ -12350,37 +12867,37 @@ Reported error: Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + @@ -12390,90 +12907,90 @@ Reported error: Disable All Toasters - + Posted - + Disable All Toaster temporarily - + Feed - + Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + @@ -12488,23 +13005,23 @@ Reported error: Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12512,7 +13029,7 @@ Reported error: Friend Online - + @@ -12525,7 +13042,7 @@ Reported error: No Anon D/L - + @@ -12535,15 +13052,15 @@ Reported error: Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12551,42 +13068,42 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12596,51 +13113,51 @@ Reported error: No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12650,113 +13167,174 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Załącz podpisy + + + Options + Opcje + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. - + - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + Your trust in this peer is full. - + Your trust in this peer is marginal. - + Your trust in this peer is none. - + - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure - + @@ -12764,19 +13342,19 @@ p, li { white-space: pre-wrap; } Być może hasło jest błędne - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12823,12 +13401,12 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + @@ -12838,12 +13416,12 @@ p, li { white-space: pre-wrap; } IP Address: - + Connection Method: - + @@ -12863,22 +13441,22 @@ p, li { white-space: pre-wrap; } Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12891,7 +13469,7 @@ p, li { white-space: pre-wrap; } Unknown Peer - + @@ -12901,7 +13479,7 @@ p, li { white-space: pre-wrap; } Send Message - + @@ -12909,12 +13487,12 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + @@ -12925,26 +13503,80 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12960,7 +13592,7 @@ p, li { white-space: pre-wrap; } PhotoShare - + @@ -12970,7 +13602,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -12985,7 +13617,7 @@ p, li { white-space: pre-wrap; } Caption - + @@ -13028,14 +13660,14 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13048,7 +13680,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13061,9 +13693,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13106,7 +13738,7 @@ p, li { white-space: pre-wrap; } Shared Albums - + @@ -13116,13 +13748,13 @@ p, li { white-space: pre-wrap; } PhotoShare - + Please select an album before requesting to edit it! - + @@ -13130,7 +13762,7 @@ requesting to edit it! Album Name - + @@ -13192,7 +13824,7 @@ requesting to edit it! TextLabel - + @@ -13204,7 +13836,7 @@ requesting to edit it! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13230,17 +13862,17 @@ p, li { white-space: pre-wrap; } Disable - + Launch configuration panel, if provided by the plugin - + Configure - + @@ -13250,12 +13882,12 @@ p, li { white-space: pre-wrap; } File name: - + File hash: - + @@ -13273,37 +13905,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13311,22 +13943,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13334,27 +13966,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13363,37 +13995,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13401,12 +14033,12 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13428,17 +14060,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13451,31 +14083,31 @@ malicious behavior of crafted plugins. Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13483,32 +14115,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13516,7 +14148,7 @@ malicious behavior of crafted plugins. Signed by: - + @@ -13531,32 +14163,32 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + @@ -13566,7 +14198,7 @@ malicious behavior of crafted plugins. Link - + @@ -13574,22 +14206,22 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + @@ -13617,32 +14249,32 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + @@ -13655,7 +14287,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13671,7 +14303,7 @@ malicious behavior of crafted plugins. Posted Description - + @@ -13681,7 +14313,7 @@ malicious behavior of crafted plugins. New Posted - + @@ -13692,7 +14324,7 @@ malicious behavior of crafted plugins. PostedItem - + 0 0 @@ -13703,9 +14335,9 @@ malicious behavior of crafted plugins. - + Comments - + Komentarze @@ -13715,12 +14347,12 @@ malicious behavior of crafted plugins. Vote up - + Vote down - + @@ -13730,7 +14362,7 @@ malicious behavior of crafted plugins. Set as read and remove item - + @@ -13738,7 +14370,17 @@ malicious behavior of crafted plugins. Nowy - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Przełącz status przeczytanej wiadomości @@ -13748,14 +14390,14 @@ malicious behavior of crafted plugins. Usuń element - + Loading Wczytywanie By - + @@ -13768,7 +14410,7 @@ malicious behavior of crafted plugins. Hot - + @@ -13778,7 +14420,7 @@ malicious behavior of crafted plugins. Top - + @@ -13793,22 +14435,22 @@ malicious behavior of crafted plugins. This Week - + This Month - + This Year - + Submit a new Post - + @@ -13823,7 +14465,7 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id before Voting - + @@ -13833,7 +14475,7 @@ malicious behavior of crafted plugins. 1-10 - + 1-10 @@ -13841,17 +14483,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13859,7 +14501,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13867,7 +14509,7 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + @@ -13882,22 +14524,22 @@ malicious behavior of crafted plugins. Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13921,7 +14563,7 @@ malicious behavior of crafted plugins. GID - + @@ -13947,7 +14589,7 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + @@ -13982,7 +14624,7 @@ and use the import button to load it Your identity was imported successfully: - + @@ -13999,28 +14641,28 @@ and use the import button to load it <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -14029,12 +14671,12 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + @@ -14059,7 +14701,7 @@ p, li { white-space: pre-wrap; } Peer ID: - + @@ -14094,7 +14736,7 @@ p, li { white-space: pre-wrap; } External Address: - + @@ -14104,7 +14746,7 @@ p, li { white-space: pre-wrap; } Addresses list: - + @@ -14115,12 +14757,12 @@ p, li { white-space: pre-wrap; } Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14128,7 +14770,7 @@ p, li { white-space: pre-wrap; } Post From: - + @@ -14152,7 +14794,7 @@ p, li { white-space: pre-wrap; } Add to Pulse - + @@ -14162,7 +14804,7 @@ p, li { white-space: pre-wrap; } URL Adder - + @@ -14182,7 +14824,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14208,118 +14850,123 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + @@ -14329,67 +14976,82 @@ and open the Make Friend Wizard. Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + @@ -14401,113 +15063,108 @@ Symbole <b>",|,/,\,&lt;,&gt;,*,?</b> zostaną zastąpio Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14515,27 +15172,27 @@ Symbole <b>",|,/,\,&lt;,&gt;,*,?</b> zostaną zastąpio Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + @@ -14545,156 +15202,156 @@ Reported error is: TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Temat: Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + Błąd unable to parse XML file! - + @@ -14709,12 +15366,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14723,7 +15380,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14731,7 +15388,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14740,73 +15397,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Automatyczne (UPnP) Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14814,17 +15471,17 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14842,12 +15499,12 @@ p, li { white-space: pre-wrap; } Network Wide - + Browseable - + @@ -14862,65 +15519,65 @@ p, li { white-space: pre-wrap; } Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + @@ -14930,42 +15587,42 @@ p, li { white-space: pre-wrap; } Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Ostrzeżenie! Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14973,12 +15630,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -15009,12 +15666,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -15022,60 +15679,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15083,17 +15740,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15101,32 +15758,32 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + @@ -15138,12 +15795,12 @@ p, li { white-space: pre-wrap; } kB/s - + Friends of Friends - + Przyjaciele Przyjaciół @@ -15153,37 +15810,37 @@ p, li { white-space: pre-wrap; } Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15196,12 +15853,12 @@ p, li { white-space: pre-wrap; } Recommend in a message to - + Collection - + @@ -15209,7 +15866,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15217,22 +15874,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15245,33 +15902,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15279,17 +15936,17 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + @@ -15300,15 +15957,15 @@ p, li { white-space: pre-wrap; } Download! - + - + File Plik - + Size Rozmiar @@ -15320,12 +15977,12 @@ p, li { white-space: pre-wrap; } Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Niektóre nazwy plików lub katalogów zawierały zakazane symbole. Symbole <b>",|,/,\,&lt;,&gt;,*,?</b> zostaną zastąpione przez '_'. @@ -15334,7 +15991,7 @@ Pliki których to dotyczy są oznaczone na czerwono. Selected files : - + @@ -15344,12 +16001,12 @@ Pliki których to dotyczy są oznaczone na czerwono. <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + @@ -15359,12 +16016,12 @@ Pliki których to dotyczy są oznaczone na czerwono. <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15372,58 +16029,63 @@ Pliki których to dotyczy są oznaczone na czerwono. Zapisz - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15433,42 +16095,42 @@ Pliki których to dotyczy są oznaczone na czerwono. Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15477,17 +16139,17 @@ Pliki których to dotyczy są oznaczone na czerwono. Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15495,31 +16157,31 @@ Pliki których to dotyczy są oznaczone na czerwono. Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + @@ -15529,7 +16191,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15539,16 +16201,16 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15556,55 +16218,55 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. - + Sets the directory RetroShare uses for data files. - + Sets the name and location of RetroShare's logfile. - + Sets the verbosity of RetroShare's logging. - + Sets RetroShare's interface style. - + Sets RetroShare's interface stylesheets. - + Sets RetroShare's language. - + RetroShare Usage Information - + - + Unable to open log file '%1': %2 - + @@ -15614,27 +16276,36 @@ Reducing image to %1x%2 pixels? Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15650,12 +16321,12 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + @@ -15665,43 +16336,43 @@ Reducing image to %1x%2 pixels? Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + @@ -15711,27 +16382,27 @@ Reducing image to %1x%2 pixels? Clear - + KeyWords - + Results - + Search Id - + Filename - + @@ -15761,27 +16432,27 @@ Reducing image to %1x%2 pixels? Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + @@ -15791,7 +16462,7 @@ Reducing image to %1x%2 pixels? CD-Image - + @@ -15821,12 +16492,12 @@ Reducing image to %1x%2 pixels? Download Selected - + Download selected - + @@ -15847,7 +16518,7 @@ Reducing image to %1x%2 pixels? Send RetroShare Link - + @@ -15857,24 +16528,24 @@ Reducing image to %1x%2 pixels? Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + @@ -15884,7 +16555,7 @@ Reducing image to %1x%2 pixels? Remove All - + @@ -15895,7 +16566,7 @@ Reducing image to %1x%2 pixels? New RetroShare Link(s) - + @@ -15905,27 +16576,27 @@ Reducing image to %1x%2 pixels? Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15933,7 +16604,7 @@ Reducing image to %1x%2 pixels? Peer details - + @@ -15949,12 +16620,12 @@ Reducing image to %1x%2 pixels? IP address: - + Peer ID: - + @@ -15964,14 +16635,14 @@ Reducing image to %1x%2 pixels? Peer Name: - + Unknown Peer - + @@ -15981,33 +16652,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16020,17 +16691,17 @@ Reducing image to %1x%2 pixels? Accept Friend Request - + Peer details - + Deny friend - + @@ -16061,12 +16732,12 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + @@ -16076,12 +16747,12 @@ Reducing image to %1x%2 pixels? IP Address: - + Connection Method: - + @@ -16096,12 +16767,12 @@ Reducing image to %1x%2 pixels? Connect Attempt - + Connection refused by remote peer - + @@ -16111,12 +16782,12 @@ Reducing image to %1x%2 pixels? Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16125,7 +16796,7 @@ Reducing image to %1x%2 pixels? Unknown Peer - + @@ -16140,27 +16811,27 @@ Reducing image to %1x%2 pixels? Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16168,17 +16839,17 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + @@ -16188,7 +16859,7 @@ Reducing image to %1x%2 pixels? Firewalled - + @@ -16198,22 +16869,22 @@ Reducing image to %1x%2 pixels? Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -16224,180 +16895,180 @@ Reducing image to %1x%2 pixels? External Address - + Adres zewnętrzny Dynamic DNS - + Dynamiczny DNS Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16407,23 +17078,23 @@ Also check your ports! Network - + IP Filters - + IP blacklist - + IP range - + @@ -16437,13 +17108,13 @@ Also check your ports! Origin - + Reason - + @@ -16455,158 +17126,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16619,78 +17290,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16698,27 +17369,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16726,7 +17397,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16741,12 +17412,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16762,18 +17433,18 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + @@ -16783,27 +17454,27 @@ If you have issues connecting over Tor check the Tor logs too. Virtual Folder - + Folder wirtualny Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16811,7 +17482,7 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + @@ -16821,13 +17492,13 @@ If you have issues connecting over Tor check the Tor logs too. Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16835,12 +17506,12 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + @@ -16855,7 +17526,7 @@ Select the Friends with which you want to Share your Channel. Share flags - + @@ -16865,7 +17536,7 @@ Select the Friends with which you want to Share your Channel. Add a Share Directory - + @@ -16875,7 +17546,7 @@ Select the Friends with which you want to Share your Channel. Stop sharing selected Directory - + @@ -16891,7 +17562,7 @@ Select the Friends with which you want to Share your Channel. Edit selected Shared Directory - + @@ -16902,12 +17573,12 @@ Select the Friends with which you want to Share your Channel. Share Manager - + Edit Shared Folder - + @@ -16917,28 +17588,28 @@ Select the Friends with which you want to Share your Channel. Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16951,12 +17622,12 @@ Select the Friends with which you want to Share your Channel. Search files - + Start Search - + @@ -16966,7 +17637,7 @@ Select the Friends with which you want to Share your Channel. Tree view - + @@ -16981,27 +17652,27 @@ Select the Friends with which you want to Share your Channel. One day old - + One Week old - + One month old - + check files - + Download selected - + @@ -17011,38 +17682,38 @@ Select the Friends with which you want to Share your Channel. Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + @@ -17052,22 +17723,22 @@ Select the Friends with which you want to Share your Channel. Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17075,48 +17746,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Przyjaciel Go Online - + Chatmessage - + New Msg - + Message - + Wiadomość Message arrived - + Download - + Pobierz Download complete - + Lobby - + @@ -17144,7 +17815,7 @@ Select the Friends with which you want to Share your Channel. Filename - + @@ -17159,7 +17830,7 @@ Select the Friends with which you want to Share your Channel. Default - + Domyślne @@ -17167,30 +17838,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile Załaduj profil Load configuration - + Create interface - + @@ -17208,29 +17879,29 @@ Select the Friends with which you want to Share your Channel. Name (PGP Id) - location: - + Remember Password - + Log In - + Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + @@ -17249,9 +17920,9 @@ The current identities/locations will not be affected. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17260,7 +17931,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17269,7 +17940,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17278,7 +17949,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17306,7 +17977,7 @@ This choice can be reverted in settings. Messenger - + @@ -17332,32 +18003,32 @@ This choice can be reverted in settings. ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + @@ -17371,22 +18042,22 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + @@ -17396,38 +18067,38 @@ This choice can be reverted in settings. Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + @@ -17443,93 +18114,93 @@ This choice can be reverted in settings. Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17537,7 +18208,7 @@ This choice can be reverted in settings. Status message - + @@ -17549,16 +18220,16 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17573,23 +18244,23 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + @@ -17604,12 +18275,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17627,7 +18298,7 @@ p, li { white-space: pre-wrap; } Download File - + @@ -17639,7 +18310,7 @@ p, li { white-space: pre-wrap; } Play File - + @@ -17649,23 +18320,23 @@ p, li { white-space: pre-wrap; } Save File - + ERROR - + EXTRA - + REMOTE - + @@ -17675,33 +18346,33 @@ p, li { white-space: pre-wrap; } LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + @@ -17722,17 +18393,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Subskrybowane - + Unsubscribe Wypisz się - + Subscribe Zapisz się @@ -17750,22 +18421,22 @@ p, li { white-space: pre-wrap; } Important - + Work - + Praca Personal - + Todo - + @@ -17791,12 +18462,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17814,27 +18485,27 @@ p, li { white-space: pre-wrap; } Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + @@ -17851,43 +18522,43 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17922,7 +18593,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Pobierania @@ -17930,10 +18601,10 @@ p, li { white-space: pre-wrap; } Uploads - + - + Name i.e: file name @@ -17950,7 +18621,7 @@ p, li { white-space: pre-wrap; } Completed - + @@ -17981,7 +18652,7 @@ p, li { white-space: pre-wrap; } Speed / Queue position - + @@ -17993,13 +18664,13 @@ p, li { white-space: pre-wrap; } Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + @@ -18016,7 +18687,7 @@ p, li { white-space: pre-wrap; } Transferred - + @@ -18033,7 +18704,7 @@ p, li { white-space: pre-wrap; } Friends files - + @@ -18043,7 +18714,7 @@ p, li { white-space: pre-wrap; } Download from collection file... - + @@ -18105,40 +18776,40 @@ p, li { white-space: pre-wrap; } Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + @@ -18154,7 +18825,7 @@ p, li { white-space: pre-wrap; } Progressive - + @@ -18164,85 +18835,85 @@ p, li { white-space: pre-wrap; } Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - + - - + + Okay Ok - - + + Waiting Oczekiwanie - + Downloading Pobieranie - + Complete - + - + Queued - + Paused - + @@ -18255,7 +18926,7 @@ p, li { white-space: pre-wrap; } Nieznane - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18266,17 +18937,17 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + @@ -18299,7 +18970,7 @@ Try to be patient! Can't create link for file %1. - + @@ -18309,35 +18980,35 @@ Try to be patient! Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data Ostatnio widziano @@ -18345,7 +19016,7 @@ Try to be patient! UserID - + @@ -18365,12 +19036,12 @@ Try to be patient! Show Size Column - + Show Completed Column - + @@ -18400,37 +19071,37 @@ Try to be patient! Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + @@ -18440,7 +19111,7 @@ Try to be patient! Show Last Time Seen Column - + @@ -18466,57 +19137,57 @@ Try to be patient! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18547,7 +19218,7 @@ Try to be patient! DIR - + @@ -18577,7 +19248,7 @@ Try to be patient! Share Flags - + @@ -18596,13 +19267,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18611,17 +19282,17 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + @@ -18632,7 +19303,7 @@ Try to be patient! Request id: %1 from [%2] %3 secs ago - + @@ -18640,12 +19311,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18653,42 +19324,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18696,47 +19367,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18865,57 +19536,57 @@ Try to be patient! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18943,7 +19614,7 @@ Try to be patient! Holiday - + Wakacje @@ -18964,7 +19635,7 @@ Try to be patient! Random - + Losowe @@ -18974,7 +19645,7 @@ Try to be patient! Share Options - + @@ -18984,32 +19655,32 @@ Try to be patient! All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + @@ -19058,17 +19729,17 @@ Try to be patient! Page Name - + Page Id - + Orig Id - + @@ -19083,7 +19754,7 @@ Try to be patient! Republish - + @@ -19108,42 +19779,42 @@ Try to be patient! My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + @@ -19161,17 +19832,17 @@ Try to be patient! Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + @@ -19181,12 +19852,12 @@ Try to be patient! By - + PageId - + @@ -19244,12 +19915,12 @@ Try to be patient! Revert - + Submit - + @@ -19270,7 +19941,7 @@ Try to be patient! Republish - + @@ -19314,7 +19985,7 @@ Try to be patient! Update Group - + @@ -19322,7 +19993,7 @@ Try to be patient! TimeRange - + @@ -19358,17 +20029,17 @@ Try to be patient! until - + Search/Filter - + Network Wide - + @@ -19378,12 +20049,12 @@ Try to be patient! Showing: - + Yourself - + @@ -19398,7 +20069,7 @@ Try to be patient! Custom - + @@ -19422,12 +20093,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19442,7 +20113,7 @@ Try to be patient! B bytes - + @@ -19483,65 +20154,65 @@ Try to be patient! < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_pt.ts b/retroshare-gui/src/lang/retroshare_pt.ts index e9776f8d3..6f9fa120a 100644 --- a/retroshare-gui/src/lang/retroshare_pt.ts +++ b/retroshare-gui/src/lang/retroshare_pt.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -18,42 +20,42 @@ About RetroShare - + About - + Copy Info - + close - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) - + @@ -61,7 +63,7 @@ Add Comment - + @@ -69,28 +71,28 @@ File type(extension): - + Use default command - + Command - + RetroShare - + - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file - + @@ -98,42 +100,42 @@ RetroShare: Advanced Search - + Search Criteria - + Add a further search criterion. - + Reset the search criteria. - + Cancels the search. - + Cancel - + Perform the advanced search. - + Search - + @@ -142,206 +144,206 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + Description: - + Share Options - + Policy: - + Quality: - + Comments: - + Identity: - + Public - + Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Back - + Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -350,101 +352,101 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + Description: - + Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -452,32 +454,32 @@ p, li { white-space: pre-wrap; } Form - + TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -485,169 +487,169 @@ p, li { white-space: pre-wrap; } Language - + Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + Style - + Choose RetroShare's interface style - + Style Sheet - + Appearance - + Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -656,43 +658,43 @@ p, li { white-space: pre-wrap; } RetroShare - + Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -700,17 +702,17 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + [ERROR]) - + @@ -718,32 +720,32 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + Remove - + Set your Avatar picture - + Load Avatar - + @@ -751,15 +753,15 @@ p, li { white-space: pre-wrap; } Click to change your avatar - + BWGraphSource - + KB/s - + @@ -767,7 +769,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -775,7 +777,7 @@ p, li { white-space: pre-wrap; } RetroShare Bandwidth Usage - + @@ -791,57 +793,57 @@ p, li { white-space: pre-wrap; } Receive Rate - + Send Rate - + Always on Top - + Style - + Changes the transparency of the Bandwidth Graph - + 100 - + % Opaque - + Save - + Cancel - + Since: - + Hide Settings - + @@ -850,23 +852,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + @@ -874,77 +876,77 @@ p, li { white-space: pre-wrap; } Name - + ID - + In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + Form - + @@ -952,42 +954,42 @@ p, li { white-space: pre-wrap; } Form - + Friend: - + Type: - + Up - + Down - + Service: - + Unit: - + Log scale - + @@ -995,27 +997,27 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + General - + Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1023,155 +1025,160 @@ p, li { white-space: pre-wrap; } Participants - + Change nick name - + Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 - + Topic: %1 - + Lobby chat - + - + Lobby management - + %1 has left the lobby. - + %1 joined the lobby. - + %1 changed his name to: %2 - + Unsubscribe to lobby - + Do you want to unsubscribe to this chat lobby? - + Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1179,7 +1186,7 @@ p, li { white-space: pre-wrap; } Show Chat Lobby - + @@ -1187,194 +1194,194 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name - + Count - + Topic - + Private Lobbies - + Public Lobbies - + Create chat lobby - + [No topic provided] - + - + Selected lobby info - + Private - + Public - + Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + Yes - + No - + - + Lobby Name: - + Lobby Id: - + Topic: - + Type: - + Security: - + Peers: - + @@ -1384,93 +1391,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + Mostrar column - + @@ -1478,201 +1485,206 @@ Double click lobbies to enter and chat. Remove Item - + Write a quick Message - + Send Mail - + Write Message - + Start Chat - + Send - + Cancel - + - + Quick Message - + ChatPage - + General - + - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + Chat Settings - + Enable Emoticons Private Chat - + Enable Emoticons Group Chat - + Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return - + + + + + Send as plain text by default + Chat Lobby - + Blink tab icon - + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + Chat Font - + Change Chat Font - + Chat Font: - + History - + Style - + Group chat - + Variant - + @@ -1686,108 +1698,108 @@ Double click lobbies to enter and chat. Description: - + Private chat - + Incoming - + Outgoing - + - + Incoming message in history - + Outgoing message in history - + Incoming message - + Outgoing message - + Outgoing offline message - + System - + System message - + UserName - + /me is sending a message with /me - + Chat - + <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1797,100 +1809,100 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat - + Compact style for group chat - + Standard style for private chat - + Compact style for private chat - + Standard style for history - + Compact style for history - + @@ -1898,7 +1910,7 @@ Double click lobbies to enter and chat. Show Chat - + @@ -1906,7 +1918,7 @@ Double click lobbies to enter and chat. Private Chat - + @@ -1914,281 +1926,289 @@ Double click lobbies to enter and chat. Close - + - + Send - + - + Bold - + Underline - + Italic - + - + Attach a Picture - + - + Strike - + Clear Chat History - + Disable Emoticons - + Save Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Choose font - + Reset font to default - + - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... - + - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? - + - + Add Extra File - + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + appears to be Offline. - + Messages you send will be delivered after Friend is again Online - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2196,360 +2216,334 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + Name - + IDs - + - + Personal Circles - + Public Circles - + Peers - + Status - + ID - + - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details - + Node info - + Peer Address - + - + Local Address - + External Address - + Dynamic DNS - + Port - + Addresses list - + - + + Use this certificate to make friends: + + + + Include signatures - + - - + + RetroShare - + - - + + Error : cannot get peer details. - + - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - Options - Opções + Opções - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + none - + <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2557,228 +2551,228 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + Include signatures - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + Browse - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend request - + Details about the request - + Peer details - + @@ -2790,23 +2784,23 @@ Double click lobbies to enter and chat. Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + Location: - + @@ -2818,194 +2812,194 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + Make Friend - + Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + Certificate Load Failed - + Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + RetroShare Invitation - + Ultimate - + Full - + Marginal - + @@ -3015,186 +3009,186 @@ resources. No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3202,69 +3196,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3272,228 +3266,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3502,214 +3496,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3717,248 +3711,310 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name - + - - Creator - - - - - Distribution - - - - + Public - + - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs - + - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID - + Type - + - - - - + + Name: + Nome: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare - + - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add Adicionar Remove - + - + Search - + - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + - - Group Name - + + Group Name: + - + + Group ID: + + + + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3967,260 +4023,270 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + Subject : - + Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + Paste RetroShare Link - + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + Add Extra File - + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + Forum - + Subject - + Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message - + Please choose Signing Id, it is required - + Add Extra File - + + + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send - + - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4229,82 +4295,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4312,7 +4378,7 @@ Do you want to reject this message? Public Information - + @@ -4322,127 +4388,127 @@ Do you want to reject this message? Location: - + Location ID: - + Software Version: - + Online since: - + Other Information - + Certificate - + Include signatures - + Save Key into a file - + A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Error - + Your certificate could not be parsed correctly. Please contact the developers. - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4450,7 +4516,7 @@ Do you want to reject this message? users - + @@ -4458,38 +4524,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4497,27 +4563,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4525,62 +4591,62 @@ Do you want to reject this message? Details - + General - + Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + Copy link to clipboard - + Rating - + Comments - + File Name - + @@ -4588,333 +4654,333 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + Peer Address - + Name - + PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + Source - + Proxy - + Destination - + Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + @@ -4924,64 +4990,64 @@ Do you want to reject this message? Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + Unknown - + RELAY END - + Yourself - + unknown - + unlimited - + Own Relay - + RELAY PROXY - + @@ -4990,27 +5056,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5018,113 +5084,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5132,98 +5198,98 @@ Do you want to reject this message? Incoming Directory - + Browse - + Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5231,12 +5297,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5244,7 +5310,7 @@ you plug it in. Start file - + @@ -5254,36 +5320,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5291,12 +5357,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5304,52 +5370,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5357,47 +5423,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5405,52 +5471,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5458,73 +5524,73 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + RetroShare collection file - + Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5532,37 +5598,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5570,37 +5636,37 @@ you plug it in. Misc - + Set message to read on activate - + Expand new messages - + Forum - + Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5608,283 +5674,283 @@ you plug it in. Last Contact - + Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + Chat - + Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + Details - + Deny - + Send message - + @@ -5892,17 +5958,17 @@ at least one peer was not added to a group Confirm Friend Request - + wants to be friend with you on RetroShare - + Unknown (Incoming) Connect Attempt - + @@ -5910,32 +5976,32 @@ at least one peer was not added to a group Search : - + Sort by state - + Name - + Search Friends - + - + Mark all - + Mark none - + @@ -5943,122 +6009,122 @@ at least one peer was not added to a group Edit status message - + Broadcast - + Clear Chat History - + Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + Browse Message History - + Browse History - + Save Chat History - + Add a new Group - + Delete Chat History - + Deletes all stored and displayed chat history - + Create new Chat lobby - + Choose Font - + Reset font to default - + Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6066,305 +6132,305 @@ at least one peer was not added to a group Create new Profile - + Name - + Enter your nickname here - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + Password - + [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + All fields are required with a minimum of 3 characters - + Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + Port - + This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6373,77 +6439,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6451,103 +6517,133 @@ Fill in your PGP password when asked, to sign your new key. Startup - + Start RetroShare when my system starts - + Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + Misc - + Do not show the Quit RetroShare MessageBox - + Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + Could not add retroshare:// as protocol. - + Could not remove retroshare:// protocol. - + General - + - + Minimize to Tray Icon - + @@ -6556,55 +6652,55 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6616,31 +6712,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6653,107 +6749,107 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + RetroShare Invitation - + Your friend has installed RetroShare, and would like you to try it out. - + You can get RetroShare here: %1 - + RetroShare is a private Friend-2-Friend sharing network. - + forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + Cut and paste the text below into your RetroShare client - + and send them your ID Certificate to get securely connected. - + Cut Below Here - + RetroShare Feedback - + RetroShare Support - + It has many features, including built-in chat, messaging, - + @@ -6761,82 +6857,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Unknown Peer - + Pending packets - + Unknown - + @@ -6844,22 +6940,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6867,7 +6963,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6875,27 +6979,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6903,78 +7007,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6982,12 +7086,12 @@ p, li { white-space: pre-wrap; } Form - + Hide tabbar with one open tab - + @@ -6995,47 +7099,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7043,57 +7147,62 @@ p, li { white-space: pre-wrap; } Title - + Search Title - + Description - + Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7101,22 +7210,22 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + Name - + @@ -7126,72 +7235,72 @@ p, li { white-space: pre-wrap; } Extension - + Hash - + Date - + Size - + Popularity - + contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7200,68 +7309,68 @@ p, li { white-space: pre-wrap; } Channels - + Create Channel - + Enable Auto-Download - + My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + Subscribed Channels - + Popular Channels - + Other Channels - + Select channel download directory - + Disable Auto-Download - + Set download directory - + [Default directory] - + Specify... - + @@ -7269,52 +7378,52 @@ p, li { white-space: pre-wrap; } Form - + Download - + TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7322,32 +7431,32 @@ p, li { white-space: pre-wrap; } Form - + Filename - + Size - + Title - + Published - + Status - + @@ -7355,37 +7464,37 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + Create - + @@ -7393,257 +7502,308 @@ p, li { white-space: pre-wrap; } Copy RetroShare Link - + Subscribe to Channel - + Expand - + Remove Item - + Channel Description - + Loading - + New Channel - + Hide - + GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Download - + - + Play - + Comments - + Copy RetroShare Link - + Unsubscribe From Channel - + Expand - + Set as read and remove item - + Remove Item - + - + Channel Feed - + - + Files - + Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + Hide - + New - + 0 - + Comment - + I like this - + I dislike this - + - + Loading - + - + Open Abrir Open File - + Play Media - + GxsChannelPostsWidget - + Post to Channel - + Loading - + Search channels - + - + Title - + Search Title - + Message - + Search Message - + Filename - + Search Filename - + No Channel Selected - + - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download - + Enable Auto-Download - + Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + + + + + Distribution: + + + + Feeds - + Files - + - + Subscribers - + - + Description: - + - + Posts (at neighbor nodes): - + @@ -7651,7 +7811,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7659,7 +7819,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7667,67 +7827,67 @@ p, li { white-space: pre-wrap; } Form - + Hot - + New - + Top - + Voter ID: - + Refresh - + Comment - + Author - + Date - + Score - + UpVotes - + DownVotes - + OwnVote - + @@ -7735,22 +7895,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7758,32 +7918,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7791,37 +7951,37 @@ before you can comment Create New Forum - + Forum - + Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + Create - + @@ -7829,38 +7989,38 @@ before you can comment Subscribe to Forum - + Expand - + Remove Item - + Forum Description - + Loading - + New Forum - + Hide - + @@ -7869,48 +8029,48 @@ before you can comment Subject: - + Unsubscribe To Forum - + Expand - + Set as read and remove item - + Remove Item - + In Reply to: - + Loading - + Forum Feed - + Hide - + @@ -7918,251 +8078,291 @@ before you can comment Form - + - + Start new Thread for Selected Forum - + Search forums - + Last Post - + Threaded View - + Flat View - + - + Title - + Date - + - + Author - + Save image - + - + Loading - + Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + Search Title - + Search Date - + Search Author - + Content - + Search Content - + No name - + Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + Mark as read - + with children - + Mark as unread - + Copy RetroShare Link - + Hide - + Expand - + This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + none - + [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8172,85 +8372,85 @@ before you can comment RetroShare - + No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + From - + Sent - + Subject - + On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description - + By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8258,7 +8458,7 @@ before you can comment Forum Post - + @@ -8266,38 +8466,38 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + Forums - + Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8305,85 +8505,85 @@ before you can comment Waiting - + Retrieving - + Loading - + GxsGroupDialog - - + + Name - + - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description - + - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public - + - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + @@ -8393,184 +8593,249 @@ before you can comment New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name - + - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID - + - + Last Post - + + + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + - Popularity - + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + - - Posts - + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + + Popularity + - Type - + Posts + - + Author - + GxsIdLabel - + @@ -8578,146 +8843,146 @@ before you can comment Loading - + Todo - + Print - + PrintPreview - + Unsubscribe - + Subscribe - + Open in new tab - + Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link - + Mark all as read - + Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading - + Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8725,12 +8990,12 @@ before you can comment Loading - + No name - + @@ -8738,42 +9003,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8782,17 +9047,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8801,22 +9066,22 @@ before you can comment RetroShare Help - + Find: - + Find Previous - + Find Next - + @@ -8826,141 +9091,141 @@ before you can comment Whole words only - + Contents - + Help Topics - + Search - + Searching for: - + Found Documents - + Back - + Move to previous page (Backspace) - + Backspace - + Forward - + Move to next page (Shift+Backspace) - + Shift+Backspace - + Home - + Move to the Home page (Ctrl+H) - + Ctrl+H - + Find - + Search for a word or phrase on current page (Ctrl+F) - + Ctrl+F - + Close - + Close Vidalia Help - + Esc - + Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + Text not found in document - + Found %1 results - + Error Loading Help Contents: - + @@ -8968,27 +9233,27 @@ before you can comment About - + Authors - + Thanks to - + Translation - + License Agreement - + @@ -8997,14 +9262,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9015,14 +9280,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9032,16 +9297,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9049,115 +9314,115 @@ p, li { white-space: pre-wrap; } Opening External Link - + RetroShare can open the link you selected in your default Web browser. If your browser is not currently configured to use Tor then the request will not be anonymous. - + Do you want Retroshare to open the link in your Web browser? - + Unable to Open Link - + RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser. - + Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + Type: - + Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9167,497 +9432,733 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + Search - + - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + Type: - + Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9665,43 +10166,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9714,43 +10215,43 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + Type - + @@ -9760,7 +10261,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9769,7 +10270,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9780,32 +10281,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9813,17 +10314,17 @@ p, li { white-space: pre-wrap; } Name - + KeyId - + GXSId - + @@ -9833,27 +10334,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9862,23 +10363,23 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy Copiar Remove - + Mark all - + @@ -9888,12 +10389,12 @@ p, li { white-space: pre-wrap; } Clear history - + Send - + @@ -9902,17 +10403,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9921,69 +10422,69 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options Opções @@ -9991,45 +10492,45 @@ p, li { white-space: pre-wrap; } Messenger - + About - + SMPlayer - + Quit - + Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10038,112 +10539,112 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + Show/Hide - + Status - + Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + Help - + Minimize - + Maximize - + &Quit - + RetroShare - + %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Do you really want to exit RetroShare ? - + - + Internal Error - + Hide - + @@ -10153,604 +10654,604 @@ p, li { white-space: pre-wrap; } Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add Adicionar Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Italic - + Alignment - + Add an Image - + Sets text font to code style - + Underline - + Subject: - + Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + wants to be friends with you on RetroShare - + Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Paste RetroShare Link - + Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + From - + To - + Cc - + Sent - + Subject - + On %1, %2 wrote: - + Re: - + Fwd: - + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + Bcc - + Unknown - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - + Close - + @@ -10758,74 +11259,74 @@ Do you want to save message ? De: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10833,47 +11334,47 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + Set message to read on activate - + Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + @@ -10883,7 +11384,7 @@ Do you want to save message ? Edit - + @@ -10898,32 +11399,32 @@ Do you want to save message ? A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10931,7 +11432,7 @@ Do you want to save message ? Sub: - + @@ -10939,7 +11440,7 @@ Do you want to save message ? Message - + @@ -10947,17 +11448,17 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + Subject: - + @@ -10972,98 +11473,98 @@ Do you want to save message ? Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + No subject - + Download - + Download all - + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11071,47 +11572,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Forward - + Remove selected message - + @@ -11121,81 +11622,81 @@ Do you want to save message ? Print selected message - + Print - + Display - + Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11204,47 +11705,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + @@ -11254,17 +11755,17 @@ Do you want to save message ? Print selected message - + Print - + Display - + @@ -11273,7 +11774,7 @@ Do you want to save message ? Tags - + @@ -11281,7 +11782,7 @@ Do you want to save message ? Inbox - + @@ -11289,18 +11790,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11308,283 +11809,283 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + Subject - + From - + Date - + Content - + Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + Search Date - + Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + System - + Open in a new window - + Open in a new tab - + Mark as read - + Mark as unread - + Add Star - + Edit - + Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11593,33 +12094,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11627,17 +12128,17 @@ Do you want to save message ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11645,27 +12146,27 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + Paste RetroShare Link - + Paste my certificate link - + @@ -11673,58 +12174,58 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + Play Media - + Expand - + Remove Item - + Message From - + Sent Msg - + Draft Msg - + Pending Msg - + Hide - + @@ -11732,52 +12233,52 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11785,146 +12286,146 @@ Do you want to save message ? Filter: - + Search Network - + Name - + Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + Peer ID - + Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11932,165 +12433,165 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + Unknown error - + Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + Unknown - + Last hour - + Today - + Never - + %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12098,7 +12599,7 @@ Reported error: Network - + @@ -12106,22 +12607,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12129,7 +12630,7 @@ Reported error: New Tag - + @@ -12139,17 +12640,17 @@ Reported error: Choose color - + OK - + Cancel - + @@ -12157,7 +12658,7 @@ Reported error: News Feed - + @@ -12167,32 +12668,32 @@ Reported error: Remove All - + This is a test. - + News feed - + Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12200,290 +12701,290 @@ Reported error: News Feed - + Channels - + Forums - + Blogs - + Messages - + Chat - + Security - + Test - + Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + Private Chat - + Group Chat - + Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + Group chat - + Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + Feed - + Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + Test - + This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12491,7 +12992,7 @@ Reported error: Friend Online - + @@ -12499,30 +13000,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12530,232 +13031,293 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + Unknown - + No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures - + + + + + Options + Opções + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + PGP Key details - + - - + + RetroShare - + - - - + + + Error : cannot get peer details. - + - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + Your trust in this peer is full. - + Your trust in this peer is marginal. - + Your trust in this peer is none. - + - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure - + Maybe password is wrong - + - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12768,7 +13330,7 @@ p, li { white-space: pre-wrap; } Unknown - + @@ -12776,23 +13338,23 @@ p, li { white-space: pre-wrap; } Chat - + Start Chat - + Expand - + Remove Item - + @@ -12802,62 +13364,62 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12870,17 +13432,17 @@ p, li { white-space: pre-wrap; } Unknown Peer - + Hide - + Send Message - + @@ -12888,42 +13450,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12931,7 +13547,7 @@ p, li { white-space: pre-wrap; } Form - + @@ -12939,62 +13555,62 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + Comment - + Summary - + Caption - + Where: - + Photo Title: - + When - + ... - + Add Comment - + Write a comment... - + @@ -13002,39 +13618,39 @@ p, li { white-space: pre-wrap; } Form - + TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13042,58 +13658,58 @@ p, li { white-space: pre-wrap; } Form - + Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13101,53 +13717,53 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + Close - + Start - + Start Slide Show - + Stop Slide Show - + @@ -13155,7 +13771,7 @@ requesting to edit it! Remove - + @@ -13163,26 +13779,26 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + @@ -13192,47 +13808,47 @@ p, li { white-space: pre-wrap; } Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + About - + File name: - + File hash: - + Status: - + will be enabled after your restart RetroShare. - + @@ -13240,37 +13856,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13278,22 +13894,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13301,27 +13917,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13330,37 +13946,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13368,18 +13984,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13387,7 +14003,7 @@ malicious behavior of crafted plugins. Popularity - + @@ -13395,17 +14011,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13413,36 +14029,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13450,32 +14066,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13483,57 +14099,57 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + RetroShare - + Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + Title - + Link - + @@ -13541,42 +14157,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13584,37 +14200,37 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + Create - + @@ -13622,107 +14238,117 @@ malicious behavior of crafted plugins. Subscribe to Posted - + Expand - + Remove Item - + Posted Description - + Loading - + New Posted - + Hide - + PostedItem - + 0 - + Site - + - + Comments - + Comment - + Vote up - + Vote down - + \/ - + Set as read and remove item - + New - + - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Remove Item - + - + Loading - + By - + @@ -13730,77 +14356,77 @@ malicious behavior of crafted plugins. Form - + Hot - + New - + Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + Next - + RetroShare - + Please create or choose a Signing Id before Voting - + Previous - + 1-10 - + @@ -13808,17 +14434,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13826,7 +14452,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13834,37 +14460,37 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13873,39 +14499,39 @@ malicious behavior of crafted plugins. Profile Manager - + Name - + Email - + GID - + Export Identity - + RetroShare Identity files (*.asc) - + Identity saved - + @@ -13914,80 +14540,80 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + Select Trusted Friend - + Certificates (*.pqi *.pem) - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -13996,22 +14622,22 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + @@ -14021,73 +14647,73 @@ p, li { white-space: pre-wrap; } Location: - + Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + RetroShare - + Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14095,61 +14721,61 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + Cancel - + Post Pulse to Wire - + @@ -14157,323 +14783,338 @@ p, li { white-space: pre-wrap; } From - + Date - + ... - + QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + Forum not found - + Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare - + - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14481,186 +15122,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14668,19 +15309,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14689,7 +15330,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14697,7 +15338,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14706,73 +15347,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14780,35 +15421,35 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + @@ -14818,115 +15459,115 @@ p, li { white-space: pre-wrap; } Remove - + Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14934,12 +15575,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14947,17 +15588,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14965,17 +15606,17 @@ p, li { white-space: pre-wrap; } Form - + The loading of embedded images is blocked. - + Load images - + @@ -14983,60 +15624,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15044,17 +15685,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15062,89 +15703,89 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + General - + Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15152,17 +15793,17 @@ p, li { white-space: pre-wrap; } Download - + Recommend in a message to - + Collection - + @@ -15170,7 +15811,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15178,27 +15819,27 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + Unknown - + @@ -15206,33 +15847,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15240,149 +15881,154 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + Cancel - + Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + ... - + <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + Save - + - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15392,42 +16038,42 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15436,17 +16082,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15454,31 +16100,31 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + @@ -15488,26 +16134,26 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + Cancel - + File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15515,85 +16161,94 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. - + Sets the directory RetroShare uses for data files. - + Sets the name and location of RetroShare's logfile. - + Sets the verbosity of RetroShare's logging. - + Sets RetroShare's interface style. - + Sets RetroShare's interface stylesheets. - + Sets RetroShare's language. - + RetroShare Usage Information - + - + Unable to open log file '%1': %2 - + built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15601,7 +16256,7 @@ Reducing image to %1x%2 pixels? RTT Statistics - + @@ -15609,282 +16264,282 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + Search - + Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + Type - + Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + Download - + Copy RetroShare Link - + Send RetroShare Link - + Download Notice - + Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + Remove - + Remove All - + Folder - + New RetroShare Link(s) - + Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15892,81 +16547,81 @@ Reducing image to %1x%2 pixels? Peer details - + Expand - + Remove Item - + IP address: - + Peer ID: - + Location: - + Peer Name: - + Unknown Peer - + Hide - + but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15974,43 +16629,43 @@ Reducing image to %1x%2 pixels? wants to be friend with you on RetroShare - + Accept Friend Request - + Peer details - + Deny friend - + Chat - + Start Chat - + Expand - + Remove Item - + @@ -16020,62 +16675,62 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16084,42 +16739,42 @@ Reducing image to %1x%2 pixels? Unknown Peer - + Hide - + Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16127,529 +16782,529 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + Local Address - + External Address - + Dynamic DNS - + Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + Test - + Network - + IP Filters - + IP blacklist - + IP range - + Status - + Origin - + Reason - + Comment - + IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + Remove - + Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16657,27 +17312,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16685,7 +17340,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16695,17 +17350,17 @@ If you have issues connecting over Tor check the Tor logs too. Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16721,48 +17376,48 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + Browse - + Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16770,23 +17425,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16794,37 +17449,37 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + @@ -16834,70 +17489,70 @@ Select the Friends with which you want to Share your Channel. Stop sharing selected Directory - + Remove - + Apply and close - + Edit selected Shared Directory - + Edit - + Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16905,17 +17560,17 @@ Select the Friends with which you want to Share your Channel. Files - + Search files - + Start Search - + @@ -16925,108 +17580,108 @@ Select the Friends with which you want to Share your Channel. Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + Download - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17034,48 +17689,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + Download complete - + Lobby - + @@ -17083,7 +17738,7 @@ Select the Friends with which you want to Share your Channel. Event: - + @@ -17093,32 +17748,32 @@ Select the Friends with which you want to Share your Channel. Browse - + Event - + Filename - + Open File - + Sound - + Default - + Omissão @@ -17126,30 +17781,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17157,60 +17812,60 @@ Select the Friends with which you want to Share your Channel. RetroShare - + Login - + Name (PGP Id) - location: - + Remember Password - + Log In - + Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17219,7 +17874,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17228,7 +17883,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17237,7 +17892,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17245,17 +17900,17 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + @@ -17265,63 +17920,63 @@ This choice can be reverted in settings. Messenger - + About - + SMPlayer - + Quit - + Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + RTT Statistics - + @@ -17330,165 +17985,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17496,30 +18151,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17528,28 +18183,28 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + Style - + @@ -17559,12 +18214,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17572,91 +18227,91 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + Download File - + Download - + Play File - + Play - + Save File - + ERROR - + EXTRA - + REMOTE - + DOWNLOAD - + LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + @@ -17666,30 +18321,30 @@ p, li { white-space: pre-wrap; } Open File - + Copy RetroShare Link - + SubscribeToolButton - + Subscribed - + - + Unsubscribe - + - + Subscribe - + @@ -17697,7 +18352,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17705,27 +18360,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17733,12 +18388,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17746,12 +18401,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17759,90 +18414,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17850,367 +18505,367 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name - + Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + Status - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Search - + Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + Cancel - + Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + Copy RetroShare Link - + Paste RetroShare Link - + Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + Play - + Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - - - - - - - Okay - - - - - - Waiting - - - - - Downloading - - - - - - - - Complete - + + + + Okay + + + + + + Waiting + + + + + Downloading + + + + + + + + Complete + + + + Queued - + Paused - + Checking... - + Unknown - + - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18221,27 +18876,27 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + RetroShare - + @@ -18249,163 +18904,163 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + @@ -18421,57 +19076,57 @@ Try to be patient! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18480,69 +19135,69 @@ Try to be patient! My files - + FILE - + Files - + File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18551,13 +19206,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18566,28 +19221,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18595,12 +19250,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18608,42 +19263,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18651,47 +19306,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18703,7 +19358,7 @@ Try to be patient! Loading - + @@ -18711,22 +19366,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18734,22 +19389,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18757,37 +19412,37 @@ Try to be patient! OK - + Cancel - + Yes - + No - + Help - + Retry - + Show Log - + @@ -18802,12 +19457,12 @@ Try to be patient! Quit - + Browse - + @@ -18815,62 +19470,62 @@ Try to be patient! Form - + Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18878,123 +19533,123 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + Description: - + Share Options - + Public - + All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19003,107 +19658,107 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + Edit - + New Page - + Refresh - + Search - + My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19111,79 +19766,79 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + Status - + @@ -19194,44 +19849,44 @@ Try to be patient! Cancel - + Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19239,37 +19894,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19277,98 +19932,98 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + New - + from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19377,12 +20032,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19391,112 +20046,112 @@ Try to be patient! Unknown Unknown (size) - + B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_ru.ts b/retroshare-gui/src/lang/retroshare_ru.ts index 0181e0e8e..1506404c3 100644 --- a/retroshare-gui/src/lang/retroshare_ru.ts +++ b/retroshare-gui/src/lang/retroshare_ru.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file К сожалению, для этого типа файла не удалось определить программу по умолчанию @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -558,7 +560,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -658,7 +660,7 @@ p, li { white-space: pre-wrap; } Disable SysTray ToolTip - + @@ -775,7 +777,7 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s кБ/с @@ -1005,7 +1007,7 @@ p, li { white-space: pre-wrap; } Log scale - + @@ -1053,6 +1055,11 @@ p, li { white-space: pre-wrap; } Mute participant Игнорировать участника + + + Ban this person (Sets negative opinion) + + Send Message @@ -1061,15 +1068,15 @@ p, li { white-space: pre-wrap; } Sort by Name - + Сортировать по имени Sort by Activity - + - + Invite friends to this lobby Пригласить друзей в эту комнату @@ -1089,7 +1096,7 @@ p, li { white-space: pre-wrap; } Выберите друзей для приглашения: - + Welcome to lobby %1 Добро пожаловать в Комнату %1 @@ -1105,7 +1112,7 @@ p, li { white-space: pre-wrap; } Чат - + Lobby management @@ -1153,12 +1160,12 @@ p, li { white-space: pre-wrap; } секунды - + Start private chat Начать приватную беседу - + Decryption failed. Сбой расшифровки. @@ -1243,12 +1250,12 @@ p, li { white-space: pre-wrap; } ChatLobbyWidget - + Chat lobbies Чаты - + Name Имя @@ -1286,7 +1293,7 @@ p, li { white-space: pre-wrap; } [без темы] - + Selected lobby info Информация о выбранной комнате @@ -1303,7 +1310,7 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + @@ -1326,7 +1333,7 @@ p, li { white-space: pre-wrap; } %1 пригласил вас в комнату %2 - + Search Chat lobbies Поиск чатов @@ -1366,7 +1373,7 @@ p, li { white-space: pre-wrap; } Нет - + Lobby Name: Название комнаты: @@ -1533,7 +1540,7 @@ Double click lobbies to enter and chat. Отмена - + Quick Message Быстрое сообщение @@ -1542,34 +1549,34 @@ Double click lobbies to enter and chat. ChatPage - + General Главное - + Distant Chat - + Everyone - + Contacts - + Контакты Nobody - + Accept encrypted distant chat from - + @@ -1621,6 +1628,11 @@ Double click lobbies to enter and chat. Send message with Ctrl+Return Посылать сообщения по Ctrl + Enter + + + Send as plain text by default + + Chat Lobby @@ -1726,7 +1738,7 @@ Double click lobbies to enter and chat. Исходящие - + Incoming message in history История входящих сообщений @@ -1763,12 +1775,12 @@ Double click lobbies to enter and chat. UserName - + /me is sending a message with /me - + @@ -1861,7 +1873,7 @@ Double click lobbies to enter and chat. Показывать панель по умолчанию - + Private chat invite from Приглашение в приватный чат от @@ -1884,7 +1896,7 @@ Double click lobbies to enter and chat. ChatStyle - + Standard style for group chat Стандартный стиль для группового чата @@ -1938,12 +1950,12 @@ Double click lobbies to enter and chat. Закрыть - + Send Отправить - + Bold Жирный @@ -1958,12 +1970,12 @@ Double click lobbies to enter and chat. Курсив - + Attach a Picture Прикрепить изображения - + Strike Удар @@ -2014,42 +2026,70 @@ Double click lobbies to enter and chat. Сбросить настройки шрифта - + Quote - + Цитата Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... печатает... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Вы действительно хотите удалить историю сообщений с диска? - + Add Extra File Добавить файл @@ -2094,7 +2134,7 @@ Double click lobbies to enter and chat. сейчас занят и не может вам ответить - + Find Case Sensitively Найти с учётом регистра @@ -2116,7 +2156,7 @@ Double click lobbies to enter and chat. Не оставляйте цвет после найденных X пунктов (требуется больше ресурсов процессора) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Найти предыдущее </b><br/><i>Ctrl+Shift+G</i> @@ -2131,12 +2171,12 @@ Double click lobbies to enter and chat. <b>Найти</b><br/><i>Ctrl+F</i> - + (Status) (состояние) - + Set text font & color Указать тип шрифта и цвет текста @@ -2146,7 +2186,7 @@ Double click lobbies to enter and chat. Прикрепить файл - + WARNING: Could take a long time on big history. ВНИМАНИЕ! Может потребовать много времени в случае большой истории @@ -2157,17 +2197,16 @@ Double click lobbies to enter and chat. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Отметить этот выделенный текст</b><br><i>Ctrl + M</i> - %1This message consists of %2 characters. - %1 Это сообщение содержит %2 символов. + %1 Это сообщение содержит %2 символов. - + items found. удовлетворяют условию. @@ -2182,22 +2221,20 @@ Double click lobbies to enter and chat. <b>Вернуться к отмеченному тексту</b><br><i>Ctrl + M</i> - Display Search Box - Отобразить окно поиска + Отобразить окно поиска - Search Box - Окно поиска + Окно поиска - + Type a message here Печатайте ваши сообщения здесь - + Don't stop to color after Не оставляйте цвет после @@ -2207,9 +2244,8 @@ Double click lobbies to enter and chat. найденные пункты (требуется больше ресурсов процессора) - Warning: - Предупреждение: + Предупреждение: @@ -2228,7 +2264,7 @@ Double click lobbies to enter and chat. CirclesDialog - + Showing details: Показаны подробности: @@ -2250,7 +2286,7 @@ Double click lobbies to enter and chat. - + Personal Circles Личные Круги @@ -2276,7 +2312,7 @@ Double click lobbies to enter and chat. - + Friends Друзья @@ -2336,7 +2372,7 @@ Double click lobbies to enter and chat. Друзья друзей - + External Circles (Admin) Внешние круги (администратор) @@ -2360,7 +2396,7 @@ Double click lobbies to enter and chat. ConfCertDialog - + Details Подробности @@ -2376,7 +2412,7 @@ Double click lobbies to enter and chat. - + Local Address Локальный адрес @@ -2403,36 +2439,39 @@ Double click lobbies to enter and chat. Список адресов - + + Use this certificate to make friends: + + + + Include signatures Включая подписи - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Ошибка: не могу получить совокупность деталей. - Use as direct source, when available - Прямой источник, по возможности + Прямой источник, по возможности - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">RetroShare периодически проверяет списки файлов ваших друзей на наличие файлов, которые вы загружаете, чтобы установить прямое соединение для передачи. В этом случае ваши доверенные узлы знают, что вы качаете этот файл.</p><p align="justify">Чтобы отключить такое поведение для этого контакта, снимите галочку. Несмотря на это, вы сможете скачать файл напрямую, если укажете это явно, загружая его непосредственно из списка файлов доверенного узла.</p></body></html> + <html><head/><body><p align="justify">RetroShare периодически проверяет списки файлов ваших друзей на наличие файлов, которые вы загружаете, чтобы установить прямое соединение для передачи. В этом случае ваши доверенные узлы знают, что вы качаете этот файл.</p><p align="justify">Чтобы отключить такое поведение для этого контакта, снимите галочку. Несмотря на это, вы сможете скачать файл напрямую, если укажете это явно, загружая его непосредственно из списка файлов доверенного узла.</p></body></html> - + Encryption Шифрование @@ -2447,17 +2486,16 @@ Double click lobbies to enter and chat. адреса участника - Options - Параметры + Параметры - + Retroshare node details Сведения об узле Retroshare - + Node name : Имя узла: @@ -2492,22 +2530,16 @@ Double click lobbies to enter and chat. Сертификат Retroshare - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - Auto-download recommended files from this node - Авто-загрузка рекомендованных файлов с этого узла + Авто-загрузка рекомендованных файлов с этого узла - + Friend node details Сведения об узле друга - + Hidden Address Скрытый адрес @@ -2543,17 +2575,15 @@ Double click lobbies to enter and chat. <p>Вы можете использовать этот сертификат, чтобы завести новых друзей. Отправьте его по электронной почте или передайте лично в руки.</p> - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - <html><head/> <body><p>Пиры, у которых установлен этот параметр не могут подключиться, если их адрес подключения отсутствует в белом списке. Это защищает вас от пересылки трафика. При использовании, отклоненные пиры будут получать сообщения от «пунктов безопасности канала» в разделе Новости. Там, вы можете управлять белым/черным списком их IP.</p></body></html> + <html><head/> <body><p>Пиры, у которых установлен этот параметр не могут подключиться, если их адрес подключения отсутствует в белом списке. Это защищает вас от пересылки трафика. При использовании, отклоненные пиры будут получать сообщения от «пунктов безопасности канала» в разделе Новости. Там, вы можете управлять белым/черным списком их IP.</p></body></html> - Require white list clearance - Требуется разрешение белого списка + Требуется разрешение белого списка - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> <html><head/> <body><p>Это ID узла <span style="font-weight:600;"> OpenSSL</span> сертификат, которого подписан <span style="font-weight:600;"> PGP</span> ключём выше.</p></body></html> @@ -2629,12 +2659,12 @@ Double click lobbies to enter and chat. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2754,7 +2784,7 @@ Double click lobbies to enter and chat. Email - + Email @@ -3181,7 +3211,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3728,11 +3758,11 @@ even if you don't make friends. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3791,68 +3821,80 @@ p, li { white-space: pre-wrap; } CreateCircleDialog - + + + + Circle Details Подробности о Круге - - + Name Имя - Creator - Создатель + Создатель - Distribution - Распределение + Распределение - + Public Публичный - Self-Restricted - Само-Ограничение + Само-Ограничение - Restricted to: - Ограниченный до: + Ограниченный до: - Circle Membership - Член Круга + Член Круга - + IDs IDs - Known Identities - Известные Личности + Известные Личности - + Filter Фильтр - + Nickname Ник - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3862,55 +3904,104 @@ p, li { white-space: pre-wrap; } Тип - - - - + + Name: + Имя: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Частный + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Пожалуйста, установите имя для вашего Круга - Personal Circle Details - Подробности Личного Круга + Подробности Личного Круга - External Circle Details - Подробности Внешнего Круга + Подробности Внешнего Круга - Cannot Edit Existing Circles Yet - Всё ещё Не Можете Редактировать Существующие Круги + Всё ещё Не Можете Редактировать Существующие Круги - + No Restriction Circle Selected Не Выбрано Ограничение Кругов - + No Circle Limitations Selected Не Выбраны Ограничения Кругов - Create New Personal Circle - Создать новый личный круг + Создать новый личный круг - Create New External Circle - Создать новый внешний круг + Создать новый внешний круг - + Add Добавить @@ -3920,13 +4011,13 @@ p, li { white-space: pre-wrap; } Удалить - + Search Поиск - + All Все @@ -3941,49 +4032,98 @@ p, li { white-space: pre-wrap; } Подписано известными узлами - + Edit Circle Редактировать Круг - - + PGP Identity PGP Подлинность - - - + + + Anon Id Анонимный Id + + + Circle name + + + + + Update + + + Close + Закрыть + + + + + Create New Circle + + + + + Create + Создать + + + PGP Linked Id Привязанный Id PGP + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Создать группу - - Group Name - Имя группы + + Group Name: + Имя группы: - + + Group ID: + + + + Group Name + Имя группы + + + Enter a name for your group Введите имя для группы - + + To be defined + + + + Friends Друзья @@ -4017,9 +4157,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4148,7 +4288,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Создать сообщение на форуме @@ -4193,12 +4333,12 @@ p, li { white-space: pre-wrap; } Новая тема - + No Forum Нет Форума - + In Reply to В ответ на @@ -4224,9 +4364,19 @@ p, li { white-space: pre-wrap; } Add Extra File Добавить файл + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Создание массовой информации @@ -4236,12 +4386,12 @@ p, li { white-space: pre-wrap; } Вы действительно хотите создать %1 сообщений? - + Send Отправить - + Forum Message Сообщение в форуме @@ -4503,7 +4653,7 @@ Do you want to reject this message? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4529,7 +4679,7 @@ Do you want to reject this message? No peer found in DHT - + @@ -4784,7 +4934,7 @@ Do you want to reject this message? Copy %1 to clipboard - + @@ -5040,7 +5190,7 @@ Do you want to reject this message? Relays - + @@ -5203,7 +5353,7 @@ Do you want to reject this message? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Помнить хэш файлов, даже если нет общего доступа к ним. @@ -5691,7 +5841,7 @@ you plug it in. Показать группы - + Group Группа @@ -5732,7 +5882,7 @@ you plug it in. добавить в группу - + Search Поиск @@ -5742,7 +5892,7 @@ you plug it in. Сортировать по состоянию - + Move to group Переместить в группу @@ -5777,12 +5927,12 @@ you plug it in. Доступен - + Do you want to remove this Friend? Вы хотите удалить этого друга? - + Done! Готово @@ -5830,8 +5980,12 @@ at least one peer was not added to a group + Select file for importing your friendlist from + + + Select file for importing yoour friendlist from - Выберите файл для импорта вашего списка друзей + Выберите файл для импорта вашего списка друзей @@ -5875,7 +6029,7 @@ at least one peer was not added to a group IP - + Attempt to connect Соединиться @@ -5905,7 +6059,7 @@ at least one peer was not added to a group Удалить доверенный узел - + Do you want to remove this node? Вы хотите удалить этот узел? @@ -5915,7 +6069,7 @@ at least one peer was not added to a group Узлы друга - + Send message to whole group Отправить сообщение для всей группы @@ -5978,7 +6132,7 @@ at least one peer was not added to a group Поиск друзей - + Mark all Отметить все @@ -6171,7 +6325,12 @@ anonymous, you can use a fake email. Пароль (еще раз) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> Прежде чем продолжить, подвигайте мышью чтобы собрать некоторые случайные данные. Необходимо набрать 20%, желательно до 100% @@ -6235,7 +6394,7 @@ anonymous, you can use a fake email. Поле для местоположения должно быть длиной минимум 3 символа - + Failed to generate your new certificate, maybe PGP password is wrong! Не удалось создать ваш новый сертификат. Может быть, введён неправильный пароль PGP! @@ -6269,7 +6428,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + Create a new profile Создать новый профиль @@ -6320,12 +6479,11 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p <html><head/> <body><p>Это ваш порт подключения</p> <p>Любое значение от 1024 до 65535</p> <p>допустимо. Вы можете изменить его позже.</p></body></html> - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - <html><head/> <body><p>Это Tor Onion адрес вида: xa76giaf6ifda7ri63i263.onion<br/> или адрес I2P в форме: [52символа].b32.i2p</p> <p>Для того, чтобы получить его, вам необходимо настроить Tor для создания новой скрытой службы. Если вы ещё не настроили его, вы можете сделать это позднее в настройках Retroshare -> Сервер -> Панель настройки Tor.</p></body></html> + <html><head/> <body><p>Это Tor Onion адрес вида: xa76giaf6ifda7ri63i263.onion<br/> или адрес I2P в форме: [52символа].b32.i2p</p> <p>Для того, чтобы получить его, вам необходимо настроить Tor для создания новой скрытой службы. Если вы ещё не настроили его, вы можете сделать это позднее в настройках Retroshare -> Сервер -> Панель настройки Tor.</p></body></html> - + PGP key length Длина ключа PGP @@ -6482,12 +6640,12 @@ and use the import button to load it - + Profile generation failure Ошибка генерации профиля - + Missing PGP certificate Отсутствует сертификат PGP @@ -6555,8 +6713,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Зарегистрировать retroshare:// как URL протокол (требуется Перезагрузка) + Зарегистрировать retroshare:// как URL протокол (требуется Перезагрузка) @@ -6564,7 +6726,27 @@ Fill in your PGP password when asked, to sign your new key. Нужно быть администратором чтобы изменить эту опцию. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Бездействие @@ -6584,7 +6766,17 @@ Fill in your PGP password when asked, to sign your new key. Запустить мастер настройки - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Ошибка @@ -6605,7 +6797,7 @@ Fill in your PGP password when asked, to sign your new key. Главное - + Minimize to Tray Icon Сворачиваться в трей @@ -6629,7 +6821,7 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6662,18 +6854,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6685,31 +6877,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6722,7 +6914,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6845,7 +7037,7 @@ p, li { white-space: pre-wrap; } Identity Name - + @@ -6864,33 +7056,45 @@ p, li { white-space: pre-wrap; } - Data size - Размер данных + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data size + Размер данных + + + Data hash Хэш данных - Received - Полученные + Полученные - Send - Отправить + Отправить - + Branching factor - + Details - + Подробности @@ -6923,7 +7127,7 @@ p, li { white-space: pre-wrap; } [Unknown identity] - + @@ -6939,6 +7143,14 @@ p, li { white-space: pre-wrap; } Показать групповой чат + + GroupChooser + + + [Unknown] + [Неизвестный] + + GroupDefs @@ -7072,17 +7284,26 @@ p, li { white-space: pre-wrap; } Контакты: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Пожалуйста, укажите хотя бы одного участника сети - Share channel admin permissions - Разрешения администратора общего канала + Разрешения администратора общего канала - + Share forum admin permissions Разрешения администратора общего форума @@ -7102,9 +7323,8 @@ p, li { white-space: pre-wrap; } Вы можете разрешить вашим друзьям изменять тему. Выберите их в списке ниже. Примечание: Невозможно отменить разрешения для сообщений администратора. - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - Вы можете разрешить вашим друзьям публикации в вашем канале и редактирование описания. Или вы можете отправить полномочия администратора в другой экземпляр Retroshare. Выберите друзей, которым вы хотите разрешить публикации в этом канале. Примечание: невозможно аннулировать полномочия администратора канала. + Вы можете разрешить вашим друзьям публикации в вашем канале и редактирование описания. Или вы можете отправить полномочия администратора в другой экземпляр Retroshare. Выберите друзей, которым вы хотите разрешить публикации в этом канале. Примечание: невозможно аннулировать полномочия администратора канала. @@ -7147,7 +7367,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7155,12 +7385,11 @@ p, li { white-space: pre-wrap; } Показать - You have admin rights - У вас есть права администратора + У вас есть права администратора - + Subscribe to download and read messages Подпишитесь для загрузки и чтения сообщений @@ -7505,6 +7734,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Изменить статус прочитанного сообщения @@ -7515,7 +7754,7 @@ p, li { white-space: pre-wrap; } - + Play Воспроизвести @@ -7552,12 +7791,12 @@ p, li { white-space: pre-wrap; } Удалить объект - + Channel Feed Лента каналов - + Files Файлы @@ -7597,12 +7836,12 @@ p, li { white-space: pre-wrap; } Мне не понравилось - + Loading Загрузка - + Open Открыть @@ -7620,7 +7859,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Создать сообщение в канале @@ -7635,7 +7874,7 @@ p, li { white-space: pre-wrap; } Поиск каналов - + Title Название @@ -7670,7 +7909,32 @@ p, li { white-space: pre-wrap; } Не выбраны каналы - + + Public + Публичный + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Отменить автоматическое скачивание @@ -7690,7 +7954,23 @@ p, li { white-space: pre-wrap; } Показать файлы - + + Administrator: + + + + + + unknown + Неизвестно + + + + Distribution: + + + + Feeds Каналы @@ -7700,17 +7980,17 @@ p, li { white-space: pre-wrap; } Файлы - + Subscribers Подписчики - + Description: Описание: - + Posts (at neighbor nodes): Сообщений (соседние узлы): @@ -7834,7 +8114,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7995,7 +8275,7 @@ before you can comment Форма - + Start new Thread for Selected Forum Начать новую тему в выбранном форуме @@ -8021,7 +8301,7 @@ before you can comment - + Title Название @@ -8034,18 +8314,18 @@ before you can comment - + Author Автор Save image - + - + Loading Загрузка @@ -8170,7 +8450,7 @@ before you can comment This message was obtained from %1 - + @@ -8179,19 +8459,59 @@ before you can comment + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Публичный + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Распределение + + + Anti-spam - + @@ -8292,7 +8612,7 @@ before you can comment На %1 %2 написал - + Forum name Название форума @@ -8307,7 +8627,7 @@ before you can comment Сообщений (соседние узлы) - + Description Описание @@ -8317,7 +8637,7 @@ before you can comment По - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> <p>Подписка на форуме будет собирать имеющиеся сообщения от ваших подписанных друзей и делать форум видимым для всех других друзей.</p> <p>Потом, вы сможете отписаться из контекстного меню списка форума слева.</p> @@ -8395,13 +8715,13 @@ before you can comment GxsGroupDialog - - + + Name Имя - + Add Icon Добавить иконку @@ -8416,7 +8736,7 @@ before you can comment Общедоступный Публичный Ключ - + check peers you would like to share private publish key with проверить пиры с которыми вы хотите поделиться приватным ключом @@ -8426,36 +8746,40 @@ before you can comment Поделиться ключом с - - + + Description Описание - + Message Distribution Распределение Сообщений - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Публичный - - Restricted to Group - Только для Группы + Только для Группы - - + Only For Your Friends Только для Ваших Друзей - + Publish Signatures Публичные подписи @@ -8501,12 +8825,11 @@ before you can comment - Comments Комментарии - + Allow Comments Комментарии Разрешены @@ -8518,71 +8841,107 @@ before you can comment Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Комментарии: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + Текстовая метка - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Контакты: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Добавьте имя - + + PGP signature from known ID required + + + + Load Group Logo Загрузить Логотип Группы - + Submit Group Changes Отправить Изменения Группы - + Failed to Prepare Group MetaData - please Review Не удалось Подготовить Метаданные Группы - пожалуйста Проверьте - + Will be used to send feedback Будет использовано для обратной связи @@ -8592,52 +8951,94 @@ before you can comment Владелец: - + Set a descriptive description here Укажите здесь осмысленное описание - + Info Сведения - Comments allowed - Комментарии разрешены + Комментарии разрешены - Comments not allowed - Комментарии не разрешены + Комментарии не разрешены - + ID ID - + Last Post Последнее сообщение + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Популярность - + Posts Сообщения - Type - Тип + Тип - + Author Автор @@ -8695,7 +9096,12 @@ before you can comment Редактировать Подробности - + + Share publish permissions + + + + Copy RetroShare Link Скопировать ссылку RetroShare @@ -8710,25 +9116,24 @@ before you can comment Отметить все как непрочитанные - + AUTHD Требуется подпись - Share admin permissions - Разрешения администратора + Разрешения администратора GxsIdChooser - + No Signature Без подписи - + Create new Identity Создать новую личность @@ -8736,7 +9141,7 @@ before you can comment GxsIdDetails - + Loading Загрузка @@ -8812,42 +9217,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Неизвестный пир @@ -9082,7 +9487,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9113,7 +9518,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9123,7 +9528,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> @@ -9188,7 +9593,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details Сведения о личности @@ -9258,13 +9663,13 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9274,7 +9679,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -9392,13 +9797,14 @@ p, li { white-space: pre-wrap; } IdDialog - + + New ID Новый идентификатор - - + + All Все @@ -9414,39 +9820,75 @@ p, li { white-space: pre-wrap; } Поиск - Unknown real name - Неизвестное имя + Неизвестное имя - + Anonymous Id Анонимный идентификатор - + Create new Identity Создать новую личность - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Круги + + + + Circle name + + + + + Membership + Членство + + + + Public Circles + Публичные Круги + + + + Personal Circles + Личные Круги + + + Edit identity Редактировать личность @@ -9467,7 +9909,7 @@ p, li { white-space: pre-wrap; } Запустить удаленный чат с этим пиром - + Owner node ID : ID владельца узла @@ -9477,22 +9919,22 @@ p, li { white-space: pre-wrap; } Псевдоним - + () - + - + Identity ID ID Личности - + Send message Отправить сообщение - + Identity info Информация о личности @@ -9514,10 +9956,10 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> <html><head/><body><p>Среднее мнение об этой личности с соседних нод. Отрицательное — плохо</p><p>Положительное — хорошо. Ноль нейтрален. <p></body></html> @@ -9557,48 +9999,273 @@ p, li { white-space: pre-wrap; } Общая - - Contacts - - - - Owned by you - Владеете Вы + Владеете Вы - + Anonymous Аноним - + ID - + Search ID - + - + This identity is owned by you Эта личность закреплена за Вами - Unknown PGP key - Неизвестный PGP-ключ + Неизвестный PGP-ключ - - Unknown key ID - Неизвестный ID ключа + Неизвестный ID ключа - + + My own identities + + + + + My contacts + + + + + Owned by myself + + + + + Linked to my node + + + + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Публичный + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Статус: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + Неизвестно + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node Личность закреплена за Вами и привязана к Вашему узлу RetroShare @@ -9623,29 +10290,29 @@ p, li { white-space: pre-wrap; } Заблокировано - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + @@ -9660,28 +10327,28 @@ p, li { white-space: pre-wrap; } Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + Спасибо, <br> - - - - + + + + People Участники @@ -9692,12 +10359,11 @@ p, li { white-space: pre-wrap; } Ваш аватар - Linked to your node - Привязан к вашему узлу + Привязан к вашему узлу - + Linked to neighbor nodes Привязан к вашему доверенному @@ -9707,12 +10373,11 @@ p, li { white-space: pre-wrap; } Привязан к удалённому узлу - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Личности</h1> ⇥⇥⇥<p>В этой вкладке Вы можете создавать и редактировать псевдонимные и анонимные личности. ⇥⇥⇥</p> ⇥⇥⇥<p>Личности используются для безопасной идентификации Ваших данных и Вашей деятельности в сети: подписывать сообщения в каналах и форумах сети⇥⇥⇥⇥и получать отклики через встроенный почтовый сервис RetroShare, оставлять комментарии ⇥⇥⇥⇥в каналах и т.п.</p> ⇥⇥⇥<p> ⇥⇥⇥Личности могут подписываться Вашим сертификатом. ⇥⇥⇥Подписанным личностям легче доверять, но при этом облегчается возможность получения IP-адреса Вашего узла. ⇥⇥⇥</p> ⇥⇥⇥<p> ⇥⇥⇥Анонимные личности позволяют Вам анонимно взаимодействовать с другими пользователями. При этом они ⇥⇥⇥не могут быть подменены и никто не может указать, кто в действительности скрывается за личностью. ⇥⇥⇥</p> ⇥⇥⇥ + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Личности</h1> ⇥⇥⇥<p>В этой вкладке Вы можете создавать и редактировать псевдонимные и анонимные личности. ⇥⇥⇥</p> ⇥⇥⇥<p>Личности используются для безопасной идентификации Ваших данных и Вашей деятельности в сети: подписывать сообщения в каналах и форумах сети⇥⇥⇥⇥и получать отклики через встроенный почтовый сервис RetroShare, оставлять комментарии ⇥⇥⇥⇥в каналах и т.п.</p> ⇥⇥⇥<p> ⇥⇥⇥Личности могут подписываться Вашим сертификатом. ⇥⇥⇥Подписанным личностям легче доверять, но при этом облегчается возможность получения IP-адреса Вашего узла. ⇥⇥⇥</p> ⇥⇥⇥<p> ⇥⇥⇥Анонимные личности позволяют Вам анонимно взаимодействовать с другими пользователями. При этом они ⇥⇥⇥не могут быть подменены и никто не может указать, кто в действительности скрывается за личностью. ⇥⇥⇥</p> ⇥⇥⇥ - + Linked to a friend Retroshare node Привязан к вашему доверенному узлу @@ -9727,7 +10392,7 @@ p, li { white-space: pre-wrap; } Привязан к неизвестному узлу - + Chat with this person Начать чат @@ -9747,7 +10412,7 @@ p, li { white-space: pre-wrap; } Последний использованный: - + +50 Known PGP +50 известных PGP @@ -9762,17 +10427,17 @@ p, li { white-space: pre-wrap; } +5 Анонимных Id - + Do you really want to delete this identity? Вы действительно хотите удалить эту личность? - + Owned by Принадлежит ... - + Node name: Имя узла: @@ -9782,7 +10447,7 @@ p, li { white-space: pre-wrap; } ID узла: - + Really delete? Действительно удалить? @@ -9960,25 +10625,25 @@ p, li { white-space: pre-wrap; } - + GXS name: GXS-псевдоним: - - + + PGP name: PGP-псевдоним: - + GXS id: GXS id: - + PGP id: PGP id: @@ -9993,7 +10658,7 @@ p, li { white-space: pre-wrap; } - + Copy Копировать @@ -10029,17 +10694,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10094,7 +10759,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Добавить друга @@ -10110,7 +10775,7 @@ p, li { white-space: pre-wrap; } - + Options Параметры @@ -10144,12 +10809,12 @@ p, li { white-space: pre-wrap; } Помощник быстрого старта - + RetroShare %1 a secure decentralized communication platform RetroShare %1 безопасная децентрализованная коммуникационная платформа - + Unfinished Еще не готово @@ -10267,7 +10932,7 @@ RetroShare безопасно приостановит доступ диска Вы действительно хотите выйти из RetroShare? - + Internal Error Внутренняя ошибка @@ -10312,7 +10977,7 @@ RetroShare безопасно приостановит доступ диска Управление правами доступа - + Add Добавить @@ -10346,7 +11011,7 @@ RetroShare безопасно приостановит доступ диска MessageComposer - + Compose Составить @@ -10448,19 +11113,19 @@ RetroShare безопасно приостановит доступ диска - + Tags Тэги Address list: - + Recommend this friend - + @@ -10570,17 +11235,17 @@ RetroShare безопасно приостановит доступ диска All addresses (mixed) - + All people - + My contacts - + @@ -10608,7 +11273,7 @@ RetroShare безопасно приостановит доступ диска Привет %1,<br><br>%2 хочет быть Вашим другом в сети RetroShare.<br><br>Ответить сейчас:<br>%3<br><br>Благодарим,<br>команда RetroShare - + Save Message Сохранить сообщение @@ -10891,7 +11556,7 @@ Do you want to save message ? Из: - + Friend Nodes Узлы доверенного участника @@ -10941,7 +11606,7 @@ Do you want to save message ? Спасибо, <br> - + Distant identity: Удалённая личность: @@ -10966,22 +11631,22 @@ Do you want to save message ? Everyone - + Contacts - + Контакты Nobody - + Accept encrypted distant messages from - + @@ -11717,7 +12382,7 @@ Do you want to save message ? This message goes to a distant person. - + @@ -11763,7 +12428,7 @@ Do you want to save message ? Мессенджер RetroShare - + Add a Friend Добавить друга @@ -11783,12 +12448,12 @@ Do you want to save message ? Spoiler - + Select text to hide, then push this button - + @@ -12046,7 +12711,7 @@ Do you want to save message ? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12558,7 +13223,7 @@ Reported error: NotifyQt - + PGP key passphrase Парольная фраза PGP @@ -12578,12 +13243,12 @@ Reported error: RetroShare обнаружил незарегистрированное плагин. Это происходит в двух случаях:<UL><LI>Изменился ваш RetroShare исполняемый файл .</LI><LI>Изменился плагин</LI></UL>Нажмите Да, чтобы разрешить этот плагин или Нет, чтобы его запретить. Вы можете изменить свое решение позже в меню Настройки -> Плагины, затем перезапустите RetroShare. - + Please check your system clock. Пожалуйста, проверьте ваши системные часы. - + Examining shared files... Анализ расшаренных файлов @@ -12619,12 +13284,12 @@ Reported error: Шифрованное сообщение - + Please enter your PGP password for key Пожалуйста, введите ваш пароль для ключа PGP - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). Для надлежащей работы чата требуется, чтобы системное время компьютера было точным. Пожалуйста, проверьте его. (Смещение системного времени в несколько минут может нарушить общение с вашими друзьями.) @@ -12661,7 +13326,7 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12697,7 +13362,7 @@ Reported error: <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + @@ -12707,7 +13372,7 @@ Reported error: <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + @@ -12747,16 +13412,16 @@ Reported error: <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12766,7 +13431,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12776,7 +13441,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + @@ -12786,7 +13451,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + @@ -12799,15 +13464,76 @@ p, li { white-space: pre-wrap; } ASCII-формат - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Вставить подписи + + + Options + Параметры + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + Авто-загрузка рекомендованных файлов с этого узла + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + Требуется разрешение белого списка + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details @@ -12815,27 +13541,27 @@ p, li { white-space: pre-wrap; } - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Ошибка: не могу получить совокупность деталей. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) Предоставленный алгоритм ключа не поддерживается RetroShare (на данный момент поддерживаются только RSA ключей) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. Уровень доверия является способом выразить доверие в этом ключе. Он не используется сторонним програмным обеспечением, но может быть полезным для вас, чтобы запомнить хорошие/плохие ключи. @@ -12860,7 +13586,7 @@ p, li { white-space: pre-wrap; } Ваше доверие к этой совокупности нет. - + This key has signed your own PGP key Этот ключ подписан вашим собственным ключом PGP @@ -12881,7 +13607,7 @@ p, li { white-space: pre-wrap; } В настоящее время вы не разрешаете соединения от узлов Retroshare, подписанные этим ключом. - + Signature Failure Ошибка в подписи @@ -12891,7 +13617,7 @@ p, li { white-space: pre-wrap; } Может быть, неправильный пароль - + You haven't set a trust level for this key. Вы не настроили уровень доверия для этого ключа. @@ -13052,15 +13778,15 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People Участники - External - Внешний + Внешний @@ -13073,6 +13799,64 @@ p, li { white-space: pre-wrap; } Internal Внутренний + + + Chat with this person + Начать чат + + + + Chat with this person as... + Инициировать чат с этим человеком от имени... + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + Удалённый чат не может работать + + + + Distant chat refused with this person. + В удалённом чате с этим человеком отказано + + + + Error code + Код ошибки + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + Участники + PhotoCommentItem @@ -13162,7 +13946,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13175,7 +13959,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13188,7 +13972,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13336,7 +14120,7 @@ requesting to edit it! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13618,7 +14402,7 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + @@ -13827,7 +14611,7 @@ malicious behavior of crafted plugins. PostedItem - + 0 0 @@ -13838,7 +14622,7 @@ malicious behavior of crafted plugins. - + Comments Комментарии @@ -13873,7 +14657,17 @@ malicious behavior of crafted plugins. Новый - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Изменить статус прочитанного сообщения @@ -13883,7 +14677,7 @@ malicious behavior of crafted plugins. Удалить объект - + Loading Загрузка @@ -14138,7 +14932,7 @@ and use the import button to load it <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> @@ -14355,9 +15149,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Подтверждение @@ -14367,7 +15161,7 @@ p, li { white-space: pre-wrap; } Вы хотите, чтобы эта ссылка была обработана вашей системой? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14376,7 +15170,7 @@ and open the Make Friend Wizard. - + Add file Добавить файл @@ -14396,12 +15190,21 @@ and open the Make Friend Wizard. Хотите ли вы обработать %1 ссылок? - This file already exists. Do you want to open it ? - Такой файл уже существует. Хотите открыть? + Такой файл уже существует. Хотите открыть? - + + Warning: Retroshare is about to ask your system to open this file. + + + + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 из %2 ссылок RetroShare обработана. @@ -14510,6 +15313,21 @@ and open the Make Friend Wizard. Channel messages not found Сообщения в канале не найдены + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14553,7 +15371,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Результат - + Unable to make path Невозможно задать путь @@ -14568,7 +15386,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Не удалось обработать файл коллекции - + Deny friend Отказать в дружбе @@ -14588,7 +15406,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Запрос на файл отменён - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Эта версия RetroShare использует OpenPGP-SDK. В качестве побочного эффекта, она не использует системное публичное PGP хранилище, но имеет свое собственное хранилище, которое используется всеми экземплярами RetroShare. <br><br>Похоже что Вы, не имеете такое хранилище, хотя ключи PGP упоминаются учетными записями RetroShare, вероятно, потому, что вы только что обновились до этой новой версии программного обеспечения. @@ -14599,12 +15417,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Ошибка инициализации. Неправильная или отсутствующая установка PGP. @@ -14614,12 +15432,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Произошла непредвиденная ошибка. Пожалуйста сообщите о ' RsInit::InitRetroShare неожиданное возвращение код %1 '. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Произошла непредвиденная ошибка. Пожалуйста, сообщите 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Множественные копии @@ -14642,9 +15460,8 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - Start with a RetroShare link is only supported for Windows. - Запуск ссылкой RetroShare поддерживается только на ОС Windows. + Запуск ссылкой RetroShare поддерживается только на ОС Windows. @@ -14673,7 +15490,7 @@ Reported error is: %2 - + Click to send a private message to %1 (%2). Нажмите, чтобы отправить личное сообщение для %1 (%2). @@ -14683,7 +15500,7 @@ Reported error is: %1 (%2, Дополнительный - Источник включен) - + Click this link to send a private message to %1 (%2) Нажмите эту ссылку, чтобы отправить личное сообщение для %1 (%2) @@ -14723,7 +15540,7 @@ Reported error is: Транзитный трафик - + You appear to have nodes associated to DSA keys: Похоже, у вас имеются узлы, привязанные к DSA-ключам: @@ -14764,7 +15581,7 @@ Reported error is: - + %1 seconds ago %1 секунду назад @@ -14828,11 +15645,11 @@ Reported error is: Security: no anonymous IDs - + - - + + This cert is malformed. Error code: Этот сертификат имеет неверный формат. Код ошибки: @@ -14842,7 +15659,7 @@ Security: no anonymous IDs Указанное ниже не добавлено в ваш список закачек, так как эти файлы у вас уже имеются: - + Error Ошибка @@ -14864,12 +15681,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14976,10 +15793,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Здесь представлены папки, к которым открыт доступ. Вы можете добавлять папки в список или удалять их оттуда, воспользовавшись кнопкой слева. При добавлении папки ко всему её содержимому будет открыт общий доступ.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">Вы можете раздельно устанавливать флаги доступа для каждой папки:</span><span style=" font-size:8pt;"> </span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Доступно друзьям</span><span style=" font-family:'Sans'; font-size:8pt;">: содержимое папки и его структура доступны только прямым друзьям.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Анонимный доступ</span><span style=" font-family:'Sans'; font-size:8pt;">: содержимое папки может быть скачано через систему анонимных туннелей.</span></p></body></html> @@ -15039,9 +15856,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Наслаждайтесь работой с RetroShare!</span></p></body></html> @@ -15050,8 +15867,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15226,7 +16043,7 @@ p, li { white-space: pre-wrap; } RSettingsWin - + Error Saving Configuration on page Ошибка сохранения настроек на странице @@ -15456,12 +16273,12 @@ p, li { white-space: pre-wrap; } Скачать! - + File Файл - + Size Размер @@ -15478,7 +16295,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Некоторые имена файлов или каталогов содержат запрещенные символы. Символы <b>", |, /, \, &lt;&gt;,, *,?</b> будут заменены на «_». @@ -15525,12 +16342,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Сохранить - + Collection Editor Редактор Коллекции - + + File Path + + + + File Count Количество Файлов @@ -15540,14 +16362,14 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Это корневой каталог. - - + + Real Size: Waiting child... Действительный размер: Ждите... - - + + Real File Count: Waiting child... Количество реальных файлов: Ждите... @@ -15700,7 +16522,7 @@ If you believe it is correct, remove the corresponding line from the file and re RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? Изображение велико для передачи. @@ -15718,7 +16540,7 @@ Reducing image to %1x%2 pixels? Rshare - + Resets ALL stored RetroShare settings. Сбрасывает ВСЕ сохранённые настройки RetroShare. @@ -15758,7 +16580,7 @@ Reducing image to %1x%2 pixels? Статистика использования RetroShare. - + Unable to open log file '%1': %2 Не получается открыть лог-файл '%1': %2 @@ -15773,12 +16595,12 @@ Reducing image to %1x%2 pixels? Не удалось создать каталог данных: %1 - + Revision Редакция - + Invalid language code specified: Указан недействительный код языка: @@ -15793,6 +16615,15 @@ Reducing image to %1x%2 pixels? Указан недействительный уровень журналирования: + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + + + RttStatistics @@ -16422,7 +17253,7 @@ Reducing image to %1x%2 pixels? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Если вы снимите этот флажок, RetroShare может определить ваш IP только при подключении к кому-нибудь. Этот флажок помогает подключаться, когда у вас мало друзей. Он также помогает, если вы находитесь за брандмауэром или VPN. @@ -16555,7 +17386,7 @@ Also check your ports! <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16658,12 +17489,12 @@ Also check your ports! <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + @@ -16673,12 +17504,12 @@ Also check your ports! <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + @@ -16690,8 +17521,8 @@ Also check your ports! Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? Tor Socks Proxy по умолчанию: 127.0.0.1:9050. Задайте в torrc и обновите здесь. @@ -16725,7 +17556,7 @@ I2P Socks Proxy: см. http://127.0.0.1:7657/i2ptunnelmgr для настрой <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + @@ -16747,7 +17578,7 @@ I2P Socks Proxy: см. http://127.0.0.1:7657/i2ptunnelmgr для настрой To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. @@ -17289,7 +18120,7 @@ Select the Friends with which you want to Share your Channel. Lobby - + @@ -17351,7 +18182,7 @@ Select the Friends with which you want to Share your Channel. SplashScreen - + Load profile Загрузка профиля @@ -17422,7 +18253,7 @@ The current identities/locations will not be affected. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17738,7 +18569,7 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17751,7 +18582,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17915,17 +18746,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Подписка - + Unsubscribe Отменить подписку - + Subscribe Подписаться @@ -18044,11 +18875,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> способна передавать данные и поисковые запросы между участниками сети, не обязательно являющимися друзьями. Однако этот трафик передаётся только через подключённых друзей и является анонимным.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">В диалоговом окне раздач для каждой папки по отдельности вы можете установить свои флаги с целью обеспечения:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">обзора папок друзьями</span>: файлы в папках видимы только вашими друзьями.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">анонимного доступа</span>: файлы доступны анонимно через F2F-туннели.</li></ul></body></html> @@ -18115,7 +18946,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Обмен файлами @@ -18126,7 +18957,7 @@ p, li { white-space: pre-wrap; } Передача - + Name i.e: file name @@ -18396,39 +19227,39 @@ p, li { white-space: pre-wrap; } - + Failed Ошибка - - + + Okay OK (Хорошо) - - + + Waiting ожидание - + Downloading Загрузка - + Complete Готово - + Queued В очереди @@ -18448,7 +19279,7 @@ p, li { white-space: pre-wrap; } Неизвестно - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18537,7 +19368,7 @@ Try to be patient! Пожалуйста введите новое--и действительное--имя файла - + Last Time Seen i.e: Last Time Receiced Data Последний раз в сети @@ -18669,7 +19500,7 @@ Try to be patient! Показать Столбец Путь - + Could not delete preview file Не удалось удалить файл предварительного просмотра @@ -18679,7 +19510,7 @@ Try to be patient! Попробуйте еще раз? - + Create Collection... Создание Коллекции... @@ -18699,22 +19530,22 @@ Try to be patient! Коллекция - + File sharing Файлообмен - + Anonymous tunnel 0x Анонимный туннель 0x - + Show file list transfers Показать список передачи файлов - + version: версия: @@ -18873,12 +19704,12 @@ Try to be patient! Anonymous tunnels - + Authenticated tunnels - + @@ -19744,4 +20575,4 @@ Try to be patient! Изображения (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_sl.ts b/retroshare-gui/src/lang/retroshare_sl.ts index 21544db81..627f8120d 100644 --- a/retroshare-gui/src/lang/retroshare_sl.ts +++ b/retroshare-gui/src/lang/retroshare_sl.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -18,42 +20,42 @@ About RetroShare - + About - + Copy Info - + close - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) - + @@ -61,7 +63,7 @@ Add Comment - + @@ -69,28 +71,28 @@ File type(extension): - + Use default command - + Command - + RetroShare - + - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file - + @@ -98,27 +100,27 @@ RetroShare: Advanced Search - + Search Criteria - + Add a further search criterion. - + Reset the search criteria. - + Cancels the search. - + @@ -128,12 +130,12 @@ Perform the advanced search. - + Search - + @@ -142,102 +144,102 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + Description: - + Share Options - + Policy: - + @@ -247,101 +249,101 @@ Comments: - + Identity: - + Public - + Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Back - + Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -350,101 +352,101 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + Description: - + Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -452,32 +454,32 @@ p, li { white-space: pre-wrap; } Form - + TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -485,169 +487,169 @@ p, li { white-space: pre-wrap; } Language - + Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + Style - + Choose RetroShare's interface style - + Style Sheet - + Appearance - + Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -656,43 +658,43 @@ p, li { white-space: pre-wrap; } RetroShare - + Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -700,17 +702,17 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + [ERROR]) - + @@ -718,32 +720,32 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + Remove - + Set your Avatar picture - + Load Avatar - + @@ -751,15 +753,15 @@ p, li { white-space: pre-wrap; } Click to change your avatar - + BWGraphSource - + KB/s - + @@ -767,7 +769,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -775,7 +777,7 @@ p, li { white-space: pre-wrap; } RetroShare Bandwidth Usage - + @@ -791,37 +793,37 @@ p, li { white-space: pre-wrap; } Receive Rate - + Send Rate - + Always on Top - + Style - + Changes the transparency of the Bandwidth Graph - + 100 - + % Opaque - + @@ -836,12 +838,12 @@ p, li { white-space: pre-wrap; } Since: - + Hide Settings - + @@ -850,23 +852,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + @@ -879,72 +881,72 @@ p, li { white-space: pre-wrap; } ID - + In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + Form - + @@ -952,42 +954,42 @@ p, li { white-space: pre-wrap; } Form - + Friend: - + Type: - + Vrsta: Up - + Down - + Service: - + Unit: - + Log scale - + @@ -995,27 +997,27 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + General - + Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1023,155 +1025,160 @@ p, li { white-space: pre-wrap; } Participants - + Change nick name - + Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 - + Topic: %1 - + Lobby chat - + - + Lobby management - + %1 has left the lobby. - + %1 joined the lobby. - + %1 changed his name to: %2 - + Unsubscribe to lobby - + Do you want to unsubscribe to this chat lobby? - + Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1179,7 +1186,7 @@ p, li { white-space: pre-wrap; } Show Chat Lobby - + @@ -1187,49 +1194,49 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name Ime @@ -1237,104 +1244,104 @@ p, li { white-space: pre-wrap; } Count - + Topic - + Private Lobbies - + Public Lobbies - + Create chat lobby - + [No topic provided] - + - + Selected lobby info - + Private - + Public - + Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + @@ -1347,19 +1354,19 @@ p, li { white-space: pre-wrap; } Ne - + Lobby Name: - + Lobby Id: - + Topic: - + @@ -1369,12 +1376,12 @@ p, li { white-space: pre-wrap; } Security: - + Peers: - + @@ -1384,93 +1391,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + Pokaži column - + @@ -1478,33 +1485,33 @@ Double click lobbies to enter and chat. Remove Item - + Write a quick Message - + Send Mail - + Write Message - + Start Chat - + Send - + @@ -1512,167 +1519,172 @@ Double click lobbies to enter and chat. Prekliči - + Quick Message - + ChatPage - + General - + - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + Chat Settings - + Enable Emoticons Private Chat - + Enable Emoticons Group Chat - + Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return - + + + + + Send as plain text by default + Chat Lobby - + Blink tab icon - + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + Chat Font - + Change Chat Font - + Chat Font: - + History - + Style - + Group chat - + Variant - + @@ -1686,108 +1698,108 @@ Double click lobbies to enter and chat. Description: - + Private chat - + Incoming - + Outgoing - + - + Incoming message in history - + Outgoing message in history - + Incoming message - + Outgoing message - + Outgoing offline message - + System - + System message - + UserName - + /me is sending a message with /me - + Chat - + <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1797,100 +1809,100 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat - + Compact style for group chat - + Standard style for private chat - + Compact style for private chat - + Standard style for history - + Compact style for history - + @@ -1898,7 +1910,7 @@ Double click lobbies to enter and chat. Show Chat - + @@ -1906,7 +1918,7 @@ Double click lobbies to enter and chat. Private Chat - + @@ -1914,281 +1926,289 @@ Double click lobbies to enter and chat. Close - + - + Send - + - + Bold - + Underline - + Italic - + - + Attach a Picture - + - + Strike - + Clear Chat History - + Disable Emoticons - + Save Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Choose font - + Reset font to default - + - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... - + - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? - + - + Add Extra File - + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + appears to be Offline. - + Messages you send will be delivered after Friend is again Online - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2196,25 +2216,25 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + @@ -2225,23 +2245,23 @@ Double click lobbies to enter and chat. IDs - + - + Personal Circles - + Public Circles - + Peers - + @@ -2251,244 +2271,228 @@ Double click lobbies to enter and chat. ID - + - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details - + Node info - + Peer Address - + - + Local Address - + External Address - + Dynamic DNS - + Port - + Addresses list - + - + + Use this certificate to make friends: + + + + Include signatures - + - - + + RetroShare - + - - + + Error : cannot get peer details. - + - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - Options - Možnosti + Možnosti - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2499,57 +2503,47 @@ Double click lobbies to enter and chat. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2557,228 +2551,228 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + Include signatures - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + Browse - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend request - + Details about the request - + Peer details - + @@ -2790,23 +2784,23 @@ Double click lobbies to enter and chat. Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + Location: - + @@ -2818,194 +2812,194 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + Make Friend - + Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + Certificate Load Failed - + Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + RetroShare Invitation - + Ultimate - + Full - + Marginal - + @@ -3015,186 +3009,186 @@ resources. No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3202,69 +3196,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3272,228 +3266,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3502,214 +3496,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3717,248 +3711,314 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name Ime - - Creator - - - - - Distribution - - - - + Public - + - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs - + - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID - + Type - + - - - - + + Name: + Ime: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare - + - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add Dodaj Remove - + - + Search - + - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + + + + + Group Name: + + + + + Group ID: + - Group Name - Ime + Ime - + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3967,260 +4027,270 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + Subject : - + Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + Paste RetroShare Link - + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + Add Extra File - + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + Forum - + Subject - + Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message - + Please choose Signing Id, it is required - + Add Extra File - + + + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send - + - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4229,82 +4299,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4312,7 +4382,7 @@ Do you want to reject this message? Public Information - + @@ -4322,127 +4392,127 @@ Do you want to reject this message? Location: - + Location ID: - + Software Version: - + Online since: - + Other Information - + Certificate - + Include signatures - + Save Key into a file - + A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Error - + Your certificate could not be parsed correctly. Please contact the developers. - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4450,7 +4520,7 @@ Do you want to reject this message? users - + @@ -4458,38 +4528,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4497,27 +4567,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4525,62 +4595,62 @@ Do you want to reject this message? Details - + General - + Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + Copy link to clipboard - + Rating - + Comments - + File Name - + @@ -4588,32 +4658,32 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + Peer Address - + @@ -4623,83 +4693,83 @@ Do you want to reject this message? PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + @@ -4709,7 +4779,7 @@ Do you want to reject this message? Proxy - + @@ -4719,202 +4789,202 @@ Do you want to reject this message? Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + @@ -4924,43 +4994,43 @@ Do you want to reject this message? Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + Unknown - + RELAY END - + Yourself - + @@ -4971,17 +5041,17 @@ Do you want to reject this message? unlimited - + Own Relay - + RELAY PROXY - + @@ -4990,27 +5060,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5018,113 +5088,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5132,98 +5202,98 @@ Do you want to reject this message? Incoming Directory - + Browse - + Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5231,12 +5301,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5244,7 +5314,7 @@ you plug it in. Start file - + @@ -5254,36 +5324,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5291,12 +5361,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5304,52 +5374,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5357,47 +5427,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5405,52 +5475,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5458,73 +5528,73 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + RetroShare collection file - + Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5532,37 +5602,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5570,37 +5640,37 @@ you plug it in. Misc - + Set message to read on activate - + Expand new messages - + Forum - + Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5608,283 +5678,283 @@ you plug it in. Last Contact - + Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + Chat - + Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + Details - + Deny - + Send message - + @@ -5892,17 +5962,17 @@ at least one peer was not added to a group Confirm Friend Request - + wants to be friend with you on RetroShare - + Unknown (Incoming) Connect Attempt - + @@ -5910,12 +5980,12 @@ at least one peer was not added to a group Search : - + Sort by state - + @@ -5925,17 +5995,17 @@ at least one peer was not added to a group Search Friends - + - + Mark all - + Mark none - + @@ -5943,122 +6013,122 @@ at least one peer was not added to a group Edit status message - + Broadcast - + Clear Chat History - + Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + Browse Message History - + Browse History - + Save Chat History - + Add a new Group - + Delete Chat History - + Deletes all stored and displayed chat history - + Create new Chat lobby - + Choose Font - + Reset font to default - + Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6066,7 +6136,7 @@ at least one peer was not added to a group Create new Profile - + @@ -6076,295 +6146,295 @@ at least one peer was not added to a group Enter your nickname here - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + Password - + [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + All fields are required with a minimum of 3 characters - + Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + Port - + This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6373,77 +6443,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6451,103 +6521,133 @@ Fill in your PGP password when asked, to sign your new key. Startup - + Start RetroShare when my system starts - + Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + Misc - + Do not show the Quit RetroShare MessageBox - + Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + Could not add retroshare:// as protocol. - + Could not remove retroshare:// protocol. - + General - + - + Minimize to Tray Icon - + @@ -6556,55 +6656,55 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6616,31 +6716,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6653,107 +6753,107 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + RetroShare Invitation - + Your friend has installed RetroShare, and would like you to try it out. - + You can get RetroShare here: %1 - + RetroShare is a private Friend-2-Friend sharing network. - + forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + Cut and paste the text below into your RetroShare client - + and send them your ID Certificate to get securely connected. - + Cut Below Here - + RetroShare Feedback - + RetroShare Support - + It has many features, including built-in chat, messaging, - + @@ -6761,82 +6861,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Unknown Peer - + Pending packets - + Unknown - + @@ -6844,22 +6944,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6867,7 +6967,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6875,27 +6983,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6903,78 +7011,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6982,12 +7090,12 @@ p, li { white-space: pre-wrap; } Form - + Hide tabbar with one open tab - + @@ -6995,47 +7103,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7043,57 +7151,62 @@ p, li { white-space: pre-wrap; } Title - + Search Title - + Description - + Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7101,17 +7214,17 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + @@ -7126,72 +7239,72 @@ p, li { white-space: pre-wrap; } Extension - + Hash - + Date - + Size - + Popularity - + contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7200,68 +7313,68 @@ p, li { white-space: pre-wrap; } Channels - + Create Channel - + Enable Auto-Download - + My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + Subscribed Channels - + Popular Channels - + Other Channels - + Select channel download directory - + Disable Auto-Download - + Set download directory - + [Default directory] - + Specify... - + @@ -7269,52 +7382,52 @@ p, li { white-space: pre-wrap; } Form - + Download - + TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7322,27 +7435,27 @@ p, li { white-space: pre-wrap; } Form - + Filename - + Size - + Title - + Published - + @@ -7355,37 +7468,37 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + Create - + @@ -7393,257 +7506,308 @@ p, li { white-space: pre-wrap; } Copy RetroShare Link - + Subscribe to Channel - + Expand - + Remove Item - + Channel Description - + Loading - + New Channel - + Hide - + GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Download - + - + Play - + Comments - + Copy RetroShare Link - + Unsubscribe From Channel - + Expand - + Set as read and remove item - + Remove Item - + - + Channel Feed - + - + Files - + Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + Hide - + New - + 0 - + Comment - + I like this - + I dislike this - + - + Loading - + - + Open Odpri Open File - + Play Media - + GxsChannelPostsWidget - + Post to Channel - + Loading - + Search channels - + - + Title - + Search Title - + Message - + Search Message - + Filename - + Search Filename - + No Channel Selected - + - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download - + Enable Auto-Download - + Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + neznano + + + + Distribution: + + + + Feeds - + Files - + - + Subscribers - + - + Description: - + - + Posts (at neighbor nodes): - + @@ -7651,7 +7815,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7659,7 +7823,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7667,67 +7831,67 @@ p, li { white-space: pre-wrap; } Form - + Hot - + New - + Top - + Voter ID: - + Refresh - + Comment - + Author - + Date - + Score - + UpVotes - + DownVotes - + OwnVote - + @@ -7735,22 +7899,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7758,32 +7922,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7791,37 +7955,37 @@ before you can comment Create New Forum - + Forum - + Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + Create - + @@ -7829,38 +7993,38 @@ before you can comment Subscribe to Forum - + Expand - + Remove Item - + Forum Description - + Loading - + New Forum - + Hide - + @@ -7869,48 +8033,48 @@ before you can comment Subject: - + Unsubscribe To Forum - + Expand - + Set as read and remove item - + Remove Item - + In Reply to: - + Loading - + Forum Feed - + Hide - + @@ -7918,221 +8082,261 @@ before you can comment Form - + - + Start new Thread for Selected Forum - + Search forums - + Last Post - + Threaded View - + Flat View - + - + Title - + Date - + - + Author - + Save image - + - + Loading - + Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + Search Title - + Search Date - + Search Author - + Content - + Search Content - + No name - + Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + Mark as read - + with children - + Mark as unread - + Copy RetroShare Link - + Hide - + Expand - + This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + @@ -8142,27 +8346,27 @@ before you can comment [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8172,85 +8376,85 @@ before you can comment RetroShare - + No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + From - + Sent - + Subject - + On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description - + By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8258,7 +8462,7 @@ before you can comment Forum Post - + @@ -8266,38 +8470,38 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + Forums - + Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8305,85 +8509,85 @@ before you can comment Waiting - + Retrieving - + Loading - + GxsGroupDialog - - + + Name Ime - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description - + - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public - + - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + @@ -8393,184 +8597,249 @@ before you can comment New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name - + - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID - + - + Last Post - + + + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + - Popularity - + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + - - Posts - + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + + Popularity + - Type - + Posts + - + Author - + GxsIdLabel - + @@ -8578,146 +8847,146 @@ before you can comment Loading - + Todo - + Print - + PrintPreview - + Unsubscribe - + Subscribe - + Open in new tab - + Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link - + Mark all as read - + Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading - + Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8725,12 +8994,12 @@ before you can comment Loading - + No name - + @@ -8738,42 +9007,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8782,17 +9051,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8801,22 +9070,22 @@ before you can comment RetroShare Help - + Find: - + Find Previous - + Find Next - + @@ -8826,141 +9095,141 @@ before you can comment Whole words only - + Contents - + Help Topics - + Search - + Searching for: - + Found Documents - + Back - + Move to previous page (Backspace) - + Backspace - + Forward - + Move to next page (Shift+Backspace) - + Shift+Backspace - + Home - + Move to the Home page (Ctrl+H) - + Ctrl+H - + Find - + Search for a word or phrase on current page (Ctrl+F) - + Ctrl+F - + Close - + Close Vidalia Help - + Esc - + Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + Text not found in document - + Found %1 results - + Error Loading Help Contents: - + @@ -8968,27 +9237,27 @@ before you can comment About - + Authors - + Thanks to - + Translation - + License Agreement - + @@ -8997,14 +9266,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9015,14 +9284,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9032,16 +9301,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9049,51 +9318,51 @@ p, li { white-space: pre-wrap; } Opening External Link - + RetroShare can open the link you selected in your default Web browser. If your browser is not currently configured to use Tor then the request will not be anonymous. - + Do you want Retroshare to open the link in your Web browser? - + Unable to Open Link - + RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser. - + Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9103,61 +9372,61 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9167,217 +9436,250 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + V redu Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + Search - + - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + @@ -9387,277 +9689,480 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + neznano + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + V redu Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9665,43 +10170,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9714,43 +10219,43 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + Type - + @@ -9760,7 +10265,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9769,7 +10274,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9780,32 +10285,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9818,12 +10323,12 @@ p, li { white-space: pre-wrap; } KeyId - + GXSId - + @@ -9833,27 +10338,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9862,23 +10367,23 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy Kopiraj Remove - + Mark all - + @@ -9888,12 +10393,12 @@ p, li { white-space: pre-wrap; } Clear history - + Send - + @@ -9902,17 +10407,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9921,69 +10426,69 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options Možnosti @@ -9991,45 +10496,45 @@ p, li { white-space: pre-wrap; } Messenger - + About - + SMPlayer - + Quit - + Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10038,12 +10543,12 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + Show/Hide - + @@ -10053,27 +10558,27 @@ p, li { white-space: pre-wrap; } Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + @@ -10083,67 +10588,67 @@ p, li { white-space: pre-wrap; } Minimize - + Maximize - + &Quit - + RetroShare - + %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Do you really want to exit RetroShare ? - + - + Internal Error - + Hide - + @@ -10153,233 +10658,233 @@ p, li { white-space: pre-wrap; } Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add Dodaj Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Italic - + Alignment - + Add an Image - + Sets text font to code style - + Underline - + Subject: - + Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + @@ -10389,368 +10894,368 @@ p, li { white-space: pre-wrap; } Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + wants to be friends with you on RetroShare - + Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Paste RetroShare Link - + Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + From - + To - + Cc - + Sent - + Subject - + On %1, %2 wrote: - + Re: - + Fwd: - + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + Bcc - + Unknown - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - + Close - + @@ -10758,74 +11263,74 @@ Do you want to save message ? Od: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10833,47 +11338,47 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + Set message to read on activate - + Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + @@ -10883,7 +11388,7 @@ Do you want to save message ? Edit - + @@ -10898,32 +11403,32 @@ Do you want to save message ? A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10931,7 +11436,7 @@ Do you want to save message ? Sub: - + @@ -10939,7 +11444,7 @@ Do you want to save message ? Message - + @@ -10947,17 +11452,17 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + Subject: - + @@ -10972,98 +11477,98 @@ Do you want to save message ? Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + No subject - + Download - + Download all - + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11071,47 +11576,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Forward - + Remove selected message - + @@ -11121,81 +11626,81 @@ Do you want to save message ? Print selected message - + Print - + Display - + Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11204,47 +11709,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + @@ -11254,17 +11759,17 @@ Do you want to save message ? Print selected message - + Print - + Display - + @@ -11273,7 +11778,7 @@ Do you want to save message ? Tags - + @@ -11281,7 +11786,7 @@ Do you want to save message ? Inbox - + @@ -11289,18 +11794,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11308,283 +11813,283 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + Subject - + From - + Date - + Content - + Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + Search Date - + Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + System - + Open in a new window - + Open in a new tab - + Mark as read - + Mark as unread - + Add Star - + Edit - + Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11593,33 +12098,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11627,17 +12132,17 @@ Do you want to save message ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11645,27 +12150,27 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + Paste RetroShare Link - + Paste my certificate link - + @@ -11673,58 +12178,58 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + Play Media - + Expand - + Remove Item - + Message From - + Sent Msg - + Draft Msg - + Pending Msg - + Hide - + @@ -11732,52 +12237,52 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11785,12 +12290,12 @@ Do you want to save message ? Filter: - + Search Network - + @@ -11802,129 +12307,129 @@ Do you want to save message ? Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + Peer ID - + Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11932,165 +12437,165 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + Unknown error - + Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + Unknown - + Last hour - + Today - + Never - + %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12098,7 +12603,7 @@ Reported error: Network - + @@ -12106,22 +12611,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12129,7 +12634,7 @@ Reported error: New Tag - + @@ -12139,7 +12644,7 @@ Reported error: Choose color - + @@ -12157,7 +12662,7 @@ Reported error: News Feed - + @@ -12167,32 +12672,32 @@ Reported error: Remove All - + This is a test. - + News feed - + Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12200,290 +12705,290 @@ Reported error: News Feed - + Channels - + Forums - + Blogs - + Messages - + Chat - + Security - + Test - + Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + Private Chat - + Group Chat - + Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + Group chat - + Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + Feed - + Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + Test - + This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12491,7 +12996,7 @@ Reported error: Friend Online - + @@ -12499,30 +13004,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12530,232 +13035,293 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + Unknown - + No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures - + + + + + Options + Možnosti + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + PGP Key details - + - - + + RetroShare - + - - - + + + Error : cannot get peer details. - + - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + Your trust in this peer is full. - + Your trust in this peer is marginal. - + Your trust in this peer is none. - + - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure - + Maybe password is wrong - + - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12768,7 +13334,7 @@ p, li { white-space: pre-wrap; } Unknown - + @@ -12776,23 +13342,23 @@ p, li { white-space: pre-wrap; } Chat - + Start Chat - + Expand - + Remove Item - + @@ -12802,62 +13368,62 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12870,17 +13436,17 @@ p, li { white-space: pre-wrap; } Unknown Peer - + Hide - + Send Message - + @@ -12888,42 +13454,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12931,7 +13551,7 @@ p, li { white-space: pre-wrap; } Form - + @@ -12939,47 +13559,47 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + Comment - + Summary - + Caption - + Where: - + Photo Title: - + When - + @@ -12989,12 +13609,12 @@ p, li { white-space: pre-wrap; } Add Comment - + Write a comment... - + @@ -13002,39 +13622,39 @@ p, li { white-space: pre-wrap; } Form - + TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13042,58 +13662,58 @@ p, li { white-space: pre-wrap; } Form - + Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13101,53 +13721,53 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + Close - + Start - + Start Slide Show - + Stop Slide Show - + @@ -13155,7 +13775,7 @@ requesting to edit it! Remove - + @@ -13163,26 +13783,26 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + @@ -13192,47 +13812,47 @@ p, li { white-space: pre-wrap; } Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + About - + File name: - + File hash: - + Status: - + will be enabled after your restart RetroShare. - + @@ -13240,37 +13860,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13278,22 +13898,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13301,27 +13921,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13330,37 +13950,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13368,18 +13988,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13387,7 +14007,7 @@ malicious behavior of crafted plugins. Popularity - + @@ -13395,17 +14015,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13413,36 +14033,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13450,32 +14070,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13483,57 +14103,57 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + RetroShare - + Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + Title - + Link - + @@ -13541,42 +14161,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13584,37 +14204,37 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + Create - + @@ -13622,107 +14242,117 @@ malicious behavior of crafted plugins. Subscribe to Posted - + Expand - + Remove Item - + Posted Description - + Loading - + New Posted - + Hide - + PostedItem - + 0 - + Site - + - + Comments - + Comment - + Vote up - + Vote down - + \/ - + Set as read and remove item - + New - + - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + Remove Item - + - + Loading - + By - + @@ -13730,77 +14360,77 @@ malicious behavior of crafted plugins. Form - + Hot - + New - + Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + Next - + RetroShare - + Please create or choose a Signing Id before Voting - + Previous - + 1-10 - + @@ -13808,17 +14438,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13826,7 +14456,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13834,37 +14464,37 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13873,7 +14503,7 @@ malicious behavior of crafted plugins. Profile Manager - + @@ -13883,29 +14513,29 @@ malicious behavior of crafted plugins. Email - + GID - + Export Identity - + RetroShare Identity files (*.asc) - + Identity saved - + @@ -13914,80 +14544,80 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + Select Trusted Friend - + Certificates (*.pqi *.pem) - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -13996,22 +14626,22 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + @@ -14021,73 +14651,73 @@ p, li { white-space: pre-wrap; } Location: - + Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + RetroShare - + Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14095,51 +14725,51 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + @@ -14149,7 +14779,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14157,12 +14787,12 @@ p, li { white-space: pre-wrap; } From - + Date - + @@ -14175,305 +14805,320 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + Forum not found - + Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare - + - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14481,186 +15126,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14668,19 +15313,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14689,7 +15334,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14697,7 +15342,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14706,73 +15351,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14780,35 +15425,35 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + @@ -14818,115 +15463,115 @@ p, li { white-space: pre-wrap; } Remove - + Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14934,12 +15579,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14947,17 +15592,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14965,17 +15610,17 @@ p, li { white-space: pre-wrap; } Form - + The loading of embedded images is blocked. - + Load images - + @@ -14983,60 +15628,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15044,17 +15689,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15062,89 +15707,89 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + General - + Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15152,17 +15797,17 @@ p, li { white-space: pre-wrap; } Download - + Recommend in a message to - + Collection - + @@ -15170,7 +15815,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15178,27 +15823,27 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + Unknown - + @@ -15206,33 +15851,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15240,17 +15885,17 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + @@ -15261,39 +15906,39 @@ p, li { white-space: pre-wrap; } Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + @@ -15303,27 +15948,27 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15331,58 +15976,63 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Shrani - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15392,42 +16042,42 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15436,17 +16086,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15454,31 +16104,31 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + @@ -15488,7 +16138,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15498,16 +16148,16 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15515,85 +16165,94 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. - + Sets the directory RetroShare uses for data files. - + Sets the name and location of RetroShare's logfile. - + Sets the verbosity of RetroShare's logging. - + Sets RetroShare's interface style. - + Sets RetroShare's interface stylesheets. - + Sets RetroShare's language. - + RetroShare Usage Information - + - + Unable to open log file '%1': %2 - + built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15601,7 +16260,7 @@ Reducing image to %1x%2 pixels? RTT Statistics - + @@ -15609,282 +16268,282 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + Search - + Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + Type - + Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + Download - + Copy RetroShare Link - + Send RetroShare Link - + Download Notice - + Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + Remove - + Remove All - + Folder - + New RetroShare Link(s) - + Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15892,81 +16551,81 @@ Reducing image to %1x%2 pixels? Peer details - + Expand - + Remove Item - + IP address: - + Peer ID: - + Location: - + Peer Name: - + Unknown Peer - + Hide - + but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15974,43 +16633,43 @@ Reducing image to %1x%2 pixels? wants to be friend with you on RetroShare - + Accept Friend Request - + Peer details - + Deny friend - + Chat - + Start Chat - + Expand - + Remove Item - + @@ -16020,62 +16679,62 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16084,42 +16743,42 @@ Reducing image to %1x%2 pixels? Unknown Peer - + Hide - + Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16127,262 +16786,262 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + Local Address - + External Address - + Dynamic DNS - + Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + Test - + Network - + IP Filters - + IP blacklist - + IP range - + @@ -16396,260 +17055,260 @@ Also check your ports! Origin - + Reason - + Comment - + IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + Remove - + Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16657,27 +17316,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16685,7 +17344,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16695,17 +17354,17 @@ If you have issues connecting over Tor check the Tor logs too. Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16721,48 +17380,48 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + Browse - + Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16770,23 +17429,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16794,37 +17453,37 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + @@ -16834,70 +17493,70 @@ Select the Friends with which you want to Share your Channel. Stop sharing selected Directory - + Remove - + Apply and close - + Edit selected Shared Directory - + Edit - + Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16905,17 +17564,17 @@ Select the Friends with which you want to Share your Channel. Files - + Search files - + Start Search - + @@ -16925,108 +17584,108 @@ Select the Friends with which you want to Share your Channel. Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + Download - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17034,48 +17693,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + Download complete - + Lobby - + @@ -17083,7 +17742,7 @@ Select the Friends with which you want to Share your Channel. Event: - + @@ -17093,32 +17752,32 @@ Select the Friends with which you want to Share your Channel. Browse - + Event - + Filename - + Open File - + Sound - + Default - + Privzeto @@ -17126,30 +17785,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17157,60 +17816,60 @@ Select the Friends with which you want to Share your Channel. RetroShare - + Login - + Name (PGP Id) - location: - + Remember Password - + Log In - + Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17219,7 +17878,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17228,7 +17887,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17237,7 +17896,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17245,17 +17904,17 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + @@ -17265,63 +17924,63 @@ This choice can be reverted in settings. Messenger - + About - + SMPlayer - + Quit - + Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + RTT Statistics - + @@ -17330,165 +17989,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17496,30 +18155,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17528,28 +18187,28 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + Style - + @@ -17559,12 +18218,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17572,91 +18231,91 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + Download File - + Download - + Play File - + Play - + Save File - + ERROR - + EXTRA - + REMOTE - + DOWNLOAD - + LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + @@ -17666,30 +18325,30 @@ p, li { white-space: pre-wrap; } Open File - + Copy RetroShare Link - + SubscribeToolButton - + Subscribed - + - + Unsubscribe - + - + Subscribe - + @@ -17697,7 +18356,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17705,27 +18364,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17733,12 +18392,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17746,12 +18405,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17759,90 +18418,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17850,45 +18509,45 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name @@ -17899,31 +18558,31 @@ p, li { white-space: pre-wrap; } Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + @@ -17936,84 +18595,84 @@ p, li { white-space: pre-wrap; } Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Search - + Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + @@ -18024,193 +18683,193 @@ p, li { white-space: pre-wrap; } Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + Copy RetroShare Link - + Paste RetroShare Link - + Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + Play - + Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - + - - + + Okay V redu - - + + Waiting - - - - - Downloading - - - - - - - - Complete - + + Downloading + + + + + + + + Complete + + + + Queued - + Paused - + Checking... - + Unknown - + - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18221,27 +18880,27 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + RetroShare - + @@ -18249,163 +18908,163 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + @@ -18421,57 +19080,57 @@ Try to be patient! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18480,69 +19139,69 @@ Try to be patient! My files - + FILE - + Files - + File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18551,13 +19210,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18566,28 +19225,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18595,12 +19254,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18608,42 +19267,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18651,47 +19310,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18703,7 +19362,7 @@ Try to be patient! Loading - + @@ -18711,22 +19370,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18734,22 +19393,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18802,12 +19461,12 @@ Try to be patient! Quit - + Browse - + @@ -18815,62 +19474,62 @@ Try to be patient! Form - + Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18878,123 +19537,123 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + Description: - + Share Options - + Public - + All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19003,107 +19662,107 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + Edit - + New Page - + Refresh - + Search - + My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19111,74 +19770,74 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + @@ -19199,39 +19858,39 @@ Try to be patient! Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19239,37 +19898,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19277,98 +19936,98 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + New - + from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19377,12 +20036,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19391,112 +20050,112 @@ Try to be patient! Unknown Unknown (size) - + B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_sr.ts b/retroshare-gui/src/lang/retroshare_sr.ts index 588f56a84..2151d5fd0 100644 --- a/retroshare-gui/src/lang/retroshare_sr.ts +++ b/retroshare-gui/src/lang/retroshare_sr.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -28,7 +30,7 @@ Copy Info - + @@ -61,7 +63,7 @@ Add Comment - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Нажалост, не могу да одредим подразумевану наредбу система за ову датотеку. @@ -143,117 +145,117 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + Description: - + Share Options - + Policy: - + Quality: - + Comments: - + Identity: - + @@ -263,86 +265,86 @@ Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Back - + Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -351,101 +353,101 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + Description: - + Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -460,25 +462,25 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -491,12 +493,12 @@ p, li { white-space: pre-wrap; } Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + @@ -506,7 +508,7 @@ p, li { white-space: pre-wrap; } Choose RetroShare's interface style - + @@ -521,134 +523,134 @@ p, li { white-space: pre-wrap; } Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -663,37 +665,37 @@ p, li { white-space: pre-wrap; } Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -719,17 +721,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -739,12 +741,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -758,9 +760,9 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s - + @@ -768,7 +770,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -851,23 +853,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + @@ -885,62 +887,62 @@ p, li { white-space: pre-wrap; } In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + @@ -953,42 +955,42 @@ p, li { white-space: pre-wrap; } Form - + Образац Friend: - + Type: - + Up - + Down - + Service: - + Unit: - + Log scale - + @@ -996,27 +998,27 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + General - + Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1024,155 +1026,160 @@ p, li { white-space: pre-wrap; } Participants - + Change nick name - + Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 - + Topic: %1 - + Lobby chat - + - + Lobby management - + %1 has left the lobby. - + %1 joined the lobby. - + %1 changed his name to: %2 - + Unsubscribe to lobby - + Do you want to unsubscribe to this chat lobby? - + Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1180,7 +1187,7 @@ p, li { white-space: pre-wrap; } Show Chat Lobby - + @@ -1188,49 +1195,49 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name Назив @@ -1238,39 +1245,39 @@ p, li { white-space: pre-wrap; } Count - + Topic - + Private Lobbies - + Public Lobbies - + Create chat lobby - + [No topic provided] - + - + Selected lobby info - + @@ -1285,57 +1292,57 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + @@ -1348,34 +1355,34 @@ p, li { white-space: pre-wrap; } Не - + Lobby Name: - + Lobby Id: - + Topic: - + Type: - + Security: - + Peers: - + @@ -1385,93 +1392,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + Прикажи column - + @@ -1484,28 +1491,28 @@ Double click lobbies to enter and chat. Write a quick Message - + Send Mail - + Write Message - + Start Chat - + Send - + @@ -1513,149 +1520,154 @@ Double click lobbies to enter and chat. Поништи - + Quick Message - + ChatPage - + General - + - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + Chat Settings - + Enable Emoticons Private Chat - + Enable Emoticons Group Chat - + Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return - + + + + + Send as plain text by default + Chat Lobby - + Blink tab icon - + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + Chat Font - + Change Chat Font - + Chat Font: - + History - + @@ -1666,14 +1678,14 @@ Double click lobbies to enter and chat. Group chat - + Variant - + @@ -1687,108 +1699,108 @@ Double click lobbies to enter and chat. Description: - + Private chat - + Incoming - + Outgoing - + - + Incoming message in history - + Outgoing message in history - + Incoming message - + Outgoing message - + Outgoing offline message - + System - + System message - + UserName - + /me is sending a message with /me - + Chat - + <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1798,100 +1810,100 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat - + Compact style for group chat - + Standard style for private chat - + Compact style for private chat - + Standard style for history - + Compact style for history - + @@ -1899,7 +1911,7 @@ Double click lobbies to enter and chat. Show Chat - + @@ -1907,7 +1919,7 @@ Double click lobbies to enter and chat. Private Chat - + @@ -1918,278 +1930,286 @@ Double click lobbies to enter and chat. Затвори - + Send - + - + Bold - + Underline - + Italic - + - + Attach a Picture - + - + Strike - + Clear Chat History - + Disable Emoticons - + Save Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Choose font - + Reset font to default - + - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... - + - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? - + - + Add Extra File - + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + appears to be Offline. - + Messages you send will be delivered after Friend is again Online - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2197,25 +2217,25 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + @@ -2230,24 +2250,24 @@ Double click lobbies to enter and chat. - + Personal Circles - + Public Circles - + Peers - + Status - + @@ -2256,301 +2276,275 @@ Double click lobbies to enter and chat. - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details - + Node info - + Peer Address - + - + Local Address - + External Address - + Dynamic DNS - + Port - + Addresses list - + - + + Use this certificate to make friends: + + + + Include signatures - + - - + + RetroShare Ретрошер - - + + Error : cannot get peer details. - + - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - Options - Опције + Опције - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + none - + <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2558,228 +2552,228 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + Include signatures - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + Browse - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend request - + Details about the request - + Peer details - + @@ -2791,18 +2785,18 @@ Double click lobbies to enter and chat. Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2819,194 +2813,194 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + Make Friend - + Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + Certificate Load Failed - + Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + RetroShare Invitation - + Ultimate - + Full - + Marginal - + @@ -3016,186 +3010,186 @@ resources. No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3203,69 +3197,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3273,228 +3267,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3503,214 +3497,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3718,248 +3712,314 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name Назив - - Creator - - - - - Distribution - - - - + Public Јавно - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs ИД - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ИД Type - + - - - - + + Name: + Назив: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Приватно + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare Ретрошер - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add Додај Remove - + - + Search Претражи - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + Затвори + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + + + + + Group Name: + + + + + Group ID: + - Group Name - Назив + Назив - + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3968,100 +4028,100 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + Subject : - + Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + Paste RetroShare Link - + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + Add Extra File - + @@ -4072,52 +4132,52 @@ p, li { white-space: pre-wrap; } File already Added and Hashed - + Please add a Subject - + Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + Forum - + @@ -4127,42 +4187,42 @@ p, li { white-space: pre-wrap; } Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + @@ -4174,54 +4234,64 @@ p, li { white-space: pre-wrap; } Please set a Forum Subject and Forum Message - + Please choose Signing Id, it is required - + Add Extra File - + + + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send - + - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4230,82 +4300,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4313,7 +4383,7 @@ Do you want to reject this message? Public Information - + @@ -4328,52 +4398,52 @@ Do you want to reject this message? Location ID: - + Software Version: - + Online since: - + Other Information - + Certificate - + Include signatures - + Save Key into a file - + A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Error - + Your certificate could not be parsed correctly. Please contact the developers. - + @@ -4383,67 +4453,67 @@ Do you want to reject this message? Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4451,7 +4521,7 @@ Do you want to reject this message? users - + @@ -4459,38 +4529,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4498,27 +4568,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4526,62 +4596,62 @@ Do you want to reject this message? Details - + General - + Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + Copy link to clipboard - + Rating - + Comments - + File Name - + @@ -4589,32 +4659,32 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + Peer Address - + @@ -4624,298 +4694,298 @@ Do you want to reject this message? PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + Source - + Proxy - + Destination - + Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + @@ -4925,64 +4995,64 @@ Do you want to reject this message? Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + Unknown - + RELAY END - + Yourself - + unknown - + unlimited - + Own Relay - + RELAY PROXY - + @@ -4991,27 +5061,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5019,113 +5089,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5133,98 +5203,98 @@ Do you want to reject this message? Incoming Directory - + Browse - + Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5232,12 +5302,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5245,7 +5315,7 @@ you plug it in. Start file - + @@ -5255,36 +5325,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5292,12 +5362,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5305,52 +5375,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5358,47 +5428,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5406,52 +5476,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5459,73 +5529,73 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + RetroShare collection file - + Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5533,37 +5603,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5571,37 +5641,37 @@ you plug it in. Misc - + Set message to read on activate - + Expand new messages - + Forum - + Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5609,283 +5679,283 @@ you plug it in. Last Contact - + Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + Chat - + Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + Претражи Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + Details - + Deny - + Send message - + @@ -5893,17 +5963,17 @@ at least one peer was not added to a group Confirm Friend Request - + wants to be friend with you on RetroShare - + Unknown (Incoming) Connect Attempt - + @@ -5911,12 +5981,12 @@ at least one peer was not added to a group Search : - + Sort by state - + @@ -5926,17 +5996,17 @@ at least one peer was not added to a group Search Friends - + - + Mark all - + Mark none - + @@ -5944,122 +6014,122 @@ at least one peer was not added to a group Edit status message - + Broadcast - + Clear Chat History - + Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + Browse Message History - + Browse History - + Save Chat History - + Add a new Group - + Delete Chat History - + Deletes all stored and displayed chat history - + Create new Chat lobby - + Choose Font - + Reset font to default - + Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6067,7 +6137,7 @@ at least one peer was not added to a group Create new Profile - + @@ -6077,295 +6147,295 @@ at least one peer was not added to a group Enter your nickname here - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + Password - + [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + All fields are required with a minimum of 3 characters - + Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + Port - + This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6374,77 +6444,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6452,103 +6522,133 @@ Fill in your PGP password when asked, to sign your new key. Startup - + Start RetroShare when my system starts - + Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + Misc - + Do not show the Quit RetroShare MessageBox - + Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + Could not add retroshare:// as protocol. - + Could not remove retroshare:// protocol. - + General - + - + Minimize to Tray Icon - + @@ -6557,55 +6657,55 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6617,31 +6717,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6654,107 +6754,107 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + RetroShare Invitation - + Your friend has installed RetroShare, and would like you to try it out. - + You can get RetroShare here: %1 - + RetroShare is a private Friend-2-Friend sharing network. - + forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + Cut and paste the text below into your RetroShare client - + and send them your ID Certificate to get securely connected. - + Cut Below Here - + RetroShare Feedback - + RetroShare Support - + It has many features, including built-in chat, messaging, - + @@ -6762,82 +6862,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + ИД Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Unknown Peer - + Pending packets - + Unknown - + @@ -6845,22 +6945,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6868,7 +6968,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6876,27 +6984,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6904,78 +7012,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6988,7 +7096,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -6996,47 +7104,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7044,57 +7152,62 @@ p, li { white-space: pre-wrap; } Title - + Search Title - + Description - + Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7102,17 +7215,17 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + @@ -7127,22 +7240,22 @@ p, li { white-space: pre-wrap; } Extension - + Hash - + Date - + Size - + @@ -7152,47 +7265,47 @@ p, li { white-space: pre-wrap; } contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7201,68 +7314,68 @@ p, li { white-space: pre-wrap; } Channels - + Create Channel - + Enable Auto-Download - + My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + Subscribed Channels - + Popular Channels - + Other Channels - + Select channel download directory - + Disable Auto-Download - + Set download directory - + [Default directory] - + Specify... - + @@ -7275,47 +7388,47 @@ p, li { white-space: pre-wrap; } Download - + TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7328,27 +7441,27 @@ p, li { white-space: pre-wrap; } Filename - + Size - + Title - + Published - + Status - + @@ -7356,37 +7469,37 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + Create - + @@ -7394,12 +7507,12 @@ p, li { white-space: pre-wrap; } Copy RetroShare Link - + Subscribe to Channel - + @@ -7415,17 +7528,17 @@ p, li { white-space: pre-wrap; } Channel Description - + Loading - + New Channel - + @@ -7437,30 +7550,40 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Промени статус порука Download - + - + Play - + Comments - + Copy RetroShare Link - + @@ -7476,7 +7599,7 @@ p, li { white-space: pre-wrap; } Set as read and remove item - + @@ -7484,19 +7607,19 @@ p, li { white-space: pre-wrap; } Уклони ставку - + Channel Feed - + - + Files - + Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + @@ -7506,12 +7629,12 @@ p, li { white-space: pre-wrap; } New - + 0 - + 0 @@ -7521,27 +7644,27 @@ p, li { white-space: pre-wrap; } I like this - + I dislike this - + - + Loading - + - + Open Отвори Open File - + @@ -7552,99 +7675,140 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel - + Loading - + Search channels - + - + Title - + Search Title - + Message - + Search Message - + Filename - + Search Filename - + No Channel Selected - + - + + Public + Јавно + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download - + Enable Auto-Download - + Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + + + + + Distribution: + + + + Feeds - + Files - + - + Subscribers - + - + Description: - + - + Posts (at neighbor nodes): - + @@ -7652,7 +7816,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7660,7 +7824,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7673,27 +7837,27 @@ p, li { white-space: pre-wrap; } Hot - + New - + Top - + Voter ID: - + Refresh - + @@ -7703,32 +7867,32 @@ p, li { white-space: pre-wrap; } Author - + Date - + Score - + UpVotes - + DownVotes - + OwnVote - + @@ -7736,22 +7900,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7759,32 +7923,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7792,37 +7956,37 @@ before you can comment Create New Forum - + Forum - + Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + Create - + @@ -7830,7 +7994,7 @@ before you can comment Subscribe to Forum - + @@ -7846,17 +8010,17 @@ before you can comment Forum Description - + Loading - + New Forum - + @@ -7870,12 +8034,12 @@ before you can comment Subject: - + Unsubscribe To Forum - + @@ -7886,7 +8050,7 @@ before you can comment Set as read and remove item - + @@ -7896,17 +8060,17 @@ before you can comment In Reply to: - + Loading - + Forum Feed - + @@ -7922,14 +8086,14 @@ before you can comment Образац - + Start new Thread for Selected Forum - + Search forums - + @@ -7939,150 +8103,150 @@ before you can comment Threaded View - + Flat View - + - + Title - + Date - + - + Author - + Save image - + - + Loading - + Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + Search Title - + Search Date - + Search Author - + Content - + Search Content - + No name - + Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + Mark as read - + with children - + Mark as unread - + Copy RetroShare Link - + @@ -8097,73 +8261,113 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Јавно + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + none - + [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8178,35 +8382,35 @@ before you can comment No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + From - + Sent - + @@ -8216,42 +8420,42 @@ before you can comment On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description - + By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8259,7 +8463,7 @@ before you can comment Forum Post - + @@ -8267,38 +8471,38 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + Forums - + Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8306,85 +8510,85 @@ before you can comment Waiting - + Retrieving - + Loading - + GxsGroupDialog - - + + Name Назив - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description - + - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Јавно - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + @@ -8394,184 +8598,249 @@ before you can comment New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name - + - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID ИД - + Last Post Последња порука + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Популарност - - - Posts - - - Type - + Posts + - + Author - + GxsIdLabel - + @@ -8579,22 +8848,22 @@ before you can comment Loading - + Todo - + Print - + PrintPreview - + @@ -8609,116 +8878,116 @@ before you can comment Open in new tab - + Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link - + Mark all as read - + Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading - + Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8726,12 +8995,12 @@ before you can comment Loading - + No name - + @@ -8739,42 +9008,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8783,17 +9052,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8802,22 +9071,22 @@ before you can comment RetroShare Help - + Find: - + Find Previous - + Find Next - + @@ -8827,17 +9096,17 @@ before you can comment Whole words only - + Contents - + Help Topics - + @@ -8848,74 +9117,74 @@ before you can comment Searching for: - + Found Documents - + Back - + Move to previous page (Backspace) - + Backspace - + Forward - + Move to next page (Shift+Backspace) - + Shift+Backspace - + Home - + Move to the Home page (Ctrl+H) - + Ctrl+H - + Find - + Search for a word or phrase on current page (Ctrl+F) - + Ctrl+F - + @@ -8925,43 +9194,43 @@ before you can comment Close Vidalia Help - + Esc - + Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + Text not found in document - + Found %1 results - + Error Loading Help Contents: - + @@ -8974,22 +9243,22 @@ before you can comment Authors - + Thanks to - + Translation - + License Agreement - + @@ -8998,14 +9267,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9016,14 +9285,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9033,16 +9302,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9050,115 +9319,115 @@ p, li { white-space: pre-wrap; } Opening External Link - + RetroShare can open the link you selected in your default Web browser. If your browser is not currently configured to use Tor then the request will not be anonymous. - + Do you want Retroshare to open the link in your Web browser? - + Unable to Open Link - + RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser. - + Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + Type: - + Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9168,119 +9437,120 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + У Реду Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + @@ -9288,377 +9558,612 @@ p, li { white-space: pre-wrap; } Претражи - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + Type: - + Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + ИД Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Јавно + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Статус: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + У Реду Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9666,43 +10171,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9715,43 +10220,43 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + Type - + @@ -9761,7 +10266,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9770,7 +10275,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9781,32 +10286,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9819,12 +10324,12 @@ p, li { white-space: pre-wrap; } KeyId - + GXSId - + @@ -9834,27 +10339,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9863,11 +10368,11 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy Умножи @@ -9879,7 +10384,7 @@ p, li { white-space: pre-wrap; } Mark all - + @@ -9889,12 +10394,12 @@ p, li { white-space: pre-wrap; } Clear history - + Send - + @@ -9903,17 +10408,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9922,69 +10427,69 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options Опције @@ -9992,7 +10497,7 @@ p, li { white-space: pre-wrap; } Messenger - + @@ -10003,34 +10508,34 @@ p, li { white-space: pre-wrap; } SMPlayer - + Quit - + Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10039,42 +10544,42 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + Show/Hide - + Status - + Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + @@ -10084,17 +10589,17 @@ p, li { white-space: pre-wrap; } Minimize - + Maximize - + &Quit - + @@ -10104,42 +10609,42 @@ p, li { white-space: pre-wrap; } %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Do you really want to exit RetroShare ? - + - + Internal Error - + @@ -10154,233 +10659,233 @@ p, li { white-space: pre-wrap; } Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add Додај Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Italic - + Alignment - + Add an Image - + Sets text font to code style - + Underline - + Subject: - + Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + @@ -10390,158 +10895,158 @@ p, li { white-space: pre-wrap; } Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + wants to be friends with you on RetroShare - + Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Paste RetroShare Link - + Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + From - + To - + Cc - + Sent - + @@ -10551,17 +11056,17 @@ Do you want to save message to draft box? On %1, %2 wrote: - + Re: - + Fwd: - + @@ -10573,180 +11078,180 @@ Do you want to save message to draft box? Do you want to send the message without a subject ? - + Please insert at least one recipient. - + Bcc - + Unknown - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - + @@ -10756,77 +11261,77 @@ Do you want to save message ? From: - + - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10834,47 +11339,47 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + Set message to read on activate - + Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + @@ -10884,7 +11389,7 @@ Do you want to save message ? Edit - + @@ -10899,32 +11404,32 @@ Do you want to save message ? A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10932,7 +11437,7 @@ Do you want to save message ? Sub: - + @@ -10940,7 +11445,7 @@ Do you want to save message ? Message - + @@ -10948,123 +11453,123 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + Subject: - + From: - + To: - + Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + No subject - + Download - + Download all - + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11072,47 +11577,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Forward - + Remove selected message - + @@ -11122,81 +11627,81 @@ Do you want to save message ? Print selected message - + Print - + Display - + Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11205,47 +11710,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + @@ -11255,17 +11760,17 @@ Do you want to save message ? Print selected message - + Print - + Display - + @@ -11274,7 +11779,7 @@ Do you want to save message ? Tags - + @@ -11282,7 +11787,7 @@ Do you want to save message ? Inbox - + @@ -11290,18 +11795,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11309,80 +11814,80 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + @@ -11395,197 +11900,197 @@ Do you want to save message ? From - + Date - + Content - + Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + Search Date - + Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + System - + Open in a new window - + Open in a new tab - + Mark as read - + Mark as unread - + Add Star - + Edit - + Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11594,33 +12099,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11628,17 +12133,17 @@ Do you want to save message ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11646,27 +12151,27 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + Paste RetroShare Link - + Paste my certificate link - + @@ -11674,17 +12179,17 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + @@ -11705,22 +12210,22 @@ Do you want to save message ? Message From - + Sent Msg - + Draft Msg - + Pending Msg - + @@ -11733,52 +12238,52 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11786,12 +12291,12 @@ Do you want to save message ? Filter: - + Search Network - + @@ -11803,129 +12308,129 @@ Do you want to save message ? Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + Peer ID - + Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11933,165 +12438,165 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + Unknown error - + Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + Unknown - + Last hour - + Today - + Never - + %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12099,7 +12604,7 @@ Reported error: Network - + @@ -12107,22 +12612,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12130,7 +12635,7 @@ Reported error: New Tag - + @@ -12140,7 +12645,7 @@ Reported error: Choose color - + @@ -12158,7 +12663,7 @@ Reported error: News Feed - + @@ -12168,32 +12673,32 @@ Reported error: Remove All - + This is a test. - + News feed - + Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12201,290 +12706,290 @@ Reported error: News Feed - + Channels - + Forums - + Blogs - + Messages - + Chat - + Security - + Test - + Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + Private Chat - + Group Chat - + Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + Group chat - + Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + Feed - + Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + Test - + This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12492,7 +12997,7 @@ Reported error: Friend Online - + @@ -12500,30 +13005,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12531,232 +13036,293 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + Unknown - + No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures - + + + + + Options + Опције + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + PGP Key details - + - - + + RetroShare Ретрошер - - - + + + Error : cannot get peer details. - + - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + Your trust in this peer is full. - + Your trust in this peer is marginal. - + Your trust in this peer is none. - + - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure - + Maybe password is wrong - + - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12769,7 +13335,7 @@ p, li { white-space: pre-wrap; } Unknown - + @@ -12777,12 +13343,12 @@ p, li { white-space: pre-wrap; } Chat - + Start Chat - + @@ -12803,12 +13369,12 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + @@ -12818,12 +13384,12 @@ p, li { white-space: pre-wrap; } IP Address: - + Connection Method: - + @@ -12833,32 +13399,32 @@ p, li { white-space: pre-wrap; } Write Message - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12871,7 +13437,7 @@ p, li { white-space: pre-wrap; } Unknown Peer - + @@ -12881,7 +13447,7 @@ p, li { white-space: pre-wrap; } Send Message - + @@ -12889,42 +13455,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12940,17 +13560,17 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + @@ -12960,27 +13580,27 @@ p, li { white-space: pre-wrap; } Summary - + Caption - + Where: - + Photo Title: - + When - + @@ -12990,12 +13610,12 @@ p, li { white-space: pre-wrap; } Add Comment - + Write a comment... - + @@ -13008,34 +13628,34 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13048,53 +13668,53 @@ p, li { white-space: pre-wrap; } Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13102,33 +13722,33 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + @@ -13138,17 +13758,17 @@ requesting to edit it! Start - + Start Slide Show - + Stop Slide Show - + @@ -13164,26 +13784,26 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + @@ -13193,22 +13813,22 @@ p, li { white-space: pre-wrap; } Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + @@ -13218,12 +13838,12 @@ p, li { white-space: pre-wrap; } File name: - + File hash: - + @@ -13233,7 +13853,7 @@ p, li { white-space: pre-wrap; } will be enabled after your restart RetroShare. - + @@ -13241,37 +13861,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13279,22 +13899,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13302,27 +13922,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13331,37 +13951,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13369,18 +13989,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13396,17 +14016,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13414,36 +14034,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13451,32 +14071,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13484,12 +14104,12 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + @@ -13499,42 +14119,42 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + Title - + Link - + @@ -13542,42 +14162,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13585,37 +14205,37 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + Create - + @@ -13623,7 +14243,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13639,17 +14259,17 @@ malicious behavior of crafted plugins. Posted Description - + Loading - + New Posted - + @@ -13660,20 +14280,20 @@ malicious behavior of crafted plugins. PostedItem - + 0 - + 0 Site - + - + Comments - + @@ -13683,30 +14303,40 @@ malicious behavior of crafted plugins. Vote up - + Vote down - + \/ - + Set as read and remove item - + New - + - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Промени статус порука @@ -13716,14 +14346,14 @@ malicious behavior of crafted plugins. Уклони ставку - + Loading - + By - + @@ -13736,52 +14366,52 @@ malicious behavior of crafted plugins. Hot - + New - + Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + Next - + @@ -13791,17 +14421,17 @@ malicious behavior of crafted plugins. Please create or choose a Signing Id before Voting - + Previous - + 1-10 - + 1-10 @@ -13809,17 +14439,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13827,7 +14457,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13835,37 +14465,37 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13874,7 +14504,7 @@ malicious behavior of crafted plugins. Profile Manager - + @@ -13884,29 +14514,29 @@ malicious behavior of crafted plugins. Email - + GID - + Export Identity - + RetroShare Identity files (*.asc) - + Identity saved - + @@ -13915,80 +14545,80 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + Select Trusted Friend - + Certificates (*.pqi *.pem) - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -13997,22 +14627,22 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + @@ -14027,52 +14657,52 @@ p, li { white-space: pre-wrap; } Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + @@ -14083,12 +14713,12 @@ p, li { white-space: pre-wrap; } Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14096,51 +14726,51 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + @@ -14150,7 +14780,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14158,12 +14788,12 @@ p, li { white-space: pre-wrap; } From - + Date - + @@ -14176,305 +14806,320 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + Forum not found - + Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare Ретрошер - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14482,186 +15127,186 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + secs - + TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14669,19 +15314,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14690,7 +15335,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14698,7 +15343,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14707,73 +15352,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14781,35 +15426,35 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + @@ -14824,110 +15469,110 @@ p, li { white-space: pre-wrap; } Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14935,12 +15580,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14948,17 +15593,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14971,12 +15616,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -14984,60 +15629,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15045,17 +15690,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15063,89 +15708,89 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + General - + Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15153,17 +15798,17 @@ p, li { white-space: pre-wrap; } Download - + Recommend in a message to - + Collection - + @@ -15171,7 +15816,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15179,27 +15824,27 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + Unknown - + @@ -15207,33 +15852,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15241,17 +15886,17 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + @@ -15262,39 +15907,39 @@ p, li { white-space: pre-wrap; } Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + @@ -15304,27 +15949,27 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15332,58 +15977,63 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Сачувај - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15393,42 +16043,42 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15437,17 +16087,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15455,31 +16105,31 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + @@ -15489,7 +16139,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15499,16 +16149,16 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15516,85 +16166,94 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. - + Sets the directory RetroShare uses for data files. - + Sets the name and location of RetroShare's logfile. - + Sets the verbosity of RetroShare's logging. - + Sets RetroShare's interface style. - + Sets RetroShare's interface stylesheets. - + Sets RetroShare's language. - + RetroShare Usage Information - + - + Unable to open log file '%1': %2 - + built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15602,7 +16261,7 @@ Reducing image to %1x%2 pixels? RTT Statistics - + @@ -15610,12 +16269,12 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + @@ -15625,216 +16284,216 @@ Reducing image to %1x%2 pixels? Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + Type - + Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + Download - + Copy RetroShare Link - + Send RetroShare Link - + Download Notice - + Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + @@ -15844,48 +16503,48 @@ Reducing image to %1x%2 pixels? Remove All - + Folder - + New RetroShare Link(s) - + Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15893,7 +16552,7 @@ Reducing image to %1x%2 pixels? Peer details - + @@ -15909,12 +16568,12 @@ Reducing image to %1x%2 pixels? IP address: - + Peer ID: - + @@ -15924,14 +16583,14 @@ Reducing image to %1x%2 pixels? Peer Name: - + Unknown Peer - + @@ -15941,33 +16600,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15975,32 +16634,32 @@ Reducing image to %1x%2 pixels? wants to be friend with you on RetroShare - + Accept Friend Request - + Peer details - + Deny friend - + Chat - + Start Chat - + @@ -16021,12 +16680,12 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + @@ -16036,12 +16695,12 @@ Reducing image to %1x%2 pixels? IP Address: - + Connection Method: - + @@ -16051,32 +16710,32 @@ Reducing image to %1x%2 pixels? Write Message - + Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16085,7 +16744,7 @@ Reducing image to %1x%2 pixels? Unknown Peer - + @@ -16095,32 +16754,32 @@ Reducing image to %1x%2 pixels? Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16128,282 +16787,282 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + Local Address - + External Address - + Dynamic DNS - + Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + Test - + Network - + IP Filters - + IP blacklist - + IP range - + Status - + Origin - + Reason - + @@ -16415,158 +17074,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16579,78 +17238,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16658,27 +17317,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16686,7 +17345,7 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + @@ -16696,17 +17355,17 @@ If you have issues connecting over Tor check the Tor logs too. Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16722,48 +17381,48 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + Browse - + Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16771,23 +17430,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16795,37 +17454,37 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + @@ -16835,7 +17494,7 @@ Select the Friends with which you want to Share your Channel. Stop sharing selected Directory - + @@ -16846,59 +17505,59 @@ Select the Friends with which you want to Share your Channel. Apply and close - + Edit selected Shared Directory - + Edit - + Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16906,17 +17565,17 @@ Select the Friends with which you want to Share your Channel. Files - + Search files - + Start Search - + @@ -16926,108 +17585,108 @@ Select the Friends with which you want to Share your Channel. Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + Download - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17035,48 +17694,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + Download complete - + Lobby - + @@ -17084,7 +17743,7 @@ Select the Friends with which you want to Share your Channel. Event: - + @@ -17094,32 +17753,32 @@ Select the Friends with which you want to Share your Channel. Browse - + Event - + Filename - + Open File - + Sound - + Default - + Подразумевано @@ -17127,30 +17786,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17163,55 +17822,55 @@ Select the Friends with which you want to Share your Channel. Login - + Name (PGP Id) - location: - + Remember Password - + Log In - + Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17220,7 +17879,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17229,7 +17888,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17238,7 +17897,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17246,17 +17905,17 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + @@ -17266,7 +17925,7 @@ This choice can be reverted in settings. Messenger - + @@ -17276,53 +17935,53 @@ This choice can be reverted in settings. SMPlayer - + Quit - + Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + RTT Statistics - + @@ -17331,165 +17990,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17497,30 +18156,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17529,23 +18188,23 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + @@ -17560,12 +18219,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17583,81 +18242,81 @@ p, li { white-space: pre-wrap; } Download File - + Download - + Play File - + Play - + Save File - + ERROR - + EXTRA - + REMOTE - + DOWNLOAD - + LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + @@ -17667,28 +18326,28 @@ p, li { white-space: pre-wrap; } Open File - + Copy RetroShare Link - + SubscribeToolButton - + Subscribed - + - + Unsubscribe Одјави ме - + Subscribe Пријави ме @@ -17698,7 +18357,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17706,27 +18365,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17734,12 +18393,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17747,12 +18406,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17760,90 +18419,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17851,45 +18510,45 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name @@ -17900,86 +18559,86 @@ p, li { white-space: pre-wrap; } Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + Status - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + @@ -17989,32 +18648,32 @@ p, li { white-space: pre-wrap; } Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + @@ -18025,193 +18684,193 @@ p, li { white-space: pre-wrap; } Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + Copy RetroShare Link - + Paste RetroShare Link - + Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + Play - + Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - + - - + + Okay У реду - - + + Waiting - - - - - Downloading - - - - - - - - Complete - + + Downloading + + + + + + + + Complete + + + + Queued - + Paused - + Checking... - + Unknown - + - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18222,22 +18881,22 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + @@ -18250,163 +18909,163 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + @@ -18422,57 +19081,57 @@ Try to be patient! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18481,69 +19140,69 @@ Try to be patient! My files - + FILE - + Files - + File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18552,13 +19211,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18567,28 +19226,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18596,12 +19255,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18609,42 +19268,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18652,47 +19311,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18704,7 +19363,7 @@ Try to be patient! Loading - + @@ -18712,22 +19371,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18735,22 +19394,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18803,12 +19462,12 @@ Try to be patient! Quit - + Browse - + @@ -18821,57 +19480,57 @@ Try to be patient! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18879,58 +19538,58 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + Description: - + Share Options - + @@ -18940,62 +19599,62 @@ Try to be patient! All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19004,57 +19663,57 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + Edit - + New Page - + Refresh - + @@ -19064,47 +19723,47 @@ Try to be patient! My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19112,79 +19771,79 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + Status - + @@ -19200,39 +19859,39 @@ Try to be patient! Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19240,37 +19899,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19278,98 +19937,98 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + New - + from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19378,12 +20037,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19392,112 +20051,112 @@ Try to be patient! Unknown Unknown (size) - + B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_sv.ts b/retroshare-gui/src/lang/retroshare_sv.ts index 29720a4b3..e068069d6 100644 --- a/retroshare-gui/src/lang/retroshare_sv.ts +++ b/retroshare-gui/src/lang/retroshare_sv.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Kan tyvärr inte avgöra systemets standardkommando för den här filen\n @@ -304,7 +306,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -426,7 +428,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -474,7 +476,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -487,7 +489,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -547,7 +549,7 @@ p, li { white-space: pre-wrap; } On List Item - + @@ -557,7 +559,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -587,12 +589,12 @@ p, li { white-space: pre-wrap; } Choose the style of Tool Buttons. - + Choose the style of List Items. - + @@ -632,7 +634,7 @@ p, li { white-space: pre-wrap; } Remove surplus text in status bar. - + @@ -647,17 +649,17 @@ p, li { white-space: pre-wrap; } Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + @@ -774,7 +776,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot BWGraphSource - + KB/s KB/s @@ -867,7 +869,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Sum - + @@ -883,7 +885,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Count - + Antal @@ -951,12 +953,12 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot TOTALS - + Totals - + @@ -969,7 +971,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Form - + Formulär @@ -1004,7 +1006,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Log scale - + @@ -1052,6 +1054,11 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Mute participant Blockera användare + + + Ban this person (Sets negative opinion) + + Send Message @@ -1060,15 +1067,15 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Sort by Name - + Sortera efter namn Sort by Activity - + - + Invite friends to this lobby Bjud in kontakter till denna lobby @@ -1088,7 +1095,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Välj kontakter att bjuda in: - + Welcome to lobby %1 Välkommen till %1 @@ -1104,7 +1111,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Lobbychatt - + Lobby management @@ -1151,19 +1158,19 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot sekunder - + Start private chat Starta privat chatt - + Decryption failed. - + Signature mismatch - + @@ -1183,12 +1190,12 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1241,12 +1248,12 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot ChatLobbyWidget - + Chat lobbies Chattlobbys - + Name Namn @@ -1284,7 +1291,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot [Ämne saknas] - + Selected lobby info Vald lobbyinformation @@ -1301,7 +1308,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Anonymous IDs accepted - + @@ -1324,7 +1331,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot %1 bjuder in dig till chattlobbyn %2 - + Search Chat lobbies Sök Chat Lobbyn @@ -1341,12 +1348,12 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1364,7 +1371,7 @@ Kom bara ihåg... all data här, *KOMMER* att förloras när vi uppgraderar prot Nej - + Lobby Name: Lobbynamn: @@ -1417,12 +1424,12 @@ Dubbelklicka lobbyer för att chatta. Private Subscribed Lobbies - + Public Subscribed Lobbies - + @@ -1437,22 +1444,22 @@ Dubbelklicka lobbyer för att chatta. Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + @@ -1462,12 +1469,12 @@ Dubbelklicka lobbyer för att chatta. You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + @@ -1477,7 +1484,7 @@ Dubbelklicka lobbyer för att chatta. Create an identity and enter this lobby - + @@ -1533,7 +1540,7 @@ Dubbelklicka lobbyer för att chatta. Avbryt - + Quick Message Snabbmeddelande @@ -1542,34 +1549,34 @@ Dubbelklicka lobbyer för att chatta. ChatPage - + General Allmänt - + Distant Chat - + Everyone - + Contacts - + Kontakter Nobody - + Accept encrypted distant chat from - + @@ -1599,7 +1606,7 @@ Dubbelklicka lobbyer för att chatta. Minimum font size - + @@ -1621,6 +1628,11 @@ Dubbelklicka lobbyer för att chatta. Send message with Ctrl+Return Skicka meddelanden med Ctrl+Retur + + + Send as plain text by default + + Chat Lobby @@ -1726,7 +1738,7 @@ Dubbelklicka lobbyer för att chatta. Utgående - + Incoming message in history Inkommande meddelande i historik @@ -1763,12 +1775,12 @@ Dubbelklicka lobbyer för att chatta. UserName - + /me is sending a message with /me - + @@ -1778,7 +1790,7 @@ Dubbelklicka lobbyer för att chatta. <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + @@ -1843,7 +1855,7 @@ Dubbelklicka lobbyer för att chatta. Maximum count for coloring matching text - + @@ -1853,17 +1865,17 @@ Dubbelklicka lobbyer för att chatta. Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + @@ -1884,7 +1896,7 @@ Dubbelklicka lobbyer för att chatta. ChatStyle - + Standard style for group chat Standardstil för gruppchatt @@ -1938,12 +1950,12 @@ Dubbelklicka lobbyer för att chatta. Stäng - + Send Skicka - + Bold Fet @@ -1958,12 +1970,12 @@ Dubbelklicka lobbyer för att chatta. Kursiv - + Attach a Picture Bifoga en bild - + Strike Strike @@ -2014,42 +2026,70 @@ Dubbelklicka lobbyer för att chatta. Återställ standardteckensnitt - + Quote - + Citera Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... skriver... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Vill du verkligen ta bort historiken? - + Add Extra File Lägg till en fil @@ -2094,9 +2134,9 @@ Dubbelklicka lobbyer för att chatta. är upptagen och kanske inte svarar. - + Find Case Sensitively - + @@ -2116,27 +2156,27 @@ Dubbelklicka lobbyer för att chatta. Sluta inte att färga efter X hittade (använder mer CPU) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) (Status) - + Set text font & color Ange teckensnitt & färg @@ -2146,7 +2186,7 @@ Dubbelklicka lobbyer för att chatta. Bifoga en fil - + WARNING: Could take a long time on big history. VARNING: Kan ta lång tid på en stor historik. @@ -2157,59 +2197,55 @@ Dubbelklicka lobbyer för att chatta. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - %1This message consists of %2 characters. - %1Detta meddelande består av %2 tecken. + %1Detta meddelande består av %2 tecken. - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - Display Search Box - Visa sökruta + Visa sökruta - Search Box - Sökruta + Sökruta - + Type a message here Skriv ett meddelande här - + Don't stop to color after - + items found (need more CPU) - + - Warning: - Varning: + Varning: @@ -2228,7 +2264,7 @@ Dubbelklicka lobbyer för att chatta. CirclesDialog - + Showing details: Visningsdetaljer: @@ -2250,7 +2286,7 @@ Dubbelklicka lobbyer för att chatta. - + Personal Circles Privata cirklar @@ -2276,7 +2312,7 @@ Dubbelklicka lobbyer för att chatta. - + Friends Kontakter @@ -2336,7 +2372,7 @@ Dubbelklicka lobbyer för att chatta. Vänners vänner - + External Circles (Admin) Externa Cirklar (Administratör) @@ -2360,7 +2396,7 @@ Dubbelklicka lobbyer för att chatta. ConfCertDialog - + Details Detaljer @@ -2376,7 +2412,7 @@ Dubbelklicka lobbyer för att chatta. - + Local Address Lokal adress @@ -2403,36 +2439,39 @@ Dubbelklicka lobbyer för att chatta. Adresslista - + + Use this certificate to make friends: + + + + Include signatures Inkludera signaturer - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Fel: Kan inte hämta användaruppgifter. - Use as direct source, when available - Använd som direkt källa, om tillgänglig + Använd som direkt källa, om tillgänglig - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">Retroshare söker periodiskt din vänlista efter sökbara filer som matchar dina överföringar för att kunna öppna en direkt anslutning. I det här fallet vet din vän att du laddar filen.</p><p align="justify">Avmarkera boxen för att undvika detta för den här vännen. Du kan fortfarande genomföra en direkt ansluten överföring manuellt genom att ladda ner från din väns fillista. </p></body></html> + <html><head/><body><p align="justify">Retroshare söker periodiskt din vänlista efter sökbara filer som matchar dina överföringar för att kunna öppna en direkt anslutning. I det här fallet vet din vän att du laddar filen.</p><p align="justify">Avmarkera boxen för att undvika detta för den här vännen. Du kan fortfarande genomföra en direkt ansluten överföring manuellt genom att ladda ner från din väns fillista. </p></body></html> - + Encryption Kryptering @@ -2447,17 +2486,16 @@ Dubbelklicka lobbyer för att chatta. Klientadresser - Options - Alternativ + Alternativ - + Retroshare node details - + - + Node name : Nodnamn : @@ -2469,12 +2507,12 @@ Dubbelklicka lobbyer för att chatta. Last Contact : - + Retroshare version : - + @@ -2492,24 +2530,14 @@ Dubbelklicka lobbyer för att chatta. Retroshare-certifikat - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2520,47 +2548,37 @@ Dubbelklicka lobbyer för att chatta. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + @@ -2570,7 +2588,7 @@ Dubbelklicka lobbyer för att chatta. external signatures</li> - + @@ -2629,12 +2647,12 @@ Dubbelklicka lobbyer för att chatta. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2719,12 +2737,12 @@ Dubbelklicka lobbyer för att chatta. RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + @@ -2754,7 +2772,7 @@ Dubbelklicka lobbyer för att chatta. Email - + E-post @@ -2822,7 +2840,7 @@ Dubbelklicka lobbyer för att chatta. Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2839,33 +2857,33 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3160,7 +3178,7 @@ resources. IP-Addr: - + @@ -3180,7 +3198,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3223,7 +3241,7 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + @@ -3239,53 +3257,53 @@ even if you don't make friends. Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3724,11 +3742,11 @@ even if you don't make friends. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3781,74 +3799,86 @@ p, li { white-space: pre-wrap; } They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details Cirkeldetaljer - - + Name Namn - Creator - Skapare + Skapare - Distribution - Distribution + Distribution - + Public Publik - Self-Restricted - Självbegränsad + Självbegränsad - Restricted to: - Begränsad till: + Begränsad till: - Circle Membership - Cirkelmedlemskap + Cirkelmedlemskap - + IDs ID - Known Identities - Kända identiteter + Kända identiteter - + Filter Filter - + Nickname Användarnamn - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3858,55 +3888,104 @@ p, li { white-space: pre-wrap; } Typ - - - - + + Name: + Namn: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Privat + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare RetroShare - + Please set a name for your Circle Ange ett namn för din cirkel - Personal Circle Details - Privata cirkel detaljer + Privata cirkel detaljer - External Circle Details - Extern cirkel detaljer + Extern cirkel detaljer - Cannot Edit Existing Circles Yet - Kan inte editera befintliga cirklar ännu + Kan inte editera befintliga cirklar ännu - + No Restriction Circle Selected Ingen begränsad cirkel vald - + No Circle Limitations Selected Inga cirkel begränsningar valda - Create New Personal Circle - Skapa en ny Personlig Cirkel + Skapa en ny Personlig Cirkel - Create New External Circle - Skapa en ny Extern Cirkel + Skapa en ny Extern Cirkel - + Add Lägg till @@ -3916,13 +3995,13 @@ p, li { white-space: pre-wrap; } Ta bort - + Search Sök - + All Alla @@ -3937,49 +4016,98 @@ p, li { white-space: pre-wrap; } Signerad av kända noder - + Edit Circle Editera cirkeln - - + PGP Identity PGP-identitet - - - + + + Anon Id Anonymt Id + + + Circle name + + + + + Update + + + Close + Stäng + + + + + Create New Circle + + + + + Create + Skapa + + + PGP Linked Id PGP-länkat ID + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Skapa en ny grupp - - Group Name - Gruppnamn + + Group Name: + Gruppnamn: - + + Group ID: + + + + Group Name + Gruppnamn + + + Enter a name for your group Ange ett namn för din grupp - + + To be defined + + + + Friends Kontakter @@ -4013,9 +4141,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4144,7 +4272,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Posta foruminlägg @@ -4189,12 +4317,12 @@ p, li { white-space: pre-wrap; } Starta ny tråd - + No Forum Inga forum - + In Reply to Som svar på @@ -4220,9 +4348,19 @@ p, li { white-space: pre-wrap; } Add Extra File Lägg till extra fil + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Generera massdata @@ -4232,12 +4370,12 @@ p, li { white-space: pre-wrap; } Vill du verkligen generera %1 meddelanden? - + Send Skicka - + Forum Message Foruminlägg @@ -4256,7 +4394,7 @@ Vill du kasta det här meddelandet? Congrats, you found a bug! - + @@ -4300,12 +4438,12 @@ Vill du kasta det här meddelandet? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + @@ -4325,12 +4463,12 @@ Vill du kasta det här meddelandet? Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4458,7 +4596,7 @@ Vill du kasta det här meddelandet? Copy certificate to clipboard - + @@ -4499,7 +4637,7 @@ Vill du kasta det här meddelandet? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4525,7 +4663,7 @@ Vill du kasta det här meddelandet? No peer found in DHT - + @@ -4780,7 +4918,7 @@ Vill du kasta det här meddelandet? Copy %1 to clipboard - + @@ -4825,12 +4963,12 @@ Vill du kasta det här meddelandet? RESTRICTED CONE NAT - + FULL CONE NAT - + @@ -4845,12 +4983,12 @@ Vill du kasta det här meddelandet? UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + @@ -5036,7 +5174,7 @@ Vill du kasta det här meddelandet? Relays - + @@ -5089,7 +5227,7 @@ Vill du kasta det här meddelandet? Unreach: - + @@ -5104,7 +5242,7 @@ Vill du kasta det här meddelandet? DHT Peers: - + @@ -5124,7 +5262,7 @@ Vill du kasta det här meddelandet? Relay: - + @@ -5140,27 +5278,27 @@ Vill du kasta det här meddelandet? Peers - + Användare Relay - + Relä DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5199,7 +5337,7 @@ Vill du kasta det här meddelandet? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Kom ihåg hash-summor även när dom inte delas. Detta kan vara användbart om du ibland delar en extern hårddisk, för att undvika ny hash-beräkning när du återansluter den @@ -5545,7 +5683,7 @@ you plug it in. Patch - + @@ -5555,7 +5693,7 @@ you plug it in. Header - + @@ -5684,7 +5822,7 @@ you plug it in. Visa grupper - + Group Grupp @@ -5725,7 +5863,7 @@ you plug it in. Lägg till i grupp - + Search Sök @@ -5735,7 +5873,7 @@ you plug it in. Sortera efter stadie - + Move to group Flytta till grupp @@ -5770,12 +5908,12 @@ you plug it in. Tillgänglig - + Do you want to remove this Friend? Vill du ta bort den här kontakten? - + Done! Färdig! @@ -5784,52 +5922,52 @@ you plug it in. Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + @@ -5841,19 +5979,19 @@ at least one peer was not added to a group Failed to get a file! - + File is not writeable! - + File is not readable! - + @@ -5861,7 +5999,7 @@ at least one peer was not added to a group IP - + Attempt to connect Anslutningsförsök @@ -5891,19 +6029,19 @@ at least one peer was not added to a group Ta bort kontaktnod - + Do you want to remove this node? Vill du ta bort denna nod? Friend nodes - + - + Send message to whole group - + @@ -5914,7 +6052,7 @@ at least one peer was not added to a group Deny - + @@ -5964,7 +6102,7 @@ at least one peer was not added to a group Sök kontakter - + Mark all Markera alla @@ -6073,7 +6211,7 @@ at least one peer was not added to a group <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + @@ -6157,7 +6295,12 @@ anonymous, you can use a fake email. Lösenord (kontroll) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Innan du går vidare, rör runt muspekaren för att hjälpa Retroshare att få så mycket slumpmässighet som möjligt. Att fylla förloppsindikatorn till 20% krävs, 100% är rekommenderat.</p></body></html> @@ -6218,43 +6361,43 @@ anonymous, you can use a fake email. Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile Skapa en ny profil @@ -6291,28 +6434,23 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + @@ -6324,67 +6462,67 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + @@ -6395,7 +6533,7 @@ Alternatively you can import a (previously exported) profile. Just uncheck " RetroShare profile files (*.asc) - + @@ -6409,17 +6547,17 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + @@ -6429,57 +6567,57 @@ and use the import button to load it Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6531,8 +6669,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - Registrera retroshare:// som URL-protokoll (Kräver omstart) + Registrera retroshare:// som URL-protokoll (Kräver omstart) @@ -6540,7 +6682,27 @@ Fill in your PGP password when asked, to sign your new key. Kräver administratörsrättigheter, för att ändra. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Overksamhet @@ -6560,7 +6722,17 @@ Fill in your PGP password when asked, to sign your new key. Starta uppstartsguiden - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Fel @@ -6581,7 +6753,7 @@ Fill in your PGP password when asked, to sign your new key. Allmänt - + Minimize to Tray Icon Minimera till meddelandefältet @@ -6605,7 +6777,7 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6638,18 +6810,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6661,31 +6833,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6698,7 +6870,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6798,7 +6970,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6811,7 +6983,7 @@ p, li { white-space: pre-wrap; } GroupBox - + @@ -6821,7 +6993,7 @@ p, li { white-space: pre-wrap; } Identity Name - + @@ -6831,42 +7003,46 @@ p, li { white-space: pre-wrap; } Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - Send - Skicka + Skicka - + Branching factor - + Details - + Detaljer @@ -6876,7 +7052,7 @@ p, li { white-space: pre-wrap; } Pending packets - + @@ -6894,17 +7070,17 @@ p, li { white-space: pre-wrap; } Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6915,6 +7091,14 @@ p, li { white-space: pre-wrap; } Visa gruppchatt + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -6999,27 +7183,27 @@ p, li { white-space: pre-wrap; } All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -7048,39 +7232,39 @@ p, li { white-space: pre-wrap; } Kontakter: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Välj minst en användare - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7123,7 +7307,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7131,14 +7325,9 @@ p, li { white-space: pre-wrap; } Visa - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7265,7 +7454,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7285,7 +7474,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7295,18 +7484,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + Specificera @@ -7349,7 +7538,7 @@ p, li { white-space: pre-wrap; } Checking - + @@ -7387,7 +7576,7 @@ p, li { white-space: pre-wrap; } Published - + @@ -7481,6 +7670,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Växla meddelandestatus @@ -7491,7 +7690,7 @@ p, li { white-space: pre-wrap; } - + Play Spela upp @@ -7528,12 +7727,12 @@ p, li { white-space: pre-wrap; } Ta bort objektet - + Channel Feed Kanalflöde - + Files Filer @@ -7573,12 +7772,12 @@ p, li { white-space: pre-wrap; } Jag gillar inte detta - + Loading Läser in - + Open Öppna @@ -7596,7 +7795,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Posta i kanal @@ -7611,7 +7810,7 @@ p, li { white-space: pre-wrap; } Sök kanaler - + Title Rubrik @@ -7646,7 +7845,32 @@ p, li { white-space: pre-wrap; } Inga kanaler markerade - + + Public + Publik + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Inaktivera automatisk nedladdning @@ -7658,7 +7882,7 @@ p, li { white-space: pre-wrap; } Show feeds - + @@ -7666,7 +7890,23 @@ p, li { white-space: pre-wrap; } Visa filer - + + Administrator: + + + + + + unknown + okänd + + + + Distribution: + + + + Feeds Flöden @@ -7676,19 +7916,19 @@ p, li { white-space: pre-wrap; } Filer - + Subscribers - + - + Description: Beskrivning: - + Posts (at neighbor nodes): - + @@ -7810,7 +8050,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7955,7 +8195,7 @@ innan du kan kommentera Forum Feed - + @@ -7971,7 +8211,7 @@ innan du kan kommentera Formulär - + Start new Thread for Selected Forum Starta ny tråd i aktuellt forum @@ -7997,7 +8237,7 @@ innan du kan kommentera - + Title Rubrik @@ -8010,18 +8250,18 @@ innan du kan kommentera - + Author Författare Save image - + - + Loading Läser in @@ -8088,12 +8328,12 @@ innan du kan kommentera Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8146,33 +8386,73 @@ innan du kan kommentera This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + Publik + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Distribution + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8197,22 +8477,22 @@ innan du kan kommentera <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8268,39 +8548,39 @@ innan du kan kommentera I %1, skrev %2: - + Forum name Forumnamn Subscribers - + Posts (at neighbor nodes) - + - + Description Beskrivning By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8316,7 +8596,7 @@ innan du kan kommentera <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8371,13 +8651,13 @@ innan du kan kommentera GxsGroupDialog - - + + Name Namn - + Add Icon Lägg till ikon @@ -8392,7 +8672,7 @@ innan du kan kommentera Dela publiceringsnyckel - + check peers you would like to share private publish key with Markera de användare du vill dela privat publiceringsnyckel med. @@ -8402,36 +8682,40 @@ innan du kan kommentera Dela nyckel med - - + + Description Beskrivning - + Message Distribution Meddelandedistribution - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Publik - - Restricted to Group - Begränsad till grupp + Begränsad till grupp - - + Only For Your Friends Endast för dina kontakter - + Publish Signatures Publicera signaturer @@ -8477,12 +8761,11 @@ innan du kan kommentera - Comments Kommentarer - + Allow Comments Tillåt kommentarer @@ -8494,71 +8777,107 @@ innan du kan kommentera Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Kommentarer: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Kontakter: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Lägg till ett namn - + + PGP signature from known ID required + + + + Load Group Logo Läs in grupplogotyp - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback Kommer att användas för att skicka feedback @@ -8568,59 +8887,101 @@ innan du kan kommentera Ägare: - + Set a descriptive description here - + - + Info Information - Comments allowed - Kommentarer tillåtna + Kommentarer tillåtna - Comments not allowed - Kommentarer inte tillåtna + Kommentarer inte tillåtna - + ID ID - + Last Post Senaste inlägget + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Popularitet - - - Posts - - - Type - Typ + Posts + - + Type + Typ + + + Author Upphovsman GxsIdLabel - + @@ -8671,7 +9032,12 @@ innan du kan kommentera Redigera detaljer - + + Share publish permissions + + + + Copy RetroShare Link Kopiera RetroShare-länk @@ -8686,25 +9052,20 @@ innan du kan kommentera Markera alla som olästa - + AUTHD AUTHD - - - Share admin permissions - - GxsIdChooser - + No Signature Ingen signatur - + Create new Identity Skapa ny identitet @@ -8712,7 +9073,7 @@ innan du kan kommentera GxsIdDetails - + Loading Läser in @@ -8731,13 +9092,13 @@ innan du kan kommentera [Banned] - + Authentication - + @@ -8747,27 +9108,27 @@ innan du kan kommentera anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8788,42 +9149,42 @@ innan du kan kommentera Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Okänd användare @@ -9010,7 +9371,7 @@ innan du kan kommentera Error Loading Help Contents: - + @@ -9058,7 +9419,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9089,7 +9450,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9099,11 +9460,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + @@ -9141,26 +9502,26 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9170,12 +9531,12 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + @@ -9185,7 +9546,7 @@ p, li { white-space: pre-wrap; } Last used: - + @@ -9201,30 +9562,30 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9234,9 +9595,9 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + @@ -9256,12 +9617,12 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + @@ -9276,47 +9637,47 @@ p, li { white-space: pre-wrap; } Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + @@ -9326,19 +9687,20 @@ p, li { white-space: pre-wrap; } Banned - + IdDialog - + + New ID Nytt ID - - + + All Alla @@ -9354,39 +9716,75 @@ p, li { white-space: pre-wrap; } Sök - Unknown real name - Okänt riktigt namn + Okänt riktigt namn - + Anonymous Id Anonymt Id - + Create new Identity Skapa ny identitet - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Cirklar + + + + Circle name + + + + + Membership + Medlemskap + + + + Public Circles + Publika cirklar + + + + Personal Circles + Privata cirklar + + + Edit identity Redigera identitet @@ -9399,40 +9797,40 @@ p, li { white-space: pre-wrap; } Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID Identitets-ID - + Send message Skicka meddelande - + Identity info Identitetsinfo @@ -9444,7 +9842,7 @@ p, li { white-space: pre-wrap; } Owner node name : - + @@ -9454,22 +9852,22 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + @@ -9489,68 +9887,281 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous Anonym - + ID - + ID Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + Publik + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Status: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + okänd + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + Editera cirkeln + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + @@ -9560,37 +10171,37 @@ p, li { white-space: pre-wrap; } Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + @@ -9600,30 +10211,30 @@ p, li { white-space: pre-wrap; } Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + @@ -9632,87 +10243,77 @@ p, li { white-space: pre-wrap; } Din avatar - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by Ägd av - + Node name: Nodnamn: @@ -9722,9 +10323,9 @@ p, li { white-space: pre-wrap; } Nod-ID : - + Really delete? - + @@ -9836,7 +10437,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9852,27 +10453,27 @@ p, li { white-space: pre-wrap; } Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9890,7 +10491,7 @@ p, li { white-space: pre-wrap; } GXSId - + @@ -9900,25 +10501,25 @@ p, li { white-space: pre-wrap; } - + GXS name: GXS-namn: - - + + PGP name: PGP-namn: - + GXS id: GXS-id: - + PGP id: PGP-id: @@ -9933,7 +10534,7 @@ p, li { white-space: pre-wrap; } - + Copy Kopiera @@ -9969,17 +10570,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10034,7 +10635,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Lägg till kontakt @@ -10050,7 +10651,7 @@ p, li { white-space: pre-wrap; } - + Options Alternativ @@ -10084,12 +10685,12 @@ p, li { white-space: pre-wrap; } Snabbstartsguide - + RetroShare %1 a secure decentralized communication platform RetroShare %1 en säker, decentraliserad kommunikationsplattform - + Unfinished Pågående @@ -10129,7 +10730,7 @@ Frigör mer diskutrymme och klicka OK. Open Messenger - + @@ -10207,7 +10808,7 @@ Frigör mer diskutrymme och klicka OK. Vill du verkligen avsluta RetroShare? - + Internal Error Internt fel @@ -10252,7 +10853,7 @@ Frigör mer diskutrymme och klicka OK. Tjänståtkomstmatrix - + Add Lägg till @@ -10264,29 +10865,29 @@ Frigör mer diskutrymme och klicka OK. Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose Skriv @@ -10388,29 +10989,29 @@ Frigör mer diskutrymme och klicka OK. - + Tags Taggar Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + @@ -10510,17 +11111,17 @@ Frigör mer diskutrymme och klicka OK. All addresses (mixed) - + All people - + My contacts - + @@ -10548,7 +11149,7 @@ Frigör mer diskutrymme och klicka OK. Hej %1!<br><br>%2 vill bli en av dina kontakter på RetroShare.<br><br>Svara nu:<br>%3<br><br>Tack!<br>RetroShare Team - + Save Message Spara meddelande @@ -10831,74 +11432,74 @@ Vill du spara meddelandet? Från: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10906,22 +11507,22 @@ Vill du spara meddelandet? Everyone - + Contacts - + Kontakter Nobody - + Accept encrypted distant messages from - + @@ -11131,12 +11732,12 @@ Vill du spara meddelandet? Hide the attachment pane - + Show the attachment pane - + @@ -11560,7 +12161,7 @@ Vill du spara meddelandet? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11657,7 +12258,7 @@ Vill du spara meddelandet? This message goes to a distant person. - + @@ -11692,7 +12293,7 @@ Vill du spara meddelandet? This message comes from a distant person. - + @@ -11703,7 +12304,7 @@ Vill du spara meddelandet? RetroShare kontaktlista - + Add a Friend Lägg till en kontakt @@ -11718,17 +12319,17 @@ Vill du spara meddelandet? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11986,7 +12587,7 @@ Vill du spara meddelandet? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12104,74 +12705,74 @@ Högerklicka och välj 'Skapa kontakt' för att kunna ansluta. Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12202,7 +12803,7 @@ Reported error: Freeze - + @@ -12263,17 +12864,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12350,7 +12951,7 @@ Reported error: Ip security - + @@ -12420,7 +13021,7 @@ Reported error: <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12450,7 +13051,7 @@ Reported error: Disable All Toasters - + @@ -12460,7 +13061,7 @@ Reported error: Disable All Toaster temporarily - + @@ -12470,7 +13071,7 @@ Reported error: Systray - + @@ -12480,23 +13081,23 @@ Reported error: Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase PGP-lösenord @@ -12516,12 +13117,12 @@ Reported error: RetroShare har upptäckt ett oregistrerat insticksprogram. Detta kan hända i två fall:<UL><LI>Din RetroShare-startfil har ändrats.</LI><LI>Insticksprogrammet har ändrats</LI></UL>Klicka Ja för att tillåta insticket, eller Nej för att neka. Du kan ändra beslutet senare i Alternativ -> Insticksprogram, och sedan starta om programmet. - + Please check your system clock. Kontrollera din systemklocka. - + Examining shared files... Undersöker delade filer... @@ -12557,14 +13158,14 @@ Reported error: Krypterat meddelande - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12599,7 +13200,7 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12614,42 +13215,42 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12659,7 +13260,7 @@ Reported error: No trust - + @@ -12679,31 +13280,31 @@ Reported error: Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12713,22 +13314,22 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + @@ -12736,49 +13337,110 @@ p, li { white-space: pre-wrap; } ASCII-format - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Inkludera signaturer + + + Options + Alternativ + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + Använd som direkt källa, om tillgänglig + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. Fel: Kan inte hämta användaruppgifter. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) Angiven nyckelalgoritm stöds inte av RetroShare. (För tillfället stöds endast RSA-nycklar) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12796,28 +13458,28 @@ p, li { white-space: pre-wrap; } Du har inget förtroende för denna användare. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure Signatur misslyckades @@ -12827,19 +13489,19 @@ p, li { white-space: pre-wrap; } Lösenordet kanske är fel - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12988,26 +13650,80 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + Felkod + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -13098,7 +13814,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13111,7 +13827,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13124,7 +13840,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13272,7 +13988,7 @@ före redigering! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13341,37 +14057,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13394,7 +14110,7 @@ p, li { white-space: pre-wrap; } Widget for plugin %1 not found on plugins frame - + @@ -13412,12 +14128,12 @@ p, li { white-space: pre-wrap; } Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + @@ -13431,7 +14147,7 @@ p, li { white-space: pre-wrap; } [loading problem] - + @@ -13477,7 +14193,7 @@ felaktigt utformade insticksprogram. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13554,7 +14270,7 @@ felaktigt utformade insticksprogram. Chat remotely closed. Please close this window. - + @@ -13574,12 +14290,12 @@ felaktigt utformade insticksprogram. Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13612,7 +14328,7 @@ felaktigt utformade insticksprogram. You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + @@ -13622,12 +14338,12 @@ felaktigt utformade insticksprogram. Submit a new Post - + Please add a Title - + @@ -13655,12 +14371,12 @@ felaktigt utformade insticksprogram. <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + @@ -13713,7 +14429,7 @@ felaktigt utformade insticksprogram. Update Topic - + @@ -13726,7 +14442,7 @@ felaktigt utformade insticksprogram. Subscribe to Posted - + @@ -13742,7 +14458,7 @@ felaktigt utformade insticksprogram. Posted Description - + @@ -13752,7 +14468,7 @@ felaktigt utformade insticksprogram. New Posted - + @@ -13763,7 +14479,7 @@ felaktigt utformade insticksprogram. PostedItem - + 0 0 @@ -13774,7 +14490,7 @@ felaktigt utformade insticksprogram. - + Comments Kommentarer @@ -13786,12 +14502,12 @@ felaktigt utformade insticksprogram. Vote up - + Vote down - + @@ -13809,7 +14525,17 @@ felaktigt utformade insticksprogram. Nytt - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Växla meddelandestatus @@ -13819,7 +14545,7 @@ felaktigt utformade insticksprogram. Ta bort objektet - + Loading Läser in @@ -13879,7 +14605,7 @@ felaktigt utformade insticksprogram. Submit a new Post - + @@ -13904,7 +14630,7 @@ felaktigt utformade insticksprogram. 1-10 - + 1-10 @@ -14074,18 +14800,18 @@ och där läsa in den med importfunktionen. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + @@ -14283,9 +15009,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Bekräftelse @@ -14295,7 +15021,7 @@ p, li { white-space: pre-wrap; } Vill du att systemet skall hantera den här länken? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14304,7 +15030,7 @@ and open the Make Friend Wizard. - + Add file Lägg till fil @@ -14324,12 +15050,17 @@ and open the Make Friend Wizard. Vill du bearbeta %1 länkar? - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 av %2 RetroShare-länk bearbetad. @@ -14438,6 +15169,21 @@ and open the Make Friend Wizard. Channel messages not found Kunde inte hitta kanalmeddelandena + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14481,7 +15227,7 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> kommer att ersätt Resultat - + Unable to make path Kunde inte skapa sökväg @@ -14496,7 +15242,7 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> kommer att ersätt Kunde inte bearbeta samlingsfilen - + Deny friend Avvisa kontakt @@ -14516,7 +15262,7 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> kommer att ersätt Filbegäran avbruten - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. Denna version av RetroShare använder OpenPGP-SDK. Som sidoeffekt använder den inte systemets delade PGP-nyckelring, utan har sin egen nyckelring som delas av alla RetroShare-instanser. <br><br>Du verkar inte ha någon sådan nyckelring, även om GPG-nycklar associeras med befintliga RetroShare-konton, troligen för att du just uppgraderat till denna nya version av programmet. @@ -14527,12 +15273,12 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> kommer att ersätt - + RetroShare RetroShare - + Initialization failed. Wrong or missing installation of PGP. Initiering misslyckades. Felaktig eller saknad PGP-installation. @@ -14542,12 +15288,12 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> kommer att ersätt Ett oväntat fel uppstod. Rapportera 'RsInit::InitRetroShare unexpected return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Ett oväntat fel uppstod. Rapportera 'RsInit::InitRetroShare unexpected return code %1'. - + Multiple instances Flera instanser @@ -14569,9 +15315,8 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> kommer att ersätt - Start with a RetroShare link is only supported for Windows. - Start via RetroShare-länk, stöds endast i Windows. + Start via RetroShare-länk, stöds endast i Windows. @@ -14598,24 +15343,24 @@ Reported error is: Rapporterat fel är: %2 - + Click to send a private message to %1 (%2). Klicka för att skicka ett privat meddelande till %1 (%2). %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + @@ -14625,103 +15370,103 @@ Rapporterat fel är: %2 TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + @@ -14742,39 +15487,39 @@ Rapporterat fel är: %2 Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error Fel unable to parse XML file! - + @@ -14789,12 +15534,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14917,10 +15662,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14965,17 +15710,17 @@ p, li { white-space: pre-wrap; } RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + Var vill du ha knapparna för sidan? ToolBar View - + @@ -14987,9 +15732,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -15004,8 +15749,8 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15071,12 +15816,12 @@ p, li { white-space: pre-wrap; } If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -15084,12 +15829,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + Vill du verkligen sluta dela den här mappen? @@ -15133,37 +15878,37 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + @@ -15173,20 +15918,20 @@ p, li { white-space: pre-wrap; } Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15204,7 +15949,7 @@ p, li { white-space: pre-wrap; } <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15294,7 +16039,7 @@ p, li { white-space: pre-wrap; } <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15328,22 +16073,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15356,22 +16101,22 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + @@ -15382,7 +16127,7 @@ p, li { white-space: pre-wrap; } Entire range - + @@ -15414,12 +16159,12 @@ p, li { white-space: pre-wrap; } Ladda ner! - + File Fil - + Size Storlek @@ -15436,7 +16181,7 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. Några fil- eller mappnamn innehöll förbjudna tecken. Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> ersätts med '_'. @@ -15445,7 +16190,7 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> ersätts med &apos Selected files : - + @@ -15455,12 +16200,12 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> ersätts med &apos <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + @@ -15470,12 +16215,12 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> ersätts med &apos <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15483,53 +16228,58 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> ersätts med &apos Spara - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + @@ -15549,27 +16299,27 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> ersätts med &apos Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + @@ -15579,7 +16329,7 @@ Tecknen <b>",|,/,\,&lt;,&gt;,*,?</b> ersätts med &apos <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15627,7 +16377,7 @@ Om du tror att den är giltig, ta bort strängen från filen och öppna den på Save Collection File. - + @@ -15658,7 +16408,7 @@ Om du tror att den är giltig, ta bort strängen från filen och öppna den på RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? Bilden är för stor för överföring. @@ -15676,7 +16426,7 @@ Vill du krympa bilden till %1x%2 pixlar? Rshare - + Resets ALL stored RetroShare settings. Återställer ALLA sparade RetroShare-inställningar. @@ -15716,7 +16466,7 @@ Vill du krympa bilden till %1x%2 pixlar? Information om RetroShares användning - + Unable to open log file '%1': %2 Kan inte öppna loggfil '%1': %2 @@ -15731,24 +16481,33 @@ Vill du krympa bilden till %1x%2 pixlar? Kunde inte skapa datamapp: %1 - + Revision Revision - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -16079,7 +16838,7 @@ Vill du krympa bilden till %1x%2 pixlar? Peer Name: - + @@ -16096,33 +16855,33 @@ Vill du krympa bilden till %1x%2 pixlar? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16260,7 +17019,7 @@ Vill du krympa bilden till %1x%2 pixlar? Missing/Damaged certificate. Not a real Retroshare user. - + @@ -16270,12 +17029,12 @@ Vill du krympa bilden till %1x%2 pixlar? Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16288,12 +17047,12 @@ Vill du krympa bilden till %1x%2 pixlar? Network Mode - + Nätverksläge Nat - + @@ -16381,7 +17140,7 @@ Vill du krympa bilden till %1x%2 pixlar? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Om du avmarkerar detta, kan RetroShare endast avgör ditt IP när du ansluter till någon. Att låta det här vara markerat @@ -16402,32 +17161,32 @@ bra om du sitter bakom en brandvägg eller en VPN-tunnel. Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + @@ -16437,7 +17196,7 @@ bra om du sitter bakom en brandvägg eller en VPN-tunnel. I2P incoming ok - + @@ -16447,45 +17206,45 @@ bra om du sitter bakom en brandvägg eller en VPN-tunnel. Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + @@ -16495,27 +17254,27 @@ Also check your ports! Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16535,13 +17294,13 @@ Also check your ports! IP blacklist - + IP range - + @@ -16555,7 +17314,7 @@ Also check your ports! Origin - + @@ -16573,158 +17332,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16737,78 +17496,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16831,12 +17590,12 @@ If you have issues connecting over Tor check the Tor logs too. Auto-download recommended files - + Require whitelist - + @@ -16859,12 +17618,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16921,7 +17680,7 @@ If you have issues connecting over Tor check the Tor logs too. Share flags and groups: - + @@ -17209,7 +17968,7 @@ Välj de kontakter du vill dela kanalen med. New Msg - + @@ -17220,22 +17979,22 @@ Välj de kontakter du vill dela kanalen med. Message arrived - + Download - + Ladda ner Download complete - + Lobby - + @@ -17278,7 +18037,7 @@ Välj de kontakter du vill dela kanalen med. Default - + Standard @@ -17286,18 +18045,18 @@ Välj de kontakter du vill dela kanalen med. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile Läs in profil @@ -17370,9 +18129,9 @@ Aktuella identiteter/platser påverkas ej. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17381,7 +18140,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17390,7 +18149,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17399,7 +18158,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17473,12 +18232,12 @@ This choice can be reverted in settings. Turtle Router - + Global Router - + @@ -17585,7 +18344,7 @@ This choice can be reverted in settings. Connected: I2P - + @@ -17600,22 +18359,22 @@ This choice can be reverted in settings. TCP-in - + TCP-out - + inbound connection - + outbound connection - + @@ -17625,32 +18384,32 @@ This choice can be reverted in settings. Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17670,7 +18429,7 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17683,7 +18442,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17847,17 +18606,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Prenumererat - + Unsubscribe Avsluta prenumerationen - + Subscribe Prenumerera @@ -17916,12 +18675,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17976,11 +18735,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -18000,17 +18759,17 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + @@ -18020,7 +18779,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -18055,7 +18814,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Nerladdningar @@ -18066,7 +18825,7 @@ p, li { white-space: pre-wrap; } Uppladdningar - + Name i.e: file name @@ -18307,7 +19066,7 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18336,39 +19095,39 @@ p, li { white-space: pre-wrap; } - + Failed Misslyckades - - + + Okay OK - - + + Waiting Väntar - + Downloading Laddar ner - + Complete Slutfört - + Queued Köad @@ -18388,7 +19147,7 @@ p, li { white-space: pre-wrap; } Okänt - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18480,7 +19239,7 @@ Försök ha tålamod! Ange nytt giltigt filnamn - + Last Time Seen i.e: Last Time Receiced Data Senast sedd @@ -18612,17 +19371,17 @@ Försök ha tålamod! Visa Väg-kolumn - + Could not delete preview file - + Try it again? - + - + Create Collection... Skapa samling... @@ -18642,22 +19401,22 @@ Försök ha tålamod! Samling - + File sharing Fildelning - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: version: @@ -18816,12 +19575,12 @@ Försök ha tålamod! Anonymous tunnels - + Authenticated tunnels - + @@ -18831,7 +19590,7 @@ Försök ha tålamod! Turtle Router - + @@ -18879,7 +19638,7 @@ Försök ha tålamod! Forwarded data - + @@ -19008,12 +19767,12 @@ Försök ha tålamod! Enable Retroshare WEB Interface - + Web parameters - + @@ -19023,37 +19782,37 @@ Försök ha tålamod! allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + @@ -19684,7 +20443,7 @@ Försök ha tålamod! Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_tr.ts b/retroshare-gui/src/lang/retroshare_tr.ts index a763b10e4..b1f266d4d 100644 --- a/retroshare-gui/src/lang/retroshare_tr.ts +++ b/retroshare-gui/src/lang/retroshare_tr.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -28,7 +30,7 @@ Copy Info - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file Malesef bu dosya için varsayılan sistem komutu belirlenemedi @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -558,7 +560,7 @@ p, li { white-space: pre-wrap; } On List Ite&m - + @@ -658,7 +660,7 @@ p, li { white-space: pre-wrap; } Disable SysTray ToolTip - + @@ -775,7 +777,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y BWGraphSource - + KB/s KB/s @@ -884,7 +886,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Count - + Kullanıcı Sayısı @@ -970,7 +972,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Form - + Form @@ -980,32 +982,32 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Type: - + Tip: Up - + Yukari Down - + İndirme Service: - + Unit: - + Log scale - + @@ -1053,23 +1055,28 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Mute participant Katılımcının sesini kapatın + + + Ban this person (Sets negative opinion) + + Send Message - + İleti Gönder Sort by Name - + Isme Göre Sirala Sort by Activity - + - + Invite friends to this lobby Bu lobiye arkadaşlarınızı davet edin @@ -1089,7 +1096,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Davet edilecek arkadaşlarınızı seçin: - + Welcome to lobby %1 %1 lobisine hoşgeldiniz @@ -1105,7 +1112,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Lobi sohbeti - + Lobby management @@ -1152,12 +1159,12 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y saniye - + Start private chat Özel sohbet başlatın - + Decryption failed. Şifre çözme başarısız. @@ -1242,12 +1249,12 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y ChatLobbyWidget - + Chat lobbies Sohbet lobileri - + Name İsim @@ -1285,7 +1292,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y [Konu Açılmamış] - + Selected lobby info Seçilen lobi bilgisi @@ -1302,7 +1309,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Anonymous IDs accepted - + @@ -1325,7 +1332,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y %1 sizi %2 isimli sohbet lobisine davet ediyor - + Search Chat lobbies Sohbet lobileri arayın @@ -1342,12 +1349,12 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1365,7 +1372,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Hayır - + Lobby Name: Lobi İsmi: @@ -1387,7 +1394,7 @@ Ama Unutmayın: Buradaki herhangi bir bilgi, protokolleri güncellediğimiz de y Security: - + @@ -1446,22 +1453,22 @@ Lobiye girip sohbet etmek için çift tıklayın. Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + @@ -1532,7 +1539,7 @@ Lobiye girip sohbet etmek için çift tıklayın. İptal Edin - + Quick Message Hızlı İleti @@ -1541,34 +1548,34 @@ Lobiye girip sohbet etmek için çift tıklayın. ChatPage - + General Genel - + Distant Chat - + Everyone - + Contacts - + Kisiler Nobody - + Accept encrypted distant chat from - + @@ -1598,7 +1605,7 @@ Lobiye girip sohbet etmek için çift tıklayın. Minimum font size - + @@ -1620,6 +1627,11 @@ Lobiye girip sohbet etmek için çift tıklayın. Send message with Ctrl+Return Ctrl+Return ile ileti gönderin + + + Send as plain text by default + + Chat Lobby @@ -1725,7 +1737,7 @@ Lobiye girip sohbet etmek için çift tıklayın. Giden - + Incoming message in history Gelen ileti geçmişi @@ -1762,12 +1774,12 @@ Lobiye girip sohbet etmek için çift tıklayın. UserName - + /me is sending a message with /me - + @@ -1860,7 +1872,7 @@ Lobiye girip sohbet etmek için çift tıklayın. Arama Çubuğu gösterilsin - + Private chat invite from Gelen özel sohbet daveti @@ -1883,7 +1895,7 @@ Lobiye girip sohbet etmek için çift tıklayın. ChatStyle - + Standard style for group chat Grup sohbeti için standart görünüm @@ -1937,12 +1949,12 @@ Lobiye girip sohbet etmek için çift tıklayın. Kapatın - + Send Gönderin - + Bold Kalın @@ -1957,12 +1969,12 @@ Lobiye girip sohbet etmek için çift tıklayın. Eğik - + Attach a Picture Resim Ekleyin - + Strike Üstü çizili @@ -2013,42 +2025,70 @@ Lobiye girip sohbet etmek için çift tıklayın. Varsayılan yazıtipi - + Quote - + Alinti yap Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... yazıyor... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? Geçmişi tamamen silmek istediğinizden emin misiniz? - + Add Extra File Fazladan Dosya Ekleyin @@ -2093,7 +2133,7 @@ Lobiye girip sohbet etmek için çift tıklayın. Meşgul ve cevap vermeyebilir - + Find Case Sensitively B/K Harf Duyarlı Arayın @@ -2115,7 +2155,7 @@ Lobiye girip sohbet etmek için çift tıklayın. X nesne bulunduktan sonra işaretlemeye devam edin (daha fazla CPU gerekir) - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> <b>Önceki </b><br/><i>Ctrl+Shift+G</i> @@ -2130,12 +2170,12 @@ Lobiye girip sohbet etmek için çift tıklayın. <b>Bul </b><br/><i>Ctrl+F</i> - + (Status) (Durum) - + Set text font & color Metin yazıtipi & rengini ayarlayın @@ -2145,7 +2185,7 @@ Lobiye girip sohbet etmek için çift tıklayın. Dosya Ekleyin - + WARNING: Could take a long time on big history. UYARI: Boyutu büyük olan geçmişlerde uzun sürebilir. @@ -2156,17 +2196,16 @@ Lobiye girip sohbet etmek için çift tıklayın. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> <b>Seçili metni işaretleyin</b><br><i>Ctrl+M</i> - %1This message consists of %2 characters. - %1Bu ileti %2 karakterden oluşuyor. + %1Bu ileti %2 karakterden oluşuyor. - + items found. eşleşme bulundu. @@ -2181,22 +2220,20 @@ Lobiye girip sohbet etmek için çift tıklayın. <b>İşaretli metne geri dönün</b><br><i>Ctrl+M</i> - Display Search Box - Arama Kutusu Görünsün + Arama Kutusu Görünsün - Search Box - Arama Kutusu + Arama Kutusu - + Type a message here İletinizi yazın - + Don't stop to color after Şuradan sonra işaretlemeye devam edin @@ -2206,9 +2243,8 @@ Lobiye girip sohbet etmek için çift tıklayın. bulunanlar (daha fazla CPU gerekir) - Warning: - Uyarı: + Uyarı: @@ -2227,7 +2263,7 @@ Lobiye girip sohbet etmek için çift tıklayın. CirclesDialog - + Showing details: Ayrıntılar gösteriliyor: @@ -2249,7 +2285,7 @@ Lobiye girip sohbet etmek için çift tıklayın. - + Personal Circles Kişisel Çevreler @@ -2275,7 +2311,7 @@ Lobiye girip sohbet etmek için çift tıklayın. - + Friends Arkadaşlar @@ -2335,7 +2371,7 @@ Lobiye girip sohbet etmek için çift tıklayın. Arkadaşların Arkadaşları - + External Circles (Admin) Dış Çevreler (Yönetici) @@ -2359,7 +2395,7 @@ Lobiye girip sohbet etmek için çift tıklayın. ConfCertDialog - + Details Ayrıntılar @@ -2375,7 +2411,7 @@ Lobiye girip sohbet etmek için çift tıklayın. - + Local Address Yerel Adres @@ -2402,36 +2438,39 @@ Lobiye girip sohbet etmek için çift tıklayın. Adres listesi - + + Use this certificate to make friends: + + + + Include signatures Imzalar dahil - - + + RetroShare Retroshare - - + + Error : cannot get peer details. Hata: eş ayrıntıları alınamıyor. - Use as direct source, when available - Mümkün olduğunda doğrudan kaynak olarak kullan + Mümkün olduğunda doğrudan kaynak olarak kullan - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">Retroshare periyodik olarak, aktarımlarınızla eşleşen görülebilir dosyalar için arkadaş listenizi kontrol eder, ki doğrudan aktarım yapabilesiniz. Bu durumda, arkadaşınız dosyayı indirdiğinizi bilebilir.</p><p align="justify">Bu işlemi yalnızca bu arkadaşınız için engellemek istiyorsanız, kutu işaretini kaldırın. Eğer isterseniz hala doğrudan aktarım gerçekleştirebilirsiniz, ör. arkadaşınızın dosya listesinden indirerek. </p></body></html> + <html><head/><body><p align="justify">Retroshare periyodik olarak, aktarımlarınızla eşleşen görülebilir dosyalar için arkadaş listenizi kontrol eder, ki doğrudan aktarım yapabilesiniz. Bu durumda, arkadaşınız dosyayı indirdiğinizi bilebilir.</p><p align="justify">Bu işlemi yalnızca bu arkadaşınız için engellemek istiyorsanız, kutu işaretini kaldırın. Eğer isterseniz hala doğrudan aktarım gerçekleştirebilirsiniz, ör. arkadaşınızın dosya listesinden indirerek. </p></body></html> - + Encryption Şifreleme @@ -2446,17 +2485,16 @@ Lobiye girip sohbet etmek için çift tıklayın. Eş Adresleri - Options - Seçenekler + Seçenekler - + Retroshare node details Retroshare düğüm bilgileri - + Node name : Düğüm ismi : @@ -2491,22 +2529,16 @@ Lobiye girip sohbet etmek için çift tıklayın. Retroshare Sertifikası - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - Auto-download recommended files from this node - Bu düğümdeki önerilen dosyaları otomatik indir + Bu düğümdeki önerilen dosyaları otomatik indir - + Friend node details Arkadaş düğümü bilgileri - + Hidden Address Gizli Adres @@ -2542,17 +2574,11 @@ Lobiye girip sohbet etmek için çift tıklayın. <p>Yeni arkadaşlar eklemek için bu sertifikayı kullanabilirsiniz. Eposta ile gönderebilir veya elden verebilirsiniz.</p> - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - <html><head/><body><p>Bu seçeneği kullanan eşler eğer bağlantı adresleri beyazlistede değilse bağlanamazlar. Bu sizi trafik yönlendirme saldırılarından korur. Kullanıldığında, reddedilen eşler, Haber Kaynağı bölümünde &quot;güvenlik beslemeleri&quot; ile bildirilecektir. Oradan, IP'lerini karalisteye veya beyazlisteye ekleyebilirsiniz.</p></body></html> + <html><head/><body><p>Bu seçeneği kullanan eşler eğer bağlantı adresleri beyazlistede değilse bağlanamazlar. Bu sizi trafik yönlendirme saldırılarından korur. Kullanıldığında, reddedilen eşler, Haber Kaynağı bölümünde &quot;güvenlik beslemeleri&quot; ile bildirilecektir. Oradan, IP'lerini karalisteye veya beyazlisteye ekleyebilirsiniz.</p></body></html> - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> <html><head/><body><p>Bu, düğümün <span style=" font-weight:600;">OpenSSL</span> sertifikası kodudur, ve üstteki <span style=" font-weight:600;">PGP</span> anahtarı tarafından imzalanmıştır. </p></body></html> @@ -2628,12 +2654,12 @@ Lobiye girip sohbet etmek için çift tıklayın. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2718,42 +2744,42 @@ Lobiye girip sohbet etmek için çift tıklayın. RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + E-Posta @@ -2821,7 +2847,7 @@ Lobiye girip sohbet etmek için çift tıklayın. Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2838,33 +2864,33 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3159,12 +3185,12 @@ resources. IP-Addr: - + IP-Address - + @@ -3179,7 +3205,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3252,7 +3278,7 @@ kullanışlı olabilir. Require whitelist clearance to connect - + @@ -3267,7 +3293,7 @@ kullanışlı olabilir. <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + @@ -3726,11 +3752,11 @@ kullanışlı olabilir. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -3789,68 +3815,80 @@ p, li { white-space: pre-wrap; } CreateCircleDialog - + + + + Circle Details Çevre Detayları - - + Name Dosya Adi - Creator - Oluşturan + Oluşturan - Distribution - Dağıtım + Dağıtım - + Public Genel - Self-Restricted - Öz-Kısıtlamalı + Öz-Kısıtlamalı - Restricted to: - Sınırlı: + Sınırlı: - Circle Membership - Çevre Üyeliği + Çevre Üyeliği - + IDs Kodlar - Known Identities - Bilinen Kimlikler + Bilinen Kimlikler - + Filter Filtre - + Nickname Takma ad - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID Kod @@ -3860,55 +3898,104 @@ p, li { white-space: pre-wrap; } Tip - - - - + + Name: + + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + Kişisel + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare Retroshare - + Please set a name for your Circle Lütfen Çevreniz için bir isim belirleyin - Personal Circle Details - Kişisel Çevre Ayrıntıları + Kişisel Çevre Ayrıntıları - External Circle Details - Harici Çevre Detayları + Harici Çevre Detayları - Cannot Edit Existing Circles Yet - Varolan Çevreler Henüz Düzenlenemiyor + Varolan Çevreler Henüz Düzenlenemiyor - + No Restriction Circle Selected Hiçbir Kısıtlama Çevresi Seçilmedi - + No Circle Limitations Selected Hiçbir Çevre Kısıtlaması Seçilmedi - Create New Personal Circle - Yeni Kişisel Çevre Oluşturun + Yeni Kişisel Çevre Oluşturun - Create New External Circle - Yeni Dış Çevre Oluşturun + Yeni Dış Çevre Oluşturun - + Add Ekleyin @@ -3918,13 +4005,13 @@ p, li { white-space: pre-wrap; } Silin - + Search Baslat - + All Hepsi @@ -3939,49 +4026,98 @@ p, li { white-space: pre-wrap; } Tanınan düğümler tarafından imzalı - + Edit Circle Çevreyi Düzenle - - + PGP Identity PGP Kimliği - - - + + + Anon Id Anonim Id + + + Circle name + + + + + Update + + + Close + + + + + + Create New Circle + + + + + Create + Olustur + + + PGP Linked Id PGP bağlantılı Kimlik + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group Grup olustur - - Group Name - Grup ismi + + Group Name: + Grup ismi: - + + Group ID: + + + + Group Name + Grup ismi + + + Enter a name for your group Grup için bir isim verin - + + To be defined + + + + Friends Arkadaslar @@ -4015,9 +4151,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4146,7 +4282,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message Forum Mesaj Gönder @@ -4191,12 +4327,12 @@ p, li { white-space: pre-wrap; } Yeni konu baslat - + No Forum Forum Yok - + In Reply to Cevap olarak @@ -4222,9 +4358,19 @@ p, li { white-space: pre-wrap; } Add Extra File Ekstra Dosya Ekle + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data Yığınsal veri üretin @@ -4234,12 +4380,12 @@ p, li { white-space: pre-wrap; } Gerçekten %1 ileti oluşturmak istiyor musunuz? - + Send Gönder - + Forum Message Forum İletisi @@ -4287,7 +4433,7 @@ Bu iletiyi iptal etmek ister misiniz? Visibility: - + @@ -4302,17 +4448,17 @@ Bu iletiyi iptal etmek ister misiniz? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + @@ -4327,12 +4473,12 @@ Bu iletiyi iptal etmek ister misiniz? Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4501,7 +4647,7 @@ Bu iletiyi iptal etmek ister misiniz? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4527,7 +4673,7 @@ Bu iletiyi iptal etmek ister misiniz? No peer found in DHT - + @@ -4772,17 +4918,17 @@ Bu iletiyi iptal etmek ister misiniz? IP - + IP Search IP - + Copy %1 to clipboard - + @@ -5038,7 +5184,7 @@ Bu iletiyi iptal etmek ister misiniz? Relays - + @@ -5201,7 +5347,7 @@ Bu iletiyi iptal etmek ister misiniz? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. Dosya paylaşılmasa bile karılmalar hatırlansın mı? @@ -5659,22 +5805,22 @@ dosyaların tekrar-karılmasından kurtulursunuz. export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + @@ -5689,7 +5835,7 @@ dosyaların tekrar-karılmasından kurtulursunuz. Gruplari Göster - + Group Grub @@ -5730,17 +5876,17 @@ dosyaların tekrar-karılmasından kurtulursunuz. Gruba ekle - + Search Arayın Sort by state - + - + Move to group Gruba tasi @@ -5775,90 +5921,90 @@ dosyaların tekrar-karılmasından kurtulursunuz. Mevcut - + Do you want to remove this Friend? Bu Arkadasi kaldirmak istiyor musunuz? - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Hata Failed to get a file! - + File is not writeable! - + File is not readable! - + @@ -5866,7 +6012,7 @@ at least one peer was not added to a group IP - + Attempt to connect Bağlanmayı dene @@ -5896,7 +6042,7 @@ at least one peer was not added to a group Arkadaş Düğümünüzü Silin - + Do you want to remove this node? Bu düğümü silmek istiyor musunuz? @@ -5906,7 +6052,7 @@ at least one peer was not added to a group Arkadaş düğümleri - + Send message to whole group Tüm gruba ileti gönderin @@ -5956,7 +6102,7 @@ at least one peer was not added to a group Sort by state - + @@ -5969,14 +6115,14 @@ at least one peer was not added to a group Arkadaş Ara - + Mark all - + Hepsini Isaretle Mark none - + @@ -6162,7 +6308,12 @@ anonymous, you can use a fake email. Parola (kontrol) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> <html><head/><body><p align="justify">Devam etmeden önce, Retroshare'ın olabildiğince fazla rasgelelik oluşturmasına yardımcı olmak için, farenizi ekranda gezdirin. En az %20 ilerleme gerekir, ama %100 tamamlamanızı tavsiye ederiz.</p></body></html> @@ -6226,7 +6377,7 @@ anonymous, you can use a fake email. Düğüm alanına en az 3 karakter girmelisiniz - + Failed to generate your new certificate, maybe PGP password is wrong! Yeni sertifikanızı üretemedik, PGP parolası yanlış olabilir! @@ -6260,7 +6411,7 @@ Ayrıca varolan bir profili de kullanabilirsiniz: Bunun için "Yeni profil - + Create a new profile Yeni profil oluşturun @@ -6292,7 +6443,7 @@ Ayrıca varolan bir profili de kullanabilirsiniz: Bunun için "Yeni profil hidden address - + @@ -6311,12 +6462,7 @@ Ayrıca varolan bir profili de kullanabilirsiniz: Bunun için "Yeni profil <html><head/><body><p>Bu sizin bağlantı kapınız.</p><p>1024 ve 65535 arasındaki herhangi bir değer</p><p>uygun olmalı. Bu değeri sonradan değiştirebilirsiniz.</p></body></html> - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length PGP anahtar uzunluğu @@ -6340,7 +6486,7 @@ Ayrıca varolan bir profili de kullanabilirsiniz: Bunun için "Yeni profil [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + @@ -6462,7 +6608,7 @@ ve içe aktar butonunu kullanarak yükleyebilirsiniz Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + @@ -6473,12 +6619,12 @@ ve içe aktar butonunu kullanarak yükleyebilirsiniz - + Profile generation failure Profil üretimi başarısız - + Missing PGP certificate PGP sertifikası eksik @@ -6546,8 +6692,12 @@ Sizden istendiğinde PGP parolanızı girerek, yeni anahtarınızı imzalayın.< + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - retroshare:// URL protokolü olarak kaydet (Yeniden başlatılmalı) + retroshare:// URL protokolü olarak kaydet (Yeniden başlatılmalı) @@ -6555,7 +6705,27 @@ Sizden istendiğinde PGP parolanızı girerek, yeni anahtarınızı imzalayın.< Bu seçenegi degistirmek için yönetici haklarina sahip olmaniz gerekir. - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle Bosta @@ -6575,7 +6745,17 @@ Sizden istendiğinde PGP parolanızı girerek, yeni anahtarınızı imzalayın.< Başlangıç sihirbazını çalıştır - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error Hata @@ -6596,7 +6776,7 @@ Sizden istendiğinde PGP parolanızı girerek, yeni anahtarınızı imzalayın.< Genel - + Minimize to Tray Icon Simge Durumuna Küçült @@ -6620,7 +6800,7 @@ Sizden istendiğinde PGP parolanızı girerek, yeni anahtarınızı imzalayın.< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6653,18 +6833,18 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6676,31 +6856,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6713,7 +6893,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6813,7 +6993,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6826,62 +7006,62 @@ p, li { white-space: pre-wrap; } GroupBox - + ID - + Kod Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + @@ -6891,12 +7071,12 @@ p, li { white-space: pre-wrap; } Pending packets - + Unknown - + Bilinmeyen @@ -6904,22 +7084,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6930,6 +7110,14 @@ p, li { white-space: pre-wrap; } Göster Grup Sohbetini + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -7014,27 +7202,27 @@ p, li { white-space: pre-wrap; } All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -7063,39 +7251,39 @@ p, li { white-space: pre-wrap; } Rehber: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer Lütfen en az bir eş seçin - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7138,7 +7326,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7146,14 +7344,9 @@ p, li { white-space: pre-wrap; } Görüntü - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7280,7 +7473,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7300,7 +7493,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7310,18 +7503,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + Belirt... @@ -7496,6 +7689,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status Degistir Mesaj okuma durumu @@ -7506,7 +7709,7 @@ p, li { white-space: pre-wrap; } - + Play Baslat @@ -7543,12 +7746,12 @@ p, li { white-space: pre-wrap; } Ögeyi Silin - + Channel Feed Kanal Akışı - + Files Dosya @@ -7588,12 +7791,12 @@ p, li { white-space: pre-wrap; } Beğenmedim - + Loading Yükleniyor - + Open @@ -7611,7 +7814,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel Kanala Gönderin @@ -7626,7 +7829,7 @@ p, li { white-space: pre-wrap; } Kanalları Arayın - + Title Başlık @@ -7661,7 +7864,32 @@ p, li { white-space: pre-wrap; } Kanal seçmediniz - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download Otomatik Indirme etkisizlestir @@ -7681,7 +7909,23 @@ p, li { white-space: pre-wrap; } Dosyaları görüntüleyin - + + Administrator: + + + + + + unknown + tanımsız + + + + Distribution: + + + + Feeds Akışlar @@ -7691,19 +7935,19 @@ p, li { white-space: pre-wrap; } Dosya - + Subscribers - + - + Description: Açıklama: - + Posts (at neighbor nodes): - + @@ -7719,7 +7963,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7747,7 +7991,7 @@ p, li { white-space: pre-wrap; } Voter ID: - + @@ -7777,17 +8021,17 @@ p, li { white-space: pre-wrap; } UpVotes - + DownVotes - + OwnVote - + @@ -7825,9 +8069,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + @@ -7837,7 +8081,7 @@ p, li { white-space: pre-wrap; } Comment Signing Error - + @@ -7867,17 +8111,17 @@ bir kimlik oluşturmalısınız Update Forum - + Add Forum Admins - + Select Forum Admins - + @@ -7956,7 +8200,7 @@ bir kimlik oluşturmalısınız In Reply to: - + @@ -7982,7 +8226,7 @@ bir kimlik oluşturmalısınız Form - + Start new Thread for Selected Forum Seçilmis Forum için yeni Konu Baslat @@ -8008,7 +8252,7 @@ bir kimlik oluşturmalısınız - + Title Baslik @@ -8021,18 +8265,18 @@ bir kimlik oluşturmalısınız - + Author Yazar Save image - + - + Loading Yükleniyor @@ -8099,12 +8343,12 @@ bir kimlik oluşturmalısınız Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8157,33 +8401,73 @@ bir kimlik oluşturmalısınız This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + Dağıtım + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8208,22 +8492,22 @@ bir kimlik oluşturmalısınız <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8279,39 +8563,39 @@ bir kimlik oluşturmalısınız %1 üzerinde,%2 yazdi: - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description Tanımlama By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8327,7 +8611,7 @@ bir kimlik oluşturmalısınız <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8382,20 +8666,20 @@ bir kimlik oluşturmalısınız GxsGroupDialog - - + + Name Isim - + Add Icon Simge Ekleyin Key recipients can publish to restricted-type group and can view and publish for private-type channels - + @@ -8403,7 +8687,7 @@ bir kimlik oluşturmalısınız Yayınlama Anahtarını Paylaş - + check peers you would like to share private publish key with özel yayın anahtarınızı paylaşacağınız eşleri seçin @@ -8413,36 +8697,40 @@ bir kimlik oluşturmalısınız Anahtari Paylaş - - + + Description Tanımlama - + Message Distribution Mesaj Dağıtımı - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public Genel - - Restricted to Group - Gruba Kısıtlı + Gruba Kısıtlı - - + Only For Your Friends Sadece Arkadaşlarınız İçin - + Publish Signatures İmzaları Yayınla @@ -8488,12 +8776,11 @@ bir kimlik oluşturmalısınız - Comments Yorumlar - + Allow Comments Yorumlara İzin Ver @@ -8505,133 +8792,203 @@ bir kimlik oluşturmalısınız Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + Yorum: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + YazıEtiketi - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: Rehber: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name Ad ekleyin - + + PGP signature from known ID required + + + + Load Group Logo Grup Logosunu Yükle - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback Geri bildirim göndermek için kullanılacaktır Owner: - + - + Set a descriptive description here - + - + Info Bilgi - - Comments allowed - - - - - Comments not allowed - - - - + ID Kod - + Last Post Son İleti + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity Bilinirlik - - - Posts - - - Type - Tip + Posts + - + Type + Tip + + + Author Yazar GxsIdLabel - + @@ -8674,15 +9031,20 @@ bir kimlik oluşturmalısınız Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link RetroShare Bağlantısını Kopyalayın @@ -8697,25 +9059,20 @@ bir kimlik oluşturmalısınız Hepsini Işaretle Okunmamuş olarak - + AUTHD Doğrulanmış - - - Share admin permissions - - GxsIdChooser - + No Signature İmza Yok - + Create new Identity Yeni Profil Olustur @@ -8723,7 +9080,7 @@ bir kimlik oluşturmalısınız GxsIdDetails - + Loading Yükleniyor @@ -8742,7 +9099,7 @@ bir kimlik oluşturmalısınız [Banned] - + @@ -8753,32 +9110,32 @@ bir kimlik oluşturmalısınız unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8799,42 +9156,42 @@ bir kimlik oluşturmalısınız Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + Tanınmayan Eş @@ -9021,7 +9378,7 @@ bir kimlik oluşturmalısınız Error Loading Help Contents: - + @@ -9058,14 +9415,14 @@ bir kimlik oluşturmalısınız p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9076,14 +9433,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9093,11 +9450,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + @@ -9142,7 +9499,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details Kişi Detayları @@ -9154,7 +9511,7 @@ p, li { white-space: pre-wrap; } Owner node ID : - + @@ -9164,7 +9521,7 @@ p, li { white-space: pre-wrap; } Owner node name : - + @@ -9179,7 +9536,7 @@ p, li { white-space: pre-wrap; } Last used: - + @@ -9195,30 +9552,30 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9228,34 +9585,34 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + @@ -9285,7 +9642,7 @@ p, li { white-space: pre-wrap; } Owned by 2-hops Retroshare node - + @@ -9300,39 +9657,40 @@ p, li { white-space: pre-wrap; } +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + Tamam Banned - + IdDialog - + + New ID Yeni Kod oluşturun - - + + All Hepsi @@ -9348,62 +9706,98 @@ p, li { white-space: pre-wrap; } Baslat - Unknown real name - Bilinmeyen gerçek ad + Bilinmeyen gerçek ad - + Anonymous Id Anonim Id - + Create new Identity Yeni Profil Olustur - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + Çevreler + + + + Circle name + + + + + Membership + Üyelik + + + + Public Circles + Herkese Açık Çevreler + + + + Personal Circles + Kişisel Çevreler + + + Edit identity - + Kimliği düzenle Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + @@ -9411,24 +9805,24 @@ p, li { white-space: pre-wrap; } Kimlik adı : - + () - + - + Identity ID - + - + Send message İleti gönderin - + Identity info - + @@ -9438,7 +9832,7 @@ p, li { white-space: pre-wrap; } Owner node name : - + @@ -9448,91 +9842,304 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous Anonim - + ID - + Kod Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + Durum: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + tanımsız + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node Kimlik size ait, Retroshare düğümünüze bağlı @@ -9549,75 +10156,75 @@ p, li { white-space: pre-wrap; } OK - + Tamam Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + @@ -9626,99 +10233,89 @@ p, li { white-space: pre-wrap; } Avatarınız - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9791,7 +10388,7 @@ p, li { white-space: pre-wrap; } Error KeyID invalid - + @@ -9830,7 +10427,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9851,22 +10448,22 @@ p, li { white-space: pre-wrap; } Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9884,7 +10481,7 @@ p, li { white-space: pre-wrap; } GXSId - + @@ -9894,27 +10491,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9927,7 +10524,7 @@ p, li { white-space: pre-wrap; } - + Copy Kopyala @@ -9963,17 +10560,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10012,7 +10609,7 @@ p, li { white-space: pre-wrap; } Recommend in a message to - + @@ -10028,7 +10625,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend Arkadaş ekle @@ -10044,7 +10641,7 @@ p, li { white-space: pre-wrap; } - + Options Seçenekler @@ -10078,12 +10675,12 @@ p, li { white-space: pre-wrap; } Hizli Baslangiç Sihirbazi - + RetroShare %1 a secure decentralized communication platform RetroShare %1 merkezi olmayan güvenli bir iletişim platformudur - + Unfinished Tamamlanmamış @@ -10123,7 +10720,7 @@ Lütfen biraz boş disk alanı oluşturun ve Tamam'a tıklayın. Open Messenger - + @@ -10201,7 +10798,7 @@ Lütfen biraz boş disk alanı oluşturun ve Tamam'a tıklayın.RetroShare'dan çikmak istiyor musunuz? - + Internal Error Dahili Hata @@ -10218,7 +10815,7 @@ Lütfen biraz boş disk alanı oluşturun ve Tamam'a tıklayın. Make sure this link has not been forged to drag you to a malicious website. - + @@ -10243,44 +10840,44 @@ Lütfen biraz boş disk alanı oluşturun ve Tamam'a tıklayın. Service permissions matrix - + - + Add Ekleyin Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose Yeni ileti @@ -10382,29 +10979,29 @@ Lütfen biraz boş disk alanı oluşturun ve Tamam'a tıklayın. - + Tags Etiketler Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + @@ -10504,17 +11101,17 @@ Lütfen biraz boş disk alanı oluşturun ve Tamam'a tıklayın. All addresses (mixed) - + All people - + My contacts - + @@ -10542,7 +11139,7 @@ Lütfen biraz boş disk alanı oluşturun ve Tamam'a tıklayın.Merhaba %1, %2 <br><br>RetroShare'da seninle arkadaş olmak istiyor. <br><br>Şimdi yanıtla: <br>%3<br><br>Teşekkürler,<br>RetroShare Takımı - + Save Message Mesaj kaydet @@ -10764,7 +11361,7 @@ mesaji taslaka kaydetmek istiyor musunuz? Details - + @@ -10825,74 +11422,74 @@ mesaji kaydetmek istiyor musunuz? Kimden: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10900,22 +11497,22 @@ mesaji kaydetmek istiyor musunuz? Everyone - + Contacts - + Kisiler Nobody - + Accept encrypted distant messages from - + @@ -11120,17 +11717,17 @@ mesaji kaydetmek istiyor musunuz? Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11554,7 +12151,7 @@ mesaji kaydetmek istiyor musunuz? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11651,7 +12248,7 @@ mesaji kaydetmek istiyor musunuz? This message goes to a distant person. - + @@ -11671,22 +12268,22 @@ mesaji kaydetmek istiyor musunuz? Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11697,7 +12294,7 @@ mesaji kaydetmek istiyor musunuz? RetroShare Anlık Sohbet - + Add a Friend Arkadaş ekle @@ -11712,17 +12309,17 @@ mesaji kaydetmek istiyor musunuz? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11976,22 +12573,22 @@ mesaji kaydetmek istiyor musunuz? Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11999,7 +12596,7 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + @@ -12014,7 +12611,7 @@ For security, your keyring was previously backed-up to file Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + @@ -12085,79 +12682,79 @@ Right-click and select 'make friend' to be able to connect. Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12188,7 +12785,7 @@ Reported error: Freeze - + @@ -12259,7 +12856,7 @@ Reported error: <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12336,7 +12933,7 @@ Reported error: Ip security - + @@ -12406,7 +13003,7 @@ Reported error: <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12436,17 +13033,17 @@ Reported error: Disable All Toasters - + Posted - + Disable All Toaster temporarily - + @@ -12456,7 +13053,7 @@ Reported error: Systray - + @@ -12466,23 +13063,23 @@ Reported error: Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase PGP anahtarı şifresi @@ -12502,12 +13099,12 @@ Reported error: RetroShare kaydedilmemiş bir eklenti farketti. Bu iki durumda olur: <UL><LI>RetroShare çalıştırılabiliriniz değişti.</LI><LI>Eklenti değişti</LI></UL>Bu eklentiyi onaylamak için Evet'e, reddetmek için Hayır'a tıklayın. Daha sonra fikrinizi değiştirirseniz Ayarlar -> Eklentiler'den düzeltip, yeniden başlatabilirsiniz. - + Please check your system clock. Lütfen sistem saatini kontrol ediniz - + Examining shared files... Paylaşılan dosyalar inceleniyor... @@ -12543,14 +13140,14 @@ Reported error: Şifreli ileti - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12585,11 +13182,11 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12597,42 +13194,42 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12642,7 +13239,7 @@ Reported error: No trust - + @@ -12662,31 +13259,31 @@ Reported error: Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12696,73 +13293,134 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures Imzalar dahil + + + Options + Seçenekler + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + Bu düğümdeki önerilen dosyaları otomatik indir + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare Retroshare - - - + + + Error : cannot get peer details. Hata: eş ayrıntıları alınamıyor. - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) Verilen anahtar algoritmasi RetroShare tarafindan desteklenmiyor (Sadece RSA anahtarlari su anda desteklenir) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12780,28 +13438,28 @@ p, li { white-space: pre-wrap; } Bu eşe hiç güvenmiyorsunuz. - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure Imza Arizasi @@ -12811,19 +13469,19 @@ p, li { white-space: pre-wrap; } Parola yanlış olabilir - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12972,26 +13630,80 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -13082,16 +13794,16 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13104,9 +13816,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13247,7 +13959,7 @@ requesting to edit it! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13316,37 +14028,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13369,7 +14081,7 @@ p, li { white-space: pre-wrap; } Widget for plugin %1 not found on plugins frame - + @@ -13387,12 +14099,12 @@ p, li { white-space: pre-wrap; } Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + @@ -13406,7 +14118,7 @@ p, li { white-space: pre-wrap; } [loading problem] - + @@ -13452,7 +14164,7 @@ hazırlanmış eklentilerin zararlarından korur. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13529,12 +14241,12 @@ hazırlanmış eklentilerin zararlarından korur. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + @@ -13549,12 +14261,12 @@ hazırlanmış eklentilerin zararlarından korur. Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13587,7 +14299,7 @@ hazırlanmış eklentilerin zararlarından korur. You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + @@ -13597,12 +14309,12 @@ hazırlanmış eklentilerin zararlarından korur. Submit a new Post - + Please add a Title - + @@ -13612,7 +14324,7 @@ hazırlanmış eklentilerin zararlarından korur. Link - + @@ -13625,17 +14337,17 @@ hazırlanmış eklentilerin zararlarından korur. Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + @@ -13688,7 +14400,7 @@ hazırlanmış eklentilerin zararlarından korur. Update Topic - + @@ -13701,7 +14413,7 @@ hazırlanmış eklentilerin zararlarından korur. Subscribe to Posted - + @@ -13717,7 +14429,7 @@ hazırlanmış eklentilerin zararlarından korur. Posted Description - + @@ -13727,7 +14439,7 @@ hazırlanmış eklentilerin zararlarından korur. New Posted - + @@ -13738,7 +14450,7 @@ hazırlanmış eklentilerin zararlarından korur. PostedItem - + 0 0 @@ -13749,7 +14461,7 @@ hazırlanmış eklentilerin zararlarından korur. - + Comments Yorumlar @@ -13761,12 +14473,12 @@ hazırlanmış eklentilerin zararlarından korur. Vote up - + Vote down - + @@ -13784,7 +14496,17 @@ hazırlanmış eklentilerin zararlarından korur. Yeni - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status İleti okunma durumunu değiştirin @@ -13794,7 +14516,7 @@ hazırlanmış eklentilerin zararlarından korur. Ögeyi Silin - + Loading Yükleniyor @@ -13854,7 +14576,7 @@ hazırlanmış eklentilerin zararlarından korur. Submit a new Post - + @@ -13879,7 +14601,7 @@ hazırlanmış eklentilerin zararlarından korur. 1-10 - + 1-10 @@ -13892,12 +14614,12 @@ hazırlanmış eklentilerin zararlarından korur. Posted - + Open each topic in a new tab - + @@ -13905,7 +14627,7 @@ hazırlanmış eklentilerin zararlarından korur. Posted - + @@ -14049,23 +14771,23 @@ Artık kimliğinizi başka bilgisayara kopyalayıp <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + @@ -14202,7 +14924,7 @@ p, li { white-space: pre-wrap; } Add to Pulse - + @@ -14232,7 +14954,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14258,9 +14980,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation Onayla @@ -14270,7 +14992,7 @@ p, li { white-space: pre-wrap; } Bu bağlantının sisteminiz tarafından kullanılmasını istiyor musunuz? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -14279,7 +15001,7 @@ ve Arkadaş Ekleme Sihirbazını açın. - + Add file Dosya ekleyin @@ -14299,12 +15021,17 @@ ve Arkadaş Ekleme Sihirbazını açın. %1 bağlantılarını işlemek istiyor musunuz? - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. %1 RetroShare bağlantısının işlenen kısmı %2. @@ -14413,6 +15140,21 @@ ve Arkadaş Ekleme Sihirbazını açın. Channel messages not found Kanal iletileri bulunamadı + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted @@ -14456,7 +15198,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Sonuç - + Unable to make path Dizin oluşturulamıyor @@ -14471,7 +15213,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Derleme dosyası işlenemedi - + Deny friend Arkadaş reddet @@ -14491,7 +15233,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Dosya isteğinden vazgeçtiniz - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. RetroShare'ın bu versiyonu OpenPGP-SDK kullanır. Yan etki olarak, sistem paylaşımlı PGP anahtarlığını kullanmaz, ama tüm RetroShare istekleriyle paylaşılan kendi anahtarlığı vardır.<br><br>Muhtemelen bu yazılımın yeni sürümüne henzü geçtiğiniz için, mevcut RetroShare hesapları PGP anahtarlarından bahsetmesine rağmen, böyle bir anahtarlığınız yok görünüyor. @@ -14502,12 +15244,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + RetroShare Retroshare - + Initialization failed. Wrong or missing installation of PGP. Başlatılamadı. Yanlış veya eksik PGP kurulumu. @@ -14517,12 +15259,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Beklenmeyen bir hata oluştu. Lütfen 'RsInit::InitRetroShare beklenmeyen dönüş kodu %1' hatasını bildirin. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Beklenmeyen bir hata oluştu. Lütfen bildirin ' RsInit::InitRetroShare beklenmeyen dönüş kodu %1'. - + Multiple instances Çeşitli durumlarda @@ -14545,9 +15287,8 @@ Kilit dosyası: - Start with a RetroShare link is only supported for Windows. - RetroShare bağlantısıyla başlatma yalnızca Windows için geçerli. + RetroShare bağlantısıyla başlatma yalnızca Windows için geçerli. @@ -14570,27 +15311,27 @@ Kilit dosyası: Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + @@ -14600,103 +15341,103 @@ Reported error is: TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + @@ -14707,49 +15448,49 @@ Reported error is: Subject: - + Konu: Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + Hata unable to parse XML file! - + @@ -14764,12 +15505,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14892,10 +15633,10 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14940,31 +15681,31 @@ p, li { white-space: pre-wrap; } RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + Sayfa butonlarının nerede olmasını istersiniz? ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ <html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ @@ -14979,8 +15720,8 @@ p, li { white-space: pre-wrap; }⏎ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15041,7 +15782,7 @@ p, li { white-space: pre-wrap; } Universal - + @@ -15059,12 +15800,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + Gerçekten bu dizinin paylasimini durdurmak istiyor musunuz? @@ -15095,12 +15836,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -15108,60 +15849,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15179,7 +15920,7 @@ p, li { white-space: pre-wrap; } <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15269,7 +16010,7 @@ p, li { white-space: pre-wrap; } <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15282,7 +16023,7 @@ p, li { white-space: pre-wrap; } Recommend in a message to - + @@ -15303,22 +16044,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15336,28 +16077,28 @@ p, li { white-space: pre-wrap; } Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15389,12 +16130,12 @@ p, li { white-space: pre-wrap; } İndir! - + File Dosya - + Size Boyut @@ -15411,14 +16152,14 @@ p, li { white-space: pre-wrap; } Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + @@ -15428,12 +16169,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + @@ -15443,12 +16184,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15456,58 +16197,63 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Kaydedin - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15517,42 +16263,42 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15593,17 +16339,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + @@ -15613,7 +16359,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15623,13 +16369,13 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? Resim boyutu iletim için aşırı büyük. @@ -15641,13 +16387,13 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. TÜM RetroShare ayarlarını sıfırla. @@ -15687,7 +16433,7 @@ Reducing image to %1x%2 pixels? RetroShare Kullanıcı Bilgileri. - + Unable to open log file '%1': %2 '%1':%2 Günlük dosyası açılamadı @@ -15699,27 +16445,36 @@ Reducing image to %1x%2 pixels? Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15771,7 +16526,7 @@ Reducing image to %1x%2 pixels? Multi-hop search at distance 6 in the network (always reports available files) - + @@ -15990,22 +16745,22 @@ Reducing image to %1x%2 pixels? Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -16034,7 +16789,7 @@ Reducing image to %1x%2 pixels? IP address: - + @@ -16049,7 +16804,7 @@ Reducing image to %1x%2 pixels? Peer Name: - + @@ -16066,33 +16821,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16230,22 +16985,22 @@ Reducing image to %1x%2 pixels? Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16258,12 +17013,12 @@ Reducing image to %1x%2 pixels? Network Mode - + Ag Modu Nat - + @@ -16351,7 +17106,7 @@ Reducing image to %1x%2 pixels? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. Bu seçimi kaldırırsanız, Retroshare yalnızca birine bağlandığınızda IP'nizi saptayabilir. Az arkadaşınız varsa bunu seçili bırakmak @@ -16372,90 +17127,90 @@ kullanıyorsanız da yardımcı olur. Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + @@ -16465,27 +17220,27 @@ Also check your ports! Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16500,18 +17255,18 @@ Also check your ports! IP Filters - + IP blacklist - + IP range - + @@ -16525,13 +17280,13 @@ Also check your ports! Origin - + Reason - + @@ -16543,158 +17298,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16707,78 +17462,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16806,7 +17561,7 @@ If you have issues connecting over Tor check the Tor logs too. Require whitelist - + @@ -16829,12 +17584,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16891,7 +17646,7 @@ If you have issues connecting over Tor check the Tor logs too. Share flags and groups: - + @@ -16915,7 +17670,7 @@ If you have issues connecting over Tor check the Tor logs too. You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -17026,7 +17781,7 @@ Select the Friends with which you want to Share your Channel. This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -17140,22 +17895,22 @@ Select the Friends with which you want to Share your Channel. Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17163,48 +17918,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Arkadaş Go Online - + Chatmessage - + New Msg - + Message - + Mesaj Message arrived - + Download - + Download complete - + Lobby - + @@ -17247,7 +18002,7 @@ Select the Friends with which you want to Share your Channel. Default - + Varsayilan @@ -17255,18 +18010,18 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile Profil Yükleniyor @@ -17339,9 +18094,9 @@ varolan profilinize adres ekleyin. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17350,7 +18105,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17359,7 +18114,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17368,7 +18123,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17427,7 +18182,7 @@ This choice can be reverted in settings. Service permissions matrix - + @@ -17442,12 +18197,12 @@ This choice can be reverted in settings. Turtle Router - + Global Router - + @@ -17554,7 +18309,7 @@ This choice can be reverted in settings. Connected: I2P - + @@ -17569,57 +18324,57 @@ This choice can be reverted in settings. TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17639,7 +18394,7 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17652,7 +18407,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17816,17 +18571,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed Abonesiniz - + Unsubscribe Iptal - + Subscribe Abone Ol @@ -17885,12 +18640,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17945,11 +18700,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17964,32 +18719,32 @@ p, li { white-space: pre-wrap; } Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -18024,7 +18779,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads Indirmeler @@ -18035,7 +18790,7 @@ p, li { white-space: pre-wrap; } Gönderiliyor - + Name i.e: file name @@ -18145,7 +18900,7 @@ p, li { white-space: pre-wrap; } Download from collection file... - + @@ -18276,7 +19031,7 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18305,39 +19060,39 @@ p, li { white-space: pre-wrap; } - + Failed Basarisiz - - + + Okay Tamam - - + + Waiting Bekliyor - + Downloading Indiriliyor - + Complete Bitmis - + Queued Sirada @@ -18357,7 +19112,7 @@ p, li { white-space: pre-wrap; } Bilinmeyen - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18446,7 +19201,7 @@ Sabırlı olun! Lütfen yeni -ve geçerli- bir dosya adı girin - + Last Time Seen i.e: Last Time Receiced Data Son Görülme @@ -18575,32 +19330,32 @@ Sabırlı olun! Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + @@ -18608,24 +19363,24 @@ Sabırlı olun! Koleksiyon - + File sharing Dosya paylaşımı - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18782,12 +19537,12 @@ Sabırlı olun! Anonymous tunnels - + Authenticated tunnels - + @@ -18797,7 +19552,7 @@ Sabırlı olun! Turtle Router - + @@ -18845,7 +19600,7 @@ Sabırlı olun! Forwarded data - + @@ -18974,57 +19729,57 @@ Sabırlı olun! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -19252,7 +20007,7 @@ Sabırlı olun! Show Wiki Group - + @@ -19275,12 +20030,12 @@ Sabırlı olun! Choose for Merge - + Merge for Republish (TODO) - + @@ -19423,7 +20178,7 @@ Sabırlı olun! Update Group - + @@ -19536,7 +20291,7 @@ Sabırlı olun! Post Pulse to Wire - + @@ -19653,4 +20408,4 @@ Sabırlı olun! Resimler (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_zh_CN.ts b/retroshare-gui/src/lang/retroshare_zh_CN.ts index e95dda66a..e39b9e55f 100644 --- a/retroshare-gui/src/lang/retroshare_zh_CN.ts +++ b/retroshare-gui/src/lang/retroshare_zh_CN.ts @@ -1,4 +1,6 @@ - + + + AWidget @@ -9,7 +11,7 @@ RetroShare version - + @@ -28,7 +30,7 @@ Copy Info - + @@ -88,7 +90,7 @@ - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file 抱歉,无法确定此文件的系统默认命令 @@ -305,7 +307,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -427,7 +429,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -475,7 +477,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -488,7 +490,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -537,134 +539,134 @@ p, li { white-space: pre-wrap; } Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -705,12 +707,12 @@ p, li { white-space: pre-wrap; } The Wire - + Photos - + @@ -736,17 +738,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -756,12 +758,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -775,9 +777,9 @@ p, li { white-space: pre-wrap; } BWGraphSource - + KB/s - + @@ -868,23 +870,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + 全部 KB/s - + Count - + 数量 @@ -952,12 +954,12 @@ p, li { white-space: pre-wrap; } TOTALS - + Totals - + @@ -970,42 +972,42 @@ p, li { white-space: pre-wrap; } Form - + Friend: - + Type: - + 类型: Up - + Down - + Service: - + Unit: - + Log scale - + @@ -1018,7 +1020,7 @@ p, li { white-space: pre-wrap; } Tabs - + @@ -1028,12 +1030,12 @@ p, li { white-space: pre-wrap; } Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1053,23 +1055,28 @@ p, li { white-space: pre-wrap; } Mute participant 忽略参加者 + + + Ban this person (Sets negative opinion) + + Send Message - + 发送消息 Sort by Name - + 按名称排序 Sort by Activity - + - + Invite friends to this lobby 邀请好友加入此聊天室 @@ -1089,7 +1096,7 @@ p, li { white-space: pre-wrap; } 选择要邀请的好友 - + Welcome to lobby %1 欢迎进入聊天室 %1 @@ -1105,7 +1112,7 @@ p, li { white-space: pre-wrap; } 聊天室聊天 - + Lobby management @@ -1152,44 +1159,44 @@ p, li { white-space: pre-wrap; } - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1230,7 +1237,7 @@ p, li { white-space: pre-wrap; } Unknown Lobby - + @@ -1242,12 +1249,12 @@ p, li { white-space: pre-wrap; } ChatLobbyWidget - + Chat lobbies 聊天室 - + Name 名称 @@ -1285,7 +1292,7 @@ p, li { white-space: pre-wrap; } [主题未设置] - + Selected lobby info 所选聊天室信息 @@ -1302,7 +1309,7 @@ p, li { white-space: pre-wrap; } Anonymous IDs accepted - + @@ -1325,7 +1332,7 @@ p, li { white-space: pre-wrap; } %1 邀请您进入聊天室 %2 - + Search Chat lobbies 搜索聊天室 @@ -1342,12 +1349,12 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + @@ -1365,7 +1372,7 @@ p, li { white-space: pre-wrap; } - + Lobby Name: 聊天室名称: @@ -1387,7 +1394,7 @@ p, li { white-space: pre-wrap; } Security: - + @@ -1431,66 +1438,66 @@ Double click lobbies to enter and chat. Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + 显示 column - + @@ -1532,7 +1539,7 @@ Double click lobbies to enter and chat. 取消 - + Quick Message 快速消息 @@ -1541,34 +1548,34 @@ Double click lobbies to enter and chat. ChatPage - + General 常规 - + Distant Chat - + Everyone - + Contacts - + 联系人 Nobody - + Accept encrypted distant chat from - + @@ -1598,7 +1605,7 @@ Double click lobbies to enter and chat. Minimum font size - + @@ -1620,6 +1627,11 @@ Double click lobbies to enter and chat. Send message with Ctrl+Return Ctrl+Enter 发出消息 + + + Send as plain text by default + + Chat Lobby @@ -1725,7 +1737,7 @@ Double click lobbies to enter and chat. 发出 - + Incoming message in history 接收消息记录 @@ -1762,12 +1774,12 @@ Double click lobbies to enter and chat. UserName - + /me is sending a message with /me - + @@ -1777,7 +1789,7 @@ Double click lobbies to enter and chat. <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + @@ -1807,7 +1819,7 @@ Double click lobbies to enter and chat. Search by default - + @@ -1817,73 +1829,73 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat 群聊标准样式 @@ -1937,12 +1949,12 @@ Double click lobbies to enter and chat. 关闭 - + Send 发送 - + Bold 粗体 @@ -1957,12 +1969,12 @@ Double click lobbies to enter and chat. 斜体 - + Attach a Picture 附加图片 - + Strike 删除线 @@ -2013,42 +2025,70 @@ Double click lobbies to enter and chat. 重置为默认字体 - + Quote - + 引用 Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... 正在输入... - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? 您确认要删除聊天记录? - + Add Extra File 添加额外文件 @@ -2093,61 +2133,61 @@ Double click lobbies to enter and chat. 处于忙碌状态可能无法回复您的消息。 - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + @@ -2156,59 +2196,39 @@ Double click lobbies to enter and chat. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2221,13 +2241,13 @@ Double click lobbies to enter and chat. Empty Circle - + CirclesDialog - + Showing details: 显示详情: @@ -2249,7 +2269,7 @@ Double click lobbies to enter and chat. - + Personal Circles 私人圈 @@ -2275,7 +2295,7 @@ Double click lobbies to enter and chat. - + Friends 好友 @@ -2335,7 +2355,7 @@ Double click lobbies to enter and chat. 好友的好友 - + External Circles (Admin) 公共圈子(管理) @@ -2359,14 +2379,14 @@ Double click lobbies to enter and chat. ConfCertDialog - + Details 详情 Node info - + @@ -2375,7 +2395,7 @@ Double click lobbies to enter and chat. - + Local Address 本地地址 @@ -2402,36 +2422,39 @@ Double click lobbies to enter and chat. 地址列表 - + + Use this certificate to make friends: + + + + Include signatures 包含签名 - - + + RetroShare RetroShare - - + + Error : cannot get peer details. 错误:无法获取节点详情。 - Use as direct source, when available - 如果可用,直接连接该节点的资源。 + 如果可用,直接连接该节点的资源。 - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - <html><head/><body><p align="justify">RS 周期性地扫描好友的资源,寻找与下载中文件相同的文件,以便从好友处直接下载。此时好友可能在上传中发现您在下载此文件。</p><p align="justify">如果要避免这种情况,您可以取消下面的复选框,阻止RS自动下载。不过您仍可以手动从好友的共享列表中直接下载文件。</p></body></html> + <html><head/><body><p align="justify">RS 周期性地扫描好友的资源,寻找与下载中文件相同的文件,以便从好友处直接下载。此时好友可能在上传中发现您在下载此文件。</p><p align="justify">如果要避免这种情况,您可以取消下面的复选框,阻止RS自动下载。不过您仍可以手动从好友的共享列表中直接下载文件。</p></body></html> - + Encryption 加密 @@ -2446,69 +2469,58 @@ Double click lobbies to enter and chat. 节点地址 - Options - 选项 + 选项 - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + @@ -2519,57 +2531,47 @@ Double click lobbies to enter and chat. <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2628,12 +2630,12 @@ Double click lobbies to enter and chat. Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + @@ -2718,42 +2720,42 @@ Double click lobbies to enter and chat. RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Email @@ -2815,13 +2817,13 @@ Double click lobbies to enter and chat. Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + @@ -2838,33 +2840,33 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + @@ -3159,12 +3161,12 @@ resources. IP-Addr: - + IP-Address - + @@ -3179,7 +3181,7 @@ resources. The text below is your Retroshare certificate. You have to provide it to your friend - + @@ -3222,69 +3224,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3723,13 +3725,13 @@ even if you don't make friends. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3772,74 +3774,86 @@ p, li { white-space: pre-wrap; } They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details 圈子详情 - - + Name 名称 - Creator - 创建者 + 创建者 - Distribution - 传播范围 + 传播范围 - + Public 公开 - Self-Restricted - 内部圈子 + 内部圈子 - Restricted to: - 仅限于: + 仅限于: - Circle Membership - 圈子成员 + 圈子成员 - + IDs ID - Known Identities - 已知身份 + 已知身份 - + Filter 过滤 - + Nickname 昵称 - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID ID @@ -3849,71 +3863,120 @@ p, li { white-space: pre-wrap; } 类型 - - - - + + Name: + 名称: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + 私人 + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare Retroshare - + Please set a name for your Circle 请为您的圈子命名 - Personal Circle Details - 私人圈子详情 + 私人圈子详情 - External Circle Details - 公共圈子详情 + 公共圈子详情 - Cannot Edit Existing Circles Yet - 无法编辑现有圈子 + 无法编辑现有圈子 - + No Restriction Circle Selected 未选择受限圈子 - + No Circle Limitations Selected 未选择圈子限制 - Create New Personal Circle - 新建私人圈子 + 新建私人圈子 - Create New External Circle - 新建公共圈子 + 新建公共圈子 - + Add 添加 Remove - + - + Search 搜索 - + All 全部 @@ -3925,52 +3988,101 @@ p, li { white-space: pre-wrap; } Signed by known nodes - + - + Edit Circle 编辑圈子 - - + PGP Identity - + - - - + + + Anon Id 匿名 ID + + + Circle name + + + + + Update + + + Close + 关闭 + + + + + Create New Circle + + + + + Create + 创建 + + + PGP Linked Id PGP 关联 ID + + + Add Member + + + + + Remove Member + + CreateGroup - + Create a Group 创建分组 - - Group Name - 组名称 + + Group Name: + 组名称: - + + Group ID: + + + + Group Name + 组名称 + + + Enter a name for your group 为您的分组输入一个名称。 - + + To be defined + + + + Friends 好友 @@ -4004,9 +4116,9 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -4118,7 +4230,7 @@ p, li { white-space: pre-wrap; } Do you really want to generate %1 messages ? - + @@ -4135,7 +4247,7 @@ p, li { white-space: pre-wrap; } CreateGxsForumMsg - + Post Forum Message 论坛发帖 @@ -4180,12 +4292,12 @@ p, li { white-space: pre-wrap; } 新建主题帖 - + No Forum 无论坛 - + In Reply to 回复 @@ -4211,42 +4323,52 @@ p, li { white-space: pre-wrap; } Add Extra File 添加额外文件 + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + + - + Generate mass data 生成大量数据 Do you really want to generate %1 messages ? - + - + Send 发送 - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4275,7 +4397,7 @@ Do you want to reject this message? Visibility: - + @@ -4290,17 +4412,17 @@ Do you want to reject this message? <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + @@ -4315,12 +4437,12 @@ Do you want to reject this message? Put a sensible lobby name here - + Set a descriptive topic here - + @@ -4330,7 +4452,7 @@ Do you want to reject this message? Identity to use: - + @@ -4433,42 +4555,42 @@ Do you want to reject this message? Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4476,7 +4598,7 @@ Do you want to reject this message? users - + @@ -4489,7 +4611,7 @@ Do you want to reject this message? <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + @@ -4515,7 +4637,7 @@ Do you want to reject this message? No peer found in DHT - + @@ -4760,17 +4882,17 @@ Do you want to reject this message? IP - + IP Search IP - + Copy %1 to clipboard - + @@ -4810,17 +4932,17 @@ Do you want to reject this message? DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + @@ -4900,12 +5022,12 @@ Do you want to reject this message? CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + @@ -4980,7 +5102,7 @@ Do you want to reject this message? RELAY END - + @@ -4997,12 +5119,12 @@ Do you want to reject this message? unlimited - + Own Relay - + @@ -5026,7 +5148,7 @@ Do you want to reject this message? Relays - + @@ -5049,108 +5171,108 @@ Do you want to reject this message? Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + 搜索网络 Peers - + 节点 Relay - + 中继 DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5189,7 +5311,7 @@ Do you want to reject this message? Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. 即使不再共享仍然保存文件的散列校验值。 @@ -5373,7 +5495,7 @@ you plug it in. You this - + @@ -5538,22 +5660,22 @@ you plug it in. Patch - + C++ - + Header - + C - + @@ -5624,12 +5746,12 @@ you plug it in. Tabs - + Open each forum in a new tab - + @@ -5647,28 +5769,28 @@ you plug it in. export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + @@ -5677,7 +5799,7 @@ you plug it in. 显示分组 - + Group 分组 @@ -5718,17 +5840,17 @@ you plug it in. 添加至分组 - + Search - + 搜索 Sort by state - + - + Move to group 移动至分组 @@ -5763,90 +5885,90 @@ you plug it in. 可用 - + Do you want to remove this Friend? 您是否要删除此好友? - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + 错误 Failed to get a file! - + File is not writeable! - + File is not readable! - + @@ -5854,7 +5976,7 @@ at least one peer was not added to a group IP - + Attempt to connect 尝试连接 @@ -5876,27 +5998,27 @@ at least one peer was not added to a group Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + @@ -5907,13 +6029,13 @@ at least one peer was not added to a group Deny - + Send message - + @@ -5944,7 +6066,7 @@ at least one peer was not added to a group Sort by state - + @@ -5957,14 +6079,14 @@ at least one peer was not added to a group 搜索好友 - + Mark all - + 标记全部 Mark none - + @@ -6066,7 +6188,7 @@ at least one peer was not added to a group <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + @@ -6082,12 +6204,12 @@ at least one peer was not added to a group Network graph - + Set your status message here. - + @@ -6151,9 +6273,14 @@ PGP要求填写此信息,但为了保持匿名,您可以填写假地址。密码(检查) - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + @@ -6174,227 +6301,222 @@ PGP要求填写此信息,但为了保持匿名,您可以填写假地址。 This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6403,77 +6525,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6525,8 +6647,12 @@ Fill in your PGP password when asked, to sign your new key. + Register retroshare:// as URL protocol + + + Register retroshare:// as URL protocol (Restart required) - 注册 retroshare:// 超链接协议(需要重启) + 注册 retroshare:// 超链接协议(需要重启) @@ -6534,7 +6660,27 @@ Fill in your PGP password when asked, to sign your new key. 您需要系统管理员权限才能更改此设置。 - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle 空闲 @@ -6554,7 +6700,17 @@ Fill in your PGP password when asked, to sign your new key. 初次使用向导 - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error 错误 @@ -6575,7 +6731,7 @@ Fill in your PGP password when asked, to sign your new key. 常规 - + Minimize to Tray Icon 最小化到托盘 @@ -6599,7 +6755,7 @@ Fill in your PGP password when asked, to sign your new key. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> @@ -6632,18 +6788,18 @@ p, li { white-space:pre-wrap;} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6655,31 +6811,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6692,7 +6848,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + @@ -6792,7 +6948,7 @@ p, li { white-space: pre-wrap; } It has many features, including built-in chat, messaging, - + @@ -6805,62 +6961,62 @@ p, li { white-space: pre-wrap; } GroupBox - + ID - + ID Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + 详情 @@ -6870,12 +7026,12 @@ p, li { white-space: pre-wrap; } Pending packets - + Unknown - + 未知 @@ -6883,22 +7039,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6909,6 +7065,14 @@ p, li { white-space: pre-wrap; } 显示群组聊天 + + GroupChooser + + + [Unknown] + + + GroupDefs @@ -6993,27 +7157,27 @@ p, li { white-space: pre-wrap; } All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -7026,7 +7190,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -7034,7 +7198,7 @@ p, li { white-space: pre-wrap; } Share - + @@ -7042,39 +7206,39 @@ p, li { white-space: pre-wrap; } 联系人: - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer 请确认至少有一个节点。 - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7117,7 +7281,17 @@ p, li { white-space: pre-wrap; } Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + @@ -7125,14 +7299,9 @@ p, li { white-space: pre-wrap; } 显示 - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7259,7 +7428,7 @@ p, li { white-space: pre-wrap; } <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + @@ -7279,7 +7448,7 @@ p, li { white-space: pre-wrap; } Select channel download directory - + @@ -7289,18 +7458,18 @@ p, li { white-space: pre-wrap; } Set download directory - + [Default directory] - + Specify... - + 指定... @@ -7323,7 +7492,7 @@ p, li { white-space: pre-wrap; } Open folder - + @@ -7343,17 +7512,17 @@ p, li { white-space: pre-wrap; } Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7381,7 +7550,7 @@ p, li { white-space: pre-wrap; } Published - + @@ -7419,7 +7588,7 @@ p, li { white-space: pre-wrap; } Update Channel - + @@ -7475,6 +7644,16 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status 切换消息阅读状态 @@ -7485,7 +7664,7 @@ p, li { white-space: pre-wrap; } - + Play 播放 @@ -7522,12 +7701,12 @@ p, li { white-space: pre-wrap; } 删除项目 - + Channel Feed 频道订阅 - + Files 文件 @@ -7549,7 +7728,7 @@ p, li { white-space: pre-wrap; } 0 - + 0 @@ -7567,12 +7746,12 @@ p, li { white-space: pre-wrap; } - + Loading 正在载入 - + Open 打开 @@ -7590,7 +7769,7 @@ p, li { white-space: pre-wrap; } GxsChannelPostsWidget - + Post to Channel 发布至频道 @@ -7602,10 +7781,10 @@ p, li { white-space: pre-wrap; } Search channels - + - + Title 标题 @@ -7622,7 +7801,7 @@ p, li { white-space: pre-wrap; } Search Message - + @@ -7632,7 +7811,7 @@ p, li { white-space: pre-wrap; } Search Filename - + @@ -7640,7 +7819,32 @@ p, li { white-space: pre-wrap; } 未选择频道! - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download 禁用自动下载 @@ -7652,15 +7856,31 @@ p, li { white-space: pre-wrap; } Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + 未知 + + + + Distribution: + + + + Feeds 订阅 @@ -7670,19 +7890,19 @@ p, li { white-space: pre-wrap; } 文件 - + Subscribers - + - + Description: 描述: - + Posts (at neighbor nodes): - + @@ -7804,7 +8024,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7849,17 +8069,17 @@ before you can comment Update Forum - + Add Forum Admins - + Select Forum Admins - + @@ -7938,7 +8158,7 @@ before you can comment In Reply to: - + @@ -7948,7 +8168,7 @@ before you can comment Forum Feed - + @@ -7964,7 +8184,7 @@ before you can comment 表格 - + Start new Thread for Selected Forum 新建主题帖 @@ -7990,7 +8210,7 @@ before you can comment - + Title 标题 @@ -8003,18 +8223,18 @@ before you can comment - + Author 作者 Save image - + - + Loading 正在载入 @@ -8081,12 +8301,12 @@ before you can comment Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + @@ -8139,33 +8359,73 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + 传播范围 + + + Anti-spam - + [ ... Redacted message ... ] - + @@ -8190,22 +8450,22 @@ before you can comment <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8261,39 +8521,39 @@ before you can comment %1, %2 写道: - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description 描述 By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8309,7 +8569,7 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8364,13 +8624,13 @@ before you can comment GxsGroupDialog - - + + Name 名称 - + Add Icon 添加图标 @@ -8385,7 +8645,7 @@ before you can comment 分享发帖密钥 - + check peers you would like to share private publish key with 选择您希望与之共享个人发帖密钥的节点 @@ -8395,36 +8655,40 @@ before you can comment 密钥共享给 - - + + Description 描述 - + Message Distribution 传播范围 - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public 公开 - - Restricted to Group - 仅限于小组 + 仅限于小组 - - + Only For Your Friends 仅限于好友 - + Publish Signatures 发布签名 @@ -8470,12 +8734,11 @@ before you can comment - Comments 评论 - + Allow Comments 允许评论 @@ -8487,133 +8750,203 @@ before you can comment Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + 评论: - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: 联系人: - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name 请添加名称 - + + PGP signature from known ID required + + + + Load Group Logo 加载小组Logo - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info 信息 - - Comments allowed - - - - - Comments not allowed - - - - + ID ID - + Last Post 最新贴文 + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + + + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + + + + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + Popularity 活跃度 - - - Posts - - - Type - 类型 + Posts + - + Type + 类型 + + + Author 作者 GxsIdLabel - + @@ -8656,15 +8989,20 @@ before you can comment Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link 复制 RetroShare 链接 @@ -8679,25 +9017,20 @@ before you can comment 全部标为未读 - + AUTHD 仅签名文章 - - - Share admin permissions - - GxsIdChooser - + No Signature 无签名 - + Create new Identity 新建身份 @@ -8705,7 +9038,7 @@ before you can comment GxsIdDetails - + Loading 正在载入 @@ -8724,43 +9057,43 @@ before you can comment [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8781,42 +9114,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + 未知节点 @@ -9003,7 +9336,7 @@ before you can comment Error Loading Help Contents: - + @@ -9051,7 +9384,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9062,14 +9395,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9079,16 +9412,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9121,26 +9454,26 @@ p, li { white-space: pre-wrap; } Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9150,28 +9483,28 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + @@ -9181,30 +9514,30 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9214,34 +9547,34 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + @@ -9256,69 +9589,70 @@ p, li { white-space: pre-wrap; } Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + 确定 Banned - + IdDialog - + + New ID 新 ID - - + + All 全部 @@ -9334,97 +9668,133 @@ p, li { white-space: pre-wrap; } 搜索 - Unknown real name - 未知真实名称*** + 未知真实名称*** - + Anonymous Id 匿名 ID - + Create new Identity 新建身份 - - Persons - + + Create new circle + - + + Persons + + + + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + 圈子 + + + + Circle name + + + + + Membership + 会员 + + + + Public Circles + 公开圈 + + + + Personal Circles + 私人圈 + + + Edit identity - + 编辑身份 Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + @@ -9434,277 +9804,480 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous 匿名 - + ID - + ID Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + 状态: + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + 未知 + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + 编辑圈子 + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + 确定 Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9816,7 +10389,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9827,32 +10400,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9870,7 +10443,7 @@ p, li { white-space: pre-wrap; } GXSId - + @@ -9880,27 +10453,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9913,7 +10486,7 @@ p, li { white-space: pre-wrap; } - + Copy 复制 @@ -9949,17 +10522,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -10014,7 +10587,7 @@ p, li { white-space: pre-wrap; } MainWindow - + Add Friend 添加好友 @@ -10030,7 +10603,7 @@ p, li { white-space: pre-wrap; } - + Options 选项 @@ -10064,12 +10637,12 @@ p, li { white-space: pre-wrap; } 快速入门向导 - + RetroShare %1 a secure decentralized communication platform RetroShare %1 ― 一个分布式安全通信平台 - + Unfinished 未完成 @@ -10109,7 +10682,7 @@ RetroShare 将暂停对此目录的访问。 Open Messenger - + @@ -10187,7 +10760,7 @@ RetroShare 将暂停对此目录的访问。 您确定要退出 RetroShare 吗? - + Internal Error 内部错误 @@ -10232,41 +10805,41 @@ RetroShare 将暂停对此目录的访问。 服务权限列表 - + Add 添加 Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose 写信 @@ -10368,29 +10941,29 @@ RetroShare 将暂停对此目录的访问。 - + Tags 标签 Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + @@ -10490,17 +11063,17 @@ RetroShare 将暂停对此目录的访问。 All addresses (mixed) - + All people - + My contacts - + @@ -10528,7 +11101,7 @@ RetroShare 将暂停对此目录的访问。 你好 %1,<br><br>%2 希望加你为 RetroShare 好友。<br><br>立即回应:<br>%3<br><br>谢谢,<br> RetroShare 软件小组 - + Save Message 保存邮件 @@ -10750,7 +11323,7 @@ Do you want to save message to draft box? Details - + 详情 @@ -10811,74 +11384,74 @@ Do you want to save message ? 发件人: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10886,22 +11459,22 @@ Do you want to save message ? Everyone - + Contacts - + 联系人 Nobody - + Accept encrypted distant messages from - + @@ -10971,7 +11544,7 @@ Do you want to save message ? Distant messages: - + @@ -11111,12 +11684,12 @@ Do you want to save message ? Hide the attachment pane - + Show the attachment pane - + @@ -11540,7 +12113,7 @@ Do you want to save message ? <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + @@ -11637,7 +12210,7 @@ Do you want to save message ? This message goes to a distant person. - + @@ -11662,17 +12235,17 @@ Do you want to save message ? This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11683,7 +12256,7 @@ Do you want to save message ? RetroShare 信使 - + Add a Friend 添加好友 @@ -11698,17 +12271,17 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + @@ -11966,7 +12539,7 @@ Do you want to save message ? - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. @@ -12083,74 +12656,74 @@ Right-click and select 'make friend' to be able to connect. Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12181,7 +12754,7 @@ Reported error: Freeze - + @@ -12242,17 +12815,17 @@ Reported error: Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12329,7 +12902,7 @@ Reported error: Ip security - + @@ -12399,7 +12972,7 @@ Reported error: <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + @@ -12429,7 +13002,7 @@ Reported error: Disable All Toasters - + @@ -12439,7 +13012,7 @@ Reported error: Disable All Toaster temporarily - + @@ -12449,7 +13022,7 @@ Reported error: Systray - + @@ -12459,23 +13032,23 @@ Reported error: Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase PGP 密钥的密码 @@ -12495,12 +13068,12 @@ Reported error: RetroShare 检测到未注册插件。这可能有两种情况:<UL><LI>您的 RetroShare 可执行文件发生变更。</LI><LI>插件发生变更</LI></UL>点击“是”确认使用此插件,“否”拒绝使用。您可以稍候在 选项>插件修改您的决定,并重启。 - + Please check your system clock. 请检查您的系统时钟。 - + Examining shared files... 正在检查共享文件... @@ -12536,14 +13109,14 @@ Reported error: 加密消息 - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12578,7 +13151,7 @@ Reported error: - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers @@ -12593,42 +13166,42 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12638,7 +13211,7 @@ Reported error: No trust - + @@ -12658,31 +13231,31 @@ Reported error: Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + @@ -12692,73 +13265,134 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures 包含签名 + + + Options + 选项 + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + + PGP Key details - + - - + + RetroShare RetroShare - - - + + + Error : cannot get peer details. 错误:无法获取节点详情。 - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) RetroShare 不支持此密钥算法 (目前仅支持 RSA 密钥) - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + @@ -12776,28 +13410,28 @@ p, li { white-space: pre-wrap; } 您对此节点无信任。 - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure 签名失败 @@ -12807,19 +13441,19 @@ p, li { white-space: pre-wrap; } 密码可能不对 - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12968,26 +13602,80 @@ p, li { white-space: pre-wrap; } PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -13078,7 +13766,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13091,7 +13779,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13104,7 +13792,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13251,7 +13939,7 @@ requesting to edit it! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -13320,37 +14008,37 @@ p, li { white-space:pre-wrap;} base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13373,7 +14061,7 @@ p, li { white-space:pre-wrap;} Widget for plugin %1 not found on plugins frame - + @@ -13391,12 +14079,12 @@ p, li { white-space:pre-wrap;} Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + @@ -13410,7 +14098,7 @@ p, li { white-space:pre-wrap;} [loading problem] - + @@ -13456,7 +14144,7 @@ malicious behavior of crafted plugins. <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + @@ -13533,7 +14221,7 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + @@ -13553,12 +14241,12 @@ malicious behavior of crafted plugins. Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13591,7 +14279,7 @@ malicious behavior of crafted plugins. You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + @@ -13601,12 +14289,12 @@ malicious behavior of crafted plugins. Submit a new Post - + Please add a Title - + @@ -13616,7 +14304,7 @@ malicious behavior of crafted plugins. Link - + @@ -13634,12 +14322,12 @@ malicious behavior of crafted plugins. <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + @@ -13692,7 +14380,7 @@ malicious behavior of crafted plugins. Update Topic - + @@ -13705,7 +14393,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13721,7 +14409,7 @@ malicious behavior of crafted plugins. Posted Description - + @@ -13731,7 +14419,7 @@ malicious behavior of crafted plugins. New Posted - + @@ -13742,9 +14430,9 @@ malicious behavior of crafted plugins. PostedItem - + 0 - + 0 @@ -13753,7 +14441,7 @@ malicious behavior of crafted plugins. - + Comments 注释 @@ -13765,12 +14453,12 @@ malicious behavior of crafted plugins. Vote up - + Vote down - + @@ -13788,7 +14476,17 @@ malicious behavior of crafted plugins. - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status 切换消息阅读状态 @@ -13798,7 +14496,7 @@ malicious behavior of crafted plugins. 删除条目 - + Loading 正在载入 @@ -13858,7 +14556,7 @@ malicious behavior of crafted plugins. Submit a new Post - + @@ -13883,7 +14581,7 @@ malicious behavior of crafted plugins. 1-10 - + 1-10 @@ -13891,7 +14589,7 @@ malicious behavior of crafted plugins. Tabs - + @@ -13901,7 +14599,7 @@ malicious behavior of crafted plugins. Open each topic in a new tab - + @@ -13971,7 +14669,7 @@ malicious behavior of crafted plugins. GID - + @@ -14053,28 +14751,28 @@ and use the import button to load it <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -14236,7 +14934,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14262,9 +14960,9 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation 确认 @@ -14274,14 +14972,14 @@ p, li { white-space: pre-wrap; } 您要系统来处理此链接的打开吗? - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. 点击添加此RS证书至您的PGP密钥环中,同时打开建立好友向导。 - + Add file 添加文件 @@ -14301,12 +14999,17 @@ and open the Make Friend Wizard. 您确实要打开 %1 个链接? - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. 已处理 %1 共 %2 个 RetroShare 链接。 @@ -14415,15 +15118,30 @@ and open the Make Friend Wizard. Channel messages not found 频道消息未找到 + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + + Recipient not accepted - + Recipients not accepted - + @@ -14458,7 +15176,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace 结果 - + Unable to make path 无法创建路径 @@ -14473,7 +15191,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace 资源集合文件处理失败 - + Deny friend 拒绝好友 @@ -14493,7 +15211,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace 文件请求已取消 - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. 此版本的 RetroShare 正在使用 OpenPGP-SDK。因此没有使用系统中的共享PGP钥匙环,而是自有钥匙环,在所有RetroShare实例间共享。<br><br> 您似乎没有这种钥匙环,尽管现有 RetroShare 账户中引用了PGP密钥,也许您刚刚才升级至此新版本。 @@ -14508,12 +15226,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - + RetroShare Retroshare - + Initialization failed. Wrong or missing installation of PGP. 初始化失败。PGP未安装或安装错误。 @@ -14523,12 +15241,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace 发生意外错误。请报告 'RsInit::InitRetroShare unexpected return code %1'. - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. 发生意外错误。请报告错误'RsInit::InitRetroShare unexpected return code %1'。 - + Multiple instances 多实例运行 @@ -14552,9 +15270,8 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace - Start with a RetroShare link is only supported for Windows. - 仅 Windows 平台支持通过 RetroShare 链接启动。 + 仅 Windows 平台支持通过 RetroShare 链接启动。 @@ -14583,24 +15300,24 @@ Reported error is: %2 - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + @@ -14610,103 +15327,103 @@ Reported error is: TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + @@ -14717,49 +15434,49 @@ Reported error is: Subject: - + 主题: Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + 错误 unable to parse XML file! - + @@ -14774,12 +15491,12 @@ Security: no anonymous IDs <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14902,10 +15619,10 @@ p, li { white-space:pre-wrap;} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14950,31 +15667,31 @@ p, li { white-space:pre-wrap;} RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -14989,8 +15706,8 @@ p, li { white-space:pre-wrap;} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> @@ -15051,12 +15768,12 @@ p, li { white-space:pre-wrap;} Universal - + If checked, the share is anonymously shared to anybody. - + @@ -15069,12 +15786,12 @@ p, li { white-space:pre-wrap;} * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + 您确定要停止此文件夹的共享? @@ -15118,60 +15835,60 @@ p, li { white-space:pre-wrap;} Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15189,7 +15906,7 @@ p, li { white-space:pre-wrap;} <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15279,7 +15996,7 @@ p, li { white-space:pre-wrap;} <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15305,7 +16022,7 @@ p, li { white-space:pre-wrap;} NEW - + @@ -15313,22 +16030,22 @@ p, li { white-space:pre-wrap;} IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15341,33 +16058,33 @@ p, li { white-space:pre-wrap;} Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15399,12 +16116,12 @@ p, li { white-space:pre-wrap;} 下载! - + File 文件 - + Size 大小 @@ -15421,7 +16138,7 @@ p, li { white-space:pre-wrap;} Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. 一些文件名或目录名包含无效字符。 <b>",|,/,\,&lt;,&gt;,*,?</b> 等字符将被“_”替换。 @@ -15430,7 +16147,7 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Selected files : - + @@ -15440,12 +16157,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + @@ -15455,12 +16172,12 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + @@ -15468,58 +16185,63 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace 保存 - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + @@ -15529,42 +16251,42 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15612,12 +16334,12 @@ If you believe it is correct, remove the corresponding line from the file and re Save Collection File. - + What do you want to do? - + @@ -15627,7 +16349,7 @@ If you believe it is correct, remove the corresponding line from the file and re Merge - + @@ -15637,13 +16359,13 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? 图像过大不便传输。 @@ -15655,13 +16377,13 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. 重设所有保存的RetroShare设置。 @@ -15701,7 +16423,7 @@ Reducing image to %1x%2 pixels? RetroShare实用信息 - + Unable to open log file '%1': %2 无法打开日志文件 "%1':%2 @@ -15713,27 +16435,36 @@ Reducing image to %1x%2 pixels? Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -16005,17 +16736,17 @@ Reducing image to %1x%2 pixels? Create Collection... - + Modify Collection... - + View Collection... - + @@ -16049,7 +16780,7 @@ Reducing image to %1x%2 pixels? IP address: - + @@ -16064,7 +16795,7 @@ Reducing image to %1x%2 pixels? Peer Name: - + @@ -16081,33 +16812,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -16240,27 +16971,27 @@ Reducing image to %1x%2 pixels? Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16273,12 +17004,12 @@ Reducing image to %1x%2 pixels? Network Mode - + 网络模式 Nat - + @@ -16366,7 +17097,7 @@ Reducing image to %1x%2 pixels? If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. 如果您取消此项,RetroShare 将只能在您连接上好友后 确定您的外网 IP 。启用此项可以帮助您在好友不多的 @@ -16387,90 +17118,90 @@ behind a firewall or a VPN. Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + @@ -16480,27 +17211,27 @@ Also check your ports! Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16515,18 +17246,18 @@ Also check your ports! IP Filters - + IP blacklist - + IP range - + @@ -16540,13 +17271,13 @@ Also check your ports! Origin - + Reason - + @@ -16558,158 +17289,158 @@ Also check your ports! IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16722,78 +17453,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16816,12 +17547,12 @@ If you have issues connecting over Tor check the Tor logs too. Auto-download recommended files - + Require whitelist - + @@ -16844,12 +17575,12 @@ If you have issues connecting over Tor check the Tor logs too. hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16906,7 +17637,7 @@ If you have issues connecting over Tor check the Tor logs too. Share flags and groups: - + @@ -16924,13 +17655,13 @@ If you have issues connecting over Tor check the Tor logs too. Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -17155,17 +17886,17 @@ Select the Friends with which you want to Share your Channel. Create Collection... - + Modify Collection... - + View Collection... - + @@ -17178,48 +17909,48 @@ Select the Friends with which you want to Share your Channel. Friend - + 好友 Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + 下载 Download complete - + Lobby - + @@ -17262,7 +17993,7 @@ Select the Friends with which you want to Share your Channel. Default - + 默认 @@ -17270,18 +18001,18 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile 载入配置文件 @@ -17354,9 +18085,9 @@ The current identities/locations will not be affected. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17365,7 +18096,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17374,7 +18105,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17383,7 +18114,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17457,12 +18188,12 @@ This choice can be reverted in settings. Turtle Router - + Global Router - + @@ -17569,7 +18300,7 @@ This choice can be reverted in settings. Connected: I2P - + @@ -17584,57 +18315,57 @@ This choice can be reverted in settings. TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17654,7 +18385,7 @@ This choice can be reverted in settings. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17668,7 +18399,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17833,17 +18564,17 @@ p, li { white-space: pre-wrap; } SubscribeToolButton - + Subscribed 已订阅 - + Unsubscribe 退订 - + Subscribe 订阅 @@ -17902,12 +18633,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17962,11 +18693,11 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -17981,27 +18712,27 @@ p, li { white-space: pre-wrap; } <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -18036,7 +18767,7 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Downloads 下载 @@ -18047,7 +18778,7 @@ p, li { white-space: pre-wrap; } 上传 - + Name i.e: file name @@ -18288,7 +19019,7 @@ p, li { white-space: pre-wrap; } <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + @@ -18317,39 +19048,39 @@ p, li { white-space: pre-wrap; } - + Failed 失败 - - + + Okay - - + + Waiting 等待中 - + Downloading 下载中 - + Complete 完成 - + Queued 排队中 @@ -18369,7 +19100,7 @@ p, li { white-space: pre-wrap; } 未知 - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18458,7 +19189,7 @@ RetroShare 将向数据源请求详细的校验 输入新的有效文件名 - + Last Time Seen i.e: Last Time Receiced Data 上次发现 @@ -18590,29 +19321,29 @@ RetroShare 将向数据源请求详细的校验 显示路径栏 - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + @@ -18620,24 +19351,24 @@ RetroShare 将向数据源请求详细的校验 资源集合 - + File sharing 文件 - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18794,12 +19525,12 @@ RetroShare 将向数据源请求详细的校验 Anonymous tunnels - + Authenticated tunnels - + @@ -18809,7 +19540,7 @@ RetroShare 将向数据源请求详细的校验 Turtle Router - + @@ -18857,7 +19588,7 @@ RetroShare 将向数据源请求详细的校验 Forwarded data - + @@ -18986,57 +19717,57 @@ RetroShare 将向数据源请求详细的校验 Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -19264,7 +19995,7 @@ RetroShare 将向数据源请求详细的校验 Show Wiki Group - + @@ -19435,7 +20166,7 @@ RetroShare 将向数据源请求详细的校验 Update Group - + @@ -19548,7 +20279,7 @@ RetroShare 将向数据源请求详细的校验 Post Pulse to Wire - + @@ -19662,7 +20393,7 @@ RetroShare 将向数据源请求详细的校验 Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_zh_TW.ts b/retroshare-gui/src/lang/retroshare_zh_TW.ts index 81fadee2f..a20b2d264 100644 --- a/retroshare-gui/src/lang/retroshare_zh_TW.ts +++ b/retroshare-gui/src/lang/retroshare_zh_TW.ts @@ -1,15 +1,17 @@ - + + + AWidget version - + RetroShare version - + @@ -28,7 +30,7 @@ Copy Info - + @@ -38,22 +40,22 @@ Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) - + @@ -61,7 +63,7 @@ Add Comment - + @@ -69,28 +71,28 @@ File type(extension): - + Use default command - + Command - + RetroShare - + - Sorry, can't determine system default command for this file + Sorry, can't determine system default command for this file - + @@ -98,27 +100,27 @@ RetroShare: Advanced Search - + Search Criteria - + Add a further search criterion. - + Reset the search criteria. - + Cancels the search. - + @@ -128,12 +130,12 @@ Perform the advanced search. - + Search - + @@ -142,87 +144,87 @@ Create Album - + Album Name: - + Category: - + Animals - + Family - + Friends - + Flowers - + Holiday - + Landscapes - + Pets - + Portraits - + Travel - + Work - + Random - + Caption: - + Where: - + Photographer: - + @@ -232,116 +234,116 @@ Share Options - + Policy: - + Quality: - + Comments: - + Identity: - + Public - + Restricted - + Resize Images (< 1Mb) - + Resize Images (< 10Mb) - + Send Original Images - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with Identity - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Back - + Add Photos - + Publish Album - + Untitle Album - + Say something about this album... - + Where were these taken? - + Load Album Thumbnail - + @@ -350,47 +352,47 @@ p, li { white-space: pre-wrap; } Album - + Album Thumbnail - + TextLabel - + Summary - + Album Title: - + Category: - + Caption - + Where: - + When - + @@ -400,51 +402,51 @@ p, li { white-space: pre-wrap; } Share Options - + Comments - + Publish Identity - + Visibility - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;"> Drag &amp; Drop to insert pictures. Click on a picture to edit details below.</span></p></body></html> - + Add Photo - + Edit Photo - + Delete Photo - + Publish Photos - + @@ -459,25 +461,25 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Album Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + @@ -485,169 +487,169 @@ p, li { white-space: pre-wrap; } Language - + Changes to language will only take effect after restarting RetroShare! - + Choose the language used in RetroShare - + Style - + Choose RetroShare's interface style - + Style Sheet - + Appearance - + Tool Bar - + On Tool Bar - + On List Item - + Where do you want to have the buttons for menu? - + On List Ite&m - + Where do you want to have the buttons for the page? - + Icon Only - + Text Only - + Text Beside Icon - + Text Under Icon - + Choose the style of Tool Buttons. - + Choose the style of List Items. - + Icon Size = 8x8 - + Icon Size = 16x16 - + Icon Size = 24x24 - + Icon Size = 64x64 - + Icon Size = 128x128 - + Status Bar - + Remove surplus text in status bar. - + Compact Mode - + Hide Sound Status - + Hide Toaster Disable - + Show SysTray on Status Bar - + Disable SysTray ToolTip - + Icon Size = 32x32 - + @@ -656,43 +658,43 @@ p, li { white-space: pre-wrap; } RetroShare - + Warning: The services here are experimental. Please help us test them. But Remember: Any data here *WILL* be lost when we upgrade the protocols. - + Identities - + Circles - + GxsForums - + GxsChannels - + The Wire - + Photos - + @@ -700,17 +702,17 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + [ERROR]) - + @@ -718,17 +720,17 @@ p, li { white-space: pre-wrap; } Change Avatar - + Your Avatar Picture - + Add Avatar - + @@ -738,12 +740,12 @@ p, li { white-space: pre-wrap; } Set your Avatar picture - + Load Avatar - + @@ -751,15 +753,15 @@ p, li { white-space: pre-wrap; } Click to change your avatar - + BWGraphSource - + KB/s - + @@ -767,7 +769,7 @@ p, li { white-space: pre-wrap; } N/A - + @@ -775,7 +777,7 @@ p, li { white-space: pre-wrap; } RetroShare Bandwidth Usage - + @@ -786,47 +788,47 @@ p, li { white-space: pre-wrap; } Reset - + Receive Rate - + Send Rate - + Always on Top - + Style - + Changes the transparency of the Bandwidth Graph - + 100 - + % Opaque - + Save - + @@ -836,12 +838,12 @@ p, li { white-space: pre-wrap; } Since: - + Hide Settings - + @@ -850,23 +852,23 @@ p, li { white-space: pre-wrap; } Sum - + All - + KB/s - + Count - + @@ -874,72 +876,72 @@ p, li { white-space: pre-wrap; } Name - + ID - + In (KB/s) - + InMax (KB/s) - + InQueue - + InAllocated (KB/s) - + Allocated Sent - + Out (KB/s) - + OutMax (KB/s) - + OutQueue - + OutAllowed (KB/s) - + Allowed Recvd - + TOTALS - + Totals - + @@ -952,42 +954,42 @@ p, li { white-space: pre-wrap; } Form - + 表單 Friend: - + Type: - + 類型 Up - + Down - + Service: - + Unit: - + Log scale - + @@ -995,27 +997,27 @@ p, li { white-space: pre-wrap; } Channels - + Tabs - + General - + Load posts in background (Thread) - + Open each channel in a new tab - + @@ -1023,155 +1025,160 @@ p, li { white-space: pre-wrap; } Participants - + Change nick name - + Mute participant - + + + + + Ban this person (Sets negative opinion) + Send Message - + Sort by Name - + Sort by Activity - + - + Invite friends to this lobby - + Leave this lobby (Unsubscribe) - + Invite friends - + Select friends to invite: - + - + Welcome to lobby %1 - + Topic: %1 - + Lobby chat - + - + Lobby management - + %1 has left the lobby. - + %1 joined the lobby. - + %1 changed his name to: %2 - + Unsubscribe to lobby - + Do you want to unsubscribe to this chat lobby? - + Right click to mute/unmute participants<br/>Double click to address this person<br/> - + This participant is not active since: - + seconds - + - + Start private chat - + - + Decryption failed. - + Signature mismatch - + Unknown key - + Unknown hash - + Unknown error. - + Cannot start distant chat - + Distant chat cannot be initiated: - + @@ -1179,7 +1186,7 @@ p, li { white-space: pre-wrap; } Show Chat Lobby - + @@ -1187,179 +1194,179 @@ p, li { white-space: pre-wrap; } Chat Lobbies - + You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + Unknown Lobby - + Remove All - + ChatLobbyWidget - + Chat lobbies - + - + Name - + Count - + Topic - + Private Lobbies - + Public Lobbies - + Create chat lobby - + [No topic provided] - + - + Selected lobby info - + Private - + Public - + Anonymous IDs accepted - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe - + Add Auto Subscribe - + %1 invites you to chat lobby named %2 - + - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + Create a non anonymous identity and enter this lobby - + Columns - + Yes - + No - + - + Lobby Name: - + Lobby Id: - + Topic: - + @@ -1369,12 +1376,12 @@ p, li { white-space: pre-wrap; } Security: - + Peers: - + @@ -1384,93 +1391,93 @@ p, li { white-space: pre-wrap; } TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies - + Public Subscribed Lobbies - + Chat Lobbies - + Leave this lobby - + Enter this lobby - + Enter this lobby as... - + Default identity is anonymous - + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. - + No anonymous IDs - + You will need to create a non anonymous identity in order to join this chat lobby. - + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show - + 顯示 column - + @@ -1483,28 +1490,28 @@ Double click lobbies to enter and chat. Write a quick Message - + Send Mail - + Write Message - + Start Chat - + Send - + @@ -1512,167 +1519,172 @@ Double click lobbies to enter and chat. 取消 - + Quick Message - + ChatPage - + General - + - + Distant Chat - + Everyone - + Contacts - + Nobody - + Accept encrypted distant chat from - + Chat Settings - + Enable Emoticons Private Chat - + Enable Emoticons Group Chat - + Enable custom fonts - + Enable custom font size - + Minimum font size - + Enable bold - + Enable italics - + Minimum text contrast - + Send message with Ctrl+Return - + + + + + Send as plain text by default + Chat Lobby - + Blink tab icon - + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Blink window/tab icon - + Chat Font - + Change Chat Font - + Chat Font: - + History - + Style - + Group chat - + Variant - + @@ -1692,102 +1704,102 @@ Double click lobbies to enter and chat. Private chat - + Incoming - + Outgoing - + - + Incoming message in history - + Outgoing message in history - + Incoming message - + Outgoing message - + Outgoing offline message - + System - + System message - + UserName - + /me is sending a message with /me - + Chat - + <html><head/><body><p align="justify">In this tab you can setup how many chat messages Retroshare will keep saved on the disc and how much of the previous conversation it will display, for the different chat systems. The max storage period allows to discard old messages and prevents the chat history from filling up with volatile chat (e.g. chat lobbies and distant chat).</p></body></html> - + Chatlobbies - + Enabled: - + Saved messages (0 = unlimited): - + Number of messages restored (0 = off): - + Maximum storage period, in days (0=keep all): - + Search by default - + @@ -1797,100 +1809,100 @@ Double click lobbies to enter and chat. Whole Words - + Move to cursor - + Color All Text Found - + Color of found text - + Choose color of found text - + Maximum count for coloring matching text - + Threshold for automatic search - + Default identity for chat lobbies: - + Show Bar by default - + - + Private chat invite from - + Name : - + PGP id : - + Valid until : - + ChatStyle - + Standard style for group chat - + Compact style for group chat - + Standard style for private chat - + Compact style for private chat - + Standard style for history - + Compact style for history - + @@ -1898,7 +1910,7 @@ Double click lobbies to enter and chat. Show Chat - + @@ -1906,7 +1918,7 @@ Double click lobbies to enter and chat. Private Chat - + @@ -1914,281 +1926,289 @@ Double click lobbies to enter and chat. Close - + - + Send - + - + Bold - + Underline - + Italic - + - + Attach a Picture - + - + Strike - + Clear Chat History - + Disable Emoticons - + Save Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Choose font - + Reset font to default - + - + Quote - + Quotes the selected text - + Drop Placemark - + Insert horizontal rule - + Save image - + - + + Send as PlainText + + + + + Send as plain text without font. + + + + + + Don't replace tag with Emote Icon. + + + + is typing... - + - + + It remains %1 characters +after HTML conversion. + + + + + Warning: This message is too big of %1 characters +after HTML conversion. + + + + Do you really want to physically delete the history? - + - + Add Extra File - + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + appears to be Offline. - + Messages you send will be delivered after Friend is again Online - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + - + Find Case Sensitively - + Find Whole Words - + Move To Cursor - + Don't stop to color after X items found (need more CPU) - + - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> - + <b>Find Next </b><br/><i>Ctrl+G</i> - + <b>Find </b><br/><i>Ctrl+F</i> - + - + (Status) - + - + Set text font & color - + Attach a File - + - + WARNING: Could take a long time on big history. - + Choose color - + - + <b>Mark this selected text</b><br><i>Ctrl+M</i> - + - - %1This message consists of %2 characters. - - - - + items found. - + No items found. - + <b>Return to marked text</b><br><i>Ctrl+M</i> - + - - Display Search Box - - - - - Search Box - - - - + Type a message here - + - + Don't stop to color after - + items found (need more CPU) - - - - - Warning: - + @@ -2196,360 +2216,334 @@ Double click lobbies to enter and chat. TextLabel - + Empty Circle - + CirclesDialog - + Showing details: - + Membership - + Name - + IDs - + - + Personal Circles - + Public Circles - + Peers - + Status - + ID - + - + Friends - + Friends of Friends - + Others - + Permissions - + Anon Transfers - + Discovery - + Share Category - + Create Personal Circle - + Create External Circle - + Edit Circle - + Todo - + Friends Of Friends - + - + External Circles (Admin) - + External Circles (Subscribed) - + External Circles (Other) - + Circles - + ConfCertDialog - + Details - + Node info - + Peer Address - + - + Local Address - + External Address - + Dynamic DNS - + Port - + Addresses list - + - + + Use this certificate to make friends: + + + + Include signatures - + - - + + RetroShare - + - - + + Error : cannot get peer details. - + - - Use as direct source, when available - - - - - <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. </p></body></html> - - - - + Encryption - + Not connected - + Peer Addresses - + - Options - 選項 + 選項 - + Retroshare node details - + - + Node name : - + Status : - + Last Contact : - + Retroshare version : - + Node ID : - + PGP key : - + Retroshare Certificate - + - - <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes.</p></body></html> - - - - - Auto-download recommended files from this node - - - - + Friend node details - + - + Hidden Address - + none - + <p>This certificate contains: - + <li>a <b>node ID</b> and <b>name</b> - + an <b>onion address</b> and <b>port</b> - + an <b>IP address</b> and <b>port</b> - + <p>You can use this certificate to make new friends. Send it by email, or give it hand to hand.</p> - + - - <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP.</p></body></html> - - - - - Require white list clearance - - - - + <html><head/><body><p>This is the ID of the node's <span style=" font-weight:600;">OpenSSL</span> certifcate, which is signed by the above <span style=" font-weight:600;">PGP</span> key. </p></body></html> - + <html><head/><body><p>This is the encryption method used by <span style=" font-weight:600;">OpenSSL</span>. The connection to friend nodes</p><p>is always heavily encrypted and if DHE is present the connection further uses</p><p>&quot;perfect forward secrecy&quot;.</p></body></html> - + with - + external signatures</li> - + @@ -2557,228 +2551,228 @@ Double click lobbies to enter and chat. Connect Friend Wizard - + Add a new Friend - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + Text certificate - + Use text representation of the PGP certificates. - + Include signatures - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + Please, paste your friend's Retroshare certificate into the box below - + <html><head/><body><p>This box expects your friend's Retroshare certificate. WARNING: this is different from your friend's PGP key. Do not paste your friend's PGP key here (not even a part of it). It's not going to work.</p></body></html> - + Certificate files - + Use PGP certificates saved in files. - + Import friend's certificate... - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - + Browse - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Make friend with these peers - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + RetroShare is better with Friends - + Invite your Friends from other Networks to RetroShare. - + GMail - + Yahoo - + Outlook - + AOL - + Yandex - + Email - + Invite Friends by Email - + Enter your friends' email addresses (separate each one with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend request - + Details about the request - + Peer details - + @@ -2790,23 +2784,23 @@ Double click lobbies to enter and chat. Email: - + Node: - + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - + Location: - + @@ -2818,194 +2812,194 @@ resources. This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: - + Enter the certificate manually - + Enter RetroShare ID manually - + &Send an Invitation by Web Mail Providers - + &Send an Invitation by Email (Your friend will receive an email with instructions how to to download RetroShare) - + Recommend many friends to each other - + Add friend to group: - + Authenticate friend (Sign PGP Key) - + Add as friend to connect with - + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared - + Here is the error message: - + Make Friend - + Details about your friend: - + Key validity: - + Signers - + This peer is already on your friend list. Adding it might just set it's ip address. - + Abnormal size read is bigger than memory block. - + Invalid external IP. - + Invalid local IP. - + Invalid checksum section. - + Checksum mismatch. Certificate is corrupted. - + Unknown section type found (Certificate might be corrupted). - + Missing checksum. - + Unknown certificate error - + Certificate Load Failed - + Cannot get peer details of PGP key %1 - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + RetroShare Invitation - + Ultimate - + Full - + Marginal - + @@ -3015,186 +3009,186 @@ resources. No Trust - + You have a friend request from - + Certificate Load Failed:file %1 not found - + This Peer %1 is not available in your Network - + Use new certificate format (safer, more robust) - + Use old (backward compatible) certificate format - + Remove signatures - + RetroShare Invite - + No or misspelled BEGIN tag found - + No or misspelled END tag found - + No checksum found (the last 5 chars should be separated by a '=' char), or no newline after tag line (e.g. line beginning with Version:) - + Unknown error. Your cert is probably not even a certificate. - + Connect Friend Help - + You can copy this text and send it to your friend via email or some other way - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Select Certificate - + Sorry, create certificate failed - + Please choose a filename - + Certificate file successfully created - + Sorry, certificate file creation failed - + *** None *** - + Use as direct source, when available - + IP-Addr: - + IP-Address - + Recommend many friends to each others - + Friend Recommendations - + The text below is your Retroshare certificate. You have to provide it to your friend - + Message: - + Recommend friends - + To - + Please select at least one friend for recommendation. - + Please select at least one friend as recipient. - + Add key to keyring - + This key is already in your keyring - + @@ -3202,69 +3196,69 @@ resources. This might be useful for sending distant messages to this peer even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. - + Invalid node id. - + Auto-download recommended files - + Can be used as direct source - + Require whitelist clearance to connect - + Add IP to whitelist - + No IP in this certificate! - + <p>This certificate has no IP. You will rely on discovery and DHT to find it. Because you require whitelist clearance, the peer will raise a security warning in the NewsFeed tab. From there, you can whitelist his IP.</p> - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:something is wrong with %1 - + @@ -3272,228 +3266,228 @@ even if you don't make friends. Connection Progress - + Connecting to: - + TextLabel - + Network - + Net Result - + Connect Status - + Contact Result - + DHT Startup - + DHT Result - + Peer Lookup - + Peer Result - + UDP Setup - + UDP Result - + Connection Assistant - + Invalid Peer ID - + Unknown State - + Offline - + Behind Symmetric NAT - + Behind NAT & No DHT - + NET Restart - + Behind NAT - + No DHT - + NET STATE GOOD! - + DHT Failed - + DHT Disabled - + DHT Okay - + Finding RS Peers - + Lookup requires DHT - + Searching DHT - + Lookup Timeout - + Peer DHT NOT ACTIVE - + Lookup Failure - + Peer Offline - + Peer Firewalled - + Peer Online - + Connection In Progress - + Initial connections can take a while, please be patient - + If an error is detected it will be displayed here - + You can close this dialog at any time - + Retroshare will continue connecting in the background - + Connection Timeout - + Connection Attempt has taken too long - + But no error has been detected - + Try again shortly, Retroshare will continue connecting in the background - + @@ -3502,214 +3496,214 @@ even if you don't make friends. If you continue to get this message, please contact developers - + DHT Lookup Timeout - + DHT Lookup has taken too long - + UDP Connection Timeout - + UDP Connection has taken too long - + UDP Connection Failed - + We are continually working to improve connectivity. - + In this case the UDP connection attempt has failed. - + Improve connectivity by opening a Port in your Firewall. - + Connected - + Congratulations, you are connected - + DHT startup Failed - + Your DHT has not started properly - + Common causes of this problem are: - + - You are not connected to the Internet - + - You have a missing or out-of-date DHT bootstrap file (bdboot.txt) - + DHT is Disabled - + The DHT is OFF, so Retroshare cannot find your Friends. - + Retroshare has tried All Known Addresses, with no success - + The DHT is needed if your friends have Dynamic IP Addresses. - + Go to Settings->Server and change config to "Public: DHT and Discovery" - + Peer Denied Connection - + We successfully reached your Friend. - + but they have not added you as a Friend. - + Please contact them to add your Certificate - + Your Retroshare Node is configured Okay - + We successfully reached your Friend via UDP. - + Please contact them to add your Full Certificate - + We Cannot find your Friend. - + They are either offline or their DHT is Off - + Peer DHT is Disabled - + Your Friend has configured Retroshare with DHT Disabled. - + You have previously connected to this Friend - + Retroshare has determined that they have DHT switched off - + Without the DHT it is hard for Retroshare to locate your friend - + Try importing a fresh Certificate to get up-to-date connection information - + Incomplete Friend Details - + You have imported an incomplete Certificate - + Please retry importing the full Certificate - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">This Widget shows the progress of your connection to your new peer.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">It is helpful for problem-solving.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">If you are an expert RS user, or trust that RS will do the right thing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">you can close it.</span></p></body></html> - + @@ -3717,111 +3711,99 @@ p, li { white-space: pre-wrap; } N/A - + UNVERIFIABLE FORWARD! - + UNVERIFIABLE FORWARD & NO DHT - + Searching - + UDP Connect Timeout - + Only Advanced Retroshare users should switch off the DHT. - + Retroshare cannot connect without this information - + They need a Certificate + Node for UDP connections to succeed - + CreateCircleDialog - + + + + Circle Details - + - - + Name - + - - Creator - - - - - Distribution - - - - + Public - + - - Self-Restricted - - - - - Restricted to: - - - - - Circle Membership - - - - + IDs - + - - Known Identities - - - - + Filter - + - + Nickname - + - + + + Invited Members + + + + + <html><head/><body><p>Members of this list will be automatically proposed to join the circle (by accepting membership). They will</p><p>not receive data that is restricted to this circle until they do so.</p></body></html> + + + + + Known People + + + + ID - + @@ -3829,136 +3811,210 @@ p, li { white-space: pre-wrap; } 類型 - - - - + + Name: + 名稱: + + + + <html><head/><body><p>The circle name, contact author and invted member list will be visible to all invited members. If the circle is not private, it will also be visible to neighbor nodes of the nodes who host the invited members.</p></body></html> + + + + + Contact author: + + + + + <html><head/><body><p>The creator of a circle ia purely optional. It is however useful for public circles so that people know with whom to discuss membership aspects.</p></body></html> + + + + + [Circle Admin] + + + + + Distribution: + + + + + <html><head/><body><p>Publicly distributed circles are visible to your friends, which will get to know the circle data (Creator, members, etc)</p></body></html> + + + + + <html><head/><body><p>Private (a.k.a. self-restricted) circles are only visible to the invited members of these circles. In practice the circle uses its own list of invited members to limit its own distribution. </p></body></html> + + + + + Private + + + + + <html><head/><body><p>Circles can be restricted to the members of another circle. Only the members of that second circle will be allowed to see the new circle and its content (list of members, etc).</p></body></html> + + + + + Only visible to members of: + + + + + + RetroShare - + - + Please set a name for your Circle - + - - Personal Circle Details - - - - - External Circle Details - - - - - Cannot Edit Existing Circles Yet - - - - + No Restriction Circle Selected - + - + No Circle Limitations Selected - + - - Create New Personal Circle - - - - - Create New External Circle - - - - + Add 添加 Remove - + - + Search - + - + All - + Signed - + Signed by known nodes - + - + Edit Circle - + - - + PGP Identity - + - - - + + + Anon Id - + + + + + Circle name + + + + + Update + + Close + + + + + + Create New Circle + + + + + Create + + + + PGP Linked Id - + + + + + Add Member + + + + + Remove Member + CreateGroup - + Create a Group - + - - Group Name - + + Group Name: + - + + Group ID: + + + + Enter a name for your group - + - + + To be defined + + + + Friends - + Edit Group - + @@ -3967,151 +4023,151 @@ p, li { white-space: pre-wrap; } New Channel Post - + Channel Post - + Channel Post to: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600;">Attachments:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Use Drag and Drop / Add Files button, to Hash new files.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Copy/Paste RetroShare links from your shares</span></p></body></html> - + Add File to Attach - + Add Channel Thumbnail - + Message - + Subject : - + Attachments - + Allow channels to get frame for message thumbnail from movie media attachments or not - + Auto Thumbnail - + Drag and Drop Files from Search Results - + Paste RetroShare Links - + Paste RetroShare Link - + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + Add Extra File - + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load thumbnail picture - + Generate mass data - + Do you really want to generate %1 messages ? - + You are about to add files you're not actually sharing. Do you still want this to happen? - + About to post un-owned files to a channel. - + CreateGxsForumMsg - + Post Forum Message - + @@ -4121,106 +4177,116 @@ p, li { white-space: pre-wrap; } Subject - + Attach File - + Sign Message - + Forum Post - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Start New Thread - + - + No Forum - + - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message - + Please choose Signing Id, it is required - + Add Extra File - + + + + + No compatible ID for this forum + + + + + None of your identities is allowed to post in this forum. This could be due to the forum being limited to a circle that contains none of your identities, or forum flags requiring a PGP-signed identity. + - + Generate mass data - + Do you really want to generate %1 messages ? - + - + Send - + - + Forum Message - + Forum Message has not been Sent. Do you want to reject this message? - + Post as - + Congrats, you found a bug! - + @@ -4229,82 +4295,82 @@ Do you want to reject this message? Create Chat Lobby - + A chat lobby is a decentralized and anonymous chat group. All participants receive all messages. Once the lobby is created you can invite other friends from the Friends tab. - + Lobby name: - + Lobby topic: - + Visibility: - + Public (Visible by friends) - + Private (Works on invitation only) - + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> - + require PGP-signed identities - + Security: - + Select the Friends with which you want to group chat. - + Invited friends - + Put a sensible lobby name here - + Set a descriptive topic here - + Contacts: - + Identity to use: - + @@ -4312,7 +4378,7 @@ Do you want to reject this message? Public Information - + @@ -4322,127 +4388,127 @@ Do you want to reject this message? Location: - + Location ID: - + Software Version: - + Online since: - + Other Information - + Certificate - + Include signatures - + Save Key into a file - + A RetroShare link with your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Error - + Your certificate could not be parsed correctly. Please contact the developers. - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + TextLabel - + PGP fingerprint: - + Node information - + PGP Id : - + Friend nodes: - + Copy certificate to clipboard - + Save certificate to file - + Node - + Create new node... - + show statistics window - + @@ -4450,7 +4516,7 @@ Do you want to reject this message? users - + @@ -4458,38 +4524,38 @@ Do you want to reject this message? DHT - + <p>Retroshare uses Bittorrent's DHT as a proxy for connexions. It does not "store" your IP in the DHT. Instead the DHT is used by your friends to reach you while processing standard DHT requests. The status bullet will turn green as soon as Retroshare gets a DHT response from one of your friends.</p> - + DHT Off - + DHT Searching for RetroShare Peers - + RetroShare users in DHT (Total DHT users) - + DHT Good - + No peer found in DHT - + @@ -4497,27 +4563,27 @@ Do you want to reject this message? B - + KB - + MB - + GB - + File Never Seen - + @@ -4525,42 +4591,42 @@ Do you want to reject this message? Details - + General - + Done - + Active - + Outstanding - + Needs checking - + retroshare link(s) - + retroshare link - + @@ -4570,17 +4636,17 @@ Do you want to reject this message? Rating - + Comments - + File Name - + @@ -4588,123 +4654,123 @@ Do you want to reject this message? Net Status - + Connect Options - + Network Mode - + Nat Type - + Nat Hole - + Peer Address - + Name - + PeerId - + DHT Status - + ConnectLogic - + Connect Status - + Connect Mode - + Request Status - + Cb Status - + RsId - + Bucket - + IP:Port - + Key - + Status Flags - + Found - + Last Sent - + Last Recv - + Relay Mode - + Source - + @@ -4714,207 +4780,207 @@ Do you want to reject this message? Destination - + Class - + Age - + Bandwidth - + IP - + Search IP - + Copy %1 to clipboard - + Unknown NetState - + Offline - + Local Net - + Behind NAT - + External IP - + UNKNOWN NAT STATE - + SYMMETRIC NAT - + DETERMINISTIC SYM NAT - + RESTRICTED CONE NAT - + FULL CONE NAT - + OTHER NAT - + NO NAT - + UNKNOWN NAT HOLE STATUS - + NO NAT HOLE - + UPNP FORWARD - + NATPMP FORWARD - + MANUAL FORWARD - + NET BAD: Unknown State - + NET BAD: Offline - + NET BAD: Behind Symmetric NAT - + NET BAD: Behind NAT & No DHT - + NET WARNING: NET Restart - + NET WARNING: Behind NAT - + NET WARNING: No DHT - + NET STATE GOOD! - + CAUTION: UNVERIFIABLE FORWARD! - + CAUTION: UNVERIFIABLE FORWARD & NO DHT - + Not Active (Maybe Connected!) - + Searching - + Failed - + offline - + Unreachable - + ONLINE - + Direct - + @@ -4924,27 +4990,27 @@ Do you want to reject this message? Disconnected - + Udp Started - + Connected - + Request Active - + No Request - + @@ -4954,34 +5020,34 @@ Do you want to reject this message? RELAY END - + Yourself - + unknown - + unlimited - + Own Relay - + RELAY PROXY - + @@ -4990,27 +5056,27 @@ Do you want to reject this message? %1 secs ago - + %1B/s - + Relays - + 0x%1 EX:0x%2 - + never - + @@ -5018,113 +5084,113 @@ Do you want to reject this message? DHT - + Net Status: - + Network Mode: - + Nat Type: - + Nat Hole: - + Connect Mode: - + Peer Address: - + Unreach: - + Online: - + Offline: - + DHT Peers: - + Disconnected: - + Direct: - + Proxy: - + Relay: - + Filter: - + Search Network - + Peers - + Relay - + DHT Graph - + Proxy VIA - + Relay VIA - + @@ -5132,98 +5198,98 @@ Do you want to reject this message? Incoming Directory - + Browse - + Partials Directory - + Shared Directories - + Automatically share incoming directory (Recommended) - + Edit Share - + Remember file hashes even if not shared. -This might be useful if you're sharing an +This might be useful if you're sharing an external HD, to avoid re-hashing files when you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + Auto-check shared directories every - + minute(s) - + Cache cleaning confirmation - + This will forget any former hash of non shared files. Do you confirm ? - + Set Incoming Directory - + Set Partials Directory - + Directories - + @@ -5231,12 +5297,12 @@ you plug it in. Waiting outgoing discovery operations - + Waiting incoming discovery operations - + @@ -5244,7 +5310,7 @@ you plug it in. Start file - + @@ -5254,36 +5320,36 @@ you plug it in. to - + ignore case - + dd.MM.yyyy - + KB - + MB - + GB - + @@ -5291,12 +5357,12 @@ you plug it in. Expression Widget - + Delete this expression - + @@ -5304,52 +5370,52 @@ you plug it in. &New - + Add new Association - + &Edit - + Edit this Association - + &Remove - + Remove this Association - + File type - + Friend Help - + You this - + Associations - + @@ -5357,47 +5423,47 @@ you plug it in. Chunk map - + Active chunks - + Availability map (%1 active source) - + Availability map (%1 active sources) - + File info - + File name - + Destination folder - + File hash - + File size - + @@ -5405,52 +5471,52 @@ you plug it in. bytes - + Chunk size - + Number of chunks - + Transferred - + Remaining - + Number of sources - + Chunk strategy - + Transfer type - + Anonymous F2F - + Direct friend transfer / Availability assumed - + @@ -5458,73 +5524,73 @@ you plug it in. Picture - + Video - + Audio - + Archive - + Program - + CD/DVD-Image - + Document - + RetroShare collection file - + Subtitles - + Nintendo DS Rom - + Patch - + C++ - + Header - + C - + @@ -5532,37 +5598,37 @@ you plug it in. Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + Directory - + @@ -5580,7 +5646,7 @@ you plug it in. Expand new messages - + @@ -5590,17 +5656,17 @@ you plug it in. Load embedded images - + Tabs - + Open each forum in a new tab - + @@ -5608,283 +5674,283 @@ you plug it in. Last Contact - + Hide Offline Friends - + export friendlist - + export your friendlist including groups - + import friendlist - + import your friendlist including groups - + Show State - + Show Groups - + - + Group - + Friend - + Edit Group - + Remove Group - + Chat - + Recommend this Friend to... - + Copy certificate link - + Add to group - + - + Search - + Sort by state - + - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Available - + - + Do you want to remove this Friend? - + - + Done! - + Your friendlist is stored at: - + (keep in mind that the file is unencrypted!) - + Your friendlist was imported from: - + Done - but errors happened! - + at least one peer was not added - + at least one peer was not added to a group - + - Select file for importing yoour friendlist from - + Select file for importing your friendlist from + Select a file for exporting your friendlist to - + XML File (*.xml);;All Files (*) - + Error - + Failed to get a file! - + File is not writeable! - + File is not readable! - + IP - + - + Attempt to connect - + Create new group - + Display - + Paste certificate link - + Node - + Remove Friend Node - + - + Do you want to remove this node? - + Friend nodes - + - + Send message to whole group - + Details - + Deny - + Send message - + @@ -5892,17 +5958,17 @@ at least one peer was not added to a group Confirm Friend Request - + wants to be friend with you on RetroShare - + Unknown (Incoming) Connect Attempt - + @@ -5910,32 +5976,32 @@ at least one peer was not added to a group Search : - + Sort by state - + Name - + Search Friends - + - + Mark all - + Mark none - + @@ -5943,122 +6009,122 @@ at least one peer was not added to a group Edit status message - + Broadcast - + Clear Chat History - + Add Friend - + Add your Avatar Picture - + A - + Set your status message - + Edit your status message - + Browse Message History - + Browse History - + Save Chat History - + Add a new Group - + Delete Chat History - + Deletes all stored and displayed chat history - + Create new Chat lobby - + Choose Font - + Reset font to default - + Keyring - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Network</h1> <p>The Network tab shows your friend Retroshare nodes: the neighbor Retroshare nodes that are connected to you. </p> <p>You can group nodes together to allow a finer level of information access, for instance to only allow some nodes to see some of your files.</p> <p>On the right, you will find 3 useful tabs: <ul> <li>Broadcast sends messages to all connected nodes at once</li> <li>Local network graph shows the network around you, based on discovery information</li> <li>Keyring contains node keys you collected, mostly forwarded to you by your friend nodes</li> </ul> </p> - + Retroshare broadcast chat: messages are sent to all connected friends. - + Network - + Network graph - + Set your status message here. - + @@ -6066,29 +6132,29 @@ at least one peer was not added to a group Create new Profile - + Name - + Enter your nickname here - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. - + @@ -6098,273 +6164,273 @@ anonymous, you can use a fake email. [Optional] Visible to your friends, and friends of friends. - + [Required] Examples: Home, Laptop,... - + [Required] Visible to your friends, and friends of friends. - + All fields are required with a minimum of 3 characters - + Password (check) - + - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in RetroShare's Options-&gt;Network-&gt;Hidden Service configuration panel.</p></body></html> + + + + <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> - + [Required] Type the same password again here. - + Passwords do not match - + Port - + This password is for PGP - + Node - + Create new node - + Generate new node - + Create a new node - + You can use it now to create a new node. - + Invalid hidden node - + Node field is required with a minimum of 3 characters - + - + Failed to generate your new certificate, maybe PGP password is wrong! - + You can create a new profile with this form. Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. - + It looks like no profile (PGP keys) exists. Please fill in the form below to create one, or import an existing profile. - + No node exists for this profile. - + Your profile is associated with a PGP key pair - + - + Create a new profile - + Import new profile - + Export selected profile - + Advanced options - + Create a hidden node - + Use profile - + hidden address - + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. - + Put a strong password here. This password protects your private PGP key. - + <html><head/><body><p>This is your connection port.</p><p>Any value between 1024 and 65535 </p><p>should be ok. You can change it later.</p></body></html> - + - - <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> - - - - + PGP key length - + Create new profile - + Currently disabled. Please move your mouse around until you reach at least 20% - + Click to create your node and/or profile - + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - + [Required] This password protects your private PGP key. - + Enter a meaningful node description. e.g. : home, laptop, etc. This field will be used to differentiate different installations with the same profile (PGP key pair). - + Generate new profile and node - + Create a new profile and node - + Alternatively you can use an existing profile. Just uncheck "Create a new profile" - + Welcome to Retroshare. Before you can proceed you need to create a profile and associate a node with it. To do so please fill out this form. Alternatively you can import a (previously exported) profile. Just uncheck "Create a new profile" - + No node is associated with the profile named - + Please create a node for it by providing a node name. - + Welcome to Retroshare. Before you can proceed you need to import a profile and after that associate a node with it. - + Export profile - + RetroShare profile files (*.asc) - + Profile saved - + @@ -6373,77 +6439,77 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Profile not saved - + Your profile was not saved. An error occurred. - + Import profile - + Profile not loaded - + Your profile was not loaded properly: - + New profile imported - + Your profile was imported successfully: - + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p - + PGP key pair generation failure - + - + Profile generation failure - + - + Missing PGP certificate - + Generating new PGP key pair, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your PGP password when asked, to sign your new key. - + You can create a new profile with this form. - + @@ -6451,32 +6517,32 @@ Fill in your PGP password when asked, to sign your new key. Startup - + Start RetroShare when my system starts - + Start minimized - + Start minimized on system start - + For Advanced Users - + Enable Advanced Mode (Restart Required) - + @@ -6486,68 +6552,98 @@ Fill in your PGP password when asked, to sign your new key. Do not show the Quit RetroShare MessageBox - + Auto Login - + - Register retroshare:// as URL protocol (Restart required) - + Register retroshare:// as URL protocol + You need administrator rights to change this option. - + - + + When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one. + + + + + Use Local Server to get new arguments. + + + + + <html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare06.desktop</p></body></html> + + + + + !!!The RetroShare's desktop file is missing or wrong!!! + + + + Idle - + Idle Time - + seconds - + Launch startup wizard - + - + + You have enough right. + + + + + You don't have enough right. Run RetroShare as Admin to change this setting. + + + + Error - + Could not add retroshare:// as protocol. - + Could not remove retroshare:// protocol. - + General - + - + Minimize to Tray Icon - + @@ -6556,55 +6652,55 @@ Fill in your PGP password when asked, to sign your new key. Getting Started - + Invite Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">RetroShare is nothing without your Friends. Click on the Button to start the process.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Email an Invitation with your &quot;ID Certificate&quot; to your friends.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be sure to get their invitation back as well... </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can only connect with friends if you have both added each other.</span></p></body></html> - + Add Your Friends to RetroShare - + Add Friends - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">When your friends send you their invitations, click to open the Add Friends window.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Paste your Friend's &quot;ID Certificates&quot; into the window and add them as friends.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Be Online at the same time as your friends, and RetroShare will automatically connect you!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Your client needs to find the RetroShare Network before it can make connections.</span></p> @@ -6616,31 +6712,31 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Look in the Further Help section for more advice about connecting.</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">You can improve your Retroshare performance by opening an External Port. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">This will speed up connections and allow more people to connect with you. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">The easiest way to do this is by enabling UPnP on your Wireless Box or Router.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">As each router is different, you will need to find out your Router Model and search the Internet for instructions.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">If none of this makes sense to you, don't worry about it Retroshare will still work.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Having trouble getting started with RetroShare?</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">1) Look at the FAQ Wiki. This is a bit old, we are trying to bring it up to date.</span></p> @@ -6653,107 +6749,107 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">4) If you are still stuck. Email us.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Enjoy Retrosharing</span></p></body></html> - + Connect To Friends - + Advanced: Open Firewall Port - + Further Help and Support - + Open RS Website - + Open FAQ Wiki - + Open Online Forums - + Email Support - + Email Feedback - + RetroShare Invitation - + Your friend has installed RetroShare, and would like you to try it out. - + You can get RetroShare here: %1 - + RetroShare is a private Friend-2-Friend sharing network. - + forums and channels, all of which are as secure as the file-sharing. - + Here is your friends ID Certificate. - + Cut and paste the text below into your RetroShare client - + and send them your ID Certificate to get securely connected. - + Cut Below Here - + RetroShare Feedback - + RetroShare Support - + It has many features, including built-in chat, messaging, - + @@ -6761,82 +6857,82 @@ p, li { white-space: pre-wrap; } Router Statistics - + GroupBox - + ID - + Identity Name - + Destinaton - + Data status - + Tunnel status - + - Data size - + Stored data size + + + + + Receive time (secs ago) + + Sending time (secs ago) + + + + Data hash - + - - Received - - - - - Send - - - - + Branching factor - + Details - + Unknown Peer - + Pending packets - + Unknown - + 未知 @@ -6844,22 +6940,22 @@ p, li { white-space: pre-wrap; } Managed keys - + Routing matrix ( - + [Unknown identity] - + : Service ID = - + @@ -6867,7 +6963,15 @@ p, li { white-space: pre-wrap; } Show Group Chat - + + + + + GroupChooser + + + [Unknown] + @@ -6875,27 +6979,27 @@ p, li { white-space: pre-wrap; } Friends - + Family - + Co-Workers - + Other Contacts - + Favorites - + @@ -6903,78 +7007,78 @@ p, li { white-space: pre-wrap; } Directory is browsable for friends from groups - + Directory is NOT browsable for friends from groups - + Directory is accessible by anonymous tunnels from friends from groups - + Directory is NOT accessible by anonymous tunnels from friends from groups - + Directory is browsable for any friend - + Directory is NOT browsable for any friend - + Directory is accessible by anonymous tunnels from any friend - + Directory is NOT accessible by anonymous tunnels from any friend - + No one can browse this directory - + No one can anonymously access this directory. - + All friend nodes can browse this directory - + Only friend nodes in groups %1 can browse this directory - + All friend nodes can relay anonymous tunnels to this directory - + Only friend nodes in groups - + can relay anonymous tunnels to this directory - + @@ -6987,7 +7091,7 @@ p, li { white-space: pre-wrap; } Hide tabbar with one open tab - + @@ -6995,47 +7099,47 @@ p, li { white-space: pre-wrap; } Share - + Contacts: - + - + + Share channel publish permissions + + + + + You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions. + + + + Please select at least one peer - + - - Share channel admin permissions - - - - + Share forum admin permissions - + You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum. - + Share topic admin permissions - + You can allow your friends to edit the topic. Select them in the list below. Note: it is not possible to revoke Posted admin permissions. - - - - - You can allow your friends to publish in your channel and to modify the description. Or you can send the admin permissions to another Retroshare instance. Select the friends which you want to be allowed to publish in this channel. Note: it is not possible to revoke channel admin permissions. - + @@ -7053,47 +7157,52 @@ p, li { white-space: pre-wrap; } Description - + Search Description - + Sort by Name - + Sort by Popularity - + Sort by Last Post - + Sort by Posts - + + + + + You are admin (modify names and description using Edit menu) + + + + + You have been granted as publisher (you can post here!) + Display - + - - You have admin rights - - - - + Subscribe to download and read messages - + @@ -7101,37 +7210,37 @@ p, li { white-space: pre-wrap; } and - + and / or - + or - + Name - + Path - + Extension - + Hash - + @@ -7141,57 +7250,57 @@ p, li { white-space: pre-wrap; } Size - + Popularity - + contains - + contains all - + is - + less than - + less than or equal - + equals - + greater than or equal - + greater than - + is in range - + @@ -7200,68 +7309,68 @@ p, li { white-space: pre-wrap; } Channels - + Create Channel - + Enable Auto-Download - + My Channels - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Channels</h1> <p>Channels allow you to post data (e.g. movies, music) that will spread in the network</p> <p>You can see the channels your friends are subscribed to, and you automatically forward subscribed channels to your friends. This promotes good channels in the network.</p> <p>Only the channel's creator can post on that channel. Other peers in the network can only read from it, unless the channel is private. You can however share the posting rights or the reading rights with friend Retroshare nodes.</p> <p>Channels can be made anonymous, or attached to a Retroshare identity so that readers can contact you if needed. Enable "Allow Comments" if you want to let users comment on your posts.</p> <p>Channel posts get deleted after %1 months.</p> - + Subscribed Channels - + Popular Channels - + Other Channels - + Select channel download directory - + Disable Auto-Download - + Set download directory - + [Default directory] - + Specify... - + @@ -7279,42 +7388,42 @@ p, li { white-space: pre-wrap; } TextLabel - + Open folder - + Error - + Paused - + Waiting - + Checking - + Are you sure that you want to cancel and delete the file? - + Can't open folder - + @@ -7327,12 +7436,12 @@ p, li { white-space: pre-wrap; } Filename - + Size - + @@ -7342,12 +7451,12 @@ p, li { white-space: pre-wrap; } Published - + Status - + @@ -7355,37 +7464,37 @@ p, li { white-space: pre-wrap; } Create New Channel - + Channel - + Edit Channel - + Add Channel Admins - + Select Channel Admins - + Update Channel - + Create - + @@ -7393,12 +7502,12 @@ p, li { white-space: pre-wrap; } Copy RetroShare Link - + Subscribe to Channel - + @@ -7414,17 +7523,17 @@ p, li { white-space: pre-wrap; } Channel Description - + Loading - + New Channel - + @@ -7436,8 +7545,18 @@ p, li { white-space: pre-wrap; } GxsChannelPostItem + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + @@ -7446,25 +7565,25 @@ p, li { white-space: pre-wrap; } - + Play - + Comments - + Copy RetroShare Link - + Unsubscribe From Channel - + @@ -7483,19 +7602,19 @@ p, li { white-space: pre-wrap; } 刪除項目 - + Channel Feed - + - + Files - + Warning! You have less than %1 hours and %2 minute before this file is deleted Consider saving it. - + @@ -7510,63 +7629,63 @@ p, li { white-space: pre-wrap; } 0 - + Comment - + I like this - + I dislike this - + - + Loading - + - + Open 開啟 Open File - + Play Media - + GxsChannelPostsWidget - + Post to Channel - + Loading - + Search channels - + - + Title 標題 @@ -7578,72 +7697,113 @@ p, li { white-space: pre-wrap; } Message - + Search Message - + Filename - + Search Filename - + No Channel Selected - + - + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Your eyes only + + + + + You and your friend nodes + + + + Disable Auto-Download - + Enable Auto-Download - + Show feeds - + Show files - + - + + Administrator: + + + + + + unknown + + + + + Distribution: + + + + Feeds 訂閱 Files - + - + Subscribers - + - + Description: 描述: - + Posts (at neighbor nodes): - + @@ -7651,7 +7811,7 @@ p, li { white-space: pre-wrap; } Channel Post - + @@ -7659,7 +7819,7 @@ p, li { white-space: pre-wrap; } Comment Container - + @@ -7672,7 +7832,7 @@ p, li { white-space: pre-wrap; } Hot - + @@ -7682,22 +7842,22 @@ p, li { white-space: pre-wrap; } Top - + Voter ID: - + Refresh - + Comment - + @@ -7717,17 +7877,17 @@ p, li { white-space: pre-wrap; } UpVotes - + DownVotes - + OwnVote - + @@ -7735,22 +7895,22 @@ p, li { white-space: pre-wrap; } Reply to Comment - + Submit Comment - + Vote Up - + Vote Down - + @@ -7758,32 +7918,32 @@ p, li { white-space: pre-wrap; } Make Comment - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Comment</span></p></body></html> - + Signed by - + Comment Signing Error - + You need to create an Identity before you can comment - + @@ -7791,7 +7951,7 @@ before you can comment Create New Forum - + @@ -7801,27 +7961,27 @@ before you can comment Edit Forum - + Update Forum - + Add Forum Admins - + Select Forum Admins - + Create - + @@ -7829,7 +7989,7 @@ before you can comment Subscribe to Forum - + @@ -7845,17 +8005,17 @@ before you can comment Forum Description - + Loading - + New Forum - + @@ -7869,12 +8029,12 @@ before you can comment Subject: - + Unsubscribe To Forum - + @@ -7895,17 +8055,17 @@ before you can comment In Reply to: - + Loading - + Forum Feed - + @@ -7921,9 +8081,9 @@ before you can comment 表單 - + Start new Thread for Selected Forum - + @@ -7933,21 +8093,21 @@ before you can comment Last Post - + Threaded View - + Flat View - + - + Title 標題 @@ -7960,45 +8120,45 @@ before you can comment - + Author 作者 Save image - + - + Loading - + Reply Message - + Previous Thread - + Next Thread - + Download all files - + Next unread - + @@ -8018,12 +8178,12 @@ before you can comment Content - + Search Content - + @@ -8033,32 +8193,32 @@ before you can comment Reply - + Ban this author - + This will block/hide messages from this person, and notify neighbor nodes. - + Start New Thread - + Expand all - + Collapse all - + @@ -8070,7 +8230,7 @@ before you can comment with children - + @@ -8081,7 +8241,7 @@ before you can comment Copy RetroShare Link - + @@ -8096,73 +8256,113 @@ before you can comment This message was obtained from %1 - + [Banned] - + + Anonymous/unknown node IDs reputation threshold set to 0.4 + + + + Anonymous IDs reputation threshold set to 0.4 - + Message routing info kept for 10 days - + - + + [unknown] + + + + + Public + + + + + Restricted to members of circle " + + + + + Restricted to members of circle + + + + + Only friends nodes in group + + + + + Your eyes only + + + + + Distribution + + + + Anti-spam - + [ ... Redacted message ... ] - + Anonymous - + signed - + none - + [ ... Missing Message ... ] - + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> - + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> - + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> - + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> - + @@ -8172,30 +8372,30 @@ before you can comment RetroShare - + No Forum Selected! - + You cant reply to a non-existant Message - + You cant reply to an Anonymous Author - + Original Message - + @@ -8205,52 +8405,52 @@ before you can comment Sent - + Subject - + On %1, %2 wrote: - + - + Forum name - + Subscribers - + Posts (at neighbor nodes) - + - + Description - + By - + - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message - + @@ -8258,7 +8458,7 @@ before you can comment Forum Post - + @@ -8266,7 +8466,7 @@ before you can comment <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Forums</h1> <p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> <p>You see forums your friends are subscribed to, and you forward subscribed forums to your friends. This automatically promotes interesting forums in the network.</p> <p>Forum messages get deleted after %1 months.</p> - + @@ -8277,27 +8477,27 @@ before you can comment Create Forum - + My Forums - + Subscribed Forums - + Popular Forums - + Other Forums - + @@ -8305,85 +8505,85 @@ before you can comment Waiting - + Retrieving - + Loading - + GxsGroupDialog - - + + Name - + - + Add Icon - + Key recipients can publish to restricted-type group and can view and publish for private-type channels - + Share Publish Key - + - + check peers you would like to share private publish key with - + Share Key With - + - - + + Description - + - + Message Distribution - + - + <html><head/><body><p>Messsages will spread way beyond your friend nodes, as long as people subscribe to the channel/forum/posted you're creating.</p></body></html> + + + + + + + Public - + - - - Restricted to Group - - - - - + Only For Your Friends - + - + Publish Signatures - + @@ -8393,184 +8593,253 @@ before you can comment New Thread - + Required - + Encrypted Msgs - + Personal Signatures - + PGP Required - + Signature Required - + If No Publish Signature - + - Comments - + - + Allow Comments - + No Comments - + Spam-protection - + - - <html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html> - - - - - Favor PGP-signed ids - + + Comments: + - <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> - + + + TextLabel + - + + Distribution: + + + + + Anti Spam: + + + + Keep track of posts - + - - Anti spam - - - - - PGP-signed ids - - - - - Track of Posts - - - - + Contacts: - + - + + + Restricted to circle: + + + + + Limited to your friends + + + + + + Allowed + + + + + Disallowed + + + + + + Message tracking + + + + + + PGP signature required + + + + + Only friends nodes in group + + + + Please add a Name - + - + + PGP signature from known ID required + + + + Load Group Logo - + - + Submit Group Changes - + - + Failed to Prepare Group MetaData - please Review - + - + Will be used to send feedback - + Owner: - + - + Set a descriptive description here - + - + Info - + - - Comments allowed - - - - - Comments not allowed - - - - + ID - + - + Last Post - + + + + + <html><head/><body><p>Messages will spread among Retroshare nodes that host one of the identities listed as member of the circle and who also subscribe the media. Only these nodes will be able to see that this forum/channel/posted media exists. </p></body></html> + + + + + Restricted to Circle + + + + + <html><head/><body><p>Messages will only be distributed to the selected subset of your friend nodes. They will not forward messages with each other, but only use your own node as a central hub to distribute them.</p></body></html> + + + + + Posts permissions: + - Popularity - + <html><head/><body><p>This combo box allows you to choose how posts are handled depending on the node the poster belongs to.</p><p><span style=" font-weight:600;">All allowed</span>: all posts are treated equally.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs</span>: anonymous IDs will require a reputation of 0.4 to be received/forwarded.</p><p><span style=" font-weight:600;">Defavor posts from unsigned IDs and IDs from unknown nodes</span>: anonymous IDs and IDs signed by unknown Retroshare nodes will require a reputation of 0.4 to be received/forwarded.</p></body></html> + - - Posts - + + All allowed + + + + + Defavor unsigned IDs + + + + + Defavor unsigned IDs and IDs from unknown nodes + + + + + <html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of teamed-up friends to easily locate a source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html> + + + + + Popularity + - Type - 類型 + Posts + - + Type + 類型 + + + Author 作者 GxsIdLabel - + @@ -8578,32 +8847,32 @@ before you can comment Loading - + Todo - + Print - + PrintPreview - + Unsubscribe - + Subscribe - + @@ -8613,17 +8882,22 @@ before you can comment Show Details - + Edit Details - + - + + Share publish permissions + + + + Copy RetroShare Link - + @@ -8633,91 +8907,86 @@ before you can comment Mark all as unread - + - + AUTHD - - - - - Share admin permissions - + GxsIdChooser - + No Signature - + - + Create new Identity - + GxsIdDetails - + Loading - + Not found - + No Signature - + [Banned] - + Authentication - + unknown Key - + anonymous - + Identity&nbsp;name - + Identity&nbsp;Id - + Signed&nbsp;by - + [Unknown] - + @@ -8725,7 +8994,7 @@ before you can comment Loading - + @@ -8738,42 +9007,42 @@ before you can comment Authenticated tunnels: - + Tunnel ID: %1 - + from: %1 - + to: %1 - + status: %1 - + total sent: %1 bytes - + total recv: %1 bytes - + Unknown Peer - + @@ -8782,17 +9051,17 @@ before you can comment Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. - + @@ -8801,22 +9070,22 @@ before you can comment RetroShare Help - + Find: - + Find Previous - + Find Next - + @@ -8826,141 +9095,141 @@ before you can comment Whole words only - + Contents - + Help Topics - + Search - + Searching for: - + Found Documents - + Back - + Move to previous page (Backspace) - + Backspace - + Forward - + Move to next page (Shift+Backspace) - + Shift+Backspace - + Home - + Move to the Home page (Ctrl+H) - + Ctrl+H - + Find - + Search for a word or phrase on current page (Ctrl+F) - + Ctrl+F - + Close - + Close Vidalia Help - + Esc - + Supplied XML file is not a valid Contents document. - + Search reached end of document - + Search reached start of document - + Text not found in document - + Found %1 results - + Error Loading Help Contents: - + @@ -8973,22 +9242,22 @@ before you can comment Authors - + Thanks to - + Translation - + License Agreement - + @@ -8997,14 +9266,14 @@ before you can comment p, li { white-space: pre-wrap; } </style></head><body style=" font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">About RetroShare</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">RetroShare Translations:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net/wiki/index.php/Translation"><span style=" text-decoration: underline; color:#0000ff;">http://retroshare.sourceforge.net/wiki/index.php/Translation</span></a></p> @@ -9015,14 +9284,14 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Swedish: </span><span style=" font-size:8pt;"> Daniel Wester</span><span style=" font-size:8pt; font-weight:600;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">RetroShare is an Open Source cross-platform, </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">private and secure decentralized commmunication platform. </span></p> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">It lets you share securely your friends, </span></p> @@ -9032,16 +9301,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Useful external links to more information:</span></p> <ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" align="justify" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net"><span style=" font-size:12pt; text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Wiki</a></li> -<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> +<li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare's Forum</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">Retroshare Project Page</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Team Blog</a></li> <li style=" font-size:12pt; text-decoration: underline; color:#0000ff;" align="justify" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://retroshare.sourceforge.net">RetroShare Dev Twitter</a></li></ul></body></html> - + Libraries - + @@ -9049,51 +9318,51 @@ p, li { white-space: pre-wrap; } Opening External Link - + RetroShare can open the link you selected in your default Web browser. If your browser is not currently configured to use Tor then the request will not be anonymous. - + Do you want Retroshare to open the link in your Web browser? - + Unable to Open Link - + RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser. - + Error opening help file: - + IdDetailsDialog - + Person Details - + Identity Info - + Owner node ID : - + @@ -9103,61 +9372,61 @@ p, li { white-space: pre-wrap; } Owner node name : - + Identity name : - + Identity ID : - + Last used: - + Your Avatar Click here to change your avatar - + Reputation - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -9167,217 +9436,250 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + Unknown real name - + Anonymous Id - + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Owned by a friend Retroshare node - + Owned by 2-hops Retroshare node - + Owned by unknown Retroshare node - + Anonymous identity - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + OK - + Banned - + IdDialog - + + New ID - + - - + + All - + Reputation - + Search - + - - Unknown real name - - - - + Anonymous Id - + - + Create new Identity - + + + + + Create new circle + Persons - + - + + Person + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p> <p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + - + + + + Circles + + + + + Circle name + + + + + Membership + + + + + Public Circles + + + + + Personal Circles + + + + Edit identity - + Delete identity - + Chat with this peer - + Launches a distant chat with this peer - + - + Owner node ID : - + Identity name : - + - + () - + - + Identity ID - + - + Send message - + - + Identity info - + Identity ID : - + Owner node name : - + @@ -9387,277 +9689,480 @@ p, li { white-space: pre-wrap; } Send Invite - + - + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - + Your opinion: - + Neighbor nodes: - + Negative - + Neutral - + Positive - + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> - + Overall: - + - - Contacts - - - - - Owned by you - - - - + Anonymous - + - + ID - + Search ID - + - + This identity is owned by you - + - - Unknown PGP key - + + My own identities + + + + + My contacts + + + + + Owned by myself + - - Unknown key ID - + Linked to my node + - + + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit <b>pseudo-anonymous identities</b>, and <b>circles</b>.</p> <p><b>Identities</b> are used to securely identify your data: sign messages in chat lobbies, forum and channel posts, receive feedback using the Retroshare built-in email system, post comments after channel posts, chat using secured tunnels, etc.</p> <p>Identities can optionally be <b>signed</b> by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address.</p> <p><b>Anonymous identities</b> allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity.</p> <p><b>External circles</b> are groups of identities (anonymous or signed), that are shared at a distance over the network. They can be used to restrict the visibility to forums, channels, etc. </p> <p>An <b>external circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle or even self-restricted, meaning that it is only visible to its members.</p> <p>A <b>local circle</b> is a group of friend nodes (represented by their PGP Ids), and can also be used to restrict the visibility of forums and channels. They are not shared over the network, and their list of members is only visible to you.</p> + + + + + Other circles + + + + + Circles I belong to + + + + + Circle ID: + + + + + Visibility: + + + + + Private (only visible to invited members) + + + + + Only visible to full members of circle + + + + + Public + + + + + Your role: + + + + + Administrator (Can edit invite list, and request membership). + + + + + User (Can only request membership). + + + + + Distribution: + + + + + subscribed (Receive/forward membership requests from others and invite list). + + + + + unsubscribed (Only receive invite list). + + + + + Your status: + + + + + Full member (you have access to data limited to this circle) + + + + + Not a member (do not have access to data limited to this circle) + + + + + Unknown ID : + + + + + Identity ID: + + + + + Status: + + + + + Full member + + + + + Invited by admin + + + + + Subscription request pending + + + + + unknown + + + + + Invited + + + + + Subscription pending + + + + + Member + + + + + Edit Circle + + + + + See details + + + + + Request subscription + + + + + Accept circle invitation + + + + + Quit this circle + + + + + Cancel subscribe request + + + + + + + + for identity + + + + + Revoke this member + + + + + Grant membership + + + + + +This identity has a unsecure fingerprint (It's probably quite old). +You should get rid of it now and use a new one. +These identities will soon be not supported anymore. + + + + + + [Unknown node] + + + + + + Unverified signature from node + + + + + + Unchecked signature + + + + + [unverified] + + + + Identity owned by you, linked to your Retroshare node - + Anonymous identity, owned by you - + Anonymous identity - + OK - + Banned - + - + Add to Contacts - + Remove from Contacts - + Set positive opinion - + Set neutral opinion - + Set negative opinion - + Distant chat cannot work - + Error code - + Hi,<br>I want to be friends with you on RetroShare.<br> - + You have a friend invite - + Respond now: - + Thanks, <br> - + - - - - + + + + People - + Your Avatar Click here to change your avatar - + - - Linked to your node - - - - + Linked to neighbor nodes - + Linked to distant nodes - + - - <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - - - - + Linked to a friend Retroshare node - + Linked to a known Retroshare node - + Linked to unknown Retroshare node - + - + Chat with this person - + Chat with this person as... - + Distant chat refused with this person. - + Last used: - + - + +50 Known PGP - + +10 UnKnown PGP - + +5 Anon Id - + - + Do you really want to delete this identity? - + - + Owned by - + - + Node name: - + Node Id : - + - + Really delete? - + @@ -9665,43 +10170,43 @@ p, li { white-space: pre-wrap; } Nickname - + Key ID - + PGP Name - + PGP Hash - + PGP Id - + Pseudonym - + New identity - + To be generated - + @@ -9714,38 +10219,38 @@ p, li { white-space: pre-wrap; } N/A - + Edit identity - + Error getting key! - + Error KeyID invalid - + Unknown GpgId - + Unknown real name - + Create New Identity - + @@ -9760,7 +10265,7 @@ p, li { white-space: pre-wrap; } TextLabel - + @@ -9769,7 +10274,7 @@ p, li { white-space: pre-wrap; } RM - + @@ -9780,32 +10285,32 @@ p, li { white-space: pre-wrap; } Your Avatar Click here to change your avatar - + Set Avatar - + Linked to your profile - + You can have one or more identities. They are used when you write in chat lobbies, forums and channel comments. They act as the destination for distant chat and the Retroshare distant mail system. - + The nickname is too short. Please input at least %1 characters. - + The nickname is too long. Please reduce the length to %1 characters. - + @@ -9813,17 +10318,17 @@ p, li { white-space: pre-wrap; } Name - + KeyId - + GXSId - + @@ -9833,27 +10338,27 @@ p, li { white-space: pre-wrap; } - + GXS name: - + - - + + PGP name: - + - + GXS id: - + - + PGP id: - + @@ -9862,11 +10367,11 @@ p, li { white-space: pre-wrap; } Message History - + - + Copy 複製 @@ -9878,7 +10383,7 @@ p, li { white-space: pre-wrap; } Mark all - + @@ -9888,12 +10393,12 @@ p, li { white-space: pre-wrap; } Clear history - + Send - + @@ -9902,17 +10407,17 @@ p, li { white-space: pre-wrap; } Save image - + Cannot save the image, invalid filename - + Not an image - + @@ -9921,69 +10426,69 @@ p, li { white-space: pre-wrap; } Open File - + Open Folder - + Edit Share Permissions - + Checking... - + Check files - + Edit Shared Folder - + Recommend in a message to - + Set command for opening this file - + Collection - + MainWindow - + Add Friend - + Add a Friend Wizard - + Add Share - + - + Options 選項 @@ -9991,7 +10496,7 @@ p, li { white-space: pre-wrap; } Messenger - + @@ -10002,34 +10507,34 @@ p, li { white-space: pre-wrap; } SMPlayer - + Quit - + Quick Start Wizard - + - + RetroShare %1 a secure decentralized communication platform - + - + Unfinished - + Low disk space warning - + @@ -10038,107 +10543,107 @@ p, li { white-space: pre-wrap; } RetroShare will now safely suspend any disk access to this directory. Please make some free space and click Ok. - + Show/Hide - + Status - + Notify - + Open Messenger - + Open Messages - + Bandwidth Graph - + Applications - + Help - + Minimize - + Maximize - + &Quit - + RetroShare - + %1 new message - + %1 new messages - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Do you really want to exit RetroShare ? - + - + Internal Error - + @@ -10153,370 +10658,370 @@ p, li { white-space: pre-wrap; } Make sure this link has not been forged to drag you to a malicious website. - + Don't ask me again - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + ServicePermissions - + Service permissions matrix - + - + Add 添加 Statistics - + Show web interface - + The disk space in your - + directory is running low (current limit is - + Really quit ? - + MessageComposer - + Compose - + Contacts - + Paragraph - + Heading 1 - + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Italic - + Alignment - + Add an Image - + Sets text font to code style - + Underline - + Subject: - + Tags: - + - + Tags - + Address list: - + Recommend this friend - + Set Text color - + Set Text background color - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote - + Send To: - + &Left - + C&enter - + &Right - + &Justify - + All addresses (mixed) - + All people - + My contacts - + Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br> - + You have a friend recommendation - + This friend is suggested by - + wants to be friends with you on RetroShare - + Hi %1,<br><br>%2 wants to be friends with you on RetroShare.<br><br>Respond now:<br>%3<br><br>Thanks,<br>The RetroShare Team - + - + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Paste RetroShare Link - + Add to "To" - + Add to "CC" - + Add to "BCC" - + Add as Recommend - + Original Message - + @@ -10528,62 +11033,62 @@ Do you want to save message to draft box? To - + Cc - + Sent - + Subject - + On %1, %2 wrote: - + Re: - + Fwd: - + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + Bcc - + @@ -10593,164 +11098,164 @@ Do you want to save message to draft box? &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Details - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - + Close - + @@ -10758,74 +11263,74 @@ Do you want to save message ? 從: - + Friend Nodes - + Bullet list (disc) - + Bullet list (circle) - + Bullet list (square) - + Ordered list (decimal) - + Ordered list (alpha lower) - + Ordered list (alpha upper) - + Ordered list (roman lower) - + Ordered list (roman upper) - + Thanks, <br> - + - + Distant identity: - + [Missing] - + Please create an identity to sign distant messages, or remove the distant peers from the destination list. - + Node name & id: - + @@ -10833,27 +11338,27 @@ Do you want to save message ? Everyone - + Contacts - + Nobody - + Accept encrypted distant messages from - + Reading - + @@ -10863,17 +11368,17 @@ Do you want to save message ? Open messages in - + Tags - + Tags can be used to categorize and prioritize your messages - + @@ -10893,37 +11398,37 @@ Do you want to save message ? Default - + A new tab - + A new window - + Edit Tag - + Message - + Distant messages: - + Load embedded images - + @@ -10931,7 +11436,7 @@ Do you want to save message ? Sub: - + @@ -10939,7 +11444,7 @@ Do you want to save message ? Message - + @@ -10947,17 +11452,17 @@ Do you want to save message ? Recommended Files - + Download all Recommended Files - + Subject: - + @@ -10972,57 +11477,57 @@ Do you want to save message ? Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - + Print - + Print Preview - + Confirm %1 as friend - + Add %1 as friend - + No subject - + @@ -11033,37 +11538,37 @@ Do you want to save message ? Download all - + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - + Load images always for this message - + Hide the attachment pane - + Show the attachment pane - + @@ -11071,47 +11576,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Forward - + Remove selected message - + @@ -11121,81 +11626,81 @@ Do you want to save message ? Print selected message - + Print - + Display - + Tags - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + &File - + Save &As File - + &Print... - + Print Preview... - + &Quit - + @@ -11204,47 +11709,47 @@ Do you want to save message ? New Message - + Compose - + Reply to selected message - + Reply - + Reply all to selected message - + Reply all - + Forward selected message - + Foward - + Remove selected message - + @@ -11254,17 +11759,17 @@ Do you want to save message ? Print selected message - + Print - + Display - + @@ -11273,7 +11778,7 @@ Do you want to save message ? Tags - + @@ -11281,7 +11786,7 @@ Do you want to save message ? Inbox - + @@ -11289,18 +11794,18 @@ Do you want to save message ? Outbox - + Draft - + Sent - + @@ -11308,86 +11813,86 @@ Do you want to save message ? Trash - + Total Inbox: - + Folders - + Quick View - + Print... - + Print Preview - + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Reply to Message - + Reply to All - + Forward Message - + Subject - + @@ -11406,58 +11911,58 @@ Do you want to save message ? Content - + Click to sort by attachments - + Click to sort by subject - + Click to sort by read - + Click to sort by from - + Click to sort by date - + Click to sort by tags - + Click to sort by star - + Forward selected Message - + Search Subject - + Search From - + @@ -11467,47 +11972,47 @@ Do you want to save message ? Search Content - + Search Tags - + Attachments - + Search Attachments - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Messages</h1> <p>Retroshare has its own internal email system. You can send/receive emails to/from connected friend nodes.</p> <p>It is also possible to send messages to other people's Identities using the global routing system. These messages are always encrypted and signed, and are relayed by intermediate nodes until they reach their final destination. </p> <p>Distant messages stay into your Outbox until an acknowledgement of receipt has been received.</p> <p>Generally, you may use messages to recommend files to your friends by pasting file links, or recommend friend nodes to other friend nodes, in order to strenghten your network, or send feedback to a channel's owner.</p> - + Starred - + System - + Open in a new window - + Open in a new tab - + @@ -11522,7 +12027,7 @@ Do you want to save message ? Add Star - + @@ -11532,59 +12037,59 @@ Do you want to save message ? Edit as new - + Remove Messages - + Remove Message - + Undelete - + Empty trash - + Drafts - + No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light gray star beside any message. - + No system messages available. - + To - + Click to sort by to - + This message goes to a distant person. - + @@ -11593,33 +12098,33 @@ Do you want to save message ? Total: - + Messages - + Click to sort by signature - + This message was signed and the signature checks - + This message was signed but the signature doesn't check - + This message comes from a distant person. - + @@ -11627,17 +12132,17 @@ Do you want to save message ? RetroShare Messenger - + - + Add a Friend - + Share files for your friends - + @@ -11645,27 +12150,27 @@ Do you want to save message ? Paste as plain text - + Spoiler - + Select text to hide, then push this button - + Paste RetroShare Link - + Paste my certificate link - + @@ -11673,22 +12178,22 @@ Do you want to save message ? Reply to Message - + Reply Message - + Delete Message - + Play Media - + @@ -11704,22 +12209,22 @@ Do you want to save message ? Message From - + Sent Msg - + Draft Msg - + Pending Msg - + @@ -11732,52 +12237,52 @@ Do you want to save message ? <strong>NAT:</strong> - + Network Status Unknown - + Offline - + Nasty Firewall - + DHT Disabled and Firewalled - + Network Restarting - + Behind Firewall - + DHT Disabled - + RetroShare Server - + Forwarded Port - + @@ -11785,146 +12290,146 @@ Do you want to save message ? Filter: - + Search Network - + Name - + Did I authenticated peer - + Did I sign his PGP key - + Did peer authenticated me - + Cert Id - + Last used - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile - + Peer ID - + Deny friend - + Peer details... - + Remove unused keys... - + Clean keyring - + - The selected keys below haven't been used in the last 3 months. + The selected keys below haven't been used in the last 3 months. Do you want to delete them permanently ? Notes: Your old keyring will be backed up. The removal may fail when running multiple Retroshare instances on the same machine. - + Keyring info - + @@ -11932,7 +12437,7 @@ Notes: Your old keyring will be backed up. For security, your keyring was previously backed-up to file - + @@ -11942,42 +12447,42 @@ For security, your keyring was previously backed-up to file Cannot delete secret keys - + Cannot create backup file. Check for permissions in pgp directory, disk space, etc. - + Personal signature - + PGP key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + @@ -11987,12 +12492,12 @@ For security, your keyring was previously backed-up to file Last hour - + Today - + @@ -12002,95 +12507,95 @@ For security, your keyring was previously backed-up to file %1 days ago - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. - + Export/create a new node - + Trusted keys only - + Trust level - + Do you accept connections signed by this key? - + Name of the key - + Certificat ID - + Make friend... - + Did peer authenticate you - + This column indicates trust level and whether you signed their PGP key - + Did that peer sign your PGP key - + Since when I use this certificate - + Search name - + Search peer ID - + Key removal has failed. Your keyring remains intact. Reported error: - + @@ -12098,7 +12603,7 @@ Reported error: Network - + @@ -12106,22 +12611,22 @@ Reported error: Redraw - + Friendship level: - + Edge length: - + Freeze - + @@ -12129,7 +12634,7 @@ Reported error: New Tag - + @@ -12139,12 +12644,12 @@ Reported error: Choose color - + OK - + @@ -12157,7 +12662,7 @@ Reported error: News Feed - + @@ -12167,32 +12672,32 @@ Reported error: Remove All - + This is a test. - + News feed - + Newest on top - + Oldest on top - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;News Feed</h1> <p>The News Feed displays the last events on your network, sorted by the time you received them. This gives you a summary of the activity of your friends. You can configure which events to show by pressing on <b>Options</b>. </p> <p>The various events shown are: <ul> <li>Connection attempts (useful to make friends with new people and control who's trying to reach you)</li> <li>Channel and Forum posts</li> <li>New Channels and Forums you can subscribe to</li> <li>Private messages from your friends</li> </ul> </p> - + @@ -12200,12 +12705,12 @@ Reported error: News Feed - + Channels - + @@ -12215,22 +12720,22 @@ Reported error: Blogs - + Messages - + Chat - + Security - + @@ -12241,145 +12746,145 @@ Reported error: Systray Icon - + Message - + Connect attempt - + Toasters - + Friend Connect - + Ip security - + New Message - + Download completed - + Private Chat - + Group Chat - + Chat Lobby - + Position - + X Margin - + Y Margin - + Systray message - + Group chat - + Chat lobbies - + Combined - + Blink - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Notify</h1> <p>Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!</p> - + Top Left - + Top Right - + Bottom Left - + Bottom Right - + Notify - + Disable All Toasters - + Posted - + Disable All Toaster temporarily - + @@ -12389,70 +12894,70 @@ Reported error: Systray - + Chat Lobbies - + Count all unread messages - + Count occurences of any of the following texts (separate by newlines): - + Count occurences of my current identity - + NotifyQt - + PGP key passphrase - + Wrong password ! - + Unregistered plugin/executable - + RetroShare has detected an unregistered plugin. This happens in two cases:<UL><LI>Your RetroShare executable has changed.</LI><LI>The plugin has changed</LI></UL>Click on Yes to authorize this plugin, or No to deny it. You can change your mind later in Options -> Plugins, then restart. - + - + Please check your system clock. - + - + Examining shared files... - + Hashing file - + Saving file index... - + @@ -12462,28 +12967,28 @@ Reported error: This is a test. - + Unknown title - + Encrypted message - + - + Please enter your PGP password for key - + - + For the chat lobbies to work properly, the time of your computer needs to be correct. Please check that this is the case (A possible time shift of several minutes was detected with your friends). - + @@ -12491,7 +12996,7 @@ Reported error: Friend Online - + @@ -12499,30 +13004,30 @@ Reported error: Normal Mode - + No Anon D/L - + Gaming Mode - + Low Traffic - + - Use this DropList to quickly change Retroshare's behaviour + Use this DropList to quickly change Retroshare's behaviour No Anon D/L: switches off file forwarding Gaming Mode: 25% standard traffic and TODO: reduced popups Low Traffic: 10% standard traffic and TODO: pauses all file-transfers - + @@ -12530,42 +13035,42 @@ Reported error: Dialog - + PGP Key info - + PGP name : - + Fingerprint : - + <html><head/><body><p>The PGP key fingerprint is a---supposedly unforgeable---characteristics of the PGP key. In order to make sure that you're dealing with the right key, compare the fingerprints.</p></body></html> - + Trust level: - + <html><head/><body><p>The trust level is an optional and local parameter that you can set in order to remember your option about a given PGP key. It is not used whatsoever to authorize connections. </p></body></html> - + Unset - + @@ -12575,187 +13080,248 @@ Reported error: No trust - + Marginal - + Full - + Ultimate - + Key signatures : - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. The signatures below cryptographically attest that owners of the listed keys recognise the current PGP key as authentic.</span></p></body></html> - + - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign this PGP key - + <html><head/><body><p><span style=" font-size:10pt;">Signing a friend's key is a way to express your trust into this friend, to your other friends. It helps them to decide whether to allow connections from that key based on your own trust. Signing a key is absolutely optional and cannot be undone, so do it wisely.</span></p></body></html> - + Sign PGP key - + <html><head/><body><p>Click here if you want to refuse connections to nodes authenticated by this key.</p></body></html> - + Deny connections - + <html><head/><body><p>Click this if you want your node to accept connecting to Retroshare nodes authenticated by this PGP key. This is done automatically when exchanging your Retroshare certificate with someone. In order to make friends, it is better to exchange certificates than accept connections from a given key, since the certificate also contain useful connection information (IP, DNS, SSL ids, etc).</p></body></html> - + Accept connections - + ASCII format - + - + + Below is the node's PGP key. It identifies the node and all its locations. A "Retroshare certificate" that you can exchange in order to make friends, is in the the "details" of each separate location. + + + + <html><head/><body><p>This button will toggle the inclusion of signatures in the ascii display of the PGP key. See the comments about signatures in the other tab. </p></body></html> - + Include signatures - + + + + + Options + 選項 + + + + These options apply to all locations of the same node: + + + + + <html><head/><body><p align="justify">Retroshare periodically checks your friend lists for browsable files matching your transfers, to establish a direct transfer. In this case, your friend knows you're downloading the file.</p><p align="justify">To prevent this behavior for this friend only, uncheck this box. You can still perform a direct transfer if you explicitly ask for it, by e.g. downloading from your friend's file list. This setting is applied to all locations of the same node.</p></body></html> + + + + + Use as direct source, when available + + + + + <html><head/><body><p>This option allows you to automatically download a file that is recommended in an message coming from this node. This can be used for instance to send files between your own nodes. Applied to all locations of the same node.</p></body></html> + + + + + Auto-download recommended files from this node + + + + + <html><head/><body><p>Peers that have this option cannot connect if their connection address is not in the whitelist. This protects you from traffic forwarding attacks. When used, rejected peers will be reported by &quot;security feed items&quot; in the News Feed section. From there, you can whitelist/blacklist their IP. Applies to all locations of the same node.</p></body></html> + + + + + Require white list clearance + + + + + Max upload speed (0=unlimited) + + + + + Max download speed (0=unlimited) + + + + + + kB/s + PGP Key details - + - - + + RetroShare - + - - - + + + Error : cannot get peer details. - + - + The supplied key algorithm is not supported by RetroShare (Only RSA keys are supported at the moment) - + - + The trust level is a way to express your own trust in this key. It is not used by the software nor shared, but can be useful to you in order to remember good/bad keys. - + Your trust in this peer is ultimate - + Your trust in this peer is full. - + Your trust in this peer is marginal. - + Your trust in this peer is none. - + - + This key has signed your own PGP key - + <p>This PGP key (ID= - + You have chosen to accept connections from Retroshare nodes signed by this key. - + You are currently not allowing connections from Retroshare nodes signed by this key. - + - + Signature Failure - + Maybe password is wrong - + - + You haven't set a trust level for this key. - + This is your own PGP key, and it is signed by : - + This key is signed by : - + @@ -12776,12 +13342,12 @@ p, li { white-space: pre-wrap; } Chat - + Start Chat - + @@ -12802,62 +13368,62 @@ p, li { white-space: pre-wrap; } Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - + @@ -12870,7 +13436,7 @@ p, li { white-space: pre-wrap; } Unknown Peer - + @@ -12880,7 +13446,7 @@ p, li { white-space: pre-wrap; } Send Message - + @@ -12888,42 +13454,96 @@ p, li { white-space: pre-wrap; } Friends: 0/0 - + Online Friends/Total Friends - + Friends - + PeopleDialog - + + People - - - - - External - + Drag your circles or people to each other. - + Internal - + + + + + Chat with this person + + + + + Chat with this person as... + + + + + Send message to this person + + + + + Person details + + + + + Distant chat cannot work + + + + + Distant chat refused with this person. + + + + + Error code + + + + + PeoplePage + + + Identities handling + + + + + ban all identities of a node when more than + + + + + of them have a negative opinion + + + + + People + @@ -12939,47 +13559,47 @@ p, li { white-space: pre-wrap; } PhotoShare - + Photo - + TextLabel - + Comment - + Summary - + Caption - + Where: - + Photo Title: - + When - + @@ -12989,12 +13609,12 @@ p, li { white-space: pre-wrap; } Add Comment - + Write a comment... - + @@ -13007,34 +13627,34 @@ p, li { white-space: pre-wrap; } TextLabel - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photo Title :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Photographer :</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Author :</span></p></body></html> - + @@ -13047,53 +13667,53 @@ p, li { white-space: pre-wrap; } Create Album - + View Album - + Subscribe To Album - + Slide Show - + My Albums - + Subscribed Albums - + Shared Albums - + View Photo - + PhotoShare - + Please select an album before requesting to edit it! - + @@ -13101,53 +13721,53 @@ requesting to edit it! Album Name - + Image - + Show/Hide Details - + << - + Stop - + >> - + Close - + Start - + Start Slide Show - + Stop Slide Show - + @@ -13163,51 +13783,51 @@ requesting to edit it! TextLabel - + Show more details about this plugin - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="more"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">More</span></a></p></body></html> - + Enable this plugin (restart required) - + Enable - + Disable this plugin (restart required) - + Disable - + Launch configuration panel, if provided by the plugin - + Configure - + @@ -13217,22 +13837,22 @@ p, li { white-space: pre-wrap; } File name: - + File hash: - + Status: - + will be enabled after your restart RetroShare. - + @@ -13240,37 +13860,37 @@ p, li { white-space: pre-wrap; } base folder %1 doesn't exist, default load failed - + Error: instance '%1'can't create a widget - + Error: no plugin with name '%1' found - + Error(uninstall): no plugin with name '%1' found - + Error(installation): plugin file %1 doesn't exist - + Error: failed to remove file %1(uninstalling plugin '%2') - + Error: can't copy %1 to %2 - + @@ -13278,22 +13898,22 @@ p, li { white-space: pre-wrap; } Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) - + Widget for plugin %1 not found on plugins frame - + @@ -13301,27 +13921,27 @@ p, li { white-space: pre-wrap; } Authorize all plugins - + Plugin look-up directories - + Plugin disabled. Click the enable button and restart Retroshare - + [disabled] - + No API number supplied. Please read plugin development manual. - + @@ -13330,37 +13950,37 @@ p, li { white-space: pre-wrap; } [loading problem] - + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. - + Unknown status. - + @@ -13368,18 +13988,18 @@ p, li { white-space: pre-wrap; } be checked for the hash. However, in normal times, checking the hash protects you from malicious behavior of crafted plugins. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Plugins</h1> <p>Plugins are loaded from the directories listed in the bottom list.</p> <p>For security reasons, accepted plugins load automatically until the main Retroshare executable or the plugin library changes. In such a case, the user needs to confirm them again. After the program is started, you can enable a plugin manually by clicking on the "Enable" button and then restart Retroshare.</p> <p>If you want to develop your own plugins, contact the developpers team they will be happy to help you out!</p> - + Plugins - + @@ -13387,7 +14007,7 @@ malicious behavior of crafted plugins. Popularity - + @@ -13395,17 +14015,17 @@ malicious behavior of crafted plugins. Clear offline messages - + Hide Avatar - + Show Avatar - + @@ -13413,36 +14033,36 @@ malicious behavior of crafted plugins. Avatar - + Set your Avatar Picture - + Dock tab - + Undock tab - + Set Chat Window Color - + Set window on top - + @@ -13450,32 +14070,32 @@ malicious behavior of crafted plugins. Chat remotely closed. Please close this window. - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. - + Closing this window will end the conversation, notify the peer and remove the encrypted tunnel. - + Kill the tunnel? - + Can't send message, because there is no tunnel. - + Can't send message, because the chat partner deleted the secure tunnel. - + @@ -13483,47 +14103,47 @@ malicious behavior of crafted plugins. Signed by: - + Notes - + RetroShare - + Please create or choose a Signing Id first - + Submit Post - + You are submitting a link. The key to a successful submission is interesting content and a descriptive title. - + Submit - + Submit a new Post - + Please add a Title - + @@ -13533,7 +14153,7 @@ malicious behavior of crafted plugins. Link - + @@ -13541,42 +14161,42 @@ malicious behavior of crafted plugins. Posted Links - + Posted - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Posted</h1> <p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and channels</p> <p>Links can be commented by subscribed users. A promotion system also gives the opportunity to enlight important links.</p> <p>There is no restriction on which links are shared. Be careful when clicking on them.</p> <p>Posted links get deleted after %1 months.</p> - + Create Topic - + My Topics - + Subscribed Topics - + Popular Topics - + Other Topics - + @@ -13584,37 +14204,37 @@ malicious behavior of crafted plugins. Posted Topic - + Add Topic Admins - + Select Topic Admins - + Create New Topic - + Edit Topic - + Update Topic - + Create - + @@ -13622,7 +14242,7 @@ malicious behavior of crafted plugins. Subscribe to Posted - + @@ -13638,17 +14258,17 @@ malicious behavior of crafted plugins. Posted Description - + Loading - + New Posted - + @@ -13659,40 +14279,40 @@ malicious behavior of crafted plugins. PostedItem - + 0 - + Site - + - + Comments - + Comment - + Vote up - + Vote down - + \/ - + @@ -13705,9 +14325,19 @@ malicious behavior of crafted plugins. 新建 - + + New Comment: + + + + + Comment Value + + + + Toggle Message Read Status - + @@ -13715,14 +14345,14 @@ malicious behavior of crafted plugins. 刪除項目 - + Loading - + By - + @@ -13735,7 +14365,7 @@ malicious behavior of crafted plugins. Hot - + @@ -13745,37 +14375,37 @@ malicious behavior of crafted plugins. Top - + Today - + Yesterday - + This Week - + This Month - + This Year - + Submit a new Post - + @@ -13785,12 +14415,12 @@ malicious behavior of crafted plugins. RetroShare - + Please create or choose a Signing Id before Voting - + @@ -13800,7 +14430,7 @@ malicious behavior of crafted plugins. 1-10 - + @@ -13808,17 +14438,17 @@ malicious behavior of crafted plugins. Tabs - + Posted - + Open each topic in a new tab - + @@ -13826,7 +14456,7 @@ malicious behavior of crafted plugins. Posted - + @@ -13834,37 +14464,37 @@ malicious behavior of crafted plugins. RetroShare Message - Print Preview - + Print - + &Print... - + Page Setup... - + Zoom In - + Zoom Out - + &Close - + @@ -13873,39 +14503,39 @@ malicious behavior of crafted plugins. Profile Manager - + Name - + Email - + GID - + Export Identity - + RetroShare Identity files (*.asc) - + Identity saved - + @@ -13914,80 +14544,80 @@ It is encrypted You can now copy it to another computer and use the import button to load it - + Identity not saved - + Your identity was not saved. An error occurred. - + Import Identity - + Identity not loaded - + Your identity was not loaded properly: - + New identity imported - + Your identity was imported successfully: - + Select Trusted Friend - + Certificates (*.pqi *.pem) - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select a Retroshare node key from the list below to be used on another computer, and press &quot;Export selected key.&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To create a new location on a different computer, select the identity manager in the login window. From there you can import the key file and create a new location for that key. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Creating a new node with the same key allows your your friend nodes to accept you automatically.</p></body></html> - + Full keys available in your keyring: - + Export selected key - + You can use it now to create a new node. - + @@ -13996,22 +14626,22 @@ p, li { white-space: pre-wrap; } Edit status message - + Copy Certificate - + Profile Manager - + Public Information - + @@ -14021,73 +14651,73 @@ p, li { white-space: pre-wrap; } Location: - + Peer ID: - + Number of Friends: - + Version: - + Online since: - + Other Information - + My Address - + Local Address: - + External Address: - + Dynamic DNS: - + Addresses list: - + RetroShare - + Sorry, create certificate failed - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + @@ -14095,51 +14725,51 @@ p, li { white-space: pre-wrap; } Post From: - + Account 1 - + Account 2 - + Account 3 - + Add to Pulse - + filter - + URL Adder - + Display As - + URL - + @@ -14149,7 +14779,7 @@ p, li { white-space: pre-wrap; } Post Pulse to Wire - + @@ -14175,118 +14805,123 @@ p, li { white-space: pre-wrap; } QObject - - - + + + Confirmation - + Do you want this link to be handled by your system? - + - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. - + - + Add file - + Add files - + Do you want to process the link ? - + Do you want to process %1 links ? - + - - This file already exists. Do you want to open it ? - + + Warning: Retroshare is about to ask your system to open this file. + - + + Before you do so, please make sure that this file does not contain malicious executable code. + + + + %1 of %2 RetroShare link processed. - + %1 of %2 RetroShare links processed. - + File added - + Files added - + File exist - + Files exist - + Friend added - + Friends added - + Friend exist - + Friends exist - + Friend not added - + Friends not added - + Friend not found - + Friends not found - + @@ -14296,184 +14931,194 @@ and open the Make Friend Wizard. Forums not found - + Forum message not found - + Forum messages not found - + Channel not found - + Channels not found - + Channel message not found - + Channel messages not found - + + + + + Posted not found + + + + + Posted message not found + + + + + Posted messages not found + Recipient not accepted - + Recipients not accepted - + Unkown recipient - + Unkown recipients - + Malformed links - + Invalid links - + Warning: forbidden characters found in filenames. Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. - + Result - + - + Unable to make path - + Unable to make path: - + Failed to process collection file - + - + Deny friend - + Make friend - + Peer details - + File Request canceled - + - + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - + Choose between:<br><ul><li><b>Ok</b> to copy the existing keyring from gnupg (safest bet), or </li><li><b>Close without saving</b> to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair). </li><li><b>Cancel</b> to quit and forge a keyring by yourself (needs some PGP skills)</li></ul> - + - + RetroShare - + - + Initialization failed. Wrong or missing installation of PGP. - + An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - + - + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Lock file: - + An unexpected error occurred when Retroshare tried to acquire the single instance lock Lock file: - - - - - Start with a RetroShare link is only supported for Windows. - + Distant peer has closed the chat - + Tunnel is pending... - + Secured tunnel is working. You can talk! - + @@ -14481,27 +15126,27 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Reported error is: %2 - + - + Click to send a private message to %1 (%2). - + %1 (%2, Extra - Source included) - + - + Click this link to send a private message to %1 (%2) - + RetroShare Certificate (%1, @%2) - + @@ -14511,156 +15156,156 @@ Reported error is: TR up - + TR dn - + Data up - + Data dn - + Data forward - + - + You appear to have nodes associated to DSA keys: - + DSA keys are not yet supported by this version of RetroShare. All these nodes will be unusable. We're very sorry for that. - + enabled - + disabled - + Join chat lobby - + Move IP %1 to whitelist - + Whitelist entire range %1 - + whitelist entire range %1 - + - + %1 seconds ago - + %1 minute ago - + %1 minutes ago - + %1 hour ago - + %1 hours ago - + %1 day ago - + %1 days ago - + Subject: - + Participants: - + Auto Subscribe: - + Id: - + Security: no anonymous IDs - + - - + + This cert is malformed. Error code: - + The following has not been added to your download list, because you already have it: - + - + Error - + unable to parse XML file! - + @@ -14668,19 +15313,19 @@ Security: no anonymous IDs Quick Start Wizard - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Welcome to RetroShare!</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This QuickStart wizard can help you configure your RetroShare in a few simple steps.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you're a more advanced user, you can access the full range of RetroShare's options via the ToolBar. Click Exit to close the wizard at any time.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This wizard will assist you to:</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> @@ -14689,7 +15334,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Choose which files you share.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-size:8pt;"> Get started using RetroShare.</span></p></body></html> - + @@ -14697,7 +15342,7 @@ p, li { white-space: pre-wrap; } Next > - + @@ -14706,73 +15351,73 @@ p, li { white-space: pre-wrap; } Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. - + Choose your download speed limit: - + KB/s - + Choose your upload speed limit: - + Connection : - + Automatic (UPnP) - + Firewalled - + Manually forwarded port - + Discovery : - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + @@ -14780,35 +15425,35 @@ p, li { white-space: pre-wrap; } < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is a list of shared folders . You can add and remove folders using the button on the left. When you add a new folder, initially all file in that folder are shared.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory:</span><span style=" font-size:8pt;"> </span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Browsable by friends</span><span style=" font-family:'Sans'; font-size:8pt;">: files are browsable from your direct friends.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">Anonymously shared</span><span style=" font-family:'Sans'; font-size:8pt;">: files can be downloaded by anybody through anonymous tunnels.</span></p></body></html> - + Directory - + Network Wide - + Browseable - + @@ -14823,110 +15468,110 @@ p, li { white-space: pre-wrap; } Automatically share incoming directory (Recommended) - + RetroShare Page Display Style - + Where do you want to have the buttons for the page? - + ToolBar View - + List View - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Enjoy using RetroShare!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Just one more step! You're almost done configuring RetroShare to work with your computer.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">These settings configure how and when RetroShare starts .</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html> - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish - + Select A Folder To Share - + Shared Directory Added! - + Warning! - + Browsable - + Universal - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + @@ -14934,12 +15579,12 @@ p, li { white-space: pre-wrap; } * Network Wide: anonymously shared over the network (including your friends) * Browsable: browsable by your friends * Universal: both - + Do you really want to stop sharing this directory ? - + @@ -14947,17 +15592,17 @@ p, li { white-space: pre-wrap; } %1 KB - + %1 MB - + %1 GB - + @@ -14970,12 +15615,12 @@ p, li { white-space: pre-wrap; } The loading of embedded images is blocked. - + Load images - + @@ -14983,60 +15628,60 @@ p, li { white-space: pre-wrap; } Allowed by default - + Denied by default - + Enabled for this peer - + Disabled for this peer - + Enabled by remote peer - + Disabled by remote peer - + Globally switched Off - + Service name: - + Peer name: - + Peer Id: - + RSettingsWin - + Error Saving Configuration on page - + @@ -15044,17 +15689,17 @@ p, li { white-space: pre-wrap; } Down - + Up - + <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s) - + @@ -15062,89 +15707,89 @@ p, li { white-space: pre-wrap; } Enable Relay Connections - + Use Relay Servers - + Relay options - + Number - + Bandwidth per link - + Total Bandwidth - + Friends - + kB/s - + Friends of Friends - + General - + Total: - + Relay Server Setup - + Add Server - + Server DHT Key - + Remove Server - + Relay - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Relays</h1> <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> <p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> <p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> - + @@ -15157,12 +15802,12 @@ p, li { white-space: pre-wrap; } Recommend in a message to - + Collection - + @@ -15170,7 +15815,7 @@ p, li { white-space: pre-wrap; } NEW - + @@ -15178,22 +15823,22 @@ p, li { white-space: pre-wrap; } IP address not checked - + IP address is blacklisted - + IP address is not whitelisted - + IP address accepted - + @@ -15206,33 +15851,33 @@ p, li { white-space: pre-wrap; } Add IP to whitelist - + Remove IP from whitelist - + Add IP to blacklist - + Remove IP from blacklist - + Only IP - + Entire range - + @@ -15240,17 +15885,17 @@ p, li { white-space: pre-wrap; } Collection - + File name : - + Total size : - + @@ -15261,39 +15906,39 @@ p, li { white-space: pre-wrap; } Download! - + - + File - + - + Size - + Hash - + Bad filenames have been cleaned - + Some filenames or directory names contained forbidden characters. -Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. +Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replaced by '_'. Concerned files are listed in red. - + Selected files : - + @@ -15303,131 +15948,136 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace <html><head/><body><p>Add selected item to collection one by one.</p><p>Select parent dir to add this too.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Enter&gt;</span></p></body></html> - + <html><head/><body><p>Add selected item to collection.</p><p>If a directory is selected, all of his children will be added.</p><p><span style=" text-decoration: underline; vertical-align:sub;">&lt;Shift + Enter&gt;</span></p></body></html> - + >> - + <html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html> - + + - + Save - + - + Collection Editor - + - + + File Path + + + + File Count - + This is the root directory. - + - - - Real Size: Waiting child... - - - - + + Real Size: Waiting child... + + + + + Real File Count: Waiting child... - + This is a directory. Double-click to expand it. - + Real Size=%1 - + Real File Count=%1 - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + Warning, selection contains more than %1 items. - + Do you want to remove them and all their children, too? <br> - + New Directory - + Enter the new directory's name - + <html><head/><body><p>Change the file where collection will be saved.</p><p>If you select an existing file, you could merge it.</p></body></html> - + File already exists. - + <html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html> - + @@ -15436,17 +16086,17 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Cannot open file %1 - + Error parsing xml file - + Open collection file - + @@ -15454,41 +16104,41 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace Collection files - + Create collection file - + This file contains the string "%1" and is therefore an invalid collection file. If you believe it is correct, remove the corresponding line from the file and re-open it with Retroshare. - + Save Collection File. - + What do you want to do? - + Overwrite - + Merge - + @@ -15498,16 +16148,16 @@ If you believe it is correct, remove the corresponding line from the file and re File already exists. - + RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? - + @@ -15515,85 +16165,94 @@ Reducing image to %1x%2 pixels? Invalid format - + Rshare - + Resets ALL stored RetroShare settings. - + Sets the directory RetroShare uses for data files. - + Sets the name and location of RetroShare's logfile. - + Sets the verbosity of RetroShare's logging. - + Sets RetroShare's interface style. - + Sets RetroShare's interface stylesheets. - + Sets RetroShare's language. - + RetroShare Usage Information - + - + Unable to open log file '%1': %2 - + built-in - + Could not create data directory: %1 - + - + Revision - + - + Invalid language code specified: - + Invalid GUI style specified: - + Invalid log level specified: - + + + + + RshareSettings + + + + Registry Access Error. Maybe you need Administrator right. + @@ -15609,98 +16268,98 @@ Reducing image to %1x%2 pixels? Enter a keyword here (at least 3 char long) - + Start Search - + Search - + Advanced Search - + Advanced - + Search inside "browsable" files of your friends - + Browsable files - + Multi-hop search at distance 6 in the network (always reports available files) - + Distant - + Include files from your own file list in the search result - + Own files - + Close all Search Results - + Clear - + KeyWords - + Results - + Search Id - + Filename - + Size - + Sources - + @@ -15710,87 +16369,87 @@ Reducing image to %1x%2 pixels? Age - + Hash - + Filter: - + Filter Search Result - + Max results: - + Any - + Archive - + Audio - + CD-Image - + Document - + Picture - + Program - + Video - + Directory - + Download Selected - + Download selected - + File Name - + @@ -15801,12 +16460,12 @@ Reducing image to %1x%2 pixels? Copy RetroShare Link - + Send RetroShare Link - + @@ -15816,24 +16475,24 @@ Reducing image to %1x%2 pixels? Skipping Local Files - + Sorry - + This function is not yet implemented. - + Search again - + @@ -15843,7 +16502,7 @@ Reducing image to %1x%2 pixels? Remove All - + @@ -15854,37 +16513,37 @@ Reducing image to %1x%2 pixels? New RetroShare Link(s) - + Open Folder - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + Collection - + @@ -15892,7 +16551,7 @@ Reducing image to %1x%2 pixels? Peer details - + @@ -15908,29 +16567,29 @@ Reducing image to %1x%2 pixels? IP address: - + Peer ID: - + Location: - + Peer Name: - + Unknown Peer - + @@ -15940,33 +16599,33 @@ Reducing image to %1x%2 pixels? but reported: - + Wrong external ip address reported - + IP address %1 was added to the whitelist - + <p>This is the external IP your Retroshare node thinks it is using.</p> - + <p>This is the IP your friend claims it is connected to. If you just changed IPs, this is a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p> - + <html><head/><body><p>This warning is here to protect you against traffic forwarding attacks. In such a case, the friend you're connected to will not see your external IP, but the attacker's IP. </p><p><br/></p><p>However, if you just changed IPs for some reason (some ISPs regularly force change IPs) this warning just tells you that a friend connected to the new IP before Retroshare figured out the IP changed. Nothing's wrong in this case.</p><p><br/></p><p>You can easily suppress false warnings by white-listing your own IPs (e.g. the range of your ISP), or by completely disabling these warnings in Options-&gt;Notify-&gt;News Feed.</p></body></html> - + @@ -15974,32 +16633,32 @@ Reducing image to %1x%2 pixels? wants to be friend with you on RetroShare - + Accept Friend Request - + Peer details - + Deny friend - + Chat - + Start Chat - + @@ -16020,62 +16679,62 @@ Reducing image to %1x%2 pixels? Peer ID: - + Trust: - + Location: - + IP Address: - + Connection Method: - + Status: - + Write Message - + Connect Attempt - + Connection refused by remote peer - + Unknown (Incoming) Connect Attempt - + Unknown (Outgoing) Connect Attempt - + Unknown Security Issue - + @@ -16084,7 +16743,7 @@ Reducing image to %1x%2 pixels? Unknown Peer - + @@ -16094,32 +16753,32 @@ Reducing image to %1x%2 pixels? Do you want to remove this Friend? - + Certificate has wrong signature!! This peer is not who he claims to be. - + Missing/Damaged certificate. Not a real Retroshare user. - + Certificate caused an internal error. - + Peer/node not in friendlist (PGP id= - + Missing/Damaged SSL certificate for key - + @@ -16127,236 +16786,236 @@ Reducing image to %1x%2 pixels? Network Configuration - + Network Mode - + Nat - + Automatic (UPnP) - + Firewalled - + Manually Forwarded Port - + Public: DHT & Discovery - + Private: Discovery Only - + Inverted: DHT Only - + Dark Net: None - + Local Address - + External Address - + Dynamic DNS - + Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: - + Show Discovery information in statusbar - + If you uncheck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps -connecting when you have few friends. It also helps if you're +connecting when you have few friends. It also helps if you're behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: - + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. - + Acceptable ports range from 10 to 65535. Normally ports below 1024 are reserved by your system. - + Onion Address - + Discovery On (recommended) - + Discovery Off - + Hidden - See Config - + I2P Address - + I2P incoming ok - + Points at: - + Tor incoming ok - + incoming ok - + Proxy seems to work. - + I2P proxy is not enabled - + You are reachable through the hidden service. - + The proxy is not enabled or broken. Are all services up and running fine?? Also check your ports! - + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> - + Clear - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it, which you should interpret as a sign of good communication.</p></body></html> - + @@ -16366,206 +17025,206 @@ Also check your ports! Network - + IP Filters - + IP blacklist - + IP range - + Status - + Origin - + Reason - + Comment - + IPs - + IP whitelist - + Manual input - + <html><head/><body><p>Enter an IP range. Accepted formats:</p><p>193.190.209.15</p><p>193.190.209.15/24</p><p>193.190.209.15/16</p></body></html> - + <html><head/><body><p>Enter any comment you'd like</p></body></html> - + Add to blacklist - + Add to whitelist - + Hidden Service Configuration - + Outgoing Connections - + <html><head/><body><p>This is the port of the Tor Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though Tor. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though Tor. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P Socks Proxy - + <html><head/><body><p>This is the port of the I2P Socks proxy. Your Retroshare node can use this port to connect to</p><p>Hidden nodes. The led at right turns green when this port is active on your computer. </p><p>This does not mean however that your Retroshare traffic transits though I2P. It does only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + <html><head/><body><p>This led is green when the port listen on the left is active on your computer. It does not</p><p>mean that your Retroshare traffic transits though I2P. It will do so only if </p><p>you connect to Hidden nodes, or if you are running a Hidden node yourself.</p></body></html> - + I2P outgoing Okay - + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: -Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! -Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? - + Incoming Service Connections - + Service Address - + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> - + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - + <html><head/><body><p>This led turns green only if you launch an active test using the above button. </p><p>When it does, it means that your hidden node can be reached from anywhere, using the Tor (resp. I2P) </p><p>network. Congratulations!</p></body></html> - + incoming ok - + Expected Configuration: - + Please fill in a service address - + To Receive Connections, you must first setup a Tor/I2P Hidden Service. For Tor: See torrc and documentation for HOWTO details. For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: -Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! Once this is done, paste the Onion/I2P (Base32) Address in the box above. This is your external address on the Tor/I2P network. Finally make sure that the Ports match the configuration. If you have issues connecting over Tor check the Tor logs too. - + IP Range - + Reported by DHT for IP masquerading - + Range made from %1 collected addresses - + @@ -16578,78 +17237,78 @@ If you have issues connecting over Tor check the Tor logs too. Added by you - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> - + Ban every IP reported by your friends - + <html><head/><body><p>Another drastic option. If you use it, be prepared to add your friends' IPs into the whitelist when needed.</p></body></html> - + Ban every masquerading IP reported by your DHT - + <html><head/><body><p>If used alone, this option protects you quite well from large scale IP masquerading.</p></body></html> - + Automatically ban ranges of DHT masquerading IPs starting at - + Tor Socks Proxy - + Tor outgoing Okay - + Tor proxy is not enabled - + @@ -16657,27 +17316,27 @@ If you have issues connecting over Tor check the Tor logs too. Service permissions - + Service Permissions - + Use as direct source, when available - + Auto-download recommended files - + Require whitelist - + @@ -16685,27 +17344,27 @@ If you have issues connecting over Tor check the Tor logs too. ServicePermissions - + Reset - + Permissions - + hide offline - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> - + @@ -16721,48 +17380,48 @@ If you have issues connecting over Tor check the Tor logs too. RetroShare Share Folder - + Share Folder - + Local Path - + Browse - + Virtual Folder - + Share Flags - + Edit Shared Folder - + Select A Folder To Share - + Share flags and groups: - + @@ -16770,23 +17429,23 @@ If you have issues connecting over Tor check the Tor logs too. check peers you would like to share private publish key with - + Share for Friend - + Share - + You can let your friends know about your Channel by sharing it with them. Select the Friends with which you want to Share your Channel. - + @@ -16794,37 +17453,37 @@ Select the Friends with which you want to Share your Channel. RetroShare Share Manager - + Shared Folder Manager - + Directory - + Virtual Folder - + Share flags - + Groups - + Add a Share Directory - + @@ -16834,7 +17493,7 @@ Select the Friends with which you want to Share your Channel. Stop sharing selected Directory - + @@ -16845,12 +17504,12 @@ Select the Friends with which you want to Share your Channel. Apply and close - + Edit selected Shared Directory - + @@ -16861,43 +17520,43 @@ Select the Friends with which you want to Share your Channel. Share Manager - + Edit Shared Folder - + Warning! - + Do you really want to stop sharing this directory ? - + Drop file error. - + File can't be dropped, only directories are accepted. - + Directory not found or directory name not accepted. - + This is a list of shared folders. You can add and remove folders using the buttons at the bottom. When you add a new folder, intially all files in that folder are shared. You can separately setup share flags for each shared directory. - + @@ -16905,62 +17564,62 @@ Select the Friends with which you want to Share your Channel. Files - + Search files - + Start Search - + Reset - + Tree view - + Flat view - + All - + One day old - + One Week old - + One month old - + check files - + Download selected - + @@ -16970,63 +17629,63 @@ Select the Friends with which you want to Share your Channel. Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links to Cloud - + Add Links to Cloud - + RetroShare Link - + Recommendation(s) - + Add Share - + Create Collection... - + Modify Collection... - + View Collection... - + Download from collection file... - + @@ -17034,48 +17693,48 @@ Select the Friends with which you want to Share your Channel. Friend - + Go Online - + Chatmessage - + New Msg - + Message - + Message arrived - + Download - + 下載 Download complete - + Lobby - + @@ -17083,42 +17742,42 @@ Select the Friends with which you want to Share your Channel. Event: - + Filename: - + Browse - + Event - + Filename - + Open File - + Sound - + Default - + @@ -17126,30 +17785,30 @@ Select the Friends with which you want to Share your Channel. Sound is off, click to turn it on - + Sound is on, click to turn it off - + SplashScreen - + Load profile - + Load configuration - + Create interface - + @@ -17157,60 +17816,60 @@ Select the Friends with which you want to Share your Channel. RetroShare - + Login - + Name (PGP Id) - location: - + Remember Password - + Log In - + Opens a dialog for creating a new profile or adding locations to an existing profile. The current identities/locations will not be affected. - + Load Person Failure - + Missing PGP Certificate - + Warning - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html> - + @@ -17219,7 +17878,7 @@ p, li { white-space: pre-wrap; } Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17228,7 +17887,7 @@ This choice can be reverted in settings. Your PGP passwd will not be stored. This choice can be reverted in settings. - + @@ -17237,7 +17896,7 @@ This choice can be reverted in settings. Your PGP password will not be stored. This choice can be reverted in settings. - + @@ -17245,17 +17904,17 @@ This choice can be reverted in settings. Add Friend - + Add a Friend Wizard - + Add Share - + @@ -17265,7 +17924,7 @@ This choice can be reverted in settings. Messenger - + @@ -17275,48 +17934,48 @@ This choice can be reverted in settings. SMPlayer - + Quit - + Quick Start Wizard - + ServicePermissions - + Service permissions matrix - + DHT - + Bandwidth - + Turtle Router - + Global Router - + @@ -17330,165 +17989,165 @@ This choice can be reverted in settings. Offline - + Away - + Busy - + Online - + Idle - + Friend is offline - + Friend is away - + Friend is busy - + Friend is online - + Friend is idle - + Connected - + Unreachable - + Available - + Neighbor - + Trying TCP - + Trying UDP - + Connected: TCP - + Connected: UDP - + Connected: I2P - + Connected: Unknown - + DHT: Contact - + TCP-in - + TCP-out - + inbound connection - + outbound connection - + UDP - + Tor-in - + Tor-out - + I2P-in - + I2P-out - + unkown - + Connected: Tor - + @@ -17496,30 +18155,30 @@ This choice can be reverted in settings. Status message - + Message: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Status message</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your message</span></p></body></html> - + @@ -17528,28 +18187,28 @@ p, li { white-space: pre-wrap; } Define Style - + Choose color - + Color 2 - + Color 1 - + Style - + @@ -17559,12 +18218,12 @@ p, li { white-space: pre-wrap; } Solid - + Gradient - + @@ -17572,17 +18231,17 @@ p, li { white-space: pre-wrap; } %p Kb - + Cancel Download - + Download File - + @@ -17594,33 +18253,33 @@ p, li { white-space: pre-wrap; } Play File - + Play - + Save File - + ERROR - + EXTRA - + REMOTE - + @@ -17630,33 +18289,33 @@ p, li { white-space: pre-wrap; } LOCAL - + UPLOAD - + Remove Attachment - + File %1 does not exist at location. - + File %1 is not completed. - + Save Channel File - + @@ -17666,30 +18325,30 @@ p, li { white-space: pre-wrap; } Open File - + Copy RetroShare Link - + SubscribeToolButton - + Subscribed - + - + Unsubscribe - + - + Subscribe - + @@ -17697,7 +18356,7 @@ p, li { white-space: pre-wrap; } Pause - + @@ -17705,27 +18364,27 @@ p, li { white-space: pre-wrap; } Important - + Work - + Personal - + Todo - + Later - + @@ -17733,12 +18392,12 @@ p, li { white-space: pre-wrap; } Remove All Tags - + New tag ... - + @@ -17746,12 +18405,12 @@ p, li { white-space: pre-wrap; } All Toasters are disabled - + Toasters are enabled - + @@ -17759,90 +18418,90 @@ p, li { white-space: pre-wrap; } Transfer options - + Maximum simultaneous downloads: - + Slots reserved for non-cache transfers: - + Default chunk strategy: - + Safety disk space limit : - + Streaming - + Progressive - + Random - + MB - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> -<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt; font-weight:600;">RetroShare</span><span style=" font-family:'Sans'; font-size:8pt;"> is capable of transferring data and search requests between peers that are not necessarily friends. This traffic however only transits through a connected list of friends and is anonymous.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:8pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:8pt;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p> +<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Browsable by friends</span>: files are seen by your friends.</li> <li style=" font-family:'Sans'; font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anonymously shared</span>: files are anonymously reachable through distant F2F tunnels.</li></ul></body></html> - + Max. tunnel req. forwarded per second: - + <html><head/><body><p><span style=" font-weight:600;">Streaming </span>causes the transfer to request 1MB file chunks in increasing order, facilitating preview while downloading. <span style=" font-weight:600;">Random</span> is purely random and favors swarming behavior. <span style=" font-weight:600;">Progressive</span> is a compromise, selecting the next chunk at random within less than 50MB after the end of the partial file. That allows some randomness while preventing large empty file initialization times.</p></body></html> - + <html><head/><body><p>Retroshare will suspend all transfers and config file saving if the disk space goes below this limit. That prevents loss of information on some systems. A popup window will warn you when that happens.</p></body></html> - + <html><head/><body><p>This value controls how many tunnel request your peer can forward per second. </p><p>If you have a large internet bandwidth, you may raise this up to 30-40, to allow statistically longer tunnels to pass. Be very careful though, since this generates many small packets that can significantly slow down your own file transfer. </p><p>The default value is 20. If you're not sure, keep it that way.</p></body></html> - + File transfer - + <html><head/><body><p>You can use this to force RetroShare to download your files rather <br/>than cache files for as many slots as requested. Setting that number <br/>to be equal to the queue size above will always prioritize your files<br/>over cache. <br/><br/>It is however recommended to leave at least a few slots for cache files. For now, cache files are only used to transfer friend file lists.</p></body></html> - + @@ -17850,170 +18509,170 @@ p, li { white-space: pre-wrap; } Download completed - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + TransfersDialog - + Downloads - + Uploads - + - + Name i.e: file name - + Size i.e: file size - + Completed - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + Status - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Search - + Friends files - + My files - + Download from collection file... - + Pause - + Resume - + Force Check - + @@ -18024,185 +18683,185 @@ p, li { white-space: pre-wrap; } Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - + Copy RetroShare Link - + Paste RetroShare Link - + Down - + Up - + Top - + Bottom - + Streaming - + Slower - + Average - + Faster - + Random - + Progressive - + Play - + Rename file... - + Specify... - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;File Transfer</h1> <p>Retroshare brings two ways of transferring files: direct transfers from your friends, and distant anonymous tunnelled transfers. In addition, file transfer is multi-source and allows swarming (you can be a source while downloading)</p> <p>You can share files using the <img src=":/images/directoryadd_24x24_shadow.png" width=%2 /> icon from the left side bar. These files will be listed in the My Files tab. You can decide for each friend group whether they can or not see these files in their Friends Files tab</p> <p>The search tab reports files from your friends' file lists, and distant files that can be reached anonymously using the multi-hop tunnelling system.</p> - + Move in Queue... - + Priority (Speed)... - + Chunk strategy - + Set destination directory - + Choose directory - + - + Failed - + - - + + Okay - + - - + + Waiting - + - + Downloading 下載中 - + Complete - + - + Queued - + Paused - + Checking... - + @@ -18210,7 +18869,7 @@ p, li { white-space: pre-wrap; } 未知 - + If the hash of the downloaded data does not correspond to the hash announced by the file source. The data is likely @@ -18221,27 +18880,27 @@ map of the data; it will compare and invalidate bad blocks, and download them again Try to be patient! - + Transferring - + Uploading - + Are you sure that you want to cancel and delete these files? - + RetroShare - + @@ -18249,229 +18908,229 @@ Try to be patient! File preview - + Can't create link for file %1. - + File %1 preview failed. - + Click OK when program terminates! - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Change file name - + Please enter a new file name - + Please enter a new--and valid--filename - + - + Last Time Seen i.e: Last Time Receiced Data - + UserID - + Expand all - + Collapse all - + Size - + Show Size Column - + Show Completed Column - + Speed - + Show Speed Column - + Progress / Availability - + Show Progress / Availability Column - + Sources - + Show Sources Column - + Show Status Column - + Show Speed / Queue position Column - + Show Remaining Column - + Download time - + Show Download time Column - + Show Hash Column - + Last Time Seen - + Show Last Time Seen Column - + Columns - + File Transfers - + Path i.e: Where file is saved - + Path - + Show Path Column - + - + Could not delete preview file - + Try it again? - + - + Create Collection... - + Modify Collection... - + View Collection... - + Collection - + - + File sharing - + - + Anonymous tunnel 0x - + - + Show file list transfers - + - + version: - + @@ -18480,69 +19139,69 @@ Try to be patient! My files - + FILE - + Files - + File - + DIR - + Friends Directories - + My Directories - + Size - + Age - + Friend - + Share Flags - + What's new - + Groups - + @@ -18551,13 +19210,13 @@ Try to be patient! Search requests - + Tunnel requests - + @@ -18566,28 +19225,28 @@ Try to be patient! Unknown hashes - + Tunnel id - + last transfer - + Speed - + Request id: %1 from [%2] %3 secs ago - + @@ -18595,12 +19254,12 @@ Try to be patient! Router Statistics - + F2F router information - + @@ -18608,42 +19267,42 @@ Try to be patient! Router Statistics - + Age in seconds - + Depth - + total - + Anonymous tunnels - + Authenticated tunnels - + Unknown Peer - + Turtle Router - + @@ -18651,47 +19310,47 @@ Try to be patient! Search requests repartition - + Tunnel requests repartition - + Turtle router traffic - + Tunnel requests Up - + Tunnel requests Dn - + Incoming file data - + Outgoing file data - + TR Forward probabilities - + Forwarded data - + @@ -18703,7 +19362,7 @@ Try to be patient! Loading - + @@ -18711,22 +19370,22 @@ Try to be patient! B - + KB - + MB - + GB - + @@ -18734,22 +19393,22 @@ Try to be patient! You have %1 new messages - + You have %1 new message - + %1 new messages - + %1 new message - + @@ -18757,7 +19416,7 @@ Try to be patient! OK - + @@ -18767,27 +19426,27 @@ Try to be patient! Yes - + No - + Help - + Retry - + Show Log - + @@ -18802,12 +19461,12 @@ Try to be patient! Quit - + Browse - + @@ -18820,57 +19479,57 @@ Try to be patient! Enable Retroshare WEB Interface - + Web parameters - + Port : - + allow access from all IP adresses (Default: localhost only) - + apply setting and start browser - + Note: these settings do not affect retroshare-nogui. retroshare-nogui has a command line switch to active the webinterface. - + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> - + Webinterface not enabled - + The webinterface is not enabled. Enable it in Settings -> Webinterface. - + failed to start Webinterface - + Webinterface - + @@ -18878,48 +19537,48 @@ Try to be patient! Basic Details - + Group Name: - + Category: - + Travel - + Holiday - + Friends - + Family - + Work - + Random - + @@ -18929,72 +19588,72 @@ Try to be patient! Share Options - + Public - + All Friends - + Restricted - + N/A - + University Friends - + This List Contains - + All your Groups - + No Comments Allowed - + Authenticated Comments - + Any Comments Allowed - + Publish with XXX Key - + Cancel - + Create Group - + @@ -19003,42 +19662,42 @@ Try to be patient! Wiki Pages - + New Group - + Page Name - + Page Id - + Orig Id - + << - + >> - + Republish - + @@ -19048,62 +19707,62 @@ Try to be patient! New Page - + Refresh - + Search - + My Groups - + Subscribed Groups - + Popular Groups - + Other Groups - + Subscribe to Group - + Unsubscribe to Group - + Todo - + Show Wiki Group - + Edit Wiki Group - + @@ -19111,79 +19770,79 @@ Try to be patient! Page Edit History - + Enable Obsolete Edits - + Choose for Merge - + Merge for Republish (TODO) - + Publish Date - + By - + PageId - + \/ - + /\ - + Wiki Group: - + Page Name: - + Previous Version - + Tags - + Show Edit History - + Status - + @@ -19199,39 +19858,39 @@ Try to be patient! Revert - + Submit - + Hide Edit History - + Edit Page - + Create New Wiki Page - + Republish - + Edit Wiki Page - + @@ -19239,37 +19898,37 @@ Try to be patient! Create New Wiki Group - + Wiki Group - + Edit Wiki Group - + Add Wiki Moderators - + Select Wiki Moderators - + Create Group - + Update Group - + @@ -19277,28 +19936,28 @@ Try to be patient! TimeRange - + All - + Last Month - + Last Week - + Today - + @@ -19308,67 +19967,67 @@ Try to be patient! from - + until - + Search/Filter - + Network Wide - + Manage Accounts - + Showing: - + Yourself - + Friends - + Following - + Custom - + Account 1 - + Account 2 - + Account 3 - + @@ -19377,12 +20036,12 @@ Try to be patient! CheckBox - + Post Pulse to Wire - + @@ -19397,37 +20056,37 @@ Try to be patient! B bytes - + KB kilobytes (1024 bytes) - + MB megabytes (1024 kilobytes) - + GB gigabytes (1024 megabytes) - + TB, terabytes (1024 gigabytes) - + TB terabytes (1024 gigabytes) - + @@ -19438,65 +20097,65 @@ Try to be patient! < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1h %2m e.g: 3hours 5minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + Load avatar image - + Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif) - + - \ No newline at end of file + diff --git a/retroshare-gui/src/main.cpp b/retroshare-gui/src/main.cpp index c64b6fa54..88c947aa0 100644 --- a/retroshare-gui/src/main.cpp +++ b/retroshare-gui/src/main.cpp @@ -22,29 +22,32 @@ #include #include #include + #include -#include "gui/MainWindow.h" #include "gui/FriendsDialog.h" +#include "gui/GenCertDialog.h" +#include "gui/MainWindow.h" +#include "gui/MessengerWindow.h" +#include "gui/NetworkDialog.h" +#include "gui/NetworkView.h" +#include "gui/QuickStartWizard.h" +#include "gui/RetroShareLink.h" +#include "gui/SharedFilesDialog.h" +#include "gui/SoundManager.h" +#include "gui/StartDialog.h" +#include "gui/chat/ChatDialog.h" +#include "gui/connect/ConfCertDialog.h" +#include "gui/common/Emoticons.h" #include "gui/FileTransfer/SearchDialog.h" #include "gui/FileTransfer/TransfersDialog.h" -#include "gui/SharedFilesDialog.h" -#include "gui/NetworkDialog.h" -#include "gui/chat/ChatDialog.h" -#include "gui/QuickStartWizard.h" -#include "gui/MessengerWindow.h" -#include "gui/StartDialog.h" -#include "gui/GenCertDialog.h" -#include "gui/settings/rsharesettings.h" #include "gui/settings/RsharePeerSettings.h" -#include "gui/connect/ConfCertDialog.h" +#include "gui/settings/rsharesettings.h" +#include "gui/settings/WebuiPage.h" #include "idle/idle.h" -#include "gui/common/Emoticons.h" -#include "gui/RetroShareLink.h" -#include "gui/SoundManager.h" -#include "gui/NetworkView.h" #include "lang/languagesupport.h" #include "util/RsGxsUpdateBroadcast.h" -#include "gui/settings/WebuiPage.h" + +#include "retroshare/rsidentity.h" #ifdef SIGFPE_DEBUG #include @@ -250,6 +253,7 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO); /* Start RetroShare */ QSplashScreen splashScreen(QPixmap(":/images/logo/logo_splash.png")/* , Qt::WindowStaysOnTopHint*/); + QString sDefaultGXSIdToCreate = ""; switch (initResult) { case RS_INIT_OK: { @@ -278,6 +282,7 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO); if (gd.exec () == QDialog::Rejected) { return 1; } + sDefaultGXSIdToCreate = gd.getGXSNickname(); } splashScreen.show(); @@ -356,6 +361,15 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO); w->processLastArgs(); + if (!sDefaultGXSIdToCreate.isEmpty()) { + RsIdentityParameters params; + params.nickname = sDefaultGXSIdToCreate.toUtf8().constData(); + params.isPgpLinked = true; + params.mImage.clear(); + uint32_t token = 0; + rsIdentity->createIdentity(token, params); + } + // I'm using a signal to transfer the hashing info to the mainwindow, because Qt schedules signals properly to // avoid clashes between infos from threads. // @@ -397,13 +411,17 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO); notify->enable() ; // enable notification system after GUI creation, to avoid data races in Qt. +#ifdef ENABLE_WEBUI WebuiPage::checkStartWebui(); +#endif // ENABLE_WEBUI /* dive into the endless loop */ int ti = rshare.exec(); delete w ; +#ifdef ENABLE_WEBUI WebuiPage::checkShutdownWebui(); +#endif // ENABLE_WEBUI /* cleanup */ ChatDialog::cleanupChat(); diff --git a/retroshare-gui/src/retroshare-gui.pro b/retroshare-gui/src/retroshare-gui.pro index 69278042a..d21d35eb8 100644 --- a/retroshare-gui/src/retroshare-gui.pro +++ b/retroshare-gui/src/retroshare-gui.pro @@ -14,6 +14,13 @@ DEFINES += TARGET=\\\"$TARGET\\\" #CONFIG += debug #DEFINES *= SIGFPE_DEBUG +profiling { + QMAKE_CXXFLAGS -= -fomit-frame-pointer + QMAKE_CXXFLAGS *= -pg -g -fno-omit-frame-pointer + QMAKE_LFLAGS *= -pg +} + + #QMAKE_CFLAGS += -fmudflap #LIBS *= /usr/lib/gcc/x86_64-linux-gnu/4.4/libmudflap.a /usr/lib/gcc/x86_64-linux-gnu/4.4/libmudflapth.a @@ -69,7 +76,7 @@ linux-* { PKGCONFIG *= x11 xscrnsaver - LIBS *= -rdynamic + LIBS *= -rdynamic DEFINES *= HAVE_XSS # for idle time, libx screensaver extensions DEFINES *= HAS_GNOME_KEYRING } @@ -197,7 +204,11 @@ win32 { LIBS += -Wl,--export-all-symbols,--out-implib,lib/libretroshare-gui.a # create lib directory - QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib || $(MKDIR) lib + isEmpty(QMAKE_SH) { + QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib $(MKDIR) lib + } else { + QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib || $(MKDIR) lib + } DEFINES *= WINDOWS_SYS WIN32_LEAN_AND_MEAN _USE_32BIT_TIME_T @@ -466,6 +477,7 @@ HEADERS += rshare.h \ gui/common/AvatarDefs.h \ gui/common/GroupFlagsWidget.h \ gui/common/GroupSelectionBox.h \ + gui/common/GroupChooser.h \ gui/common/StatusDefs.h \ gui/common/TagDefs.h \ gui/common/GroupDefs.h \ @@ -543,8 +555,7 @@ HEADERS += rshare.h \ gui/connect/ConnectProgressDialog.h \ gui/groups/CreateGroup.h \ gui/GetStartedDialog.h \ - gui/settings/WebuiPage.h \ - gui/statistics/BWGraph.h \ + gui/statistics/BWGraph.h \ util/RsSyntaxHighlighter.h \ util/imageutil.h @@ -663,7 +674,7 @@ FORMS += gui/StartDialog.ui \ gui/statistics/BwCtrlWindow.ui \ gui/statistics/RttStatistics.ui \ gui/GetStartedDialog.ui \ - gui/settings/WebuiPage.ui + # gui/ForumsDialog.ui \ # gui/forums/CreateForum.ui \ @@ -775,6 +786,7 @@ SOURCES += main.cpp \ gui/common/AvatarDialog.cpp \ gui/common/GroupFlagsWidget.cpp \ gui/common/GroupSelectionBox.cpp \ + gui/common/GroupChooser.cpp \ gui/common/StatusDefs.cpp \ gui/common/TagDefs.cpp \ gui/common/GroupDefs.cpp \ @@ -845,7 +857,6 @@ SOURCES += main.cpp \ gui/settings/ServicePermissionsPage.cpp \ gui/settings/AddFileAssociationDialog.cpp \ gui/settings/GroupFrameSettingsWidget.cpp \ - gui/settings/WebuiPage.cpp \ gui/statusbar/peerstatus.cpp \ gui/statusbar/natstatus.cpp \ gui/statusbar/dhtstatus.cpp \ @@ -1381,3 +1392,9 @@ gxsgui { } + +libresapihttpserver { + HEADERS *= gui/settings/WebuiPage.h + SOURCES *= gui/settings/WebuiPage.cpp + FORMS *= gui/settings/WebuiPage.ui +} diff --git a/retroshare-gui/src/util/misc.cpp b/retroshare-gui/src/util/misc.cpp index 246247d1a..4623f30a3 100644 --- a/retroshare-gui/src/util/misc.cpp +++ b/retroshare-gui/src/util/misc.cpp @@ -303,7 +303,7 @@ bool misc::getOpenFileName(QWidget *parent, RshareSettings::enumLastDir type { QString lastDir = Settings->getLastDir(type); - file = QFileDialog::getOpenFileName(parent, caption, lastDir, filter, NULL, QFileDialog::DontResolveSymlinks | options); + file = QFileDialog::getOpenFileName(parent, caption, lastDir, filter, NULL, QFileDialog::DontResolveSymlinks | QFileDialog::DontUseNativeDialog | options); if (file.isEmpty()) return false; @@ -326,7 +326,7 @@ bool misc::getOpenFileNames(QWidget *parent, RshareSettings::enumLastDir type { QString lastDir = Settings->getLastDir(type); - files = QFileDialog::getOpenFileNames(parent, caption, lastDir, filter, NULL, QFileDialog::DontResolveSymlinks | options); + files = QFileDialog::getOpenFileNames(parent, caption, lastDir, filter, NULL, QFileDialog::DontResolveSymlinks | QFileDialog::DontUseNativeDialog | options); if (files.isEmpty()) return false; @@ -352,7 +352,7 @@ bool misc::getSaveFileName(QWidget *parent, RshareSettings::enumLastDir type { QString lastDir = Settings->getLastDir(type); - file = QFileDialog::getSaveFileName(parent, caption, lastDir, filter, selectedFilter, options); + file = QFileDialog::getSaveFileName(parent, caption, lastDir, filter, selectedFilter, QFileDialog::DontUseNativeDialog | options); if (file.isEmpty()) return false; diff --git a/retroshare-nogui/src/notifytxt.cc b/retroshare-nogui/src/notifytxt.cc index 4327700ff..fbd9decaf 100644 --- a/retroshare-nogui/src/notifytxt.cc +++ b/retroshare-nogui/src/notifytxt.cc @@ -101,9 +101,9 @@ bool NotifyTxt::askForPluginConfirmation(const std::string& plugin_file_name, co return a == 'y' ; } -bool NotifyTxt::askForPassword(const std::string& question, bool /* prev_is_bad */, std::string& password,bool& cancel) +bool NotifyTxt::askForPassword(const std::string& title, const std::string& question, bool /* prev_is_bad */, std::string& password,bool& cancel) { - std::string question1="Please enter your PGP password for key:\n " + question + " :"; + std::string question1=title + "\nPlease enter your PGP password for key:\n " + question + " :"; char *passwd = getpass(question1.c_str()) ; password = passwd; cancel = false ; diff --git a/retroshare-nogui/src/notifytxt.h b/retroshare-nogui/src/notifytxt.h index 72a6f5771..6fc88bdf8 100644 --- a/retroshare-nogui/src/notifytxt.h +++ b/retroshare-nogui/src/notifytxt.h @@ -41,7 +41,7 @@ class NotifyTxt: public NotifyClient virtual void notifyListChange(int list, int type); virtual void notifyErrorMsg(int list, int sev, std::string msg); virtual void notifyChat(); - virtual bool askForPassword(const std::string& question, bool prev_is_bad, std::string& password,bool& cancel); + virtual bool askForPassword(const std::string& title, const std::string& question, bool prev_is_bad, std::string& password,bool& cancel); virtual bool askForPluginConfirmation(const std::string& plugin_file, const std::string& plugin_hash); virtual void notifyTurtleSearchResult(uint32_t search_id,const std::list& found_files); diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index b3c2c0bd6..03482fe6c 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -1,367 +1,365 @@ -!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri") - -TEMPLATE = app -TARGET = RetroShare06-nogui -CONFIG += bitdht -#CONFIG += introserver -#CONFIG += sshserver -# webinterface, requires libmicrohttpd -CONFIG += webui -CONFIG -= qt xml gui -CONFIG += link_prl - -#CONFIG += debug -debug { - QMAKE_CFLAGS -= -O2 - QMAKE_CFLAGS += -O0 - QMAKE_CFLAGS += -g - - QMAKE_CXXFLAGS -= -O2 - QMAKE_CXXFLAGS += -O0 - QMAKE_CXXFLAGS += -g -} - -################################# Linux ########################################## -linux-* { - #CONFIG += version_detail_bash_script - QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64 - - LIBS *= -rdynamic -} - -unix { - target.path = "$${BIN_DIR}" - INSTALLS += target -} - -linux-g++ { - OBJECTS_DIR = temp/linux-g++/obj -} - -linux-g++-64 { - OBJECTS_DIR = temp/linux-g++-64/obj -} - -#################### Cross compilation for windows under Linux ################### - -win32-x-g++ { - OBJECTS_DIR = temp/win32-x-g++/obj - - LIBS += ../../../../lib/win32-x-g++/libssl.a - LIBS += ../../../../lib/win32-x-g++/libcrypto.a - LIBS += ../../../../lib/win32-x-g++/libminiupnpc.a - LIBS += ../../../../lib/win32-x-g++/libz.a - LIBS += -L${HOME}/.wine/drive_c/pthreads/lib -lpthreadGCE2 - LIBS += -lws2_32 -luuid -lole32 -liphlpapi -lcrypt32 -gdi32 - LIBS += -lole32 -lwinmm - - RC_FILE = gui/images/retroshare_win.rc - - DEFINES *= WIN32 -} - -#################################### Windows ##################################### - -win32 { - CONFIG += console - OBJECTS_DIR = temp/obj - RCC_DIR = temp/qrc - UI_DIR = temp/ui - MOC_DIR = temp/moc - - # solve linker warnings because of the order of the libraries - QMAKE_LFLAGS += -Wl,--start-group - - CONFIG(debug, debug|release) { - } else { - # Tell linker to use ASLR protection - QMAKE_LFLAGS += -Wl,-dynamicbase - # Tell linker to use DEP protection - QMAKE_LFLAGS += -Wl,-nxcompat - } - - for(lib, LIB_DIR):LIBS += -L"$$lib" - LIBS += -lssl -lcrypto -lpthread -lminiupnpc -lz - LIBS += -lcrypto -lws2_32 -lgdi32 - LIBS += -luuid -lole32 -liphlpapi -lcrypt32 - LIBS += -lole32 -lwinmm - - PROTOCPATH=$$BIN_DIR - - RC_FILE = resources/retroshare_win.rc - - DEFINES *= WINDOWS_SYS _USE_32BIT_TIME_T - - DEPENDPATH += . $$INC_DIR - INCLUDEPATH += . $$INC_DIR -} - -##################################### MacOS ###################################### - -macx { - # ENABLE THIS OPTION FOR Univeral Binary BUILD. - # CONFIG += ppc x86 - - LIBS += -Wl,-search_paths_first - LIBS += -lssl -lcrypto -lz - for(lib, LIB_DIR):exists($$lib/libminiupnpc.a){ LIBS += $$lib/libminiupnpc.a} - LIBS += -framework CoreFoundation - LIBS += -framework Security - for(lib, LIB_DIR):LIBS += -L"$$lib" - for(bin, BIN_DIR):LIBS += -L"$$bin" - - DEPENDPATH += . $$INC_DIR - INCLUDEPATH += . $$INC_DIR - - sshserver { - LIBS += -L../../../lib - #LIBS += -L../../../lib/libssh-0.6.0 - } - - QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen - -} - -##################################### FreeBSD ###################################### - -freebsd-* { - INCLUDEPATH *= /usr/local/include/gpgme - LIBS *= -lssl - LIBS *= -lgpgme - LIBS *= -lupnp - LIBS *= -lgnome-keyring -} - -##################################### OpenBSD ###################################### - -openbsd-* { - INCLUDEPATH *= /usr/local/include - QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen - LIBS *= -lssl -lcrypto - LIBS *= -lgpgme - LIBS *= -lupnp - LIBS *= -lgnome-keyring - LIBS *= -rdynamic -} - -##################################### Haiku ###################################### - -haiku-* { - QMAKE_CXXFLAGS *= -D_BSD_SOURCE - - PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a - PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a - - LIBS *= ../../libretroshare/src/lib/libretroshare.a - LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2 -lbsd - LIBS *= -lssl -lcrypto -lnetwork - LIBS *= -lgpgme - LIBS *= -lupnp - LIBS *= -lz - LIBS *= -lixml - - LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a - LIBS += -lsqlite3 - -} - -############################## Common stuff ###################################### - -DEPENDPATH += . ../../libretroshare/src -INCLUDEPATH += . ../../libretroshare/src - -PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a -LIBS *= ../../libretroshare/src/lib/libretroshare.a - -# Input -HEADERS += notifytxt.h -SOURCES += notifytxt.cc \ - retroshare.cc - -introserver { - HEADERS += introserver.h - SOURCES += introserver.cc - DEFINES *= RS_INTRO_SERVER -} - -webui { - DEFINES *= ENABLE_WEBUI - PRE_TARGETDEPS *= ../../libresapi/src/lib/libresapi.a - LIBS += ../../libresapi/src/lib/libresapi.a - DEPENDPATH += ../../libresapi/src - INCLUDEPATH += ../../libresapi/src - HEADERS += \ - TerminalApiClient.h - SOURCES += \ - TerminalApiClient.cpp -} - -sshserver { - - # This Requires libssh-0.5.* to compile. - # Please use this path below. - # (You can modify it locally if required - but dont commit it!) - - #LIBSSH_DIR = ../../../lib/libssh-0.5.2 - LIBSSH_DIR = ../../../libssh-0.6.0rc1 - - # - # Use the following commend to generate a Server RSA Key. - # Key should be in current directory - when run/ - # ssh-keygen -t rsa -f rs_ssh_host_rsa_key - # - # You can connect from a standard ssh, eg: ssh -p 7022 127.0.0.1 - # - # The Menu system is available from the command-line (-T) and SSH (-S) - # if it get covered by debug gunk, just press to refresh. - # - # ./retroshare-nogui -h provides some more instructions. - # - - win32 { - DEFINES *= LIBSSH_STATIC - } - - DEPENDPATH += $$LIBSSH_DIR/include/ - INCLUDEPATH += $$LIBSSH_DIR/include/ - - win32 { - LIBS += -lssh - LIBS += -lssh_threads - } else { - SSH_OK = $$system(pkg-config --atleast-version 0.5.4 libssh && echo yes) - isEmpty(SSH_OK) { - exists($$LIBSSH_DIR/build/src/libssh.a):exists($$LIBSSH_DIR/build/src/threads/libssh_threads.a) { - LIBS += $$LIBSSH_DIR/build/src/libssh.a - LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a - } - else { - ! exists($$LIBSSH_DIR/build/src/libssh.a):message($$LIBSSH_DIR/build/src/libssh.a does not exist) - ! exists($$LIBSSH_DIR/build/src/threads/libssh_threads.a):message($$LIBSSH_DIR/build/src/threads/libssh_threads.a does not exist) - message(You need to download and compile libssh) - message(See http://sourceforge.net/p/retroshare/code/6163/tree/trunk/) - } - } else { - LIBS += -lssh - LIBS += -lssh_threads - } - } - - HEADERS += ssh/rssshd.h - SOURCES += ssh/rssshd.cc - - # For the Menu System - HEADERS += menu/menu.h \ - menu/menus.h \ - menu/stdiocomms.h \ - - SOURCES += menu/menu.cc \ - menu/menus.cc \ - menu/stdiocomms.cc \ - - # For the RPC System - HEADERS += rpc/rpc.h \ - rpc/rpcserver.h \ - rpc/rpcsetup.h \ - rpc/rpcecho.h \ - rpcsystem.h \ - - SOURCES += rpc/rpc.cc \ - rpc/rpcserver.cc \ - rpc/rpcsetup.cc \ - rpc/rpcecho.cc \ - - # Actual protocol files to go here... - #HEADERS += rpc/proto/rpcecho.h \ - - #SOURCES += rpc/proto/rpcecho.cc \ - - DEFINES *= RS_SSH_SERVER - - # Include Protobuf classes. - CONFIG += protorpc -} - -protorpc { - # Proto Services - PROTOS = core.proto peers.proto system.proto chat.proto search.proto files.proto stream.proto - DESTPATH = $$PWD/rpc/proto/gencc - PROTOPATH = $$PWD/../../rsctrl/src/definition - CMD = echo Building protobuf files - for(pf, PROTOS):CMD += && $${PROTOCPATH}protoc --cpp_out=$${DESTPATH} --proto_path=$${PROTOPATH} $${PROTOPATH}/$${pf} - protobuf_gen.commands = $${CMD} - QMAKE_EXTRA_TARGETS += protobuf_gen - PRE_TARGETDEPS += protobuf_gen - - HEADERS += rpc/proto/rpcprotopeers.h \ - rpc/proto/rpcprotosystem.h \ - rpc/proto/rpcprotochat.h \ - rpc/proto/rpcprotosearch.h \ - rpc/proto/rpcprotofiles.h \ - rpc/proto/rpcprotostream.h \ - rpc/proto/rpcprotoutils.h \ - - SOURCES += rpc/proto/rpcprotopeers.cc \ - rpc/proto/rpcprotosystem.cc \ - rpc/proto/rpcprotochat.cc \ - rpc/proto/rpcprotosearch.cc \ - rpc/proto/rpcprotofiles.cc \ - rpc/proto/rpcprotostream.cc \ - rpc/proto/rpcprotoutils.cc \ - - # Offical Generated Code (protobuf 2.4.1) - HEADERS += rpc/proto/gencc/core.pb.h \ - rpc/proto/gencc/peers.pb.h \ - rpc/proto/gencc/system.pb.h \ - rpc/proto/gencc/chat.pb.h \ - rpc/proto/gencc/search.pb.h \ - rpc/proto/gencc/files.pb.h \ - rpc/proto/gencc/stream.pb.h \ - - SOURCES += rpc/proto/gencc/core.pb.cc \ - rpc/proto/gencc/peers.pb.cc \ - rpc/proto/gencc/system.pb.cc \ - rpc/proto/gencc/chat.pb.cc \ - rpc/proto/gencc/search.pb.cc \ - rpc/proto/gencc/files.pb.cc \ - rpc/proto/gencc/stream.pb.cc \ - - # Generated ProtoBuf Code the RPC System - # If you are developing, or have a different version of protobuf - # you can use these ones (run make inside rsctrl/src/ to generate) - #HEADERS += ../../rsctrl/src/gencc/core.pb.h \ - # ../../rsctrl/src/gencc/peers.pb.h \ - # ../../rsctrl/src/gencc/system.pb.h \ - # ../../rsctrl/src/gencc/chat.pb.h \ - # ../../rsctrl/src/gencc/search.pb.h \ - # ../../rsctrl/src/gencc/files.pb.h \ - # ../../rsctrl/src/gencc/stream.pb.h \ - - #SOURCES += ../../rsctrl/src/gencc/core.pb.cc \ - # ../../rsctrl/src/gencc/peers.pb.cc \ - # ../../rsctrl/src/gencc/system.pb.cc \ - # ../../rsctrl/src/gencc/chat.pb.cc \ - # ../../rsctrl/src/gencc/search.pb.cc \ - # ../../rsctrl/src/gencc/files.pb.cc \ - # ../../rsctrl/src/gencc/stream.pb.cc \ - - DEPENDPATH *= rpc/proto/gencc - INCLUDEPATH *= rpc/proto/gencc - - !win32 { - # unrecognized option - QMAKE_CFLAGS += -pthread - QMAKE_CXXFLAGS += -pthread - } - LIBS += -lprotobuf -lpthread - - win32 { - DEPENDPATH += $$LIBS_DIR/include/protobuf - INCLUDEPATH += $$LIBS_DIR/include/protobuf - } - - macx { - PROTOPATH = ../../../protobuf-2.4.1 - INCLUDEPATH += $${PROTOPATH}/src - } -} +!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri") + +TEMPLATE = app +TARGET = RetroShare06-nogui +CONFIG += bitdht +#CONFIG += introserver +#CONFIG += sshserver +CONFIG -= qt xml gui +CONFIG += link_prl + +#CONFIG += debug +debug { + QMAKE_CFLAGS -= -O2 + QMAKE_CFLAGS += -O0 + QMAKE_CFLAGS += -g + + QMAKE_CXXFLAGS -= -O2 + QMAKE_CXXFLAGS += -O0 + QMAKE_CXXFLAGS += -g +} + +################################# Linux ########################################## +linux-* { + #CONFIG += version_detail_bash_script + QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64 + + LIBS *= -rdynamic +} + +unix { + target.path = "$${BIN_DIR}" + INSTALLS += target +} + +linux-g++ { + OBJECTS_DIR = temp/linux-g++/obj +} + +linux-g++-64 { + OBJECTS_DIR = temp/linux-g++-64/obj +} + +#################### Cross compilation for windows under Linux ################### + +win32-x-g++ { + OBJECTS_DIR = temp/win32-x-g++/obj + + LIBS += ../../../../lib/win32-x-g++/libssl.a + LIBS += ../../../../lib/win32-x-g++/libcrypto.a + LIBS += ../../../../lib/win32-x-g++/libminiupnpc.a + LIBS += ../../../../lib/win32-x-g++/libz.a + LIBS += -L${HOME}/.wine/drive_c/pthreads/lib -lpthreadGCE2 + LIBS += -lws2_32 -luuid -lole32 -liphlpapi -lcrypt32 -gdi32 + LIBS += -lole32 -lwinmm + + RC_FILE = gui/images/retroshare_win.rc + + DEFINES *= WIN32 +} + +#################################### Windows ##################################### + +win32 { + CONFIG += console + OBJECTS_DIR = temp/obj + RCC_DIR = temp/qrc + UI_DIR = temp/ui + MOC_DIR = temp/moc + + # solve linker warnings because of the order of the libraries + QMAKE_LFLAGS += -Wl,--start-group + + CONFIG(debug, debug|release) { + } else { + # Tell linker to use ASLR protection + QMAKE_LFLAGS += -Wl,-dynamicbase + # Tell linker to use DEP protection + QMAKE_LFLAGS += -Wl,-nxcompat + } + + for(lib, LIB_DIR):LIBS += -L"$$lib" + LIBS += -lssl -lcrypto -lpthread -lminiupnpc -lz + LIBS += -lcrypto -lws2_32 -lgdi32 + LIBS += -luuid -lole32 -liphlpapi -lcrypt32 + LIBS += -lole32 -lwinmm + + PROTOCPATH=$$BIN_DIR + + RC_FILE = resources/retroshare_win.rc + + DEFINES *= WINDOWS_SYS _USE_32BIT_TIME_T + + DEPENDPATH += . $$INC_DIR + INCLUDEPATH += . $$INC_DIR +} + +##################################### MacOS ###################################### + +macx { + # ENABLE THIS OPTION FOR Univeral Binary BUILD. + # CONFIG += ppc x86 + + LIBS += -Wl,-search_paths_first + LIBS += -lssl -lcrypto -lz + for(lib, LIB_DIR):exists($$lib/libminiupnpc.a){ LIBS += $$lib/libminiupnpc.a} + LIBS += -framework CoreFoundation + LIBS += -framework Security + for(lib, LIB_DIR):LIBS += -L"$$lib" + for(bin, BIN_DIR):LIBS += -L"$$bin" + + DEPENDPATH += . $$INC_DIR + INCLUDEPATH += . $$INC_DIR + + sshserver { + LIBS += -L../../../lib + #LIBS += -L../../../lib/libssh-0.6.0 + } + + QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen + +} + +##################################### FreeBSD ###################################### + +freebsd-* { + INCLUDEPATH *= /usr/local/include/gpgme + LIBS *= -lssl + LIBS *= -lgpgme + LIBS *= -lupnp + LIBS *= -lgnome-keyring +} + +##################################### OpenBSD ###################################### + +openbsd-* { + INCLUDEPATH *= /usr/local/include + QMAKE_CXXFLAGS *= -Dfseeko64=fseeko -Dftello64=ftello -Dstat64=stat -Dstatvfs64=statvfs -Dfopen64=fopen + LIBS *= -lssl -lcrypto + LIBS *= -lgpgme + LIBS *= -lupnp + LIBS *= -lgnome-keyring + LIBS *= -rdynamic +} + +##################################### Haiku ###################################### + +haiku-* { + QMAKE_CXXFLAGS *= -D_BSD_SOURCE + + PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a + PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a + + LIBS *= ../../libretroshare/src/lib/libretroshare.a + LIBS *= ../../openpgpsdk/src/lib/libops.a -lbz2 -lbsd + LIBS *= -lssl -lcrypto -lnetwork + LIBS *= -lgpgme + LIBS *= -lupnp + LIBS *= -lz + LIBS *= -lixml + + LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a + LIBS += -lsqlite3 + +} + +############################## Common stuff ###################################### + +DEPENDPATH += . ../../libretroshare/src +INCLUDEPATH += . ../../libretroshare/src + +PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a +LIBS *= ../../libretroshare/src/lib/libretroshare.a + +# Input +HEADERS += notifytxt.h +SOURCES += notifytxt.cc \ + retroshare.cc + +introserver { + HEADERS += introserver.h + SOURCES += introserver.cc + DEFINES *= RS_INTRO_SERVER +} + +libresapihttpserver { + DEFINES *= ENABLE_WEBUI + PRE_TARGETDEPS *= ../../libresapi/src/lib/libresapi.a + LIBS += ../../libresapi/src/lib/libresapi.a + DEPENDPATH += ../../libresapi/src + INCLUDEPATH += ../../libresapi/src + HEADERS += \ + TerminalApiClient.h + SOURCES += \ + TerminalApiClient.cpp +} + +sshserver { + + # This Requires libssh-0.5.* to compile. + # Please use this path below. + # (You can modify it locally if required - but dont commit it!) + + #LIBSSH_DIR = ../../../lib/libssh-0.5.2 + LIBSSH_DIR = ../../../libssh-0.6.0rc1 + + # + # Use the following commend to generate a Server RSA Key. + # Key should be in current directory - when run/ + # ssh-keygen -t rsa -f rs_ssh_host_rsa_key + # + # You can connect from a standard ssh, eg: ssh -p 7022 127.0.0.1 + # + # The Menu system is available from the command-line (-T) and SSH (-S) + # if it get covered by debug gunk, just press to refresh. + # + # ./retroshare-nogui -h provides some more instructions. + # + + win32 { + DEFINES *= LIBSSH_STATIC + } + + DEPENDPATH += $$LIBSSH_DIR/include/ + INCLUDEPATH += $$LIBSSH_DIR/include/ + + win32 { + LIBS += -lssh + LIBS += -lssh_threads + } else { + SSH_OK = $$system(pkg-config --atleast-version 0.5.4 libssh && echo yes) + isEmpty(SSH_OK) { + exists($$LIBSSH_DIR/build/src/libssh.a):exists($$LIBSSH_DIR/build/src/threads/libssh_threads.a) { + LIBS += $$LIBSSH_DIR/build/src/libssh.a + LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a + } + else { + ! exists($$LIBSSH_DIR/build/src/libssh.a):message($$LIBSSH_DIR/build/src/libssh.a does not exist) + ! exists($$LIBSSH_DIR/build/src/threads/libssh_threads.a):message($$LIBSSH_DIR/build/src/threads/libssh_threads.a does not exist) + message(You need to download and compile libssh) + message(See http://sourceforge.net/p/retroshare/code/6163/tree/trunk/) + } + } else { + LIBS += -lssh + LIBS += -lssh_threads + } + } + + HEADERS += ssh/rssshd.h + SOURCES += ssh/rssshd.cc + + # For the Menu System + HEADERS += menu/menu.h \ + menu/menus.h \ + menu/stdiocomms.h \ + + SOURCES += menu/menu.cc \ + menu/menus.cc \ + menu/stdiocomms.cc \ + + # For the RPC System + HEADERS += rpc/rpc.h \ + rpc/rpcserver.h \ + rpc/rpcsetup.h \ + rpc/rpcecho.h \ + rpcsystem.h \ + + SOURCES += rpc/rpc.cc \ + rpc/rpcserver.cc \ + rpc/rpcsetup.cc \ + rpc/rpcecho.cc \ + + # Actual protocol files to go here... + #HEADERS += rpc/proto/rpcecho.h \ + + #SOURCES += rpc/proto/rpcecho.cc \ + + DEFINES *= RS_SSH_SERVER + + # Include Protobuf classes. + CONFIG += protorpc +} + +protorpc { + # Proto Services + PROTOS = core.proto peers.proto system.proto chat.proto search.proto files.proto stream.proto + DESTPATH = $$PWD/rpc/proto/gencc + PROTOPATH = $$PWD/../../rsctrl/src/definition + CMD = echo Building protobuf files + for(pf, PROTOS):CMD += && $${PROTOCPATH}protoc --cpp_out=$${DESTPATH} --proto_path=$${PROTOPATH} $${PROTOPATH}/$${pf} + protobuf_gen.commands = $${CMD} + QMAKE_EXTRA_TARGETS += protobuf_gen + PRE_TARGETDEPS += protobuf_gen + + HEADERS += rpc/proto/rpcprotopeers.h \ + rpc/proto/rpcprotosystem.h \ + rpc/proto/rpcprotochat.h \ + rpc/proto/rpcprotosearch.h \ + rpc/proto/rpcprotofiles.h \ + rpc/proto/rpcprotostream.h \ + rpc/proto/rpcprotoutils.h \ + + SOURCES += rpc/proto/rpcprotopeers.cc \ + rpc/proto/rpcprotosystem.cc \ + rpc/proto/rpcprotochat.cc \ + rpc/proto/rpcprotosearch.cc \ + rpc/proto/rpcprotofiles.cc \ + rpc/proto/rpcprotostream.cc \ + rpc/proto/rpcprotoutils.cc \ + + # Offical Generated Code (protobuf 2.4.1) + HEADERS += rpc/proto/gencc/core.pb.h \ + rpc/proto/gencc/peers.pb.h \ + rpc/proto/gencc/system.pb.h \ + rpc/proto/gencc/chat.pb.h \ + rpc/proto/gencc/search.pb.h \ + rpc/proto/gencc/files.pb.h \ + rpc/proto/gencc/stream.pb.h \ + + SOURCES += rpc/proto/gencc/core.pb.cc \ + rpc/proto/gencc/peers.pb.cc \ + rpc/proto/gencc/system.pb.cc \ + rpc/proto/gencc/chat.pb.cc \ + rpc/proto/gencc/search.pb.cc \ + rpc/proto/gencc/files.pb.cc \ + rpc/proto/gencc/stream.pb.cc \ + + # Generated ProtoBuf Code the RPC System + # If you are developing, or have a different version of protobuf + # you can use these ones (run make inside rsctrl/src/ to generate) + #HEADERS += ../../rsctrl/src/gencc/core.pb.h \ + # ../../rsctrl/src/gencc/peers.pb.h \ + # ../../rsctrl/src/gencc/system.pb.h \ + # ../../rsctrl/src/gencc/chat.pb.h \ + # ../../rsctrl/src/gencc/search.pb.h \ + # ../../rsctrl/src/gencc/files.pb.h \ + # ../../rsctrl/src/gencc/stream.pb.h \ + + #SOURCES += ../../rsctrl/src/gencc/core.pb.cc \ + # ../../rsctrl/src/gencc/peers.pb.cc \ + # ../../rsctrl/src/gencc/system.pb.cc \ + # ../../rsctrl/src/gencc/chat.pb.cc \ + # ../../rsctrl/src/gencc/search.pb.cc \ + # ../../rsctrl/src/gencc/files.pb.cc \ + # ../../rsctrl/src/gencc/stream.pb.cc \ + + DEPENDPATH *= rpc/proto/gencc + INCLUDEPATH *= rpc/proto/gencc + + !win32 { + # unrecognized option + QMAKE_CFLAGS += -pthread + QMAKE_CXXFLAGS += -pthread + } + LIBS += -lprotobuf -lpthread + + win32 { + DEPENDPATH += $$LIBS_DIR/include/protobuf + INCLUDEPATH += $$LIBS_DIR/include/protobuf + } + + macx { + PROTOPATH = ../../../protobuf-2.4.1 + INCLUDEPATH += $${PROTOPATH}/src + } +} diff --git a/retroshare-nogui/src/retroshare.cc b/retroshare-nogui/src/retroshare.cc index 7ad45b0eb..75b9e17d8 100644 --- a/retroshare-nogui/src/retroshare.cc +++ b/retroshare-nogui/src/retroshare.cc @@ -442,7 +442,7 @@ void generatePasswordHash() std::string passwd1,passwd2 ; bool cancel ; - if(!NotifyTxt().askForPassword("Type your password (at least 8 chars) : ",false,passwd1,cancel)) exit(1) ; + if(!NotifyTxt().askForPassword("","Type your password (at least 8 chars) : ",false,passwd1,cancel)) exit(1) ; if(passwd1.length() < 8) { @@ -450,7 +450,7 @@ void generatePasswordHash() exit(1); } - if(!NotifyTxt().askForPassword("Type your password (checking) : ",false,passwd2,cancel)) exit(1) ; + if(!NotifyTxt().askForPassword("","Type your password (checking) : ",false,passwd2,cancel)) exit(1) ; if(passwd1 != passwd2) { diff --git a/retroshare.pri b/retroshare.pri index bdedd670a..fe7d77df2 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -1,3 +1,10 @@ +# To {dis,en}able libresapi via local socket (unix domain socket or windows named pipes) +# {,un}comment the following line +#CONFIG *= libresapilocalserver + +# To {dis,en}able libresapi via HTTP (libmicrohttpd) {,un}comment the following line +CONFIG *= libresapihttpserver + # Gxs is always enabled now. DEFINES *= RS_ENABLE_GXS @@ -10,6 +17,25 @@ unix { isEmpty(PLUGIN_DIR) { PLUGIN_DIR = "$${LIB_DIR}/retroshare/extensions6" } } +android-g++ { + DEFINES *= NO_SQLCIPHER + DEFINES *= "fopen64=fopen" + DEFINES *= "fseeko64=fseeko" + DEFINES *= "ftello64=ftello" + INCLUDEPATH *= $$NDK_TOOLCHAIN_PATH/sysroot/usr/include/ + LIBS *= -L$$NDK_TOOLCHAIN_PATH/sysroot/usr/lib/ + LIBS *= -lssl -lcrypto -lsqlite3 -lupnp -lixml + ANDROID_EXTRA_LIBS *= $$NDK_TOOLCHAIN_PATH/sysroot/usr/lib/libcrypto.so + ANDROID_EXTRA_LIBS *= $$NDK_TOOLCHAIN_PATH/sysroot/usr/lib/libssl.so + ANDROID_EXTRA_LIBS *= $$NDK_TOOLCHAIN_PATH/sysroot/usr/lib/libbz2.so + ANDROID_EXTRA_LIBS *= $$NDK_TOOLCHAIN_PATH/sysroot/usr/lib/libsqlite3.so + ANDROID_EXTRA_LIBS *= $$NDK_TOOLCHAIN_PATH/sysroot/usr/lib/libupnp.so + ANDROID_EXTRA_LIBS *= $$NDK_TOOLCHAIN_PATH/sysroot/usr/lib/libixml.so + message(NDK_TOOLCHAIN_PATH: $$NDK_TOOLCHAIN_PATH) + message(LIBS: $$LIBS) + message(ANDROID_EXTRA_LIBS: $$ANDROID_EXTRA_LIBS) +} + win32 { message(***retroshare.pri:Win32) exists($$PWD/../libs) { @@ -19,16 +45,23 @@ win32 { isEmpty(INC_DIR) { INC_DIR = "$${PREFIX}/include" } isEmpty(LIB_DIR) { LIB_DIR = "$${PREFIX}/lib" } } - exists(C:/msys32/mingw32/include) { - message(msys2 32b is installed.) - PREFIX_MSYS2 = "C:/msys32/mingw32" - BIN_DIR += "$${PREFIX_MSYS2}/bin" - INC_DIR += "$${PREFIX_MSYS2}/include" - LIB_DIR += "$${PREFIX_MSYS2}/lib" + + # Check for msys2 + PREFIX_MSYS2 = $$(MINGW_PREFIX) + isEmpty(PREFIX_MSYS2) { + exists(C:/msys32/mingw32/include) { + message(MINGW_PREFIX is empty. Set it in your environment variables.) + message(Found it here:C:\msys32\mingw32) + PREFIX_MSYS2 = "C:\msys32\mingw32" + } + exists(C:/msys64/mingw32/include) { + message(MINGW_PREFIX is empty. Set it in your environment variables.) + message(Found it here:C:\msys64\mingw32) + PREFIX_MSYS2 = "C:\msys64\mingw32" + } } - exists(C:/msys64/mingw32/include) { - message(msys2 64b is installed.) - PREFIX_MSYS2 = "C:/msys64/mingw32" + !isEmpty(PREFIX_MSYS2) { + message(msys2 is installed.) BIN_DIR += "$${PREFIX_MSYS2}/bin" INC_DIR += "$${PREFIX_MSYS2}/include" LIB_DIR += "$${PREFIX_MSYS2}/lib" @@ -62,3 +95,6 @@ unfinished { } wikipoos:DEFINES *= RS_USE_WIKI + +libresapilocalserver:DEFINES *= LIBRESAPI_LOCAL_SERVER +libresapihttpserver::DEFINES *= ENABLE_WEBUI diff --git a/tests/librssimulator/librssimulator.pro b/tests/librssimulator/librssimulator.pro index 34946ac1e..9ef336b57 100644 --- a/tests/librssimulator/librssimulator.pro +++ b/tests/librssimulator/librssimulator.pro @@ -1,3 +1,5 @@ +!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri") + TEMPLATE = lib CONFIG += staticlib CONFIG -= qt @@ -170,19 +172,11 @@ win32 { CONFIG += upnp_miniupnpc - UPNPC_DIR = ../../../miniupnpc-1.3 + for(lib, LIB_DIR):LIBS += -L"$$lib" + for(bin, BIN_DIR):LIBS += -L"$$bin" - ZLIB_DIR = ../../../zlib-1.2.3 - SSL_DIR = ../../../openssl-1.0.1c - OPENPGPSDK_DIR = ../../openpgpsdk/src - - INCLUDEPATH += . $${SSL_DIR}/include $${UPNPC_DIR} $${ZLIB_DIR} $${OPENPGPSDK_DIR} - - # SQLite include path is required to compile GXS. - gxs { - SQLITE_DIR = ../../../sqlcipher-2.2.0 - INCLUDEPATH += $${SQLITE_DIR} - } + DEPENDPATH += . $$INC_DIR + INCLUDEPATH += . $$INC_DIR } ################################# MacOSX ########################################## diff --git a/tests/librssimulator/testing/SetServiceTester.cc b/tests/librssimulator/testing/SetServiceTester.cc index ed882be2f..574399a76 100644 --- a/tests/librssimulator/testing/SetServiceTester.cc +++ b/tests/librssimulator/testing/SetServiceTester.cc @@ -1,5 +1,6 @@ #include +#include "time.h" #include "retroshare/rsids.h" #include "serialiser/rsserial.h" diff --git a/tests/unittests/libretroshare/gxs/data_service/rsgxsdata_test.cc b/tests/unittests/libretroshare/gxs/data_service/rsgxsdata_test.cc index f2f75bb38..a74dbb280 100644 --- a/tests/unittests/libretroshare/gxs/data_service/rsgxsdata_test.cc +++ b/tests/unittests/libretroshare/gxs/data_service/rsgxsdata_test.cc @@ -5,37 +5,85 @@ #include "libretroshare/gxs/common/data_support.h" #include "gxs/rsgxsdata.h" +#include + +std::string testEqual(const RsGxsGrpMetaData& d1,const RsGxsGrpMetaData& d2) +{ + std::ostringstream out; + if(d1.mGroupId != d2.mGroupId ) { out << "mGroupId" << ": " << d1.mGroupId.toStdString() << "!=" << d2.mGroupId.toStdString() ; return out.str();} + if(d1.mOrigGrpId != d2.mOrigGrpId ) { out << "mOrigGrpId" << ": " << d1.mOrigGrpId.toStdString() << "!=" << d2.mOrigGrpId.toStdString() ; return out.str();} + if(d1.mAuthorId != d2.mAuthorId ) { out << "mAuthorId" << ": " << d1.mAuthorId.toStdString() << "!=" << d2.mAuthorId.toStdString() ; return out.str();} + if(d1.mCircleId != d2.mCircleId ) { out << "mCircleId" << ": " << d1.mCircleId.toStdString() << "!=" << d2.mCircleId.toStdString() ; return out.str();} + if(d1.mParentGrpId != d2.mParentGrpId ) { out << "mParentGrpId" << ": " << d1.mParentGrpId.toStdString() << "!=" << d2.mParentGrpId.toStdString() ; return out.str();} + if(d1.mGroupName != d2.mGroupName ) { out << "mGroupName" << ": " << d1.mGroupName << "!=" << d2.mGroupName ; return out.str();} + if(d1.mGroupFlags != d2.mGroupFlags ) { out << "mGroupFlags" << ": " << d1.mGroupFlags << "!=" << d2.mGroupFlags ; return out.str();} + if(d1.mPublishTs != d2.mPublishTs ) { out << "mPublishTs" << ": " << d1.mPublishTs << "!=" << d2.mPublishTs ; return out.str();} + if(d1.mSignFlags != d2.mSignFlags ) { out << "mSignFlags" << ": " << d1.mSignFlags << "!=" << d2.mSignFlags ; return out.str();} + if(d1.mCircleType != d2.mCircleType ) { out << "mCircleType" << ": " << d1.mCircleType << "!=" << d2.mCircleType ; return out.str();} + if(d1.mServiceString!= d2.mServiceString ) { out << "mServiceString" << ": " << d1.mServiceString << "!=" << d2.mServiceString ; return out.str();} + if(d1.mAuthenFlags != d2.mAuthenFlags ) { out << "mAuthenFlags" << ": " << d1.mAuthenFlags << "!=" << d2.mAuthenFlags ; return out.str();} + + // if(d1.signSet != d2.signSet ) { out << "signSet" << ": " << d1.signSet << "!=" << d2.signSet ; return out.str();} + // if(d1.keys != d2.keys ) { out << "keys" << ": " << d1.keys << "!=" << d2.keys ; return out.str();} + + return "" ; +} + +std::string testEqual(const RsGxsMsgMetaData& d1,const RsGxsMsgMetaData& d2) +{ + std::ostringstream out; + if(d1.mGroupId != d2.mGroupId ) { out << "mGroupId" << ": " << d1.mGroupId.toStdString() << " != " << d2.mGroupId.toStdString() ; return out.str();} + if(d1.mOrigMsgId != d2.mOrigMsgId ) { out << "mOrigMsgId" << ": " << d1.mOrigMsgId.toStdString() << " != " << d2.mOrigMsgId.toStdString() ; return out.str();} + if(d1.mAuthorId != d2.mAuthorId ) { out << "mAuthorId" << ": " << d1.mAuthorId.toStdString() << " != " << d2.mAuthorId.toStdString() ; return out.str();} + if(d1.mMsgId != d2.mMsgId ) { out << "mMsgId" << ": " << d1.mMsgId.toStdString() << " != " << d2.mMsgId.toStdString() ; return out.str();} + if(d1.mThreadId != d2.mThreadId ) { out << "mThreadId" << ": " << d1.mThreadId.toStdString() << " != " << d2.mThreadId.toStdString() ; return out.str();} + if(d1.mParentId != d2.mParentId ) { out << "mParentId" << ": " << d1.mParentId.toStdString() << " != " << d2.mParentId.toStdString() ; return out.str();} + if(d1.mPublishTs != d2.mPublishTs ) { out << "mPublishTs" << ": " << d1.mPublishTs << " != " << d2.mPublishTs ; return out.str();} + if(d1.mMsgName != d2.mMsgName ) { out << "mMsgName" << ": " << d1.mMsgName << " != " << d2.mMsgName ; return out.str();} + if(d1.mPublishTs != d2.mPublishTs ) { out << "mPublishTs" << ": " << d1.mPublishTs << " != " << d2.mPublishTs ; return out.str();} + if(d1.mMsgFlags != d2.mMsgFlags ) { out << "mMsgFlags" << ": " << d1.mMsgFlags << " != " << d2.mMsgFlags ; return out.str();} + + // if(d1.refcount != d2.refcount ) { out << "refcount" << ": " << d1.refcount << " != " << d2.refcount ; return out.str();} //Is Static + // if(d1.signSet != d2.signSet ) { out << "signSet" << ": " << d1.signSet << " != " << d2.signSet ; return out.str();} + + return "" ; +} + TEST(libretroshare_gxs, RsGxsData) { RsGxsGrpMetaData grpMeta1, grpMeta2; - RsGxsMsgMetaData msgMeta1, msgMeta2; grpMeta1.clear(); init_item(&grpMeta1); - msgMeta1.clear(); - init_item(&msgMeta1); - uint32_t pktsize = grpMeta1.serial_size(RS_GXS_GRP_META_DATA_CURRENT_API_VERSION); char grp_data[pktsize]; - bool ok = true; - - ok &= grpMeta1.serialise(grp_data, pktsize, RS_GXS_GRP_META_DATA_CURRENT_API_VERSION); + bool grpSerialise_OK = grpMeta1.serialise(grp_data, pktsize, RS_GXS_GRP_META_DATA_CURRENT_API_VERSION); + EXPECT_TRUE(grpSerialise_OK); grpMeta2.clear(); - ok &= grpMeta2.deserialise(grp_data, pktsize); + bool grpDeserialise_OK = grpMeta2.deserialise(grp_data, pktsize); + EXPECT_TRUE(grpDeserialise_OK); + + EXPECT_EQ(testEqual(grpMeta1, grpMeta2), ""); + - EXPECT_TRUE(grpMeta1 == grpMeta2); + RsGxsMsgMetaData msgMeta1, msgMeta2; + + msgMeta1.clear(); + init_item(&msgMeta1); pktsize = msgMeta1.serial_size(); char msg_data[pktsize]; - ok &= msgMeta1.serialise(msg_data, &pktsize); + bool msgSerialise_OK = msgMeta1.serialise(msg_data, &pktsize); + EXPECT_TRUE(msgSerialise_OK); msgMeta2.clear(); - ok &= msgMeta2.deserialise(msg_data, &pktsize); + bool msgDeserialise_OK = msgMeta2.deserialise(msg_data, &pktsize); + EXPECT_TRUE(msgDeserialise_OK); - EXPECT_TRUE(msgMeta1 == msgMeta2); + EXPECT_EQ(testEqual(msgMeta1, msgMeta2), ""); } diff --git a/tests/unittests/libretroshare/gxs/gen_exchange/rsdummyservices.h b/tests/unittests/libretroshare/gxs/gen_exchange/rsdummyservices.h index d1ce8f0a9..a422cd03f 100644 --- a/tests/unittests/libretroshare/gxs/gen_exchange/rsdummyservices.h +++ b/tests/unittests/libretroshare/gxs/gen_exchange/rsdummyservices.h @@ -145,7 +145,7 @@ public: * @param keyref the KeyRef of the key being requested * @return will */ - bool requestKey(const RsGxsId &id, const std::list &peers){ return false ;} + bool requestKey(const RsGxsId &id, const std::list &peers){ return false ;} bool requestPrivateKey(const RsGxsId &id){ return false;} @@ -155,7 +155,7 @@ public: * @return a pointer to a valid profile if successful, otherwise NULL * */ - bool getKey(const RsGxsId &id, RsTlvPrublicRSAKey& key){ return false; } + bool getKey(const RsGxsId &id, RsTlvPublicRSAKey& key){ return false; } bool getPrivateKey(const RsGxsId &id, RsTlvPrivateRSAKey& key){ return false; } // For signing outgoing messages. private: diff --git a/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.cc b/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.cc index 38aa9f5d7..7b22d4e3a 100644 --- a/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.cc +++ b/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.cc @@ -155,7 +155,8 @@ bool rs_nxs_test::RsDummyPgpUtils::askForDeferredSelfSignature(const void* /*dat const uint32_t /*len*/, unsigned char* /*sign*/, unsigned int* /*signlen*/, - int& /*signature_result*/ + int& /*signature_result*/, + std::string /*reason*/ ) { return true; } diff --git a/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.h b/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.h index c8d43d944..23420bad1 100644 --- a/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.h +++ b/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.h @@ -155,7 +155,7 @@ namespace rs_nxs_test bool parseSignature(unsigned char *sign, unsigned int signlen, RsPgpId& issuer) const; bool VerifySignBin(const void *data, uint32_t len, unsigned char *sign, unsigned int signlen, const PGPFingerprintType& withfingerprint); - bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result ); + bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, int& signature_result , std::string reason = ""); private: diff --git a/tests/unittests/libretroshare/gxs/security/gxssecurity_test.cc b/tests/unittests/libretroshare/gxs/security/gxssecurity_test.cc index 238f2dc50..416979ec0 100644 --- a/tests/unittests/libretroshare/gxs/security/gxssecurity_test.cc +++ b/tests/unittests/libretroshare/gxs/security/gxssecurity_test.cc @@ -35,17 +35,21 @@ TEST(libretroshare_gxs, GxsSecurity) { - RsTlvSecurityKey_deprecated pub_key ; - RsTlvSecurityKey_deprecated priv_key ; + RsTlvPublicRSAKey pub_key ; + RsTlvPrivateRSAKey priv_key ; EXPECT_TRUE(GxsSecurity::generateKeyPair(pub_key,priv_key)) ; +#ifdef WIN32 + srand(getpid()) ; +#else srand48(getpid()) ; +#endif EXPECT_TRUE( pub_key.keyId == priv_key.keyId ); EXPECT_TRUE( pub_key.startTS == priv_key.startTS ); - RsTlvSecurityKey_deprecated pub_key2 ; + RsTlvPublicRSAKey pub_key2 ; EXPECT_TRUE(GxsSecurity::extractPublicKey(priv_key,pub_key2)) ; EXPECT_TRUE( pub_key.keyId == pub_key2.keyId ); diff --git a/tests/unittests/libretroshare/serialiser/rsbaseitem_test.cc b/tests/unittests/libretroshare/serialiser/rsbaseitem_test.cc index fc5b1a88e..a3a8d0d01 100644 --- a/tests/unittests/libretroshare/serialiser/rsbaseitem_test.cc +++ b/tests/unittests/libretroshare/serialiser/rsbaseitem_test.cc @@ -45,7 +45,7 @@ TEST(libretroshare_serialiser, RsTlvFileItem) /* initialise */ i1.filesize = 101010; - i1.hash = RsFileHash("ABCDEFEGHE"); + i1.hash = RsFileHash("123456789ABCDEF67890123456789ABCDEF67890");//SHA1_SIZE*2 = 40 i1.name = "TestFile.txt"; i1.pop = 12; i1.age = 456; @@ -103,7 +103,7 @@ TEST(libretroshare_serialiser, RsTlvFileSet) { RsTlvFileItem fi; fi.filesize = 16 + i * i; - fi.hash = RsFileHash("ABCDEF"); + fi.hash = RsFileHash("123456789ABCDEF67890123456789ABCDEF67890");//SHA1_SIZE*2 = 40 std::ostringstream out; out << "File" << i << "_inSet.txt"; fi.name = out.str(); @@ -130,7 +130,7 @@ TEST(libretroshare_serialiser, RsTlvFileData) /* initialise */ d1.file.filesize = 101010; - d1.file.hash = RsFileHash("ABCDEFEGHE"); + d1.file.hash = RsFileHash("123456789ABCDEF67890123456789ABCDEF67890");//SHA1_SIZE*2 = 40 d1.file.name = ""; d1.file.age = 0; d1.file.pop = 0; diff --git a/tests/unittests/libretroshare/serialiser/rstlvutil.cc b/tests/unittests/libretroshare/serialiser/rstlvutil.cc index e7b3b0bc9..6613ed9b3 100644 --- a/tests/unittests/libretroshare/serialiser/rstlvutil.cc +++ b/tests/unittests/libretroshare/serialiser/rstlvutil.cc @@ -101,6 +101,7 @@ int test_SerialiseTlvItem(std::ostream &str, RsTlvItem *in, RsTlvItem *out) in->print(str, 0); displayRawPacket(str, serbuffer, serialOffset); out->print(str, 0); + str << std::endl; return 1; } diff --git a/tests/unittests/libretroshare/serialiser/support.cc b/tests/unittests/libretroshare/serialiser/support.cc index a46689255..2474b77fb 100644 --- a/tests/unittests/libretroshare/serialiser/support.cc +++ b/tests/unittests/libretroshare/serialiser/support.cc @@ -27,6 +27,7 @@ #include "support.h" #include "serialiser/rstlvbase.h" +#include "gxs/gxssecurity.h" void randString(const uint32_t length, std::string& outStr) { @@ -67,12 +68,14 @@ void init_item(RsTlvSecurityKeySet& ks) randString(SHORT_STR, ks.groupId); for(int i=1; i::const_iterator l_cit = l.keys.begin(), - r_cit = r.keys.begin(); + std::map::const_iterator l_cit = l.public_keys.begin(), + r_cit = r.public_keys.begin(); - for(; l_cit != l.keys.end(); l_cit++, r_cit++){ + for(; l_cit != l.public_keys.end(); l_cit++, r_cit++){ if(l_cit->first != r_cit->first) return false; if(!(l_cit->second == r_cit->second)) return false; } @@ -94,7 +97,7 @@ bool operator==(const RsTlvSecurityKeySet& l, const RsTlvSecurityKeySet& r) -bool operator==(const RsTlvSecurityKey_deprecated& sk1, const RsTlvSecurityKey_deprecated& sk2) +bool operator==(const RsTlvPublicRSAKey& sk1, const RsTlvPublicRSAKey& sk2) { if(sk1.startTS != sk2.startTS) return false; @@ -182,24 +185,6 @@ bool operator==(const RsTlvBinaryData& bd1, const RsTlvBinaryData& bd2) return true; } - -void init_item(RsTlvSecurityKey_deprecated& sk) -{ - int randnum = rand()%313131; - - sk.endTS = randnum; - sk.keyFlags = randnum; - sk.startTS = randnum; - sk.keyId = RsGxsId::random(); - - std::string randomStr; - randString(LARGE_STR, randomStr); - - sk.keyData.setBinData(randomStr.c_str(), randomStr.size()); - - return; -} - void init_item(RsTlvKeySignature& ks) { ks.keyId = RsGxsId::random(); diff --git a/tests/unittests/libretroshare/serialiser/support.h b/tests/unittests/libretroshare/serialiser/support.h index 0af3a3ebf..f681d90ad 100644 --- a/tests/unittests/libretroshare/serialiser/support.h +++ b/tests/unittests/libretroshare/serialiser/support.h @@ -58,7 +58,6 @@ void randString(const uint32_t, std::wstring&); /* for testing compound tlv items */ -void init_item(RsTlvSecurityKey_deprecated&); void init_item(RsTlvSecurityKeySet&); void init_item(RsTlvKeySignature&); void init_item(RsTlvKeySignatureSet&); @@ -70,7 +69,7 @@ void init_item(RsTlvPeerIdSet&); void init_item(RsTlvImage&); void init_item(RsTlvPeerIdSet&); -bool operator==(const RsTlvSecurityKey_deprecated&, const RsTlvSecurityKey_deprecated& ); +bool operator==(const RsTlvPublicRSAKey&, const RsTlvPublicRSAKey& ); bool operator==(const RsTlvSecurityKeySet&, const RsTlvSecurityKeySet& ); bool operator==(const RsTlvKeySignature&, const RsTlvKeySignature& ); bool operator==(const RsTlvBinaryData&, const RsTlvBinaryData&); @@ -112,7 +111,7 @@ template int test_RsItem() RsSerialType *rsfis = init_item(rsfi) ; /* attempt to serialise it before we add it to the serialiser */ - + std::cerr << "### These errors are expected." << std::endl; EXPECT_TRUE(0 == srl.size(&rsfi)); static const uint32_t MAX_BUFSIZE = 22000 ; @@ -120,6 +119,7 @@ template int test_RsItem() char *buffer = new char[MAX_BUFSIZE]; uint32_t sersize = MAX_BUFSIZE; + std::cerr << "### These errors are expected." << std::endl; EXPECT_TRUE(false == srl.serialise(&rsfi, (void *) buffer, &sersize)); /* now add to serialiser */ @@ -133,7 +133,7 @@ template int test_RsItem() std::cerr << "test_Item() done: " << done << std::endl; std::cerr << "test_Item() sersize: " << sersize << std::endl; - std::cerr << "test_Item() serialised:" << std::endl; + //std::cerr << "test_Item() serialised:" << std::endl; //displayRawPacket(std::cerr, (void *) buffer, sersize); EXPECT_TRUE(done == true); @@ -192,7 +192,7 @@ template int test_RsItem(uint16_t servtype) RsSerialType *rsfis = init_item(rsfi) ; // deleted on destruction of srl /* attempt to serialise it before we add it to the serialiser */ - + std::cerr << "### These errors are expected." << std::endl; EXPECT_TRUE(0 == srl.size(&rsfi)); static const uint32_t MAX_BUFSIZE = 22000 ; diff --git a/tests/unittests/libretroshare/serialiser/tlvbase_test2.cc b/tests/unittests/libretroshare/serialiser/tlvbase_test2.cc index cfd552858..a1f6d4fee 100644 --- a/tests/unittests/libretroshare/serialiser/tlvbase_test2.cc +++ b/tests/unittests/libretroshare/serialiser/tlvbase_test2.cc @@ -81,6 +81,7 @@ int test_OneString(std::string input, uint16_t type) std::cerr << "DeSerialising" << std::endl; /* fails if type is wrong! */ + std::cerr << "### These errors are expected." << std::endl; EXPECT_TRUE(0 == GetTlvString((void*)tlvdata, outOffset, &inOffset, type-1, OutString)); EXPECT_TRUE(GetTlvString((void*)tlvdata, outOffset, &inOffset, type, OutString)); @@ -141,6 +142,7 @@ int test_IpAddr(struct sockaddr_in *addr, uint16_t type) std::cerr << "DeSerialising" << std::endl; /* fails if type is wrong! */ + std::cerr << "### These errors are expected." << std::endl; EXPECT_TRUE(0 == GetTlvIpAddrPortV4((void*)tlvdata, outOffset, &inOffset, type-1, &outaddr)); EXPECT_TRUE(GetTlvIpAddrPortV4((void*)tlvdata, outOffset, &inOffset, type, &outaddr)); diff --git a/tests/unittests/libretroshare/serialiser/tlvrandom_test.cc b/tests/unittests/libretroshare/serialiser/tlvrandom_test.cc index 60483e5e3..c861516e7 100644 --- a/tests/unittests/libretroshare/serialiser/tlvrandom_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvrandom_test.cc @@ -65,10 +65,10 @@ bool test_SetTlvItem(RsTlvItem *item, uint16_t type, void *data, uint32_t size, int test_TlvRandom(void *data, uint32_t len, uint32_t offset) { - uint32_t tmpoffset = 0; + //uint32_t tmpoffset = 0; /* List of all the TLV types it could be! */ - RsTlvSecurityKey_deprecated skey; + RsTlvPublicRSAKey skey; RsTlvSecurityKeySet skeyset; RsTlvKeySignature keysign; @@ -114,7 +114,7 @@ int test_TlvRandom(void *data, uint32_t len, uint32_t offset) EXPECT_TRUE(test_SetTlvItem(&kv, TLV_TYPE_KEYVALUE, data, len, offset)); EXPECT_TRUE(test_SetTlvItem(&kvset, TLV_TYPE_KEYVALUESET, data, len, offset)); std::cerr << "test_TlvRandom:: Testing Keys (TYPESET)" << std::endl; - EXPECT_TRUE(test_SetTlvItem(&skey, TLV_TYPE_SECURITYKEY_deprecated, data, len, offset)); + EXPECT_TRUE(test_SetTlvItem(&skey, TLV_TYPE_SECURITY_KEY, data, len, offset)); EXPECT_TRUE(test_SetTlvItem(&skeyset, TLV_TYPE_SECURITYKEYSET, data, len, offset)); EXPECT_TRUE(test_SetTlvItem(&keysign, TLV_TYPE_KEYSIGNATURE, data, len, offset)); diff --git a/tests/unittests/libretroshare/serialiser/tlvstack_test.cc b/tests/unittests/libretroshare/serialiser/tlvstack_test.cc index 0acba2709..d4d46ed0e 100644 --- a/tests/unittests/libretroshare/serialiser/tlvstack_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvstack_test.cc @@ -63,13 +63,13 @@ TEST(libretroshare_serialiser, test_RsTlvStack) /* initialise */ fi1->filesize = 101010; - fi1->hash = RsFileHash("ABCDEFEGHE"); + fi1->hash = RsFileHash("123456789ABCDEF67890123456789ABCDEF67890");//SHA1_SIZE*2 = 40 fi1->name = "TestFile.txt"; fi1->pop = 12; fi1->age = 456; fi2->filesize = 101010; - fi2->hash = RsFileHash("ABCDEFEGHE"); + fi2->hash = RsFileHash("123456789ABCDEF67890123456789ABCDEF67890");//SHA1_SIZE*2 = 40 fi2->name = "TestFile.txt"; fi2->pop = 0; fi2->age = 0;; diff --git a/tests/unittests/libretroshare/serialiser/tlvtypes_test.cc b/tests/unittests/libretroshare/serialiser/tlvtypes_test.cc index cc4d93758..c24915e27 100644 --- a/tests/unittests/libretroshare/serialiser/tlvtypes_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvtypes_test.cc @@ -47,7 +47,7 @@ TEST(libretroshare_serialiser, test_RsTlvFileItem) /* initialise */ i1.filesize = 101010; - i1.hash = RsFileHash("ABCDEFEGHE"); + i1.hash = RsFileHash("123456789ABCDEF67890123456789ABCDEF67890");//SHA1_SIZE*2 = 40 i1.name = "TestFile.txt"; i1.pop = 12; i1.age = 456; @@ -105,7 +105,7 @@ TEST(libretroshare_serialiser, test_RsTlvFileSet) { RsTlvFileItem fi; fi.filesize = 16 + i * i; - fi.hash = RsFileHash("ABCDEF"); + fi.hash = RsFileHash("123456789ABCDEF67890123456789ABCDEF67890");//SHA1_SIZE*2 = 40 std::ostringstream out; out << "File" << i << "_inSet.txt"; fi.name = out.str(); @@ -195,6 +195,7 @@ TEST(libretroshare_serialiser, test_RsTlvServiceIdSet) i1.ids.push_back(1 + rand() % 12564); } std::cout << "error here!!!?"; + std::cout << std::endl; EXPECT_TRUE(test_SerialiseTlvItem(std::cerr, &i1, &i2)); } diff --git a/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc b/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc index 8bcda2551..2b31d53d1 100644 --- a/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc +++ b/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc @@ -106,7 +106,7 @@ bool FakePgpAuxUtils::getGPGAllList(std::list &ids) return true; } -bool FakePgpAuxUtils::askForDeferredSelfSignature(const void* /*data*/, const uint32_t /*len*/, unsigned char *sign, unsigned int *signlen,int& signature_result ) +bool FakePgpAuxUtils::askForDeferredSelfSignature(const void* /*data*/, const uint32_t /*len*/, unsigned char *sign, unsigned int *signlen,int& signature_result, std::string /*reason = ""*/ ) { for(int i = 0; i < *signlen; i++) { diff --git a/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.h b/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.h index 6f40d622b..9866c3ee3 100644 --- a/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.h +++ b/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.h @@ -38,7 +38,7 @@ public: virtual bool parseSignature(unsigned char *sign, unsigned int signlen, RsPgpId& issuer) const; virtual bool VerifySignBin(const void *data, uint32_t len, unsigned char *sign, unsigned int signlen, const PGPFingerprintType& withfingerprint); - virtual bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen,int& signature_result ); + virtual bool askForDeferredSelfSignature(const void *data, const uint32_t len, unsigned char *sign, unsigned int *signlen, int& signature_result , std::string reason); virtual void addPeerListToPgpList(const std::list &ids); virtual void addPeerIdToPgpList(const RsPeerId &id); diff --git a/tests/unittests/unittests.pro b/tests/unittests/unittests.pro index 0da23ce37..2409b8845 100644 --- a/tests/unittests/unittests.pro +++ b/tests/unittests/unittests.pro @@ -1,3 +1,5 @@ +!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri") + QT += network xml script CONFIG += bitdht @@ -114,6 +116,9 @@ win32 { QMAKE_CFLAGS += -Wextra QMAKE_CXXFLAGS += -Wextra + # solve linker warnings because of the order of the libraries + QMAKE_LFLAGS += -Wl,--start-group + # Switch off optimization for release version QMAKE_CXXFLAGS_RELEASE -= -O2 QMAKE_CXXFLAGS_RELEASE += -O0 @@ -132,31 +137,35 @@ win32 { PRE_TARGETDEPS *= ../librssimulator/lib/librssimulator.a PRE_TARGETDEPS *= ../../openpgpsdk/src/lib/libops.a + for(lib, LIB_DIR):LIBS += -L"$$lib" + for(bin, BIN_DIR):LIBS += -L"$$bin" + LIBS += ../../libretroshare/src/lib/libretroshare.a + LIBS += ../librssimulator/lib/librssimulator.a LIBS += ../../openpgpsdk/src/lib/libops.a -lbz2 LIBS += -L"$$PWD/../../../lib" - gxs { - LIBS += ../../supportlibs/pegmarkdown/lib/libpegmarkdown.a - LIBS += -lsqlcipher - } - LIBS += -lssl -lcrypto -lpthread -lminiupnpc -lz -# added after bitdht -# LIBS += -lws2_32 LIBS += -luuid -lole32 -liphlpapi -lcrypt32 -lgdi32 - LIBS += -lole32 -lwinmm - RC_FILE = gui/images/retroshare_win.rc - - # export symbols for the plugins - LIBS += -Wl,--export-all-symbols,--out-implib,lib/libretroshare-gui.a - - # create lib directory - QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib $(MKDIR) lib + LIBS += -lwinmm DEFINES *= WINDOWS_SYS WIN32_LEAN_AND_MEAN _USE_32BIT_TIME_T - INCLUDEPATH += . + # create lib directory + message(CHK_DIR_EXISTS=$(CHK_DIR_EXISTS)) + message(MKDIR=$(MKDIR)) + QMAKE_PRE_LINK = $(CHK_DIR_EXISTS) lib || $(MKDIR) lib + + DEPENDPATH += . $$INC_DIR + INCLUDEPATH += . $$INC_DIR + + greaterThan(QT_MAJOR_VERSION, 4) { + # Qt 5 + RC_INCLUDEPATH += $$_PRO_FILE_PWD_/../../libretroshare/src + } else { + # Qt 4 + QMAKE_RC += --include-dir=$$_PRO_FILE_PWD_/../../libretroshare/src + } } ##################################### MacOS ###################################### diff --git a/win_build_libs/Makefile b/win_build_libs/Makefile deleted file mode 100755 index 250dca2e2..000000000 --- a/win_build_libs/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -ZLIB_VERSION=1.2.3 -BZIP2_VERSION=1.0.6 -MINIUPNPC_VERSION=1.3 -OPENSSL_VERSION=1.0.1h -SPEEX_VERSION=1.2rc1 -OPENCV_VERSION=2.4.9 -LIBXML2_VERSION=2.9.1 -LIBXSLT_VERSION=1.1.28 -CURL_VERSION=7.34.0 -LIBSSH_VERSION=0.5.4 -PROTOBUF_VERSION=2.4.1 -TCL_VERSION=8.6.2 -SQLCIPHER_VERSION=2.2.1 -LIBMICROHTTPD_VERSION=0.9.42 -FFMPEG_VERSION=2.7.2 - -all: dirs zlib bzip2 miniupnpc openssl speex opencv libxml2 libxslt curl sqlcipher libmicrohttpd ffmpeg copylibs - -dirs: - mkdir -p libs/include - mkdir -p libs/lib - mkdir -p libs/bin - -zlib-$(ZLIB_VERSION).tar.gz: - curl.exe -L http://sourceforge.net/projects/libpng/files/zlib/$(ZLIB_VERSION)/zlib-$(ZLIB_VERSION).tar.gz/download -o zlib-$(ZLIB_VERSION).tar.gz - -zlib: zlib-$(ZLIB_VERSION).tar.gz - tar xvf zlib-$(ZLIB_VERSION).tar.gz - cd zlib-$(ZLIB_VERSION) && ./configure - #cd zlib-$(ZLIB_VERSION) && make install prefix="`pwd`/../libs" - cd zlib-$(ZLIB_VERSION) && make - cp zlib-$(ZLIB_VERSION)/zlib.h libs/include/ - cp zlib-$(ZLIB_VERSION)/zconf.h libs/include/ - cp zlib-$(ZLIB_VERSION)/libz.a libs/lib/ - rm -r -f zlib-$(ZLIB_VERSION) - touch zlib - -bzip2-$(BZIP2_VERSION).tar.gz: - curl.exe http://bzip.org/$(BZIP2_VERSION)/bzip2-$(BZIP2_VERSION).tar.gz -o bzip2-$(BZIP2_VERSION).tar.gz - -bzip2: bzip2-$(BZIP2_VERSION).tar.gz - tar xvf bzip2-$(BZIP2_VERSION).tar.gz - #cd bzip2-$(BZIP2_VERSION) && make install PREFIX="`pwd`/../libs" - cd bzip2-$(BZIP2_VERSION) && make - cp bzip2-$(BZIP2_VERSION)/bzlib.h libs/include/ - cp bzip2-$(BZIP2_VERSION)/libbz2.a libs/lib/ - rm -r -f bzip2-$(BZIP2_VERSION) - touch bzip2 - -miniupnpc-$(MINIUPNPC_VERSION).tar.gz: - curl.exe -L http://miniupnp.free.fr/files/download.php?file=miniupnpc-$(MINIUPNPC_VERSION).tar.gz -o miniupnpc-$(MINIUPNPC_VERSION).tar.gz - -miniupnpc: miniupnpc-$(MINIUPNPC_VERSION).tar.gz - tar xvf miniupnpc-$(MINIUPNPC_VERSION).tar.gz - cd miniupnpc-$(MINIUPNPC_VERSION) && make -f Makefile.mingw init libminiupnpc.a miniupnpc.dll - mkdir -p libs/include/miniupnpc && cp miniupnpc-$(MINIUPNPC_VERSION)/*.h libs/include/miniupnpc/ - cp miniupnpc-$(MINIUPNPC_VERSION)/libminiupnpc.a libs/lib/ - cp miniupnpc-$(MINIUPNPC_VERSION)/miniupnpc.dll libs/bin/ - rm -r -f miniupnpc-$(MINIUPNPC_VERSION) - touch miniupnpc - -openssl-$(OPENSSL_VERSION).tar.gz: - curl.exe -k https://www.openssl.org/source/openssl-1.0.1h.tar.gz -o openssl-1.0.1h.tar.gz - -openssl: openssl-$(OPENSSL_VERSION).tar.gz - tar xvf openssl-$(OPENSSL_VERSION).tar.gz - #cd openssl-$(OPENSSL_VERSION) && ./config --prefix="`pwd`/../libs" - #cd openssl-$(OPENSSL_VERSION) && make install - cd openssl-$(OPENSSL_VERSION) && ./config - cd openssl-$(OPENSSL_VERSION) && make - mkdir -p libs/include/openssl && cp openssl-$(OPENSSL_VERSION)/include/openssl/*.h libs/include/openssl/ - cp openssl-$(OPENSSL_VERSION)/libcrypto.a libs/lib/ - cp openssl-$(OPENSSL_VERSION)/libssl.a libs/lib/ - rm -r -f openssl-$(OPENSSL_VERSION) - touch openssl - -speex-$(SPEEX_VERSION).tar.gz: - curl.exe http://downloads.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz -o speex-$(SPEEX_VERSION).tar.gz - -speex: speex-$(SPEEX_VERSION).tar.gz - tar xvf speex-$(SPEEX_VERSION).tar.gz - cd speex-$(SPEEX_VERSION) && ./configure - #cd speex-$(SPEEX_VERSION) && make install exec_prefix="`pwd`/../libs" - cd speex-$(SPEEX_VERSION) && make - mkdir -p libs/include/speex && cp speex-$(SPEEX_VERSION)/include/speex/*.h libs/include/speex/ - cp speex-$(SPEEX_VERSION)/libspeex/.libs/libspeex.a libs/lib - cp speex-$(SPEEX_VERSION)/libspeex/.libs/libspeexdsp.a libs/lib - rm -r -f speex-$(SPEEX_VERSION) - touch speex - -opencv-$(OPENCV_VERSION).tar.gz: - curl.exe -L -k https://github.com/Itseez/opencv/archive/$(OPENCV_VERSION).tar.gz -o opencv-$(OPENCV_VERSION).tar.gz - -opencv: opencv-$(OPENCV_VERSION).tar.gz - tar xvf opencv-$(OPENCV_VERSION).tar.gz - mkdir -p opencv-$(OPENCV_VERSION)/build - #cd opencv-$(OPENCV_VERSION)/build && cmake .. -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="`pwd`/../../libs" - cd opencv-$(OPENCV_VERSION)/build && cmake .. -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="`pwd`/install" - cd opencv-$(OPENCV_VERSION)/build && make install - cp -r opencv-$(OPENCV_VERSION)/build/install/include/* libs/include/ - mkdir -p libs/lib/opencv - if [ -d "opencv-$(OPENCV_VERSION)/build/install/x86" ]; then \ - cp -r opencv-$(OPENCV_VERSION)/build/install/x86/mingw/staticlib/* libs/lib/opencv/ ; \ - fi - if [ -d "opencv-$(OPENCV_VERSION)/build/install/x64" ]; then \ - cp -r opencv-$(OPENCV_VERSION)/build/install/x64/mingw/staticlib/* libs/lib/opencv/ ; \ - fi - rm -r -f opencv-$(OPENCV_VERSION) - touch opencv - -libxml2-$(LIBXML2_VERSION).tar.gz: - curl.exe ftp://xmlsoft.org/libxml2/libxml2-$(LIBXML2_VERSION).tar.gz -o libxml2-$(LIBXML2_VERSION).tar.gz - -libxml2: libxml2-$(LIBXML2_VERSION).tar.gz - tar xvf libxml2-$(LIBXML2_VERSION).tar.gz - cd libxml2-$(LIBXML2_VERSION) && ./configure --without-iconv -enable-shared=no - #cd libxml2-$(LIBXML2_VERSION) && make install exec_prefix="`pwd`/../libs" - cd libxml2-$(LIBXML2_VERSION) && make - mkdir -p libs/include/libxml && cp libxml2-$(LIBXML2_VERSION)/include/libxml/*.h libs/include/libxml/ - cp libxml2-$(LIBXML2_VERSION)/.libs/libxml2.a libs/lib/ - touch libxml2 - -libxslt-$(LIBXSLT_VERSION).tar.gz: - curl.exe ftp://xmlsoft.org/libxml2/libxslt-$(LIBXSLT_VERSION).tar.gz -o libxslt-$(LIBXSLT_VERSION).tar.gz - -libxslt: libxml2-$(LIBXML2_VERSION).tar.gz libxslt-$(LIBXSLT_VERSION).tar.gz - tar xvf libxml2-$(LIBXML2_VERSION).tar.gz - tar xvf libxslt-$(LIBXSLT_VERSION).tar.gz - tar xvf libxslt-$(LIBXSLT_VERSION)-fix.tar.gz - cd libxslt-$(LIBXSLT_VERSION) && ./configure --with-libxml-src=../libxml2-$(LIBXML2_VERSION) -enable-shared=no CFLAGS=-DLIBXML_STATIC - cd libxslt-$(LIBXSLT_VERSION) && make - mkdir -p libs/include/libxslt && cp libxslt-$(LIBXSLT_VERSION)/libxslt/*.h libs/include/libxslt/ - cp libxslt-$(LIBXSLT_VERSION)/libxslt/.libs/libxslt.a libs/lib/ - cp libxslt-$(LIBXSLT_VERSION)/libexslt/.libs/libexslt.a libs/lib/ - rm -r -f libxml2-$(LIBXML2_VERSION) - rm -r -f libxslt-$(LIBXSLT_VERSION) - touch libxslt - -curl-$(CURL_VERSION).tar.gz: - curl.exe http://curl.haxx.se/download/curl-$(CURL_VERSION).tar.gz -o curl-$(CURL_VERSION).tar.gz - -curl: curl-$(CURL_VERSION).tar.gz - tar xvf curl-$(CURL_VERSION).tar.gz - cd curl-$(CURL_VERSION) && LIBS="-L`pwd`/../libs/lib $$LIBS" && export LIBS && ./configure --disable-shared --with-ssl="`pwd`/../libs" - #cd curl-$(CURL_VERSION) && make install exec_prefix="`pwd`/../libs" - cd curl-$(CURL_VERSION) && make - mkdir -p libs/include/curl && cp curl-$(CURL_VERSION)/include/curl/*.h libs/include/curl/ - cp curl-$(CURL_VERSION)/lib/.libs/libcurl.a libs/lib/ - rm -r -f curl-$(CURL_VERSION) - touch curl - -tcl$(TCL_VERSION)-src.tar.gz: - curl.exe -L http://prdownloads.sourceforge.net/tcl/tcl$(TCL_VERSION)-src.tar.gz -o tcl$(TCL_VERSION)-src.tar.gz - -sqlcipher-$(SQLCIPHER_VERSION).tar.gz: - curl.exe -L -k https://github.com/sqlcipher/sqlcipher/archive/v$(SQLCIPHER_VERSION).tar.gz -o sqlcipher-$(SQLCIPHER_VERSION).tar.gz - -sqlcipher: tcl$(TCL_VERSION)-src.tar.gz sqlcipher-$(SQLCIPHER_VERSION).tar.gz - # tcl - tar xvf tcl$(TCL_VERSION)-src.tar.gz - mkdir -p tcl$(TCL_VERSION)/build - cd tcl$(TCL_VERSION)/build && ../win/configure - cd tcl$(TCL_VERSION)/build && make - #sqlcipher - tar xvf sqlcipher-$(SQLCIPHER_VERSION).tar.gz - cd sqlcipher-$(SQLCIPHER_VERSION) && ln -s ../tcl$(TCL_VERSION)/build/tclsh86.exe tclsh - mkdir -p tcl$(TCL_VERSION)/lib - ln -s `pwd`/tcl$(TCL_VERSION)/library `pwd`/tcl$(TCL_VERSION)/lib/tcl8.6 - cd sqlcipher-$(SQLCIPHER_VERSION) && PATH=$$PATH:`pwd`/../tcl$(TCL_VERSION)/build && LIBS="-L`pwd`/../libs/lib -lgdi32 $$LIBS" && export LIBS && ./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC -I`pwd`/../libs/include -I`pwd`/../tcl$(TCL_VERSION)/generic" LDFLAGS="-L`pwd`/../libs/lib -lcrypto -lgdi32" --with-tcl="`pwd`/../tcl$(TCL_VERSION)/build" && make install prefix="`pwd`/install" - cp -r sqlcipher-$(SQLCIPHER_VERSION)/install/include/* libs/include/ - cp sqlcipher-$(SQLCIPHER_VERSION)/install/lib/libsqlcipher.a libs/lib/ - cp sqlcipher-$(SQLCIPHER_VERSION)/install/bin/sqlcipher.exe libs/bin/ - rm -r -f sqlcipher-$(SQLCIPHER_VERSION) - rm -r -f tcl$(TCL_VERSION) - touch sqlcipher - -libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz: - curl.exe -L -k http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz -o libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz - -libmicrohttpd: libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz - tar xvf libmicrohttpd-$(LIBMICROHTTPD_VERSION).tar.gz - cd libmicrohttpd-$(LIBMICROHTTPD_VERSION) && ./configure - #cd libmicrohttpd-$(LIBMICROHTTPD_VERSION) && make install exec_prefix="`pwd`/../libs" - cd libmicrohttpd-$(LIBMICROHTTPD_VERSION) && make - cp libmicrohttpd-$(LIBMICROHTTPD_VERSION)/src/include/*.h libs/include/ - cp libmicrohttpd-$(LIBMICROHTTPD_VERSION)/src/microhttpd/.libs/*.a libs/lib/ - cp libmicrohttpd-$(LIBMICROHTTPD_VERSION)/src/microhttpd/.libs/*.dll libs/bin/ - rm -r -f libmicrohttpd-$(LIBMICROHTTPD_VERSION) - touch libmicrohttpd - -ffmpeg-$(FFMPEG_VERSION).tar.gz: - curl.exe -L -k http://ffmpeg.org/releases/ffmpeg-$(FFMPEG_VERSION).tar.gz -o ffmpeg-$(FFMPEG_VERSION).tar.gz - -ffmpeg: ffmpeg-$(FFMPEG_VERSION).tar.gz - tar xvf ffmpeg-$(FFMPEG_VERSION).tar.gz - cd ffmpeg-$(FFMPEG_VERSION) && ./configure --enable-shared --disable-yasm - cd ffmpeg-$(FFMPEG_VERSION) && make - mkdir -p libs/include/libavcodec && cp -r ffmpeg-$(FFMPEG_VERSION)/libavcodec/*.h libs/include/libavcodec/ - cp -r ffmpeg-$(FFMPEG_VERSION)/libavcodec/*.a libs/lib/ - cp -r ffmpeg-$(FFMPEG_VERSION)/libavcodec/*.dll libs/bin/ - mkdir -p libs/include/libavutil && cp -r ffmpeg-$(FFMPEG_VERSION)/libavutil/*.h libs/include/libavutil/ - cp -r ffmpeg-$(FFMPEG_VERSION)/libavutil/*.a libs/lib/ - cp -r ffmpeg-$(FFMPEG_VERSION)/libavutil/*.dll libs/bin/ - mkdir -p libs/include/libswresample && cp -r ffmpeg-$(FFMPEG_VERSION)/libswresample/*.h libs/include/libswresample/ - cp -r ffmpeg-$(FFMPEG_VERSION)/libswresample/*.a libs/lib/ - cp -r ffmpeg-$(FFMPEG_VERSION)/libswresample/*.dll libs/bin/ - rm -r -f ffmpeg-$(FFMPEG_VERSION) - touch ffmpeg - - -copylibs: - read -p "Do you want to copy libs to retroshare? (yes|no)" answer; \ - if [ "$$answer" = "yes" ] ; then \ - cp -r libs ../../ ; \ - fi - diff --git a/win_build_libs/build_ext.sh b/win_build_libs/build_ext.sh deleted file mode 100755 index 6c3721cdd..000000000 --- a/win_build_libs/build_ext.sh +++ /dev/null @@ -1,169 +0,0 @@ -cd Build - -mkdir -p libs/include -mkdir -p libs/lib -mkdir -p libs/bin - -[ -s zlib-1.2.3.tar.gz ] || curl -L http://sourceforge.net/projects/libpng/files/zlib/1.2.3/zlib-1.2.3.tar.gz/download -o zlib-1.2.3.tar.gz -if [ -s zlib-1.2.3.tar.gz ]; then - tar xvf zlib-1.2.3.tar.gz - cd zlib-1.2.3 - ./configure - #make install prefix="`pwd`/../libs" - make - cp zlib.h ../libs/include/ - cp zconf.h ../libs/include/ - cp libz.a ../libs/lib/ - cd .. - rm -r -f zlib-1.2.3 -fi - -[ -s bzip2-1.0.6.tar.gz ] || curl http://bzip.org/1.0.6/bzip2-1.0.6.tar.gz -o bzip2-1.0.6.tar.gz -if [ -s bzip2-1.0.6.tar.gz ]; then - tar xvf bzip2-1.0.6.tar.gz - cd bzip2-1.0.6 - #make install PREFIX="`pwd`/../libs" - make - cp bzlib.h ../libs/include/ - cp libbz2.a ../libs/lib/ - cd .. - rm -r -f bzip2-1.0.6 -fi - -[ -s miniupnpc-1.3.tar.gz ] || curl -L http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.3.tar.gz -o miniupnpc-1.3.tar.gz -if [ -s miniupnpc-1.3.tar.gz ]; then - tar xvf miniupnpc-1.3.tar.gz - cd miniupnpc-1.3 - make -f Makefile.mingw init libminiupnpc.a miniupnpc.dll - mkdir -p ../libs/include/miniupnpc && cp *.h ../libs/include/miniupnpc/ - cp libminiupnpc.a ../libs/lib/ - cp miniupnpc.dll ../libs/bin/ - cd .. - rm -r -f miniupnpc-1.3 -fi - -[ -s openssl-1.0.1h.tar.gz ] || curl -k https://www.openssl.org/source/openssl-1.0.1h.tar.gz -o openssl-1.0.1h.tar.gz -if [ -s openssl-1.0.1h.tar.gz ]; then - tar xvf openssl-1.0.1h.tar.gz - cd openssl-1.0.1h - #./config --prefix="`pwd`/../libs" - #make install - ./config - make - mkdir -p ../libs/include/openssl && cp include/openssl/*.h ../libs/include/openssl/ - cp libcrypto.a ../libs/lib/ - cp libssl.a ../libs/lib/ - cd .. - rm -r -f openssl-1.0.1h -fi - -[ -s speex-1.2rc1.tar.gz ] || curl http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz -o speex-1.2rc1.tar.gz -if [ -s speex-1.2rc1.tar.gz ]; then - tar xvf speex-1.2rc1.tar.gz - cd speex-1.2rc1 - ./configure - #make install exec_prefix="`pwd`/../libs" - make - mkdir -p ../libs/include/speex && cp include/speex/*.h ../libs/include/speex/ - cp libspeex/.libs/libspeex.a ../libs/lib - cp libspeex/.libs/libspeexdsp.a ../libs/lib - cd .. - rm -r -f speex-1.2rc1 -fi - -[ -s opencv-2.4.9.tar.gz ] || curl -L -k https://github.com/Itseez/opencv/archive/2.4.9.tar.gz -o opencv-2.4.9.tar.gz -if [ -s opencv-2.4.9.tar.gz ]; then - tar xvf opencv-2.4.9.tar.gz - cd opencv-2.4.9 - mkdir -p build - cd build - #cmake .. -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="`pwd`/../../libs" - cmake .. -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="`pwd`/install" - make install - cp -r install/include/* ../../libs/include/ - mkdir -p ../../libs/lib/opencv && cp -r install/x64/mingw/staticlib/* ../../libs/lib/opencv/ - cd ../.. - rm -r -f opencv-2.4.9 -fi - -[ -s libxml2-2.9.1.tar.gz ] || curl ftp://xmlsoft.org/libxml2/libxml2-2.9.1.tar.gz -o libxml2-2.9.1.tar.gz -[ -s libxslt-1.1.28.tar.gz ] || curl ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz -o libxslt-1.1.28.tar.gz -if [ -s libxml2-2.9.1.tar.gz -a -s libxslt-1.1.28.tar.gz ]; then - tar xvf libxml2-2.9.1.tar.gz - cd libxml2-2.9.1 - ./configure --without-iconv -enable-shared=no - #make install exec_prefix="`pwd`/../libs" - make - mkdir -p ../libs/include/libxml && cp include/libxml/*.h ../libs/include/libxml/ - cp .libs/libxml2.a ../libs/lib/ - cd .. - - tar xvf libxslt-1.1.28.tar.gz - tar xvf libxslt-1.1.28-fix.tar.gz - cd libxslt-1.1.28 - ./configure --with-libxml-src=../libxml2-2.9.1 -enable-shared=no CFLAGS=-DLIBXML_STATIC - make - mkdir -p ../libs/include/libxslt && cp libxslt/*.h ../libs/include/libxslt/ - cp libxslt/.libs/libxslt.a ../libs/lib/ - cp libexslt/.libs/libexslt.a ../libs/lib/ - cd .. - rm -r -f libxml2-2.9.1 - rm -r -f libxslt-1.1.28 -fi - -[ -s curl-7.34.0.tar.gz ] || curl http://curl.haxx.se/download/curl-7.34.0.tar.gz -o curl-7.34.0.tar.gz -if [ -s curl-7.34.0.tar.gz ]; then - tar xvf curl-7.34.0.tar.gz - cd curl-7.34.0 - LIBS_OLD=$LIBS - LIBS="-L`pwd`/../libs/lib $LIBS" - export LIBS - ./configure --disable-shared --with-ssl="`pwd`/../libs" - #make install exec_prefix="`pwd`/../libs" - make - LIBS=$LIBS_OLD - LIBS_OLD= - export LIBS - mkdir -p ../libs/include/curl && cp include/curl/*.h ../libs/include/curl/ - cp lib/.libs/libcurl.a ../libs/lib/ - cd .. - rm -r -f curl-7.34.0 -fi - -[ -s tcl8.6.2-src.tar.gz ] || curl -L http://prdownloads.sourceforge.net/tcl/tcl8.6.2-src.tar.gz -o tcl8.6.2-src.tar.gz -[ -s sqlcipher-2.2.1.tar.gz ] || curl -L -k https://github.com/sqlcipher/sqlcipher/archive/v2.2.1.tar.gz -o sqlcipher-2.2.1.tar.gz -if [ -s tcl8.6.2-src.tar.gz -a -s sqlcipher-2.2.1.tar.gz ]; then - tar xvf tcl8.6.2-src.tar.gz - cd tcl8.6.2 - mkdir -p build - cd build - ../win/configure - make - #make clean - cd ../.. - - tar xvf sqlcipher-2.2.1.tar.gz - cd sqlcipher-2.2.1 - ln -s ../tcl8.6.2/build/tclsh86.exe tclsh - mkdir -p `pwd`/../tcl8.6.2/lib - ln -s `pwd`/../tcl8.6.2/library `pwd`/../tcl8.6.2/lib/tcl8.6 - PATH=$PATH:`pwd`/../tcl8.6.2/build - LIBS_OLD=$LIBS - LIBS="-L`pwd`/../libs/lib -lgdi32 $LIBS" - export LIBS - ./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC -I`pwd`/../libs/include -I`pwd`/../tcl8.6.2/generic" LDFLAGS="-L`pwd`/../libs/lib -lcrypto -lgdi32" --with-tcl="`pwd`/../tcl8.6.2/build" - make install prefix="`pwd`/install" - LIBS=$LIBS_OLD - LIBS_OLD= - export LIBS - cp -r install/include/* ../libs/include/ - cp install/lib/libsqlcipher.a ../libs/lib/ - cp install/bin/sqlcipher.exe ../libs/bin/ - rm -r -f `pwd`/../tcl8.6.2/lib - rm tclsh - cd .. - rm -r -f sqlcipher-2.2.1 - rm -r -f tcl8.6.2 -fi - -cd ..