diff --git a/retroshare-gui/src/RetroShare.pro b/retroshare-gui/src/RetroShare.pro
index 4c37eb871..d19fa7a5b 100644
--- a/retroshare-gui/src/RetroShare.pro
+++ b/retroshare-gui/src/RetroShare.pro
@@ -437,8 +437,8 @@ TRANSLATIONS += \
lang/retroshare_af.ts \
lang/retroshare_gr.ts \
lang/retroshare_it.ts \
- lang/retroshare_jp.ts \
- lang/retroshare_kr.ts \
+ lang/retroshare_ja.ts \
+ lang/retroshare_ko.ts \
lang/retroshare_pl.ts \
lang/retroshare_pt.ts \
lang/retroshare_ru.ts \
diff --git a/retroshare-gui/src/gui/images.qrc b/retroshare-gui/src/gui/images.qrc
index 196c9550b..4a84b325e 100644
--- a/retroshare-gui/src/gui/images.qrc
+++ b/retroshare-gui/src/gui/images.qrc
@@ -151,8 +151,8 @@
images/emoticons/kopete/kopete020.png
images/flags/af.png
images/flags/cn.png
- images/flags/cn_simp.png
- images/flags/cn_trad.png
+ images/flags/zh_CN.png
+ images/flags/zh_TW.png
images/flags/de.png
images/flags/dk.png
images/flags/en.png
@@ -161,7 +161,7 @@
images/flags/fr.png
images/flags/gr.png
images/flags/it.png
- images/flags/jp.png
+ images/flags/ja.png
images/flags/kr.png
images/flags/pl.png
images/flags/pt.png
diff --git a/retroshare-gui/src/gui/images/flags/ja.png b/retroshare-gui/src/gui/images/flags/ja.png
new file mode 100644
index 000000000..b6563899e
Binary files /dev/null and b/retroshare-gui/src/gui/images/flags/ja.png differ
diff --git a/retroshare-gui/src/gui/images/flags/zh_CN.png b/retroshare-gui/src/gui/images/flags/zh_CN.png
new file mode 100644
index 000000000..2d1c8803d
Binary files /dev/null and b/retroshare-gui/src/gui/images/flags/zh_CN.png differ
diff --git a/retroshare-gui/src/gui/images/flags/zh_TW.png b/retroshare-gui/src/gui/images/flags/zh_TW.png
new file mode 100644
index 000000000..2d1c8803d
Binary files /dev/null and b/retroshare-gui/src/gui/images/flags/zh_TW.png differ
diff --git a/retroshare-gui/src/lang/lang.qrc b/retroshare-gui/src/lang/lang.qrc
index e57bc5b49..d0ef44790 100644
--- a/retroshare-gui/src/lang/lang.qrc
+++ b/retroshare-gui/src/lang/lang.qrc
@@ -1,22 +1,23 @@
+ retroshare_af.qm
+ retroshare_bg.qm
retroshare_en.qm
+ retroshare_da.qm
retroshare_de.qm
retroshare_es.qm
retroshare_fi.qm
retroshare_fr.qm
- retroshare_ru.qm
- retroshare_af.qm
+ retroshare_cy.qm
retroshare_gr.qm
retroshare_it.qm
- retroshare_jp.qm
- retroshare_kr.qm
+ retroshare_ja.qm
+ retroshare_ko.qm
retroshare_pl.qm
retroshare_pt.qm
- retroshare_tr.qm
+ retroshare_ru.qm
+ retroshare_tr.qm
retroshare_sl.qm
- retroshare_da.qm
- retroshare_bg.qm
retroshare_sr.qm
retroshare_sv.qm
retroshare_zh_CN.qm
diff --git a/retroshare-gui/src/lang/languagesupport.cpp b/retroshare-gui/src/lang/languagesupport.cpp
index 2575af026..4d3f8ae65 100644
--- a/retroshare-gui/src/lang/languagesupport.cpp
+++ b/retroshare-gui/src/lang/languagesupport.cpp
@@ -34,32 +34,28 @@ void
LanguageSupport::initialize()
{
_languages.clear();
- _languages.insert("en", "English");
- _languages.insert("de", "Deutsch");
_languages.insert("af", "Afrikaans");
- _languages.insert("da", "Danish");
+ _languages.insert("bg", "Bulgarien");
_languages.insert("cy", "Welsh");
- _languages.insert("fr",
- QString::fromUtf8("Fran\303\247ais"));
+ _languages.insert("de", "Deutsch");
+ _languages.insert("da", "Danish");
+ _languages.insert("en", "English");
+ _languages.insert("es", QString::fromUtf8("spanish"));
+ _languages.insert("fr", QString::fromUtf8("Fran\303\247ais"));
+ _languages.insert("fi", "suomi");
_languages.insert("gr", "Greek");
_languages.insert("it", "Italiano");
- _languages.insert("jp", "Japanese");
- _languages.insert("kr", "Korean");
+ _languages.insert("ja", QString::fromUtf8("\346\227\245\346\234\254\350\252\236"));
+ _languages.insert("ko", "Korean");
_languages.insert("pl", "Polish");
_languages.insert("pt", "Portuguese");
- _languages.insert("ru",
- QString::fromUtf8("\320\240\321\203\321\201\321\201\320\272\320\270\320\271"));
- _languages.insert("es",
- QString::fromUtf8("spanish"));
+ _languages.insert("ru", QString::fromUtf8("\320\240\321\203\321\201\321\201\320\272\320\270\320\271"));
_languages.insert("sl", "slovenian");
_languages.insert("sr", "Serbian");
_languages.insert("sv", "svenska");
_languages.insert("tr", QString::fromUtf8("T\303\274rk\303\247e"));
- _languages.insert("fi", "suomi");
- _languages.insert("zh_CN",
- QString::fromUtf8("\347\256\200\344\275\223\345\255\227"));
- _languages.insert("zh_TW",
- QString::fromUtf8("\347\260\241\351\253\224\345\255\227"));
+ _languages.insert("zh_CN", QString::fromUtf8("\347\256\200\344\275\223\345\255\227"));
+ _languages.insert("zh_TW", QString::fromUtf8("\347\260\241\351\253\224\345\255\227"));
}
diff --git a/retroshare-gui/src/lang/retroshare_af.qm b/retroshare-gui/src/lang/retroshare_af.qm
index 3a5222aa1..f313da663 100644
Binary files a/retroshare-gui/src/lang/retroshare_af.qm and b/retroshare-gui/src/lang/retroshare_af.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_af.ts b/retroshare-gui/src/lang/retroshare_af.ts
index fe84c0be6..46d5cb621 100644
--- a/retroshare-gui/src/lang/retroshare_af.ts
+++ b/retroshare-gui/src/lang/retroshare_af.ts
@@ -497,6 +497,64 @@ p, li { white-space: pre-wrap; }
About
+
+ BlogDetails
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Toemaak
+
+
BlogDialog
@@ -602,12 +660,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
-
+
-
+
-
+
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
Name
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
@@ -722,12 +795,12 @@ Available: %3
BlogsMsgItem
-
+
-
+
-
+
-
-
-
-
-
-
+
-
+
-
-
+
+
-
-
-
-
-
-
+
-
+
Hide
@@ -874,48 +933,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
Select Certificate
-
+
-
+
@@ -924,28 +983,28 @@ p, li { white-space: pre-wrap; }
Certificates (*.pqi *.pem)
-
+
-
-
+
+
Retroshare
-
+
-
+
-
+
@@ -1151,49 +1210,49 @@ p, li { white-space: pre-wrap; }
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -1503,12 +1562,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
kreƫer kanaal
-
+
Subscribe To Kanaal
@@ -1532,7 +1591,7 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -1577,49 +1636,69 @@ p, li { white-space: pre-wrap; }
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
-
-
+
+
+
+
@@ -1648,69 +1727,57 @@ Available: %3
ConclusionPage
-
+
Maak Vriend
-
+
-
+
-
+
-
-
-
+
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
-
+
-
+
@@ -1718,15 +1785,13 @@ Available: %3
ConfCertDialog
-
+
kanselleer
-
-
- Port:
+ Port:
@@ -1749,6 +1814,16 @@ Available: %3
Details
+
+
+
+ Name
+
+
+
+
+
+
@@ -1769,11 +1844,6 @@ Available: %3
-
-
-
-
-
@@ -1784,21 +1854,6 @@ Available: %3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1811,13 +1866,13 @@ Available: %3
-
+
Retroshare
-
+
@@ -1842,37 +1897,37 @@ Available: %3
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -1882,62 +1937,78 @@ Available: %3
-
+
-
-
-
-
-
-
+
-
-
+
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+ Maak Vriend
+
+
+
@@ -2016,12 +2087,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
-
+
-
+
Name
-
+
-
+
Tipe:
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Retroshare
-
+
@@ -2098,65 +2169,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
-
-
-
-
-
-
+
-
+
-
+
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
Retroshare
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
CreateChannelMsg
@@ -2338,7 +2669,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Toemaak
@@ -2358,30 +2689,56 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+ Retroshare
+
+
+
+
+
+
+
+
+
+
+
+
+
CryptoPage
@@ -2411,7 +2768,7 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
@@ -2702,29 +3059,44 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Date
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
-
+
-
+
@@ -2834,12 +3206,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
-
+
@@ -3035,57 +3407,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
-
+
-
+
@@ -3108,57 +3497,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -3886,33 +4275,33 @@ p, li { white-space: pre-wrap; }
Generate New Certificate
-
-
+
+
-
+
-
+
-
+
-
+
Select Trusted Friend
-
+
Certificates (*.pqi *.pem)
@@ -3998,8 +4387,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
@@ -4021,18 +4410,18 @@ p, li { white-space: pre-wrap; }
-
+
-
-
+
+
-
+
@@ -4960,53 +5349,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
-
+
Praat saam met Vriend
-
+
Oorsteek
-
+
Email
-
+
Kanaal
-
+
+
+
+
+
+
+
+
+
+
+
-
+
Options
-
+
Hide
-
+
Show
-
+
+
+
+
+
+
Retroshare
@@ -5046,12 +5450,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
-
+
Files Biblioteek
@@ -5060,47 +5464,47 @@ p, li { white-space: pre-wrap; }
Byvoeg Gedeelte Katalogus
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Help
@@ -5110,22 +5514,22 @@ p, li { white-space: pre-wrap; }
About
-
+
-
+
-
+
-
+
@@ -5134,22 +5538,22 @@ p, li { white-space: pre-wrap; }
Settings
-
+
-
+
-
+
-
+
@@ -5223,29 +5627,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
Nuut Boodskap
-
+
Antwoord aan Boodskap
-
+
Remove Boodskap
-
+
Date
-
+
From
@@ -5312,22 +5716,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Email-Inbox
-
-
+
+
Email-Outbox
-
-
+
+
Konsep
@@ -5399,7 +5803,7 @@ p, li { white-space: pre-wrap; }
Download All
-
+
@@ -5414,107 +5818,107 @@ p, li { white-space: pre-wrap; }
Sources
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Download
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
@@ -5668,114 +6072,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
-
+
-
+
GroepPraat
-
+
-
+
Verbind to Vriend
-
+
Peer Details
-
+
Configure Friend
-
+
-
+
-
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
+
-
+
-
+
Save Certificate
-
+
Certificates (*.pqi)
-
+
-
+
-
+
@@ -5804,7 +6208,7 @@ p, li { white-space: pre-wrap; }
-
+
@@ -5814,39 +6218,44 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -5861,17 +6270,17 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
-
+
+
Select a pem/pqi File
-
-
+
+
File Not Found
-
-
+
+
%1 does not exist. Would you like to create it?
-
-
+
+
Failed to Create File
-
-
+
+
Unable to create %1 [%2]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
Select Certificate
-
+
Certificates (*.pqi *.pem)
@@ -6254,7 +6643,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
@@ -6275,13 +6664,13 @@ p, li { white-space: pre-wrap; }
Country
-
-
+
+
Cert Id
-
+
@@ -6291,113 +6680,133 @@ p, li { white-space: pre-wrap; }
Network
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
Retroshare
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -6407,7 +6816,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Byvoeg Vriend
-
+
-
+
-
+
-
+
@@ -6897,12 +7311,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Praat
-
+
Configure Friend
@@ -6911,12 +7325,12 @@ p, li { white-space: pre-wrap; }
Remove Friend
-
+
Save Certificate
-
+
Certificates (*.pqi)
@@ -6938,7 +7352,7 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">Vriend</span></p></body></html>
-
+
Verbind to Vriend
@@ -6953,158 +7367,158 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
Peer Details
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
Oorsend
-
+
@@ -7167,62 +7581,68 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
Byvoeg Vriend
-
+
@@ -7232,7 +7652,7 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
@@ -7551,37 +7971,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Oorsend
@@ -7596,8 +8016,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
@@ -8097,7 +8527,16 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+
+
+
-
-
+
+
@@ -8660,8 +9095,8 @@ p, li { white-space: pre-wrap; }
Results
-
-
+
+
Download
@@ -8671,45 +9106,46 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
Broadcast on Channe
-
+
Recommend to Friends
-
-
-
-
+
+
+
+
-
+
Remove
-
+
Remove All
-
+
+
@@ -8752,24 +9188,24 @@ p, li { white-space: pre-wrap; }
Documents
-
+
-
+
-
-
+
+
-
-
+
+
@@ -8823,7 +9259,7 @@ p, li { white-space: pre-wrap; }
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -8890,11 +9367,6 @@ p, li { white-space: pre-wrap; }
-
-
-
-
-
SendLinkDialog
@@ -9258,74 +9730,87 @@ p, li { white-space: pre-wrap; }
-
-
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
@@ -9856,22 +10341,22 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
Retroshare
@@ -9881,37 +10366,37 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
sertifikaat belaai nee werk
@@ -9957,42 +10442,42 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Name
i.e: file name
Name
-
+
Size
i.e: file size
Size
@@ -10119,250 +10604,250 @@ p, li { white-space: pre-wrap; }
Sources
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
Progress
-
+
Speed
i.e: upload speed
Speed
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
Retroshare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10390,21 +10875,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10413,69 +10883,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- File Name
+ File Name
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Tipe:
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Tipe:
diff --git a/retroshare-gui/src/lang/retroshare_bg.qm b/retroshare-gui/src/lang/retroshare_bg.qm
index 7625099b1..64f9a554e 100644
Binary files a/retroshare-gui/src/lang/retroshare_bg.qm and b/retroshare-gui/src/lang/retroshare_bg.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_bg.ts b/retroshare-gui/src/lang/retroshare_bg.ts
index e8a2a061d..b8b80b79e 100644
--- a/retroshare-gui/src/lang/retroshare_bg.ts
+++ b/retroshare-gui/src/lang/retroshare_bg.ts
@@ -484,6 +484,64 @@ p, li { white-space: pre-wrap; }
ŠŠ° ŠæŃŠ¾Š³ŃŠ°Š¼Š°ŃŠ°
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+ ŠŃŠŗŠ°Š·
+
+
+
+ OK
+
+
+
+
+ Close
+ ŠŠ°ŃŠ²Š°ŃŃŠ½Šµ
+
+
BlogDialog
@@ -589,12 +647,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -603,26 +661,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -631,12 +689,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -645,61 +703,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
ŠŠ¼Šµ
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -709,12 +782,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -723,7 +796,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; }
@@ -732,42 +805,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Š”ŠŗŃŠøŠ²Š°Š½Šµ
@@ -861,48 +920,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
ŠŠ·Š±ŠµŃŠµŃŠµ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -911,28 +970,28 @@ p, li { white-space: pre-wrap; }
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŠø (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1138,49 +1197,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1490,12 +1549,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Š”ŃŠ·Š“Š°Š²Š°Š½Šµ Š½Š° ŠŗŠ°Š½Š°Š»
-
+
Subscribe To Channel
ŠŠ±Š¾Š½Š°Š¼ŠµŠ½Ń Š·Š° ŠŗŠ°Š½Š°Š»
@@ -1519,7 +1578,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; }
@@ -1528,32 +1587,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1564,49 +1623,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1635,69 +1714,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
ŠŠ¾Š² ŠæŃŠøŃŃŠµŠ»
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1705,15 +1772,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
ŠŃŠŗŠ°Š·
-
-
Port:
- ŠŠ¾ŃŃ:
+ ŠŠ¾ŃŃ:
Trust Settings
@@ -1736,6 +1801,16 @@ Available: %3
Details
ŠŠ¾Š“ŃŠ¾Š±Š½Š¾ŃŃŠø
+
+
+ Name
+ ŠŠ¼Šµ
+
+
+
+ Loc
+
+
Peer Address
@@ -1756,11 +1831,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1771,21 +1841,6 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
@@ -1798,13 +1853,13 @@ Available: %3
-
+
RetroShare
RetroShare
-
+
Error : cannot get peer details.
@@ -1829,37 +1884,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -1869,62 +1924,78 @@ Available: %3
-
+
Deny Friend
-
- Make Friends
-
-
-
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
-
+
+ SignGPG Key
+
+
+
+
+ Make Friend
+ ŠŠ¾Š² ŠæŃŠøŃŃŠµŠ»
+
+
+
OK
@@ -2003,12 +2074,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2017,67 +2088,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
ŠŠ¼Šµ
-
+
Description
-
+
Type:
ŠŠøŠ“:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
ŠŃŠŗŠ°Š·
-
+
Create
-
+
RetroShare
RetroShare
-
+
Please add a Name
@@ -2085,65 +2156,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2325,7 +2656,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
ŠŠ°ŃŠ²Š°ŃŃŠ½Šµ
@@ -2345,30 +2676,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ RetroShare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2398,7 +2755,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; }
@@ -2407,12 +2764,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2421,7 +2778,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2669,29 +3026,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ ŠŠ°ŃŠ°
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
-
+
Cancel
ŠŃŠŗŠ°Š·
@@ -2801,12 +3173,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3005,57 +3377,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3078,57 +3467,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3862,33 +4251,33 @@ p, li { white-space: pre-wrap; }
ŠŠµŠ½ŠµŃŠøŃŠ°Š½Šµ Š½Š° Š½Š¾Š² ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
ŠŠ·Š±Š¾Ń Š½Š° Š“Š¾Š²ŠµŃŠµŠ½ ŠæŃŠøŃŃŠµŠ»
-
+
Certificates (*.pqi *.pem)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŠø (*.pqi *.pem)
@@ -3962,8 +4351,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -3985,18 +4374,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4697,53 +5086,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
ŠŃŠµŠ¶Š°
-
+
Friends
ŠŃŠøŃŃŠµŠ»Šø
-
+
Transfers
Š¢ŃŠ°Š½ŃŃŠµŃ
-
+
Messages
Š”ŃŠ¾Š±ŃŠµŠ½ŠøŃ
-
+
Channels
ŠŠ°Š½Š°Š»Šø
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
ŠŠ°ŃŃŃŠ¾Š¹ŠŗŠø
-
+
Hide
Š”ŠŗŃŠøŠ²Š°Š½Šµ
-
+
Show
ŠŠ¾ŠŗŠ°Š·Š²Š°Š½Šµ
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -4783,12 +5187,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Š¢ŃŃŃŠµŠ½Šµ
-
+
Files
Š¤Š°Š¹Š»Š¾Š²Šµ
@@ -4797,47 +5201,47 @@ p, li { white-space: pre-wrap; }
ŠŠ¾Š±Š°Š²ŃŠ½Šµ Š½Š° Š“ŠøŃŠµŠŗŃŠ¾ŃŠøŃ Š·Š° ŃŠæŠ¾Š“ŠµŠ»ŃŠ½Šµ
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
ŠŠ¾Š¼Š¾Ń
@@ -4847,22 +5251,22 @@ p, li { white-space: pre-wrap; }
ŠŠ° ŠæŃŠ¾Š³ŃŠ°Š¼Š°ŃŠ°
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -4871,22 +5275,22 @@ p, li { white-space: pre-wrap; }
ŠŠ°ŃŃŃŠ¾Š¹ŠŗŠø
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -4960,29 +5364,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
ŠŠ¾Š²Š¾ ŃŃŠ¾Š±ŃŠµŠ½ŠøŠµ
-
+
Reply to Message
ŠŃŠ³Š¾Š²Š¾Ń
-
+
Remove Message
ŠŠ·ŃŃŠøŠ²Š°Š½Šµ
-
+
Date
ŠŠ°ŃŠ°
-
+
From
ŠŃ
@@ -5055,22 +5459,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
ŠŃ
Š¾Š“ŃŃŠ° ŠŗŃŃŠøŃ
-
-
+
+
Outbox
ŠŠ·Ń
Š¾Š“ŃŃŠ° ŠŗŃŃŠøŃ
-
-
+
+
Draft
Š§ŠµŃŠ½Š¾Š²Šø
@@ -5148,7 +5552,7 @@ p, li { white-space: pre-wrap; }
ŠŠ·ŃŠµŠ³Š»ŃŠ½Šµ Š½Š° Š²ŃŠøŃŠŗŠø
-
+
Print Document
@@ -5163,107 +5567,107 @@ p, li { white-space: pre-wrap; }
ŠŠ·ŃŠ¾ŃŠ½ŠøŃŠø
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
Š”Š²Š°Š»ŃŠ½Šµ
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5424,114 +5828,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
Š Š°Š·Š³Š¾Š²Š¾Ń
-
+
Message Friend
-
+
Connect To Friend
Š”Š²ŃŃŠ·Š²Š°Š½Šµ Ń ŠæŃŠøŃŃŠµŠ»
-
+
Peer Details
ŠŠ¾ŃŃŠµŠ±ŠøŃŠµŠ»ŃŠŗŠ° ŠøŠ½ŃŠ¾ŃŠ¼Š°ŃŠøŃ
-
+
Export Friend
ŠŠŗŃŠæŠ¾ŃŃ Š½Š° ŠæŃŠøŃŃŠµŠ»
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
ŠŠ°ŠæŠ°Š·Š²Š°Š½Šµ Š½Š° ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŠø (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -5560,7 +5964,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5570,39 +5974,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5617,17 +6026,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5937,73 +6346,53 @@ p, li { white-space: pre-wrap; }
ŠŠ°ŃŠµŠ¶Š“Š°Š½Šµ Š½Š° ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
-
+
+
Select a pem/pqi File
ŠŠ·Š±Š¾Ń Š½Š° pem/pqi ŃŠ°Š¹Š»
-
-
+
+
File Not Found
Š¤Š°Š¹Š»ŃŃ Š½Šµ Šµ Š½Š°Š¼ŠµŃŠµŠ½
-
-
+
+
%1 does not exist. Would you like to create it?
%1 Š½Šµ ŃŃŃŠµŃŃŠ²ŃŠ²Š°. ŠŃŠŗŠ°ŃŠµ Š»Šø Š“Š° Š³Š¾ ŃŃŠ·Š“Š°Š“ŠµŃŠµ?
-
-
+
+
Failed to Create File
ŠŃŠµŃŠŗŠ° ŠæŃŠø ŃŃŠ·Š“Š°Š²Š°Š½ŠµŃŠ¾ Š½Š° ŃŠ°Š¹Š»Š°
-
-
+
+
Unable to create %1 [%2]
%1 [%2] Š½Šµ Š¼Š¾Š¶Šµ Š“Š° Š±ŃŠ“Šµ ŃŃŠ·Š“Š°Š“ŠµŠ½
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
ŠŠ·Š±ŠµŃŠµŃŠµ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi *.pem)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŠø (*.pqi *.pem)
@@ -6031,7 +6420,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
ŠŠ¼Šµ
@@ -6052,13 +6441,13 @@ p, li { white-space: pre-wrap; }
ŠŃŃŠ¶Š°Š²Š°
-
-
+
+
Cert Id
Š”ŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Welcome to RetroShare.
@@ -6068,113 +6457,133 @@ p, li { white-space: pre-wrap; }
ŠŃŠµŠ¶Š°
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Menu
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6184,7 +6593,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6193,39 +6613,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6234,72 +6648,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
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
@@ -6681,12 +7095,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Š Š°Š·Š³Š¾Š²Š¾Ń
-
+
Export Friend
ŠŠŗŃŠæŠ¾ŃŃ Š½Š° ŠæŃŠøŃŃŠµŠ»
@@ -6695,12 +7109,12 @@ p, li { white-space: pre-wrap; }
ŠŠ·ŃŃŠøŠ²Š°Š½Šµ Š½Š° ŠæŃŠøŃŃŠµŠ»
-
+
Save Certificate
ŠŠ°ŠæŠ°Š·Š²Š°Š½Šµ Š½Š° ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŠø (*.pqi)
@@ -6725,7 +7139,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:9pt; font-weight:600;">ŠŃŠøŃŃŠµŠ»Šø</span></p></body></html>
-
+
Connect To Friend
Š”Š²ŃŃŠ·Š²Š°Š½Šµ Ń ŠæŃŠøŃŃŠµŠ»
@@ -6740,158 +7154,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
ŠŠ¾ŃŃŠµŠ±ŠøŃŠµŠ»ŃŠŗŠ° ŠøŠ½ŃŠ¾ŃŠ¼Š°ŃŠøŃ
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
ŠŠ·ŠæŃŠ°ŃŠ°Š½Šµ
-
+
Profile View
@@ -6954,62 +7368,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
ŠŠ¾Š±Š°Š²ŃŠ½Šµ Š½Š° ŠæŃŠøŃŃŠµŠ»
-
+
Create new Profile
@@ -7019,7 +7439,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; }
@@ -7028,12 +7448,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7338,37 +7758,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
ŠŠ·ŠæŃŠ°ŃŠ°Š½Šµ
@@ -7383,8 +7803,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7392,7 +7812,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7400,111 +7820,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -7884,7 +8314,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7893,12 +8332,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8447,8 +8882,8 @@ p, li { white-space: pre-wrap; }
Š ŠµŠ·ŃŠ»ŃŠ°ŃŠø
-
-
+
+
Download
Š”Š²Š°Š»ŃŠ½Šµ
@@ -8458,45 +8893,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
ŠŠ·Š»ŃŃŠ²Š°Š½Šµ ŠæŠ¾ ŠŗŠ°Š½Š°Š»
-
+
Recommend to Friends
ŠŃŠµŠæŠ¾ŃŃŠŗŠ° Š·Š° ŠæŃŠøŃŃŠµŠ»Šø
-
-
-
-
+
+
+
+
/
-
+
Remove
ŠŠ·ŃŃŠøŠ²Š°Š½Šµ
-
+
Remove All
ŠŠ·ŃŃŠøŠ²Š°Š½Šµ Š½Š° Š²ŃŠøŃŠŗŠ¾
-
+
+
Folder
@@ -8542,24 +8978,24 @@ p, li { white-space: pre-wrap; }
ŠŠ¾ŠŗŃŠ¼ŠµŠ½ŃŠø
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -8613,7 +9049,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; }
@@ -8622,7 +9058,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8630,6 +9071,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8680,11 +9157,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9064,74 +9536,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9662,22 +10147,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
@@ -9687,37 +10172,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
ŠŠµŃŃŠæŠµŃŠ½Š¾ Š·Š°ŃŠµŠ¶Š“Š°Š½Šµ Š½Š° ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
@@ -9763,42 +10248,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9814,18 +10299,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
ŠŃŠŗŠ°Š·
-
+
Clear Completed
ŠŠ·ŃŠøŃŃŠ²Š°Š½Šµ Š½Š° Š³Š¾ŃŠ¾Š²ŠøŃŠµ
-
+
Status
Š”ŃŃŃŠ¾ŃŠ½ŠøŠµ
@@ -9895,14 +10380,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
ŠŠ¼Šµ
-
+
Size
i.e: file size
Š Š°Š·Š¼ŠµŃ
@@ -9931,250 +10416,250 @@ p, li { white-space: pre-wrap; }
ŠŠ·ŃŠ¾ŃŠ½ŠøŃŠø
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
Š Š°Š·Š²ŠøŃŠøŠµ
-
+
Speed
i.e: upload speed
Š”ŠŗŠ¾ŃŠ¾ŃŃ
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10202,21 +10687,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10225,69 +10695,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- ŠŠ¼Šµ Š½Š° ŃŠ°Š¹Š»
+ ŠŠ¼Šµ Š½Š° ŃŠ°Š¹Š»
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- ŠŠøŠ“
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ ŠŠøŠ“
diff --git a/retroshare-gui/src/lang/retroshare_da.qm b/retroshare-gui/src/lang/retroshare_da.qm
index 31530aaa6..7b38cf99f 100644
Binary files a/retroshare-gui/src/lang/retroshare_da.qm and b/retroshare-gui/src/lang/retroshare_da.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_da.ts b/retroshare-gui/src/lang/retroshare_da.ts
index 8bc99a68a..5becfb7f5 100644
--- a/retroshare-gui/src/lang/retroshare_da.ts
+++ b/retroshare-gui/src/lang/retroshare_da.ts
@@ -439,6 +439,64 @@ p, li { white-space: pre-wrap; }
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+ Afbryd
+
+
+
+ OK
+ O.k.
+
+
+
+ Close
+ Luk
+
+
BlogDialog
@@ -544,12 +602,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -558,26 +616,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -586,12 +644,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -600,61 +658,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
Navn
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -664,12 +737,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -678,7 +751,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; }
@@ -687,42 +760,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
@@ -816,48 +875,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
VƦlg certifikat
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -866,28 +925,28 @@ p, li { white-space: pre-wrap; }
Certifikater (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1093,49 +1152,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1434,12 +1493,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Opret kanal
-
+
Subscribe To Channel
AbonnƩr pƄ kanal
@@ -1463,7 +1522,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; }
@@ -1472,32 +1531,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1508,49 +1567,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1579,69 +1658,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Bliv venner
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1649,15 +1716,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
Afbryd
-
-
Port:
- Port:
+ Port:
Trust Settings
@@ -1676,7 +1741,7 @@ Available: %3
Underskriv certifikatet
-
+
OK
O.k.
@@ -1685,6 +1750,11 @@ Available: %3
Peer Address
Peer adresse
+
+
+ Name
+ Navn
+
Last Contact
@@ -1705,11 +1775,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1720,78 +1785,84 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
-
- Make Friends
-
+
+ Make Friend
+ Bliv venner
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Loc
-
- Your trust in this peer is :
+
+ Local Address
-
+
+ External Address
+
+
+
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
@@ -1802,13 +1873,13 @@ Available: %3
-
+
RetroShare
RetroShare
-
+
Error : cannot get peer details.
@@ -1833,37 +1904,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -1947,12 +2018,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -1961,67 +2032,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
Navn
-
+
Description
-
+
Type:
Type:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
Afbryd
-
+
Create
-
+
RetroShare
RetroShare
-
+
Please add a Name
@@ -2029,65 +2100,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2269,7 +2600,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Luk
@@ -2289,30 +2620,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ RetroShare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2342,7 +2699,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; }
@@ -2351,12 +2708,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2365,7 +2722,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2549,29 +2906,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ Dato
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
O.k.
-
+
Cancel
Afbryd
@@ -2658,12 +3030,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -2852,57 +3224,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -2917,57 +3306,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3578,33 +3967,33 @@ p, li { white-space: pre-wrap; }
GenCertDialog
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
-
+
Certificates (*.pqi *.pem)
Certifikater (*.pqi *.pem)
@@ -3713,8 +4102,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -3736,18 +4125,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4420,148 +4809,163 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
-
+
Friends
-
+
Transfers
-
+
Messages
-
+
Channels
-
+
Options
-
+
Hide
-
+
Show
-
+
+
+
+
+
+
RetroShare
RetroShare
-
+
Search
-
+
Files
-
+
+ Blogs
+
+
+
+
Show/Hide
-
+
&Quit
-
+
+ You has a new message
+
+
+
+
Bandwidth Graph
-
+
Open Messenger
-
+
Internal Error
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -4671,29 +5075,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Ny besked
-
+
Reply to Message
-
+
Remove Message
-
+
Date
Dato
-
+
From
Fra
@@ -4707,106 +5111,106 @@ p, li { white-space: pre-wrap; }
Hent alle
-
+
Print Document
-
+
Forward selected Message
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Remove Messages
-
+
Forward Message
-
+
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
@@ -4858,22 +5262,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
-
-
+
+
Outbox
-
-
+
+
Draft
@@ -4884,7 +5288,7 @@ p, li { white-space: pre-wrap; }
-
+
Subject
@@ -5078,114 +5482,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
Samtale
-
+
Message Friend
-
+
Connect To Friend
-
+
Peer Details
Peer detaljer
-
+
Export Friend
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
-
+
Certificates (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -5210,7 +5614,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5220,39 +5624,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5267,17 +5676,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5547,73 +5956,53 @@ p, li { white-space: pre-wrap; }
Hent certifikat
-
-
+
+
Select a pem/pqi File
VƦlg en pem/pqi fil
-
-
+
+
File Not Found
Fil ikke fundet
-
-
+
+
%1 does not exist. Would you like to create it?
%1 findes ikke. Vil du oprette den?
-
-
+
+
Failed to Create File
Kunne ikke oprette fil
-
-
+
+
Unable to create %1 [%2]
Kunne ikke oprette %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
VƦlg certifikat
-
+
Certificates (*.pqi *.pem)
Certifikater (*.pqi *.pem)
@@ -5631,7 +6020,7 @@ Right-click and select 'make friend' to be able to connect.
-
+
Name
Navn
@@ -5652,124 +6041,144 @@ Right-click and select 'make friend' to be able to connect.
Land
-
-
+
+
Cert Id
Cert Id
-
+
Welcome to RetroShare.
-
+
Menu
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -5785,18 +6194,23 @@ Right-click and select 'make friend' to be able to connect.
-
- GPG key validity
+
+ Did I authenticated peer
-
-
+
+ Did I sign his gpg key
+
+
+
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5805,7 +6219,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; }
@@ -5814,92 +6228,92 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
+
External ip address finder
-
+
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
@@ -6252,61 +6666,61 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Samtale
-
+
Export Friend
-
+
(me)
-
+
-
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Save Certificate
-
+
Certificates (*.pqi)
-
+
Connect To Friend
@@ -6321,124 +6735,124 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Peer detaljer
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Send
Send
-
+
Profile View
@@ -6511,62 +6925,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
-
+
Create new Profile
@@ -6576,7 +6996,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; }
@@ -6585,12 +7005,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -6895,37 +7315,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
Send
@@ -6940,8 +7360,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -6949,7 +7369,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -6957,111 +7377,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -7417,7 +7847,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7426,12 +7865,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -7970,41 +8405,41 @@ p, li { white-space: pre-wrap; }
SearchDialog
-
-
+
+
Download
-
+
Broadcast on Channel
-
+
Recommend to Friends
-
-
-
-
+
+
+
+
/
-
+
Remove
-
+
Remove All
-
+
Download Notice
@@ -8014,34 +8449,35 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
-
+
+
Folder
@@ -8110,7 +8546,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; }
@@ -8119,7 +8555,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8127,6 +8568,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8187,11 +8664,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -8499,74 +8971,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9081,22 +9566,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
@@ -9106,37 +9591,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
Certifikat indlƦsning fejlede
@@ -9182,42 +9667,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9233,18 +9718,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Afbryd
-
+
Clear Completed
-
+
Status
@@ -9255,14 +9740,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Navn
-
+
Size
i.e: file size
StĆørrelse
@@ -9286,200 +9771,200 @@ p, li { white-space: pre-wrap; }
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Peer
i.e: user name
-
+
Progress
i.e: % uploaded
-
+
Speed
i.e: upload speed
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
+
+ Remaining
-
- Priority (Speed)
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
-
- Low
-
-
-
-
- Normal
-
-
-
-
- High
-
-
-
-
- Auto
-
-
-
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
version:
-
+
Queued
-
+
+ Speed / Queue position
+
+
+
+
+ Down
+
+
+
+
+ Up
+
+
+
+
+ Top
+
+
+
+
+ Bottom
+
+
+
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
RetroShare
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
@@ -9523,52 +10008,52 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
-
+
+
Uploading
@@ -9596,21 +10081,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -9619,69 +10089,13 @@ active transfers will block the transfer process.
-
- File Name
+
+ F2F router information
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Type
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Type
diff --git a/retroshare-gui/src/lang/retroshare_de.qm b/retroshare-gui/src/lang/retroshare_de.qm
index 8e59d47a3..175ebd43b 100644
Binary files a/retroshare-gui/src/lang/retroshare_de.qm and b/retroshare-gui/src/lang/retroshare_de.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_de.ts b/retroshare-gui/src/lang/retroshare_de.ts
index aeb9e8e88..f7183966d 100644
--- a/retroshare-gui/src/lang/retroshare_de.ts
+++ b/retroshare-gui/src/lang/retroshare_de.ts
@@ -1923,17 +1923,17 @@ p, li { white-space: pre-wrap; }
HinzufĆ¼gen
-
+
Auto Download On
Auto Download an
-
+
Auto Download Off
Auto Download aus
-
+
Create Channel
Kanal erstellen
@@ -1942,7 +1942,7 @@ p, li { white-space: pre-wrap; }
Kanal-Name
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -1955,22 +1955,22 @@ 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:14pt;">Kanal Name</span></p></body></html>
-
+
Post To Channel
In Kanal schreiben
-
+
Unsubscribe
Abbestellen
-
+
Subscribe To Channel
Kanal beitreten
-
+
Subscribe
Abonnieren
@@ -1979,7 +1979,7 @@ p, li { white-space: pre-wrap; }
Erstelle neuen Kanal
-
+
Unsubcribe To Channel
Kanal verlassen
@@ -1990,64 +1990,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+ Beliebtheit
+
+
+
ID
-
+
Own Channels
Meine KanƤle
-
+
Subscribed Channels
Abonnierte KanƤle
-
+
Popular Channels
PopulƤre KanƤle
-
+
Other Channels
Andere KanƤle
-
+
Post to Channel
-
+
Subscribe to Channel
Kanal abonnieren
-
+
Unsubscribe to Channel
-
+
Show Channel Details
Zeige Kanal Details
-
+
Create a new Channel
Erstelle neues Kanal
-
+
New Channel
Neues Kanal
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -2234,15 +2239,13 @@ VerfĆ¼gbar: %3
ConfCertDialog
-
+
Cancel
Abbrechen
-
-
Port:
- Port:
+ Port:
Trust Settings
@@ -2261,7 +2264,7 @@ VerfĆ¼gbar: %3
BestƤtige das Zertifikat
-
+
OK
OK
@@ -2280,15 +2283,19 @@ VerfĆ¼gbar: %3
Details
Details
+
+
+ Name
+ Name
+
Peer ID
Peer ID
-
Loc:
- Stadt:
+ Stadt:
@@ -2296,78 +2303,75 @@ VerfĆ¼gbar: %3
Adresse des Peers
-
Local Address:
- Lokale Adresse
+ Lokale Adresse
-
+
Deny Friend
-
+ Blockiere Freund
-
+
Make Friend
Als Freund wƤhlen
-
+
Sign GPG key
-
-
- Sign GPG Key
-
-
- Your trust in this peer is :
+ Your trust in this peer is:
-
+
None
Keine
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
-
+
+ SignGPG Key
+
+
+
Name:
- Name:
+ Name:
Country/State:
Land/Bundesland:
-
External Address:
- Externe Adresse:
+ Externe Adresse:
External Name
@@ -2387,6 +2391,27 @@ VerfĆ¼gbar: %3
Version
+
+
+ Loc
+
+
+
+
+ Local Address
+ Lokale Adresse
+
+
+
+ External Address
+ Externe Adresse
+
+
+
+
+ Port
+
+
Addresses list
@@ -3578,29 +3603,44 @@ p, li { white-space: pre-wrap; }
Wartezeit:
-
+
+ Date
+ Datum
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
Kommentare
-
-
+
+
retroshare link(s)
-
+
Copy
Kopieren
-
+
OK
OK
-
+
Cancel
Abbrechen
@@ -3958,67 +3998,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
Block map:
-
+
Active chunks:
Aktive Blƶcke:
-
+
Availability map (
VerfĆ¼gbarkeits map
-
+
sources
Quellen
-
+
File info:
Datei Info:
-
+
File hash:
Datei Hash:
-
+
File size:
Datei GrƶĆe:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
Block GrƶĆe:
-
+
Number of chunks:
Anzahl der Blƶcke:
-
+
Transfered:
Ćbertragen:
-
+
Number of sources:
Quellen:
-
+
Chunk strategy:
Block Strategie:
-
+
Transfer type:
Transfer Typ:
@@ -4370,34 +4417,34 @@ des Forums
-
+
File Request Confirmation
-
+ Datei Anforderung
-
+
The file has been added to your download list.
-
+ Die Datei wurde zur download liste hinzugefĆ¼gt.
-
+
File Request canceled
-
+ Datei Anforderung abgebrochen
-
+
The file has not been added to your download list, because you already have it.
-
+ Die datei wurde nich zu download list hinzugefĆ¼gt, da sie es schon haben.
-
+
File Request Error
-
+ Datei Anforderung Fehler
-
+
The file link is malformed.
-
+ Datei verknĆ¼pfung ist fehlerhaft.
View Whole Thread
@@ -5650,32 +5697,32 @@ p, li { white-space: pre-wrap; }
File Request Confirmation
-
+ Datei Anforderung
The file has been added to your download list.
-
+ Die Datei wurde zur download liste hinzugefĆ¼gt.
File Request canceled
-
+ Datei Anforderung abgebrochen
The file has not been added to your download list, because you already have it.
-
+ Die datei wurde nich zu download list hinzugefĆ¼gt, da sie es schon haben.
File Request Error
-
+ Datei Anforderung Fehler
The file link is malformed.
-
+ Datei verknĆ¼pfung ist fehlerhaft.
@@ -6108,38 +6155,38 @@ p, li { white-space: pre-wrap; }
Blogs
-
+
You has a new message
Du has eine neue Nachricht
-
+
Internal Error
Interener Fehler
-
+
Options
Optionen
-
+
Hide
Verbergen
-
+
Show
Zeigen
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -6198,22 +6245,22 @@ p, li { white-space: pre-wrap; }
Messenger
-
+
Show/Hide
Anzeigen/Verbergen
-
+
&Quit
&Schliessen
-
+
Bandwidth Graph
Bandbreiten-Graph
-
+
Open Messenger
Nachrichtendienst ƶffnen
@@ -6227,12 +6274,12 @@ p, li { white-space: pre-wrap; }
Schliessen
-
+
Minimize
Minimieren
-
+
Maximize
Maximieren
@@ -6242,7 +6289,7 @@ p, li { white-space: pre-wrap; }
VerknĆ¼pfungs-Wolke
-
+
Unfinished
unfertig
@@ -6268,7 +6315,7 @@ p, li { white-space: pre-wrap; }
SMPlayer
-
+
Help
Hilfe
@@ -6292,12 +6339,12 @@ p, li { white-space: pre-wrap; }
Foren
-
+
Open Messages
Ćffne Email
-
+
Applications
@@ -6316,12 +6363,12 @@ p, li { white-space: pre-wrap; }
-
+
Do you really want to exit RetroShare ?
Wollen Sie RetroShare wirklich beenden ?
-
+
Really quit ?
@@ -6380,29 +6427,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Neue Nachricht
-
+
Reply to Message
Auf die Nachricht antworten
-
+
Remove Message
Nachricht entfernen
-
+
Date
Datum
-
+
From
Von
@@ -6469,22 +6516,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Eingang
-
-
+
+
Outbox
Ausgang
-
-
+
+
Draft
EntwĆ¼rfe
@@ -6556,13 +6603,13 @@ p, li { white-space: pre-wrap; }
Alle herunterladen
-
+
Print Document
Dokument drucken
-
+
Subject
Betreff
@@ -6611,95 +6658,95 @@ p, li { white-space: pre-wrap; }
Druckvorschau
-
+
#
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
GewƤhlte Nachricht weiterleiten
-
+
Remove Messages
Lƶschen
-
+
Forward Message
Weiterleiten
-
+
Download
Herunterladen
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+ Datei Anforderung
-
+
The file has been added to your download list.
-
+ Die Datei wurde zur download liste hinzugefĆ¼gt.
-
+
File Request canceled
-
+ Datei Anforderung abgebrochen
-
+
The file has not been added to your download list, because you already have it.
-
+ Die datei wurde nich zu download list hinzugefĆ¼gt, da sie es schon haben.
-
+
File Request Error
-
+ Datei Anforderung Fehler
-
+
The file link is malformed.
-
+ Datei verknĆ¼pfung ist fehlerhaft.
-
+
Save as...
Speichern als...
-
+
HTML-Files (*.htm *.html);;All Files (*)
HTML-Dateien (*.htm *.html);;Alle Dateien (*)
@@ -6708,8 +6755,8 @@ p, li { white-space: pre-wrap; }
Antworten an Alle
-
-
+
+
Reply to All
Antworten an Alle
@@ -6965,12 +7012,12 @@ p, li { white-space: pre-wrap; }
Deny Friend
-
+ Blockiere Freund
Remove Friend Location
-
+ Freund entfernen
@@ -6994,7 +7041,7 @@ p, li { white-space: pre-wrap; }
location :
-
+ Standort:
@@ -7006,7 +7053,7 @@ p, li { white-space: pre-wrap; }
Available
-
+ VerfĆ¼gbar
@@ -7026,13 +7073,13 @@ p, li { white-space: pre-wrap; }
Friend Not Online
-
+ Freund is nicht Online
Your Friend is offline
Do you want to send them a Message instead
-
+ Dein Freund ist Offline willst du ihm stattdesen eine Nachricht senden
@@ -7543,32 +7590,32 @@ p, li { white-space: pre-wrap; }
Zertifikat laden
-
-
+
+
Select a pem/pqi File
WƤhlen einer PEM- oder PQI-Datei
-
-
+
+
File Not Found
Datei nicht gefunden
-
-
+
+
%1 does not exist. Would you like to create it?
%1 ist nicht vorhanden. Mƶchten Sie es jetzt erstellen?
-
-
+
+
Failed to Create File
Es ist nicht gelungen, die Datei zu erstellen
-
-
+
+
Unable to create %1 [%2]
Kann nicht erstellt werden %1 [%2]
@@ -7577,23 +7624,23 @@ p, li { white-space: pre-wrap; }
Keine
-
+
Has authenticated me
Hat mich Authentifiziert
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
Hat mich Authentifiziert. Rechts click und
-
+
Select Certificate
Zertifikat auswƤhlen
-
+
Certificates (*.pqi *.pem)
Zertifikate (*.pqi *.pem)
@@ -7723,7 +7770,7 @@ p, li { white-space: pre-wrap; }
RetroShare %1 gestartet.
-
+
Welcome to RetroShare.
Willkommen bei RetroShare.
@@ -7780,7 +7827,7 @@ Right-click and select 'make friend' to be able to connect.
DrĆ¼cken Sie die rechte Maustaste und wƤhlen Sie "Freund hinzufĆ¼gen" , um eine Verbindung herzustellen.
-
+
Trust matrix
@@ -7789,17 +7836,17 @@ Right-click and select 'make friend' to be able to connect.
Anzeige
-
+
RetroShare %1 started.
RetroShare %1 gestartet.
-
+
Menu
-
+
Deny friend
Blockiere Freund
@@ -7808,22 +7855,22 @@ Right-click and select 'make friend' to be able to connect.
Akzeptiere Freund
-
+
Make friend
Freund hinzufĆ¼gen
-
+
Delete certificate
Zertifikat lƶschen
-
+
Export my Cert
-
+
Peer details...
@@ -7840,7 +7887,7 @@ Right-click and select 'make friend' to be able to connect.
vertraut mir
-
+
Unknown
Unbekannt
@@ -7849,83 +7896,83 @@ Right-click and select 'make friend' to be able to connect.
Noch nie gesehen
-
+
Authenticated
-
+
GPG key signed
-
+
Not Authenticated
-
+
GPG key not signed
-
-
+
+
RetroShare
-
+
Certificate file successfully created
Zertifikat-Datei erfolgreich erstellt
-
+
Sorry, certificate file creation failed
Zertifikat-Datei konnte nicht erstellt werden
-
+
UPNP is active.
UPNP ist aktive
-
+
UPNP NOT FOUND.
UPNP wurde nich gefunden
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
@@ -7934,7 +7981,7 @@ Right-click and select 'make friend' to be able to connect.
DHT ist OK
-
+
DHT is not working (down).
DHT lƤuft nicht
@@ -9144,49 +9191,49 @@ p, li { white-space: pre-wrap; }
RetroShare - Chat
-
+
Hide Avatar
Avatar verstecken
-
+
:images/hide_toolbox_frame.png
:images/hide_toolbox_frame.png
-
+
Show Avatar
Avatar zeigen
-
+
:images/show_toolbox_frame.png
:images/show_toolbox_frame.png
-
+
Open Style
Stil ƶffen
-
+
Styles (*.htm)
Stile (*.htm)
-
+
File Request canceled
-
+ Datei Anforderung abgebrochen
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File not found or file name not accepted.
-
+ Datei nicht gefungen oder dateiname nicht akzeptiert
@@ -9237,12 +9284,12 @@ p, li { white-space: pre-wrap; }
deaktiviere Emoticons
-
+
RetroShare - Encrypted Chat
RetroShare - VerschlĆ¼sselter Chat
-
+
Chatting with
Chatte mit
@@ -9284,40 +9331,40 @@ p, li { white-space: pre-wrap; }
WƤhle dein Avatar Bild aus
-
+
Add Extra File
ZusƤtzlich eine Datei hinzufĆ¼gen
-
+
File Request Confirmation
-
+ Datei Anforderung
-
+
The file has been added to your download list.
-
+ Die Datei wurde zur download liste hinzugefĆ¼gt.
-
+
File Request Error
-
+ Datei Anforderung Fehler
-
+
The file link is malformed.
-
+ Datei verknĆ¼pfung ist fehlerhaft.
-
-
+
+
Drop file error.
-
+ Drop date fehler.
-
+
Directory can't be dropped, only files are accepted.
-
+ Ordner kƶnnen nicht genutzt werden fĆ¼r Drag und Drop nur dateien werden akzeptiert
@@ -9635,7 +9682,7 @@ p, li { white-space: pre-wrap; }
Edit Personal message
-
+ Statusnachricht Ƥndern
@@ -9854,7 +9901,7 @@ p, li { white-space: pre-wrap; }
Quick Start Wizard
-
+ Schnellstart Assistent
@@ -10094,7 +10141,7 @@ p, li { white-space: pre-wrap; }
Transfer
-
+ Transfer
@@ -10916,7 +10963,7 @@ behind a firewall or a VPN.
Transfer
-
+ Transfer
@@ -11211,24 +11258,23 @@ p, li { white-space: pre-wrap; }
PrĆ¼fe Dateien
-
-
+
+
Open File
Datei ƶffnen
-
+
Open Folder
Verzeichniss ƶffnen
-
+
Set command for opening this file
Setze eine regel zum ƶffnen dieser Datei
-
Copy retroshare Link
Kopiere retroshare Link
@@ -11244,52 +11290,66 @@ p, li { white-space: pre-wrap; }
-
Send retroshare Link
Sende retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
<strong>My Shared Files</strong>
<strong>Meine Dateien</strong>
-
+
<strong>Friends Files</strong>
<strong>Dateien von Freunde</strong>
-
+
<strong>Files</strong>
<strong>Dateien</strong>
@@ -11944,7 +12004,7 @@ p, li { white-space: pre-wrap; }
Transfer
-
+ Transfer
@@ -11957,42 +12017,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -12008,18 +12068,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Abbrechen
-
+
Clear Completed
Fertige ausblenden
-
+
Status
Status
@@ -12083,14 +12143,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Name
-
+
Size
i.e: file size
Grƶsse
@@ -12119,18 +12179,12 @@ p, li { white-space: pre-wrap; }
Quellen
-
- Speed / Queue priority
-
-
-
-
Remaining
i.e: Estimated Time of Arrival / Time left
- Verbleibend
+ Verbleibend
-
+
Core-ID
Kern-ID
@@ -12140,234 +12194,245 @@ p, li { white-space: pre-wrap; }
Benutzername
-
+
Progress
i.e: % uploaded
Fortschritt
-
+
Speed
i.e: upload speed
Speed
-
+
Transferred
Ćbertragen
-
+
Play
Abspielen
-
+
Pause
Pause
-
+
Resume
Fortsetzen
-
+
Open Folder
Verzeichniss Ćffnen
-
+
Open File
Datei ƶffnen
-
+
Preview File
Vorschau
-
+
Details...
-
+
Copy retroshare Link
Kopiere retroshare Link
-
+
Paste retroshare Link
retroshare Link EinfĆ¼gen
-
+
View
Anzeige
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
+
+ Bottom
-
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
Datei %1 ist nicht komplett. Wenn es eine Media datei ist dann versuche "Vorschau".
-
+
Are you sure that you want to cancel and delete these files?
Soll dieser Download wirklich abgebrochen und gelƶscht werden?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+ Verbleibend
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
Nachbar
-
+
Hash
PrĆ¼fsumme
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
Gescheitert
-
-
-
-
+
+
+
+
Okay
OK
-
-
-
+
+
+
Waiting
Warte
-
-
+
+
Downloading
Ladend
-
-
-
-
-
-
+
+
+
+
+
+
Complete
VollstƤndig
-
+
Unknown
Unbekannt
-
+
version:
-
-
+
+
Uploading
Hochladend
diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts
index 011b451a1..b6435f900 100644
--- a/retroshare-gui/src/lang/retroshare_en.ts
+++ b/retroshare-gui/src/lang/retroshare_en.ts
@@ -383,6 +383,64 @@ p, li { white-space: pre-wrap; }
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+
+
+
BlogDialog
@@ -488,12 +546,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -502,26 +560,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -530,12 +588,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -544,61 +602,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -608,12 +681,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -622,7 +695,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; }
@@ -631,42 +704,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
@@ -760,74 +819,74 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -965,49 +1024,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1350,7 +1409,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; }
@@ -1359,42 +1418,42 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubscribe
-
+
Subscribe To Channel
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
-
+
Create Channel
-
+
Unsubcribe To Channel
@@ -1405,49 +1464,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1465,69 +1544,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1545,13 +1612,13 @@ Available: %3
-
- Name:
+
+ Peer Details
-
- Peer Details
+
+ Name
@@ -1569,39 +1636,23 @@ Available: %3
Version
-
-
- Loc:
-
-
Peer Address
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
-
-
-
- Port:
-
-
Addresses list
-
+
+ Make Friend
+
+
+
+
Cancel
@@ -1612,13 +1663,13 @@ Available: %3
-
+
RetroShare
-
+
Error : cannot get peer details.
@@ -1643,37 +1694,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -1683,62 +1734,78 @@ Available: %3
-
+
Deny Friend
-
- Make Friends
-
-
-
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Loc
-
- Your trust in this peer is :
+
+ Local Address
-
+
+ External Address
+
+
+
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
-
+
+ SignGPG Key
+
+
+
+
OK
@@ -1817,12 +1884,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -1831,67 +1898,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
-
+
Description
-
+
Type:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
-
+
Create
-
+
RetroShare
-
+
Please add a Name
@@ -1899,65 +1966,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2154,35 +2481,61 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
Close
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2212,7 +2565,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; }
@@ -2221,12 +2574,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2235,7 +2588,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2412,29 +2765,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
-
+
Cancel
@@ -2521,12 +2889,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -2715,57 +3083,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -2773,57 +3158,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3430,33 +3815,33 @@ p, li { white-space: pre-wrap; }
GenCertDialog
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
-
+
Certificates (*.pqi *.pem)
@@ -3565,8 +3950,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -3588,18 +3973,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4261,148 +4646,163 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
-
+
Friends
-
+
Transfers
-
+
Messages
-
+
Channels
-
+
Options
-
+
Hide
-
+
Show
-
+
+
+
+
+
+
RetroShare
-
+
Search
-
+
Files
-
+
+ Blogs
+
+
+
+
Show/Hide
-
+
&Quit
-
+
+ You has a new message
+
+
+
+
Bandwidth Graph
-
+
Open Messenger
-
+
Internal Error
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -4504,121 +4904,121 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
-
+
Reply to Message
-
+
Remove Message
-
+
Print Document
-
+
Forward selected Message
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Remove Messages
-
+
Forward Message
-
+
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
@@ -4640,22 +5040,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
-
-
+
+
Outbox
-
-
+
+
Draft
@@ -4666,13 +5066,13 @@ p, li { white-space: pre-wrap; }
-
+
From
-
+
Subject
@@ -4718,7 +5118,7 @@ p, li { white-space: pre-wrap; }
-
+
Date
@@ -4876,114 +5276,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
-
+
Message Friend
-
+
Connect To Friend
-
+
Peer Details
-
+
Export Friend
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
-
+
Certificates (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -5008,7 +5408,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5018,39 +5418,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5065,17 +5470,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5231,189 +5636,189 @@ p, li { white-space: pre-wrap; }
NetworkDialog
-
-
+
+
Select a pem/pqi File
-
-
+
+
File Not Found
-
-
+
+
%1 does not exist. Would you like to create it?
-
-
+
+
Failed to Create File
-
-
+
+
Unable to create %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
-
+
Certificates (*.pqi *.pem)
-
+
Welcome to RetroShare.
-
+
Menu
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -5429,18 +5834,29 @@ Right-click and select 'make friend' to be able to connect.
-
+
Name
-
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg key
+
+
+
+
+
Cert Id
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5449,59 +5865,53 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
+
External ip address finder
-
+
Create New Profile
-
+
Create a new Profile
-
+
Clear
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5510,52 +5920,52 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
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
@@ -5890,61 +6300,61 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
-
+
Export Friend
-
+
(me)
-
+
-
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Save Certificate
-
+
Certificates (*.pqi)
-
+
Connect To Friend
@@ -5959,119 +6369,119 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
-
+
Profile View
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
@@ -6144,62 +6554,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
-
+
Create new Profile
@@ -6209,7 +6625,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; }
@@ -6218,17 +6634,17 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Send
-
+
Clear Chat History
@@ -6533,32 +6949,32 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
@@ -6573,8 +6989,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -6582,7 +6998,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -6590,116 +7006,126 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
Send
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -7044,7 +7470,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7053,12 +7488,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -7593,41 +8024,41 @@ p, li { white-space: pre-wrap; }
SearchDialog
-
-
+
+
Download
-
+
Broadcast on Channel
-
+
Recommend to Friends
-
-
-
-
+
+
+
+
/
-
+
Remove
-
+
Remove All
-
+
Download Notice
@@ -7637,34 +8068,35 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
-
+
+
Folder
@@ -7723,7 +8155,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; }
@@ -7732,7 +8164,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7740,6 +8177,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -7810,11 +8283,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -8111,74 +8579,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -8693,22 +9174,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
@@ -8718,37 +9199,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
@@ -8794,42 +9275,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8845,18 +9326,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
-
+
Clear Completed
-
+
Status
@@ -8867,14 +9348,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
-
+
Size
i.e: file size
@@ -8898,200 +9379,200 @@ p, li { white-space: pre-wrap; }
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Peer
i.e: user name
-
+
Progress
i.e: % uploaded
-
+
Speed
i.e: upload speed
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
+
+ Remaining
-
- Priority (Speed)
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
-
- Low
-
-
-
-
- Normal
-
-
-
-
- High
-
-
-
-
- Auto
-
-
-
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
version:
-
+
Queued
-
+
+ Speed / Queue position
+
+
+
+
+ Down
+
+
+
+
+ Up
+
+
+
+
+ Top
+
+
+
+
+ Bottom
+
+
+
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
@@ -9135,52 +9616,52 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
-
+
+
Uploading
@@ -9208,21 +9689,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -9231,68 +9697,8 @@ active transfers will block the transfer process.
-
- File Name
-
-
-
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
- Type
-
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
+
+ F2F router information
diff --git a/retroshare-gui/src/lang/retroshare_es.qm b/retroshare-gui/src/lang/retroshare_es.qm
index f640c926d..42dd06bda 100644
Binary files a/retroshare-gui/src/lang/retroshare_es.qm and b/retroshare-gui/src/lang/retroshare_es.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_es.ts b/retroshare-gui/src/lang/retroshare_es.ts
index 45a7e861d..a3ac85b5b 100644
--- a/retroshare-gui/src/lang/retroshare_es.ts
+++ b/retroshare-gui/src/lang/retroshare_es.ts
@@ -493,6 +493,64 @@ p, li { white-space: pre-wrap; }
Sobre
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+ OK
+
+
+
+ Close
+ Cierre
+
+
BlogDialog
@@ -598,12 +656,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -612,26 +670,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -640,12 +698,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -654,61 +712,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
Nombre
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -718,12 +791,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -732,7 +805,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; }
@@ -741,42 +814,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Piel
@@ -870,48 +929,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Seleccionar el certificado
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -920,28 +979,28 @@ p, li { white-space: pre-wrap; }
Certificados (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1147,49 +1206,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1499,12 +1558,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Crear el canal
-
+
Subscribe To Channel
Suscribir al canal
@@ -1528,7 +1587,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; }
@@ -1537,32 +1596,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1573,49 +1632,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1644,69 +1723,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Hacer a amigo
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1714,15 +1781,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
Cancelar
-
-
Port:
- Port:
+ Port:
Trust Settings
@@ -1741,7 +1806,7 @@ Available: %3
Firmar el certificado
-
+
OK
OK
@@ -1750,6 +1815,16 @@ Available: %3
Details
Detalles
+
+
+ Name
+ Nombre
+
+
+
+ Loc
+
+
Peer Address
@@ -1770,11 +1845,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1785,78 +1855,79 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
-
- Make Friends
-
+
+ Make Friend
+ Hacer a amigo
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
@@ -1867,13 +1938,13 @@ Available: %3
-
+
RetroShare
Retroshare
-
+
Error : cannot get peer details.
@@ -1898,37 +1969,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -2012,12 +2083,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2026,67 +2097,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nombre
-
+
Description
-
+
Type:
Tipo:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
-
+
Create
-
+
RetroShare
Retroshare
-
+
Please add a Name
@@ -2094,65 +2165,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
Retroshare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2334,7 +2665,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Cierre
@@ -2354,30 +2685,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ Retroshare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2407,7 +2764,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; }
@@ -2416,12 +2773,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2430,7 +2787,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2698,29 +3055,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
OK
-
+
Cancel
@@ -2830,12 +3202,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3031,57 +3403,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3100,57 +3489,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3878,33 +4267,33 @@ p, li { white-space: pre-wrap; }
Generar el certificado nuevo
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
Seleccionar a amigo confiado en
-
+
Certificates (*.pqi *.pem)
Certificados (*.pqi *.pem)
@@ -3990,8 +4379,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -4013,18 +4402,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4729,53 +5118,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Red (Network Settings)
-
+
Friends
Amigos
-
+
Transfers
Transferencias
-
+
Messages
Email Mensajes
-
+
Channels
Canales
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
Opciones
-
+
Hide
Piel
-
+
Show
DemostraciĆ³n
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -4815,12 +5219,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
BĆŗsqueda
-
+
Files
Archivos del Biblioteca
@@ -4829,47 +5233,47 @@ p, li { white-space: pre-wrap; }
Agregar el directorio compartido
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
Ayuda
@@ -4879,22 +5283,22 @@ p, li { white-space: pre-wrap; }
Sobre
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -4903,22 +5307,22 @@ p, li { white-space: pre-wrap; }
Ajustes
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -4992,29 +5396,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Nuevo mensaje
-
+
Reply to Message
ContestaciĆ³n al mensaje
-
+
Remove Message
Quitar el mensaje
-
+
Date
Fecha/Tiempo
-
+
From
De
@@ -5081,22 +5485,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Email Inbox
-
-
+
+
Outbox
Email Outbox
-
-
+
+
Draft
Bosquejos
@@ -5168,7 +5572,7 @@ p, li { white-space: pre-wrap; }
Descargar todos
-
+
Print Document
@@ -5183,107 +5587,107 @@ p, li { white-space: pre-wrap; }
Fuentes
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5423,114 +5827,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
Charla del grupo
-
+
Message Friend
-
+
Connect To Friend
Conectar con el amigo
-
+
Peer Details
Detalles del peer
-
+
Export Friend
Amigo de la exportaciĆ³n
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Excepto certificado
-
+
Certificates (*.pqi)
Certificados (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -5559,7 +5963,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5569,39 +5973,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5616,17 +6025,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5896,73 +6305,53 @@ p, li { white-space: pre-wrap; }
Certificado de la carga
-
-
+
+
Select a pem/pqi File
Seleccionar un archivo del PEM/PQI
-
-
+
+
File Not Found
Archivo no encontrado
-
-
+
+
%1 does not exist. Would you like to create it?
%1 no existe. ĀæTienes gusto de crearlo?
-
-
+
+
Failed to Create File
No pudo crear el archivo
-
-
+
+
Unable to create %1 [%2]
Incapaz crear %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
Seleccionar el certificado
-
+
Certificates (*.pqi *.pem)
Certificados (*.pqi *.pem)
@@ -5987,7 +6376,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nombre
@@ -6008,124 +6397,144 @@ p, li { white-space: pre-wrap; }
PaĆs
-
-
+
+
Cert Id
Cert ID
-
+
Welcome to RetroShare.
-
+
Menu
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6140,7 +6549,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6149,39 +6569,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6190,72 +6604,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
Clear
-
+
Set Tabs Right
-
+
Set Tabs North
-
+
Set Tabs South
-
+
Set Tabs Left
-
+
Set Tabs Rounded
-
+
Set Tabs Triangular
-
+
Add Friend
Agregar a amigo
-
+
Copy My Key to Clipboard
-
+
Export My Key
-
+
Create New Profile
-
+
Create a new Profile
@@ -6630,12 +7044,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Charla
-
+
Export Friend
Amigo de la exportaciĆ³n
@@ -6644,12 +7058,12 @@ p, li { white-space: pre-wrap; }
Quitar a amigo
-
+
Save Certificate
Excepto certificado
-
+
Certificates (*.pqi)
Certificados (*.pqi)
@@ -6671,7 +7085,7 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">Amigos</span></p></body></html>
-
+
Connect To Friend
Conectar con el amigo
@@ -6686,158 +7100,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Detalles del peer
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
Enviar
-
+
Profile View
@@ -6900,62 +7314,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
Agregar a amigo
-
+
Create new Profile
@@ -6965,7 +7385,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; }
@@ -6974,12 +7394,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7284,37 +7704,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
Enviar
@@ -7329,8 +7749,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7338,7 +7758,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7346,111 +7766,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -7830,7 +8260,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7839,12 +8278,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8393,8 +8828,8 @@ p, li { white-space: pre-wrap; }
Resultados
-
-
+
+
Download
Transferencia directa (Download)
@@ -8404,45 +8839,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
DifusiĆ³n en el canal
-
+
Recommend to Friends
Recomendar a los amigos
-
-
-
-
+
+
+
+
/
-
+
Remove
Quitar
-
+
Remove All
Quitar todos
-
+
+
Folder
@@ -8485,24 +8921,24 @@ p, li { white-space: pre-wrap; }
Documentos
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -8556,7 +8992,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; }
@@ -8565,7 +9001,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8573,6 +9014,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8623,11 +9100,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -8995,74 +9467,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9593,22 +10078,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -9618,37 +10103,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
La carga del certificado fallĆ³
@@ -9694,42 +10179,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9745,18 +10230,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
CancelaciĆ³n
-
+
Clear Completed
El claro acabĆ³
-
+
Status
Estado
@@ -9820,14 +10305,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Nombre
-
+
Size
i.e: file size
TamaƱo
@@ -9856,250 +10341,250 @@ p, li { white-space: pre-wrap; }
Fuentes
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
Progreso
-
+
Speed
i.e: upload speed
Velocidad
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
Retroshare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10127,21 +10612,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10150,69 +10620,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- Nombre del archivo
+ Nombre del archivo
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Tipo
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Tipo
diff --git a/retroshare-gui/src/lang/retroshare_fi.qm b/retroshare-gui/src/lang/retroshare_fi.qm
index 7e62a4cbe..530dea458 100644
Binary files a/retroshare-gui/src/lang/retroshare_fi.qm and b/retroshare-gui/src/lang/retroshare_fi.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_fi.ts b/retroshare-gui/src/lang/retroshare_fi.ts
index ecbd1aba2..314ada56d 100644
--- a/retroshare-gui/src/lang/retroshare_fi.ts
+++ b/retroshare-gui/src/lang/retroshare_fi.ts
@@ -517,6 +517,64 @@ p, li { white-space: pre-wrap; }
Tietoja
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+ Peru
+
+
+
+ OK
+ OK
+
+
+
+ Close
+ Sulje
+
+
BlogDialog
@@ -622,12 +680,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -636,26 +694,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -664,12 +722,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -678,61 +736,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
Nimi
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -742,12 +815,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -756,7 +829,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; }
@@ -765,42 +838,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Piilota
@@ -894,48 +953,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Valitse varmenne
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -944,28 +1003,28 @@ p, li { white-space: pre-wrap; }
Varmenteet (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1171,49 +1230,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1527,12 +1586,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Luo kanava
-
+
Subscribe To Channel
Tilaa kanava
@@ -1556,7 +1615,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; }
@@ -1565,32 +1624,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1601,49 +1660,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1683,69 +1762,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Tee ystƤvƤksi
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1753,15 +1820,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
Peru
-
-
Port:
- Portti:
+ Portti:
Trust Settings
@@ -1780,7 +1845,7 @@ Available: %3
Allekirjoita varmenne
-
+
OK
OK
@@ -1789,6 +1854,16 @@ Available: %3
Details
Yksityiskohdat
+
+
+ Name
+ Nimi
+
+
+
+ Loc
+
+
Peer Address
@@ -1809,11 +1884,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1824,78 +1894,79 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
-
- Make Friends
-
+
+ Make Friend
+ Tee ystƤvƤksi
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
@@ -1906,13 +1977,13 @@ Available: %3
-
+
RetroShare
RetroShare
-
+
Error : cannot get peer details.
@@ -1937,37 +2008,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -2051,12 +2122,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2065,67 +2136,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nimi
-
+
Description
-
+
Type:
Tyyppi:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
Peru
-
+
Create
-
+
RetroShare
RetroShare
-
+
Please add a Name
@@ -2133,65 +2204,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2373,7 +2704,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Sulje
@@ -2393,30 +2724,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ RetroShare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2446,7 +2803,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; }
@@ -2455,12 +2812,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2469,7 +2826,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2737,29 +3094,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ PƤivƤys
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
OK
-
+
Cancel
Peru
@@ -2865,12 +3237,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3062,57 +3434,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3135,57 +3524,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3919,33 +4308,33 @@ p, li { white-space: pre-wrap; }
Luo uusi varmenne
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
Valitse luotettu ystƤvƤ
-
+
Certificates (*.pqi *.pem)
Varmenteet (*.pqi *.pem)
@@ -4037,8 +4426,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -4060,18 +4449,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -5215,53 +5604,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Verkko
-
+
Friends
YstƤvƤt
-
+
Transfers
Siirrot
-
+
Messages
Viestit
-
+
Channels
Kanavat
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
Valinnat
-
+
Hide
Piilota
-
+
Show
NƤytƤ
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -5301,12 +5705,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Etsi
-
+
Files
Tiedostot
@@ -5315,47 +5719,47 @@ p, li { white-space: pre-wrap; }
LisƤƤ jaettu hakemisto
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
Ohje
@@ -5365,22 +5769,22 @@ p, li { white-space: pre-wrap; }
Tietoja
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5389,22 +5793,22 @@ p, li { white-space: pre-wrap; }
Asetukset
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5478,29 +5882,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Uusi viesti
-
+
Reply to Message
Vastaa viestiin
-
+
Remove Message
Poista viesti
-
+
Date
PƤivƤys
-
+
From
LƤhettƤjƤ
@@ -5570,22 +5974,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Saapuneet
-
-
+
+
Outbox
LƤhtevƤt
-
-
+
+
Draft
Luonnokset
@@ -5663,7 +6067,7 @@ p, li { white-space: pre-wrap; }
Lataa kaikki
-
+
Print Document
@@ -5678,107 +6082,107 @@ p, li { white-space: pre-wrap; }
LƤhteet
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
Lataa
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5943,114 +6347,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
Keskustelu
-
+
Message Friend
-
+
Connect To Friend
YhdistƤ ystƤvƤƤn
-
+
Peer Details
Vertaisen yksityiskohdat
-
+
Export Friend
Vie ystƤvƤ
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Tallenna varmenne
-
+
Certificates (*.pqi)
Varmeneet (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -6079,7 +6483,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -6089,39 +6493,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -6136,17 +6545,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -6456,73 +6865,53 @@ p, li { white-space: pre-wrap; }
Lataa varmenne
-
-
+
+
Select a pem/pqi File
Valitse pem/pqi-tiedosto
-
-
+
+
File Not Found
Tiedostoa ei lƶytynyt
-
-
+
+
%1 does not exist. Would you like to create it?
%1 ei ole olemassa. Luodaanko se?
-
-
+
+
Failed to Create File
Tiedostoa ei voitu luoda
-
-
+
+
Unable to create %1 [%2]
Ei voitu luoda kohdetta %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
Valitse varmenne
-
+
Certificates (*.pqi *.pem)
Varmenteet (*.pqi *.pem)
@@ -6550,7 +6939,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nimi
@@ -6571,13 +6960,13 @@ p, li { white-space: pre-wrap; }
Maa
-
-
+
+
Cert Id
Varmenne-ID
-
+
Welcome to RetroShare.
@@ -6591,113 +6980,133 @@ p, li { white-space: pre-wrap; }
Vertaisen yksityiskohdat
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Menu
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6707,7 +7116,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6716,39 +7136,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6757,72 +7171,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
Clear
-
+
Set Tabs Right
-
+
Set Tabs North
-
+
Set Tabs South
-
+
Set Tabs Left
-
+
Set Tabs Rounded
-
+
Set Tabs Triangular
-
+
Add Friend
LisƤƤ ystƤvƤ
-
+
Copy My Key to Clipboard
-
+
Export My Key
-
+
Create New Profile
-
+
Create a new Profile
@@ -7204,12 +7618,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Keskustelu
-
+
Export Friend
Vie ystƤvƤ
@@ -7218,12 +7632,12 @@ p, li { white-space: pre-wrap; }
Poista ystƤvƤ
-
+
Save Certificate
Tallenna varmenne
-
+
Certificates (*.pqi)
Varmeneet (*.pqi)
@@ -7248,7 +7662,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:9pt; font-weight:600;">YstƤvƤt</span></p></body></html>
-
+
Connect To Friend
YhdistƤ ystƤvƤƤn
@@ -7263,158 +7677,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Vertaisen yksityiskohdat
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
LƤhetƤ
-
+
Profile View
@@ -7477,62 +7891,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
LisƤƤ ystƤvƤ
-
+
Create new Profile
@@ -7542,7 +7962,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; }
@@ -7551,12 +7971,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7861,37 +8281,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
LƤhetƤ
@@ -7906,8 +8326,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7915,7 +8335,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7923,111 +8343,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -8407,7 +8837,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8416,12 +8855,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8970,8 +9405,8 @@ p, li { white-space: pre-wrap; }
Tulokset
-
-
+
+
Download
Lataa
@@ -8981,45 +9416,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
YleislƤhetƤ kanavalla
-
+
Recommend to Friends
Suosittele kavereille
-
-
-
-
+
+
+
+
/
-
+
Remove
Poista
-
+
Remove All
Poista kaikki
-
+
+
Folder
@@ -9065,24 +9501,24 @@ p, li { white-space: pre-wrap; }
Asiakirjat
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -9136,7 +9572,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; }
@@ -9145,7 +9581,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9153,6 +9594,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -9203,11 +9680,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9587,74 +10059,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -10185,22 +10670,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
@@ -10210,37 +10695,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
Varmenteen lataus epƤonnistui
@@ -10286,42 +10771,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10337,18 +10822,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Peru
-
+
Clear Completed
Poista valmistuneet
-
+
Status
Tila
@@ -10418,14 +10903,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Nimi
-
+
Size
i.e: file size
Koko
@@ -10454,250 +10939,250 @@ p, li { white-space: pre-wrap; }
LƤhteet
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
Edistyminen
-
+
Speed
i.e: upload speed
Nopeus
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10725,21 +11210,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10748,69 +11218,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- Tiedoston nimi
+ Tiedoston nimi
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Tyyppi
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Tyyppi
diff --git a/retroshare-gui/src/lang/retroshare_fr.qm b/retroshare-gui/src/lang/retroshare_fr.qm
index 0d03e44a2..48d3f9fe8 100644
Binary files a/retroshare-gui/src/lang/retroshare_fr.qm and b/retroshare-gui/src/lang/retroshare_fr.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_fr.ts b/retroshare-gui/src/lang/retroshare_fr.ts
index 17d395749..575fadbe6 100644
--- a/retroshare-gui/src/lang/retroshare_fr.ts
+++ b/retroshare-gui/src/lang/retroshare_fr.ts
@@ -433,7 +433,7 @@ p, li { white-space: pre-wrap; }
Peers
- Personne
+ Personne
@@ -448,7 +448,7 @@ p, li { white-space: pre-wrap; }
Blog Feed
- Fil d'actualitƩ du Blog
+ Fil d'actualitƩ du Blog
@@ -496,7 +496,7 @@ p, li { white-space: pre-wrap; }
%p Kb
- %p Kb
+ %p Kb
@@ -694,6 +694,64 @@ daren@sawkey.net
Released under GPL
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+ PopularitƩ
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+ Annuler
+
+
+
+ OK
+ OK
+
+
+
+ Close
+ Fermer
+
+
BlogDialog
@@ -799,12 +857,12 @@ Released under GPL
BlogsDialog
-
+
Form
Formulaire
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -817,30 +875,38 @@ 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-family:'Arial'; font-size:10pt; font-weight:600;">Blogs</span></p></body></html>
-
+
Add
Ajouter
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Titre du Blog</span></p></body></html>
-
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
+
+
+
+
Post To Channel
Poster sur le canal
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -853,12 +919,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:9pt;">Se dƩsabonner du Blog</span></p></body></html>
-
+
Unsubscribe
Se dƩsabonner
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -871,61 +937,80 @@ 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:9pt;">S'abonner au Blog</span></p></body></html>
-
+
Subscribe
S'abonner
-
-
+
+
Create New Blog
CrƩer un nouveau Blog
-
+
Name
Titre
-
+
ID
ID
-
+
Own Blogs
Mes Blogs
-
+
Subscribed Blogs
Blogs abonnƩs
-
+
Popular Blogs
Blogs populaires
-
+
Other Blogs
Autres Blogs
-
- Show Channel Details
- Afficher les dƩtails du canal
+
+ Post to Blog
+
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+ Show Channel Details
+ Afficher les dƩtails du canal
+
+
+
Create a new Blog
CrƩer un Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -937,12 +1022,12 @@ Disponible : %3
BlogsMsgItem
-
+
Form
Formulaire
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -955,7 +1040,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=" color:#656565;">Sujet du Blog</span></p></body></html>
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -968,46 +1053,44 @@ 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; color:#666666;">Date</span></p></body></html>
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { 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;">Blog Message</span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { 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;">Message du Blog</span></p></body></html>
-
+
Unsubscribe From Channel
Se dƩsabonner du canal
-
+
Remove Item
Effacer l'article
-
-
+
+
Expand
DĆ©velopper
-
TextLabel
- Etiquette
+ Etiquette
-
+
Comments here
Commentaires
-
+
Hide
Cacher
@@ -1101,77 +1184,77 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
- Fichiers Certificat
+ Fichiers Certificat
Use XPGP certificates saved in files.
Utilisez des certificats XPGP sauvƩs dans les fichiers.
-
+
Use PGP certificates saved in files.
- Utilisez un certificat PGP Ć partir d'un fichier.
+ Utilisez un certificat PGP Ć partir d'un fichier.
+
+
+
+ You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
+ Vous devez gĆ©nĆ©rer un fichier avec votre certificat et le donner Ć votre ami. Vous pouvez Ć©galement utiliser un fichier crĆ©Ć© auparavant.
- You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
- Vous devez gĆ©nĆ©rer un fichier avec votre certificat et le donner Ć votre ami. Vous pouvez Ć©galement utiliser un fichier crĆ©Ć© auparavant.
-
-
-
-
+
Export my certificate...
Exporter mon certificat...
-
+
Specify path to your friend's certificate in the box below
- SpƩcifiez le chemin du certificat de votre ami dans la boƮte ci-dessous
+ SpƩcifiez le chemin du certificat de votre ami dans la boƮte ci-dessous
-
+
Browse
Parcourir
-
+
Select Certificate
Choisir le certificat
-
+
RetroShare Certificates (*.rsc)
Certificats RetroShare (*.rsc)
-
+
Not implemented
- Pas encore mis en place
+ Pas encore mis en place
Certificates (*.pqi *.pem)
Certificats (*.pqi *.pem)
-
+
Please choose a filename
- Veuillez spƩcifier un nom de fichier
+ Veuillez spƩcifier un nom de fichier
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
Fichier certificat crĆ©Ć© avec succĆØs
-
+
Sorry, certificate file creation failed
DƩsolƩ, la crƩation du certificat a ƩchouƩ
@@ -1180,9 +1263,9 @@ p, li { white-space: pre-wrap; }
Le chargement du Certificat a ƩchouƩ : Quelque chose cloche avec %1
-
+
Certificate Load Failed:file %1 not found
- Le chargement du certificat a ƩchouƩ : le fichier %1 n'a pas ƩtƩ trouvƩ
+ Le chargement du certificat a ƩchouƩ : le fichier %1 n'a pas ƩtƩ trouvƩ
@@ -1305,27 +1388,27 @@ p, li { white-space: pre-wrap; }
&Left
- Alligner le texte Ć Gauche
+ Alligner le texte Ć Gauche
C&enter
- Centrer le texte
+ Centrer le texte
&Right
- Aligner le texte Ć Droite
+ Aligner le texte Ć Droite
&Justify
- Justifier le texte
+ Justifier le texte
Send this message now
- Envoyer maintenant
+ Envoyer maintenant
@@ -1335,12 +1418,12 @@ p, li { white-space: pre-wrap; }
Save this message
- Enregistrer sous (*.html)
+ Enregistrer sous (*.html)
Compose:
- Nouveau message :
+ Nouveau message :
@@ -1360,22 +1443,22 @@ p, li { white-space: pre-wrap; }
&Save
- Enregi&strer
+ Enregi&strer
Save &As...
- Enregistrer sous...
+ Enregistrer sous...
&Print...
- Im&primer...
+ Im&primer...
&Export PDF...
- Exporter en P&DF...
+ Exporter en P&DF...
@@ -1390,17 +1473,17 @@ p, li { white-space: pre-wrap; }
&Undo
- Annuler
+ Annuler
&Redo
- Refaire
+ Refaire
Cu&t
- Couper
+ Couper
@@ -1410,7 +1493,7 @@ p, li { white-space: pre-wrap; }
&Paste
- Coller
+ Coller
@@ -1430,55 +1513,55 @@ p, li { white-space: pre-wrap; }
&Image
- Image
+ Image
-
+
Open File...
- Ouvrir...
+ Ouvrir...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
Fichiers HTML (*.htm *.html);;Tous les fichiers (*)
-
+
Save as...
- Enregistrer sous...
+ Enregistrer sous...
-
+
Print Document
- Imprimer
+ Imprimer
-
+
Save Message
- Enregistrer
+ Enregistrer
-
+
Message has not been Sent.
Do you want to save message ?
- Le message n'a pas ƩtƩ envoyƩ.
+ Le message n'a pas ƩtƩ envoyƩ.
Voulez-vous enregistrer votre message ?
-
+
Choose Image
- InsƩrer une image
+ InsƩrer une image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
- Type de fichiers supportƩs (*.png *.jpeg *.jpg *.gif)
+ Type de fichiers supportƩs (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
- Joindre un fichier
+ Joindre un fichier
@@ -1891,12 +1974,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
CrƩer un canal
-
+
Subscribe To Channel
S'abonner au canal
@@ -1928,7 +2011,7 @@ p, li { white-space: pre-wrap; }
Ajouter
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -1941,32 +2024,32 @@ 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:14pt;">Nom du canal</span></p></body></html>
-
+
Post To Channel
Poster sur le canal
-
+
Unsubcribe To Channel
Se dƩsabonner du canal
-
+
Unsubscribe
Se dƩsabonner
-
+
Subscribe
S'abonner
-
+
Auto Download On
TƩlƩchargement automatique activƩ
-
+
Auto Download Off
TƩlƩchargement automatique dƩsactivƩ
@@ -1981,49 +2064,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+ PopularitƩ
+
+
+
ID
ID
-
+
Own Channels
Mes canaux
-
+
Subscribed Channels
Canaux abonnƩs
-
+
Popular Channels
Canaux populaire
-
+
Other Channels
Autres canaux
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+ S'abonner au canal
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
Montrer les dƩtails du canal
-
+
Create a new Channel
CrƩer un nouveau canal
-
+
New Channel
Nouveau canal
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -2104,83 +2207,87 @@ Disponible : %3
ConclusionPage
-
+
Make Friend
Devenir ami
-
+
Details about your friend :
- A propos de votre ami :
+ A propos de votre ami :
-
+
Key validity:
- ValiditƩ de la clƩ :
+ ValiditƩ de la clƩ :
-
+
Email:
- Courrier Ć©lectronique :
+ Courrier Ć©lectronique :
+
+
+
+ Authenticate friend (Sign GPG Key)
+
+
+
+
+ Add as friend to connect with
+
-
-
Add as friend and Sign GPG Key
- Ajouter comme ami et signer sa clƩ GPG
+ Ajouter comme ami et signer sa clƩ GPG
-
-
Add as friend but don't sign GPG Key
- Ajouter comme ami mais ne pas signer sa clƩ GPG
+ Ajouter comme ami mais ne pas signer sa clƩ GPG
-
Peer is already a retroshare friend. Sign his GPG key.
- Ce contact est dĆ©jĆ un ami RetroShare. Signer sa clĆ© GPG.
+ Ce contact est dĆ©jĆ un ami RetroShare. Signer sa clĆ© GPG.
-
GPG key is already signed, make it a retroshare friend.
- La clĆ© GPG a dĆ©jĆ Ć©tĆ© signĆ©e, ajoutez-le en tant qu'ami.
+ La clĆ© GPG a dĆ©jĆ Ć©tĆ© signĆ©e, ajoutez-le en tant qu'ami.
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
- Il semblerai que votre ami ait dĆ©jĆ Ć©tĆ© enregistrĆ©. L'ajouter pourrait enregistrer son adresse IP.
+ Il semblerai que votre ami ait dĆ©jĆ Ć©tĆ© enregistrĆ©. L'ajouter pourrait enregistrer son adresse IP.
Fill details about your friend here
Remplissez ici, les dƩtails de votre ami
-
+
Peer details
- DĆ©tails de la personne
+ DĆ©tails de la personne
Trust:
Confiance :
-
+
Name:
- Nom :
+ Nom :
-
+
Loc:
- Lieu :
+ Lieu :
Country:
Pays:
-
+
Signers
- Lui font confiance :
+ Lui font confiance :
AUTH CODE
@@ -2190,15 +2297,13 @@ Disponible : %3
ConfCertDialog
-
+
Cancel
Annuler
-
-
Port:
- Port :
+ Port :
Trust Settings
@@ -2217,7 +2322,7 @@ Disponible : %3
Signer le certificat
-
+
OK
OK
@@ -2237,9 +2342,8 @@ Disponible : %3
DĆ©tails
-
Name:
- Nom :
+ Nom :
@@ -2253,13 +2357,13 @@ Disponible : %3
-
+
RetroShare
RetroShare
-
+
Error : cannot get peer details.
Erreur : impossible d'obtenir les dƩtails de cette personne.
@@ -2284,37 +2388,37 @@ Disponible : %3
Votre faites totalement confiance en cette personne.
-
+
Your trust in this peer is marginal.
Votre faites moyennement confiance en cette personne.
-
+
Your trust in this peer is none.
Vous ne faites pas confiance Ć cette personne.
-
+
Your trust in this peer is not set.
Vous n'avez pas dƩterminƩ votre niveau de confiance envers cette personne.
-
+
Peer has authenticated me as a friend and did sign my GPG key
Cette personne m'a authentifiƩ comme ami et a signƩ ma clƩ PGP
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
Cette personne ne m'a pas authentifiƩ comme ami et n'a pas signƩ ma clƩ PGP
-
+
Signature Failure
Signature ƩchouƩe
-
+
Maybe password is wrong
Peut-ĆŖtre que le mot de passe est incorrect
@@ -2337,9 +2441,8 @@ Disponible : %3
Version
-
Loc:
- Lieu :
+ Lieu :
@@ -2347,14 +2450,12 @@ Disponible : %3
Adresse du contact
-
Local Address:
- Adresse local :
+ Adresse local :
-
External Address:
- Adresse externe :
+ Adresse externe :
@@ -2367,57 +2468,95 @@ Disponible : %3
Confiance
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
Ignorer cet ami
-
- Make Friends
- Devenir amis
+
+ Make Friend
+ Devenir ami
-
+ Make Friends
+ Devenir amis
+
+
+
Sign GPG key
Signer la clƩ PGP
-
Sign GPG Key
- Signer la clƩ PGP
+ Signer la clƩ PGP
-
Your trust in this peer is :
- Votre confiance envers ce contact est :
+ Votre confiance envers ce contact est :
-
+
+ Name
+
+
+
+
+ Loc
+
+
+
+
+ Local Address
+ Adresse locale
+
+
+
+ External Address
+ Adresse externe
+
+
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
Aucun
-
+
Marginal
Moyenne
-
+
Full
Totale
-
+
GPG Key
ClƩ GPG
-
+
Peer has signed my GPG key
Cette personne a signƩ ma clƩ PGP
-
+
Peer key is signed by :
La clƩ de cette personne a ƩtƩ signƩe par :
@@ -2535,12 +2674,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
CrƩer un nouveau Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2553,67 +2692,67 @@ 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-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">Nouveau Blog</span></p></body></html>
-
+
Name
Nom
-
+
Description
Description
-
+
Type:
Type :
-
+
Public - Anyone can read and publish (Shared Publish Key)
Public - N'importe qui peut lire et publier (la clƩ de pubication est partagƩe)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
LimitƩ - N'importe qui peut lire, mais la publication est limitƩe (la clƩ de publication est privƩe)
-
+
Private - (Private Publish Key required to view Messages)
PrivƩ - (La clƩ de publication privƩe est exigƩe pour voir les messages)
-
+
Allowed Messages
Messages autorisƩs
-
+
Authemticated Messages
Messages authentifiƩs
-
+
Anonymous Messages
Messages anonymes
-
+
Cancel
Annuler
-
+
Create
CrƩer
-
+
RetroShare
RetroShare
-
+
Please add a Name
Veuillez ajoutez un nom
@@ -2621,69 +2760,341 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
Nouveau message du Blog
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { 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:26pt; color:#ffffff;">Nouveau message du Blog</span></p></body></html>
-
+
Blog Post
Poster un message
-
+
Blog Post to:
Poster un message Ć :
-
+
+ Visual Editor
+
+
+
+
Blog Message
Message du blog
-
+
Subject :
Sujet :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
Fichiers joints
-
- Drag and Drop Files from Search Results
- Glisser et dƩposer les fichiers du rƩsultats de recherche
+
+ toolBar
+ Barre d'outils
-
+
+ toolBar_2
+ Barre d'outils_2
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+ RĆ©duire la taille de la police
+
+
+
+ Bold
+ Gras
+
+
+
+ Underline
+
+
+
+
+ Italic
+ Italique
+
+
+
+ Publish
+
+
+
+
+ New
+ Nouveau
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+ Drag and Drop Files from Search Results
+ Glisser et dƩposer les fichiers du rƩsultats de recherche
+
+
+
Add Extra File
Ajouter un fichier supplƩmentaire
-
+
RetroShare
RetroShare
-
+
Please add a Subject
Veuillez ajouter un sujet
+
+
+ &File
+ &Fichier
+
+
+
+ &New
+ &Nouveau
+
+
+
+ &Open...
+ &Ouvrir...
+
+
+
+ &Save
+ Enregi&strer
+
+
+
+ Save &As...
+ Enregistrer sous...
+
+
+
+ &Print...
+ Im&primer...
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+ Exporter en P&DF...
+
+
+
+ &Quit
+ &Quitter
+
+
+
+ &Edit
+ &Editer
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+ Refaire
+
+
+
+ Cu&t
+ Couper
+
+
+
+ &Copy
+ &Copier
+
+
+
+ &Paste
+ Coller
+
+
+
+ &View
+ &Affichage
+
+
+
+ &Insert
+ &InsƩrer
+
+
+
+ &Image
+ Image
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+ Alligner le texte Ć Gauche
+
+
+
+
+ C&enter
+ Centrer le texte
+
+
+
+
+ &Right
+ Aligner le texte Ć Droite
+
+
+
+ &Justify
+ Justifier le texte
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+ Application
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+ Enregistrer sous...
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+ InsƩrer une image
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+ Type de fichiers supportƩs (*.png *.jpeg *.jpg *.gif)
+
CreateChannelMsg
@@ -2884,7 +3295,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Fermer
@@ -2904,30 +3315,56 @@ p, li { white-space: pre-wrap; }
Sujet du message du forum
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
Post du forum
-
+
Sign Message
Signer le message
-
+
toolBar
Barre d'outils
-
+
Post Forum Msg
Poster un message sur le forum
-
+
+ Paste retroshare Link
+ Coller le lien RetroShare
+
+
+
+
+ RetroShare
+ RetroShare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
Ajouter un fichier supplƩmentaire
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2965,7 +3402,7 @@ p, li { white-space: pre-wrap; }
ClƩ publique
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2978,12 +3415,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;">Copier ma clƩ dans le presse-papiers</p></body></html>
-
+
Copy Key
Copier la clƩ
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2996,7 +3433,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;">Enregistrer la clƩ dans un fichier</p></body></html>
-
+
Save Key
Enregistrer la clƩ
@@ -3272,29 +3709,44 @@ p, li { white-space: pre-wrap; }
Restant :
-
+
+ Date
+ Date
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
Commentaires
-
-
+
+
retroshare link(s)
Lien(s) RetroShare
-
+
Copy
Copier
-
+
OK
OK
-
+
Cancel
Annuler
@@ -3441,12 +3893,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
Des erreurs sont survenues
-
+
Here is the error message:
Voici le message d'erreur :
@@ -3684,57 +4136,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
Morceaux :
-
+
Active chunks:
Morceaux en cours de chargement :
-
+
Availability map (
DisponibilitƩ (
-
+
sources
sources
-
+
File info:
Informations sur le fichier :
-
+
+ File hash:
+
+
+
+
File size:
Taille du fichier :
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
Taille des morceaux :
-
+
Number of chunks:
Noombre de morceaux :
-
+
+ Transfered:
+
+
+
+
Number of sources:
Nombre de sources :
-
+
Chunk strategy:
MĆ©thode de chargement :
-
+
Transfer type:
Type de transfert :
@@ -3785,57 +4254,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
Amis de mes amis
-
+
Select now who you want to make friends with.
Veuillez selectionner avec qui vous souhaitez devenir ami.
-
+
Show me:
Montrer :
-
+
Any peer I've not signed
Toutes les personnes que je n'ai pas signƩe
-
+
Friends of my friends who already trust me
Amis de mes amis qui m'ont dĆ©jĆ accordĆ© leur confiance
-
+
Signed peers showing as denied
Personnes signƩes montrƩes comme refusƩ
-
+
Peer name
Nom de la personne
-
+
Also signed by
Aussi signƩ par
-
+
Peer id
ID de la personne
-
+
Make friend with these peers
Devenir ami avec ces personnes
-
+
*** None ***
*** Aucune ***
@@ -4668,33 +5137,33 @@ p, li { white-space: pre-wrap; }
CrƩer un nouveau certificat
-
-
+
+
Generate GPG key Failure
La gƩnƩration de la clƩ GPG a ƩchouƩ
-
+
Location field is required with a minimum of 3 characters
Le champ "Lieu" est requis avec un minimum de 3 caractĆØres
-
+
All fields are required with a minimum of 3 characters
Tous les champs sont requis avec un minimum de 3 caractĆØres
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
GƩnƩration d'une nouvelle clƩ GPG, veuillez patienter. Confirmez votre mot de passe GPG quand il vous le sera demandƩ.
-
+
Select Trusted Friend
Choisir les ami sƻrs
-
+
Certificates (*.pqi *.pem)
Certificats (*.pqi *.pem)
@@ -6159,53 +6628,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
RĆ©seau
-
+
Friends
Amis
-
+
Transfers
Transferts
-
+
Messages
Messages
-
+
Channels
Canaux
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
Erreur interne
-
+
Options
Options
-
+
Hide
Cacher
-
+
Show
Montrer
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -6245,12 +6729,12 @@ p, li { white-space: pre-wrap; }
Assistant dƩmarrage rapide
-
+
Search
Recherche
-
+
Files
Fichiers
@@ -6264,47 +6748,47 @@ p, li { white-space: pre-wrap; }
Messenger
-
+
Show/Hide
Montrer/Cacher
-
+
&Quit
&Quitter
-
+
Bandwidth Graph
Bande passante
-
+
Open Messenger
Ouvrir Messenger
-
+
Minimize
RĆ©duire
-
+
Maximize
Agrandir
-
+
Links Cloud
Nuage de Liens
-
+
Unfinished
InachevƩ
-
+
Help
Aide
@@ -6314,22 +6798,22 @@ p, li { white-space: pre-wrap; }
A propos
-
+
News Feed
Fil d'actualitƩ
-
+
Forums
Forums
-
+
Open Messages
Ouvrir MĆ©ssagerie
-
+
Applications
@@ -6338,22 +6822,22 @@ p, li { white-space: pre-wrap; }
ParamĆØtres
-
+
RetroShare %1 a secure decentralised commmunication platform
RetroShare %1 - Logiciel sƩcurisƩ et dƩcentralisƩ
-
+
Plugins
Plugins
-
+
Really quit ?
Voulez-vous vraiment quitter ?
-
+
Do you really want to exit RetroShare ?
Etes-vous sƻr de vouloir quitter RetroShare ?
@@ -6426,29 +6910,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Nouveau message
-
+
Reply to Message
RĆ©pondre au message
-
+
Remove Message
Supprimer le message
-
+
Date
Date
-
+
From
De
@@ -6521,22 +7005,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
BoƮte de rƩception
-
-
+
+
Outbox
BoƮte d'envoi
-
-
+
+
Draft
Brouillons
@@ -6614,7 +7098,7 @@ p, li { white-space: pre-wrap; }
Tout tƩlƩcharger
-
+
Print Document
Imprimer le document
@@ -6629,95 +7113,95 @@ p, li { white-space: pre-wrap; }
Sources
-
+
#
#
-
+
SRCID
SRCID
-
+
MSGID
MSGID
-
+
Forward selected Message
TransfƩrer le message
-
+
Remove Messages
Supprimer les messages
-
+
Forward Message
Faire suivre le message
-
+
Download
TƩlƩcharger
-
-
+
+
Re:
Re:
-
-
-
+
+
+
Compose:
Nouveau :
-
+
Fwd:
Fwd:
-
+
File Request Confirmation
Confirmer la demande de fichier
-
+
The file has been added to your download list.
Le fichier a Ć©tĆ© ajoutĆ© Ć votre liste de tĆ©lĆ©chargement.
-
+
File Request canceled
Annuler la demande de fichier
-
+
The file has not been added to your download list, because you already have it.
Le fichier n'a pas Ć©tĆ© ajoutĆ© Ć votre liste de tĆ©lĆ©chargement, car vous l'avez dĆ©jĆ .
-
+
File Request Error
Erreur de demande de fichier
-
+
The file link is malformed.
Le lien du fichier est corrompu.
-
+
Save as...
Enregistrer sous...
-
+
HTML-Files (*.htm *.html);;All Files (*)
Fichiers-HTML (*.htm *.html);;Tous les fichiers (*)
@@ -6726,14 +7210,14 @@ p, li { white-space: pre-wrap; }
RĆ©pondre Ć tous
-
-
+
+
Reply to All
RĆ©pondre Ć tous
-
+
Subject
Sujet
@@ -7011,7 +7495,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
En ligne
@@ -7053,7 +7537,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;">Partager un message personnel avec vos contacts</p></body></html>
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -7064,116 +7548,116 @@ 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;">Ajouter un ami</p></body></html>
-
+
Expand all
Tout dƩvelopper
-
+
Collapse all
Tout rassembler
-
+
Chat
Chat
-
+
Message Friend
Envoyer un message
-
+
Connect To Friend
Se (re)connecter
-
+
Peer Details
DĆ©tails
-
+
Export Friend
Exporter
-
+
Deny Friend
Ignorer cet ami
-
+
Remove Friend Location
Supprimer ce lieu
-
+
<strong>GPG Key</strong>
<strong>ClƩ GPG</strong>
-
+
<strong>RetroShare instance</strong>
<strong>Instance RetroShare</strong>
-
-
+
+
-
-
-
-
-
-
+
+
+
+
location :
Lieu :
-
-
+
+
-
+
Available
Disponible
-
+
Offline
Hors-ligne
-
+
Save Certificate
Enregistrer le certificat
-
+
Certificates (*.pqi)
Certificats (*.pqi)
-
+
Friend Not Online
Ami Hors-ligne
-
+
Your Friend is offline
Do you want to send them a Message instead
Votre ami est Hors-ligne
Voulez-vous lui envoyer un message Ć la place ?
-
+
View
Affichage
@@ -7196,49 +7680,54 @@ Voulez-vous lui envoyer un message Ć la place ?
Cliquez ici pour modifier votre Avatar
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
Etiquette
-
+
Share Files for your Friends
Partagez des fichiers avec vos amis
-
+
...
...
-
+
Sort Descending Order
Trier par ordre dƩcroissant
-
+
Sort Ascending Order
Trier par ordre croissant
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
Cacher mes amis Hors-ligne
@@ -7637,74 +8126,70 @@ p, li { white-space: pre-wrap; }
Charger le certificat
-
-
+
+
Select a pem/pqi File
Choisir un fichier pem/pqi
-
-
+
+
File Not Found
Fichier non trouvƩ
-
-
+
+
%1 does not exist. Would you like to create it?
%1 n'existe pas. Voulez-vous le crƩer ?
-
-
+
+
Failed to Create File
La crƩation du fichier a ƩchouƩ
-
-
+
+
Unable to create %1 [%2]
Impossible de crƩer %1 [%2]
-
Marginnal
- Moyenne
+ Moyenne
-
Full
- Totale
+ Totale
-
Ultimate
- Ultime
+ Ultime
-
None
- Aucune
+ Aucune
-
+
Has authenticated me
M'a authentifiƩ
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
vous a authentifiƩ.
Clic droit et 'Devenir ami' pour vous connecter.
-
+
Select Certificate
Choisir le certificat
-
+
Certificates (*.pqi *.pem)
Certificats (*.pqi *.pem)
@@ -7736,7 +8221,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nom
@@ -7753,8 +8238,8 @@ p, li { white-space: pre-wrap; }
Pays
-
-
+
+
Cert Id
Id du certificat
@@ -7764,7 +8249,7 @@ p, li { white-space: pre-wrap; }
RetroShare %1 a commencƩ.
-
+
Welcome to RetroShare.
Bienvenue dans RetroShare.
@@ -7778,7 +8263,7 @@ p, li { white-space: pre-wrap; }
DĆ©tails du peer
-
+
Trust matrix
Matrice de confiance
@@ -7787,17 +8272,17 @@ p, li { white-space: pre-wrap; }
Affichage
-
+
RetroShare %1 started.
RetroShare %1 a dƩmarrƩ.
-
+
Menu
Menu
-
+
Deny friend
Refuser ami
@@ -7806,22 +8291,22 @@ p, li { white-space: pre-wrap; }
Accepter ami
-
+
Make friend
Devenir ami
-
+
Delete certificate
Supprimer le certificat
-
+
Export my Cert
Exporter mon certificat
-
+
Peer details...
DĆ©tails de la personne...
@@ -7834,7 +8319,7 @@ p, li { white-space: pre-wrap; }
Est-moi confiance
-
+
Unknown
Inconnu
@@ -7843,63 +8328,83 @@ p, li { white-space: pre-wrap; }
Jamais vu
-
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
Fichier certificat crĆ©Ć© avec succĆØs
-
+
Sorry, certificate file creation failed
DƩsolƩ, la crƩation du fichier certificat a ƩchouƩ
-
+
UPNP is active.
UPNP actif.
-
+
UPNP NOT FOUND.
UPNP non trouvƩ.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
@@ -7908,7 +8413,7 @@ p, li { white-space: pre-wrap; }
DHT Ok
-
+
DHT is not working (down).
DHT ne fonctionne pas (faible).
@@ -7974,7 +8479,7 @@ p, li { white-space: pre-wrap; }
Adresse de pair
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7987,37 +8492,37 @@ 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-weight:600;">Affichage</span></p></body></html>
-
+
Log
Journal
-
+
Network Status
Etat du rƩseau
-
+
Local network
RĆ©seau local
-
+
UPnP
UPnP
-
+
External ip address finder
DĆ©couverte de l'adresse IP externe
-
+
Create New Profile
CrƩer un nouveau profil
-
+
Create a new Profile
CrƩer un nouveau profil
@@ -8026,17 +8531,17 @@ p, li { white-space: pre-wrap; }
LimitƩ
-
+
Add Friend
Ajouter un ami
-
+
Copy My Key to Clipboard
Copier ma clƩ dans le presse-papiers
-
+
Export My Key
Exporter ma clƩ
@@ -8069,19 +8574,28 @@ p, li { white-space: pre-wrap; }
Serveur TCP
-
-
GPG key validity
- ValiditƩ de la clƩ GPG
+ ValiditƩ de la clƩ GPG
-
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg key
+
+
+
+
+
Did peer authenticated me
La personne m'a-t-elle authentifiƩe ?
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8094,42 +8608,42 @@ 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-weight:600;">RĆ©seau :</span></p></body></html>
-
+
Show keys that are not validated by the GPG web of trust
Afficher les clƩs qui ne sont pas validƩes par la toile de confiance PGP
-
+
Clear
Effacer
-
+
Set Tabs Right
DĆ©finir les onglets Ć droite
-
+
Set Tabs North
DĆ©finir les onglets en haut
-
+
Set Tabs South
DĆ©finir les onglets en bas
-
+
Set Tabs Left
DĆ©finir les onglets Ć gauche
-
+
Set Tabs Rounded
Onglets arrondis
-
+
Set Tabs Triangular
Onglets triangulaires
@@ -8761,48 +9275,48 @@ Voulez-vous lui envoyer un message Ć la place ?
Ajouter un fichier supplƩmentaire
-
+
File Request Confirmation
Confirmation de demande de fichier
-
+
The file has been added to your download list.
Ce fichier a Ć©tĆ© ajoutĆ© Ć votre liste de tĆ©lĆ©chargement.
-
+
File Request canceled
Annulation de la demande de fichier
-
+
The file has not been added to your download list, because you already have it.
Ce fichier n'a pas Ć©tĆ© ajoutĆ© Ć votre liste de tĆ©lĆ©chargement, car vous le possĆ©dez dĆ©jĆ .
-
+
File Request Error
Erreur de demande de fichier
-
+
The file link is malformed.
Le lien du fichier est corrompu.
-
-
+
+
Drop file error.
Erreur lors du dƩpos de fichier.
-
+
File not found or file name not accepted.
Le fichier n'a pas ƩtƩ trouvƩ ou le nom du fichiern'est pas acceptƩ.
-
+
Directory can't be dropped, only files are accepted.
On ne peut pas dƩposer un rƩpertoire, seulement les fichiers sont acceptƩs.
@@ -8818,7 +9332,7 @@ Voulez-vous lui envoyer un message Ć la place ?
-
-
+
Send
Envoyer
@@ -8898,58 +9412,58 @@ p, li { white-space: pre-wrap; }
Gras
-
+
Create New Forum
CrƩer un nouveau Forum
-
+
Create new Forum
CrƩer un nouveau Forum
-
+
F
F
-
+
Create New Channel
CrƩer un nouveau canal
-
+
Create new Channel
CrƩer un nouveau canal
-
+
C
C
-
+
Add your Avatar Picture
Ajouter votre image perso
-
+
A
A
-
+
Set your Personal Message
DĆ©finir votre message personnel
-
+
Edit your status Message
Editer votre message d'Ć©tat
-
-
+
+
Disable Emoticons
DƩsactiver les ƩmoticƓnes
@@ -8958,12 +9472,12 @@ p, li { white-space: pre-wrap; }
Couleur du texte
-
+
Add Friend
Ajouter un ami
-
+
Create new Profile
CrƩer un nouveau profil
@@ -8986,12 +9500,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:8pt;">DĆ©finir la couleur du texte</span></p></body></html>
-
+
Attach File
Joindre un fichier
-
+
Clear Chat History
Effacer l'historique du chat
@@ -9304,88 +9818,88 @@ p, li { white-space: pre-wrap; }
Discussion avec
-
+
Hide Avatar
Cacher l'image perso
-
+
:images/hide_toolbox_frame.png
:images/hide_toolbox_frame.png
-
+
Show Avatar
Montrer l'image perso
-
+
:images/show_toolbox_frame.png
:images/show_toolbox_frame.png
-
+
Open Style
Ouvrir les thĆØmes visuels
-
+
Styles (*.htm)
ThĆØmes visuels (*.htm)
-
+
Add Extra File
Ajouter un fichier supplƩmentaire
-
+
File Request Confirmation
Confirmation de demande de fichier
-
+
The file has been added to your download list.
Ce fichier a Ć©tĆ© ajoutĆ© Ć votre liste de tĆ©lĆ©chargements.
-
+
File Request canceled
Demande de fichier annulƩe
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
Ce fichier n'a pas Ć©tĆ© ajoutĆ© Ć votre liste de tĆ©lĆ©chargement car vous le possĆ©dez dĆ©jĆ .
-
+
File Request Error
Erreur de demande de fichiers
-
+
The file link is malformed.
Le lien du fichier est corrompu.
-
-
+
+
Drop file error.
Erreur lors du dƩpos du fichier.
-
+
File not found or file name not accepted.
Le fichier n'a pas ƩtƩ trouvƩ ou le nom du fichiern'est pas acceptƩ.
-
+
Directory can't be dropped, only files are accepted.
On ne peut pas dƩposer un rƩpertoire, seulement les fichiers sont acceptƩs.
-
+
Send
Envoyer
@@ -9424,19 +9938,19 @@ p, li { white-space: pre-wrap; }
-
+
Bold
Gras
-
+
Underline
Souligner
-
+
Italic
Italique
@@ -9451,37 +9965,37 @@ p, li { white-space: pre-wrap; }
Couleur du texte
-
+
Add a File for your Friend
Joindre un fichier
-
+
toolBar
Barre d'outils
-
+
Strike
DĆ©couverte
-
+
Avatar
Image perso
-
+
Set your Avatar Picture
DĆ©finir votre image perso
-
+
Clear Chat
Effacer l'historique
-
+
Disable Emoticons
DƩsactiver les ƩmoticƓnes
@@ -9909,7 +10423,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:11pt; font-weight:600; color:#808080;">Mon adresse :</span></p></body></html>
-
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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=" 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; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9922,13 +10445,17 @@ 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; color:#76746c;">Adresse externe :</span></p></body></html>
-
+
+ Addresses list
+ Liste d'adresses
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { 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; color:#76746c;">Local Address</span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -10524,59 +11051,64 @@ p, li { white-space: pre-wrap; }
RĆ©sultats
-
-
+
+ Clear all Search Results
+ Supprimer toutes les recherches
+
+
+
+
Download
- TƩlƩcharger
+ TƩlƩcharger
Enter a keyword here (at least 3 char long)
- Tappez votre recherche (minimum 3 caractĆØres)
-
-
-
- Copy retroshare Link
- Copier le lien retroshare
-
-
-
- Send retroshare Link
- Evoyer le lien retroshare
+ Tappez votre recherche (minimum 3 caractĆØres)
- Broadcast on Channel
- Ćmettre sur le canal
+ Copy retroshare Link
+ Copier le lien retroshare
+ Send retroshare Link
+ Evoyer le lien retroshare
+
+
+
+ Broadcast on Channel
+ Ćmettre sur le canal
+
+
+
Recommend to Friends
Recommander aux amis
-
-
-
-
+
+
+
+
/
/
-
+
Remove
Supprimer
-
+
Remove All
Tout supprimer
-
-
+
+
Folder
- Dossier
+ Dossier
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -10620,26 +11152,26 @@ p, li { white-space: pre-wrap; }
Documents
-
+
Download Notice
TƩlƩcharger la notice
-
+
Skipping Local Files
- Les fichiers que vous possĆ©dez dĆ©jĆ seront ignorĆ©s
+ Les fichiers que vous possĆ©dez dĆ©jĆ seront ignorĆ©s
-
+
Sorry
DƩsolƩ
-
+
This function is not yet implemented.
- Cette fonction n'est pas encore activƩe.
+ Cette fonction n'est pas encore activƩe.
@@ -10671,7 +11203,7 @@ p, li { white-space: pre-wrap; }
CD-Image
- Image Disque
+ Image Disque
@@ -10691,7 +11223,7 @@ p, li { white-space: pre-wrap; }
Directory
- RĆ©pertoire
+ RĆ©pertoire
@@ -10709,34 +11241,70 @@ p, li { white-space: pre-wrap; }
Start Search
- DĆ©marrer la recherche
+ DĆ©marrer la recherche
Search
- Rechercher
+ Rechercher
+
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
Reset
- RĆ©initialiser
+ RĆ©initialiser
Advanced Search
- Recherche avancƩe
+ Recherche avancƩe
Advanced
- AvancƩ
+ AvancƩ
Perform simple search
Lancer la recherche
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10749,12 +11317,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:9pt;">Supprimer toutes les recherches</span></p></body></html>
-
Close All Search Results
- Supprimer toutes les recherches
+ Supprimer toutes les recherches
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -11161,12 +11728,12 @@ derriĆØre un pare-feu ou un VPN (Virtual Private Network).
Security
-
+ SƩcuritƩ
Appearance
-
+ Apparence
@@ -11361,85 +11928,114 @@ p, li { white-space: pre-wrap; }
Message ami
-
-
+
+
Open File
Ouvrir le fichier
-
+
Open Folder
- Ouvrir le dossier
+ Ouvrir le dossier
-
+
Set command for opening this file
- DĆ©finir une commande d'ouverture pour ce fichier
+ DĆ©finir une commande d'ouverture pour ce fichier
-
Copy retroshare Link
- Copier le lien RetroShare
+ Copier le lien RetroShare
Checking...
- VĆ©rification en cours...
+ VĆ©rification en cours...
Check files
- VĆ©rifier les fichiers
+ VĆ©rifier les fichiers
-
Send retroshare Link
- Evoyer un lien RetroShare
+ Evoyer un lien RetroShare
-
+
Recommend (Automated message) To
- Recommender (Message automatique) Ć
+ Recommender (Message automatique) Ć
-
+
Recommend in a message to
- Recommender dans un message Ć
+ Recommender dans un message Ć
+
+
+
+ Copy retroshare Links to Clipboard
+ Copier le lien retroshare
+
+
+
+ Copy retroshare Links to Clipboard (HTML)
+ Copier le lien retroshare
+
+
+
+ Send retroshare Links
+ Evoyer un lien retroshare
+
+
+
+ Send retroshare Links (HTML)
+ Envoyer le lien RetroShare (html)
+
+
+
+ Send retroshare Links to Chat
+ Envoyer le lien RetroShare dans le Chat public
+
+
+
+ Send retroshare Links to Cloud
+ Envoyer le lien RetroShare dans le nuage de liens
+
+
+
+ Add Links to Cloud
+
-
Send retroshare Link (html)
- Envoyer le lien RetroShare (html)
+ Envoyer le lien RetroShare (html)
-
Send retroshare Link to Chat
- Envoyer le lien RetroShare dans le Chat public
+ Envoyer le lien RetroShare dans le Chat public
-
Send retroshare Link to Cloud
- Envoyer le lien RetroShare dans le nuage de liens
+ Envoyer le lien RetroShare dans le nuage de liens
-
Add Link to Cloud
- Ajouter le lien dans le nuage de liens
+ Ajouter le lien dans le nuage de liens
-
+
<strong>My Shared Files</strong>
<strong>Mes fichiers partagƩs</strong>
-
+
<strong>Friends Files</strong>
<strong>Les fichiers de mes amis</strong>
-
+
<strong>Files</strong>
<strong>Fichiers</strong>
@@ -12047,42 +12643,42 @@ p, li { white-space: pre-wrap; }
Le texte suivant est votre certificat PGP. Vous devez le fournir Ć vos amis
-
+
Save your Cert into a File
Enregistrer votre certificat dans un fichier
-
+
Please, paste your friends PGP certificate into the box below
Veuillez coller le certificat PGP de votre ami dans la case Ƨi-dessous
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
Votre certificat a ƩtƩ copiƩ dans le presse-papiers, collez-le et envoyez-le par courrier electronique ou par tout autre moyen
-
+
Save as...
Enregistrer sous...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
Certificat RetroShare (*.rsc);; Tous les fichiers (*)
-
+
Copy your Cert to Clipboard
Copier le certificat dans le presse-papiers
-
+
You can copy this text and send it to your friend via email or some other way
Vous pouvez copier ce texte et l'envoyer Ć vos amis par courrier Ć©lectronique ou par tout autre moyen
-
+
RetroShare
RetroShare
@@ -12100,7 +12696,7 @@ p, li { white-space: pre-wrap; }
Le texte ci-dessous est votre XPGP certificat. Vous devez fournir Ć votre ami
-
+
Run Email program
Envoyer par courrier Ć©lectronique
@@ -12109,7 +12705,7 @@ p, li { white-space: pre-wrap; }
S'il vous plaƮt, amis XPGP coller votre certificat dans la case ci-dessous
-
+
Connect Friend Help
Aide Ć la connexion d'un ami
@@ -12118,7 +12714,7 @@ p, li { white-space: pre-wrap; }
Vous pouvez copier ce texte et l'envoyer Ć votre ami par e-mail, ICQ ou d'une autre maniĆØre
-
+
Certificate Load Failed
Le certificat n'a pas pu ĆŖtre chargĆ©
@@ -12164,37 +12760,37 @@ p, li { white-space: pre-wrap; }
Taille de la file d'attente :
-
+
Maximum Download speed per file:
Vitesse de tƩlƩchargement par fichier :
-
+
kB/s
kB/s
-
+
Default chunk strategy:
Mode de tƩlƩchargement :
-
+
Streaming
Streaming
-
+
Random
AlƩatoire
-
+
Show Cache Transfers
Afficher le cache des transferts
-
+
F2F Routing
Routage F2F
@@ -12203,7 +12799,7 @@ p, li { white-space: pre-wrap; }
Afficher les statistiques de routage
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -12227,18 +12823,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Annuler
-
+
Clear Completed
Effacer les fichiers terminƩs
-
+
Status
Etat
@@ -12312,14 +12908,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Nom
-
+
Size
i.e: file size
Taille
@@ -12348,13 +12944,12 @@ p, li { white-space: pre-wrap; }
Sources
-
Remaining
i.e: Estimated Time of Arrival / Time left
- Restant
+ Restant
-
+
Core-ID
Core-ID
@@ -12364,239 +12959,277 @@ p, li { white-space: pre-wrap; }
Nom d'utilisateur
-
Speed / Queue priority
- Vitesse / PrioritƩ
+ Vitesse / PrioritƩ
-
+
+ Remaining
+ Restant
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
Personne
-
+
Progress
i.e: % uploaded
Progression
-
+
Speed
i.e: upload speed
Vitesse
-
+
Transferred
TransfƩrƩ
-
+
Play
Lecture
-
+
Pause
En pause
-
+
Resume
Reprendre
-
+
Open Folder
Ouvrir le dossier
-
+
Open File
Ouvrir le fichier
-
+
Preview File
PrƩvisualiser
-
+
Details...
DĆ©tails...
-
+
Copy retroshare Link
Copier le lien RetroShare
-
+
Paste retroshare Link
Coller le lien RetroShare
-
+
View
Affichage
-
Remove all queued
- Purger la file d'attente
+ Purger la file d'attente
-
-
+
+
Slower
Basse
-
-
-
+
+
+
Average
Normale
-
-
+
+
Faster
Plus rapide
-
Priority (Queue)
- PrioritƩ (File d'attente)
+ PrioritƩ (File d'attente)
-
Priority (Speed)
- PrioritƩ (Vitesse)
+ PrioritƩ (Vitesse)
-
Low
- Basse
+ Basse
-
+
Hash
Hash
-
Normal
- Normale
+ Normale
-
High
- Haute
+ Haute
-
Auto
- Automatique
+ Automatique
-
+
Streaming
Streaming
-
+
Random
AlƩatoire
-
+
Chunk strategy
MƩthode de tƩlƩchargement
-
-
-
-
+
+
+
+
Failed
EchouƩ
-
-
-
-
+
+
+
+
Okay
OK
-
-
-
+
+
+
Waiting
En attente
-
-
+
+
Downloading
En cours de tƩlƩchargement
-
-
-
-
-
-
+
+
+
+
+
+
Complete
Termine
-
+
Unknown
Inconnu
-
+
version:
Version :
-
+
Queued
En file d'attente
-
-
+
+ Speed / Queue position
+
+
+
+
+ Down
+
+
+
+
+ Up
+
+
+
+
+ Top
+
+
+
+
+ Bottom
+
+
+
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+
Uploading
En cours d'envoi
-
+
RetroShare
RetroShare
-
+
Details:
DĆ©tails :
-
+
Open Transfer
Ouvrir le transfert
-
+
File %1 is not completed. If it is a media file, try to preview it.
Le fichier %1 n'est pas terminƩ. Si c'est un fichier multimƩdia, essayez de le prƩvisualiser.
-
+
Are you sure that you want to cancel and delete these files?
Etes-vous sƻr de vouloir annuler et d'effacer ces fichiers ?
@@ -12627,18 +13260,16 @@ p, li { white-space: pre-wrap; }
TurtleRouterDialog
-
As a helper, you can manually remove hashes
from there. Warning: doing so on currently
active transfers will block the transfer process.
- Pour vous aider, vous pouvez supprimer manuellement les hash
+ Pour vous aider, vous pouvez supprimer manuellement les hash
Ć partir d'ici. Attention : le faire durant un transfert actif
bloquera ce dernier.
-
Stop handling this hash
- ArrĆŖter le hash manuel
+ ArrĆŖter le hash manuel
@@ -12648,6 +13279,11 @@ bloquera ce dernier.
Router Statistics
Statistiques du routage
+
+
+ F2F router information
+
+
Hashes and Tunnels
Hashes et Tunnels
@@ -12661,19 +13297,16 @@ bloquera ce dernier.
Hachage de fichiers
-
File Name
- Nom du fichier
+ Nom du fichier
-
Active tunnels
- Tunnels actifs
+ Tunnels actifs
-
Last tunnel request
- DerniĆØre requĆØte de tunnel
+ DerniĆØre requĆØte de tunnel
Current tunnels
@@ -12684,39 +13317,32 @@ bloquera ce dernier.
ID du tunnel
-
Handled file hash
- Hash manuel du fichier
+ Hash manuel du fichier
-
Current Tunnel id
- ID du tunnel actif
+ ID du tunnel actif
-
Source
- Source
+ Source
-
Destination
- Destination
+ Destination
-
Hash
- Hash
+ Hash
-
Last transfer
- Dernier transfert
+ Dernier transfert
-
Type
- Type
+ Type
Tunnels / Search Requests
@@ -12727,19 +13353,16 @@ bloquera ce dernier.
Demande de Tunnel
-
Request id
- Demande d'ID
+ Demande d'ID
-
Origin
- Origine
+ Origine
-
Age
- Age
+ Age
Search Requests
diff --git a/retroshare-gui/src/lang/retroshare_gr.qm b/retroshare-gui/src/lang/retroshare_gr.qm
index 72d2814e4..390f8a1ce 100644
Binary files a/retroshare-gui/src/lang/retroshare_gr.qm and b/retroshare-gui/src/lang/retroshare_gr.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_gr.ts b/retroshare-gui/src/lang/retroshare_gr.ts
index 6c72175da..3c2346ed7 100644
--- a/retroshare-gui/src/lang/retroshare_gr.ts
+++ b/retroshare-gui/src/lang/retroshare_gr.ts
@@ -493,6 +493,64 @@ p, li { white-space: pre-wrap; }
About
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+ Ī»Ī®Ī¾Ī·
+
+
BlogDialog
@@ -598,12 +656,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -612,26 +670,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -640,12 +698,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -654,61 +712,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
Name
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -718,12 +791,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -732,7 +805,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; }
@@ -741,42 +814,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Hide
@@ -870,48 +929,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -920,28 +979,28 @@ p, li { white-space: pre-wrap; }
Certificates (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1147,49 +1206,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1499,12 +1558,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Ī“Ī·Ī¼Ī¹ĪæĻ
ĻĪ³Ļ ĪŗĪ±Ī½Ī¬Ī»Ī¹
-
+
Subscribe To Channel
Subscribe To ĪŗĪ±Ī½Ī¬Ī»Ī¹
@@ -1528,7 +1587,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; }
@@ -1537,32 +1596,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1573,49 +1632,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1644,69 +1723,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
ĪŗĪ±ĻĪ±ĻĪŗĪµĻ
Ī® ĻĪÆĪ»ĪæĻ
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1714,15 +1781,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
Ī±ĪŗĻ
ĻĻĪ½Ļ
-
-
Port:
- Port:
+ Port:
Trust Settings
@@ -1745,6 +1810,16 @@ Available: %3
Details
Details
+
+
+ Name
+ Name
+
+
+
+ Loc
+
+
Peer Address
@@ -1765,11 +1840,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1780,21 +1850,6 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
@@ -1807,13 +1862,13 @@ Available: %3
-
+
RetroShare
Retroshare
-
+
Error : cannot get peer details.
@@ -1838,37 +1893,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -1878,62 +1933,78 @@ Available: %3
-
+
Deny Friend
-
- Make Friends
-
-
-
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
-
+
+ SignGPG Key
+
+
+
+
+ Make Friend
+ ĪŗĪ±ĻĪ±ĻĪŗĪµĻ
Ī® ĻĪÆĪ»ĪæĻ
+
+
+
OK
@@ -2012,12 +2083,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2026,67 +2097,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
Name
-
+
Description
-
+
Type:
ĻĻĻĪæĻ:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
-
+
Create
-
+
RetroShare
Retroshare
-
+
Please add a Name
@@ -2094,65 +2165,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
Retroshare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2334,7 +2665,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Ī»Ī®Ī¾Ī·
@@ -2354,30 +2685,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ Retroshare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2407,7 +2764,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; }
@@ -2416,12 +2773,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2430,7 +2787,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2698,29 +3055,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
-
+
Cancel
@@ -2830,12 +3202,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3031,57 +3403,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3100,57 +3489,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3878,33 +4267,33 @@ p, li { white-space: pre-wrap; }
Generate New Certificate
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
ĪµĪŗĪ»ĪµĪŗĻĻĻ ĪĪ¼ĻĪ¹ĻĻĪæĻ ĻĪÆĪ»ĪæĻ
-
+
Certificates (*.pqi *.pem)
Certificates (*.pqi *.pem)
@@ -3990,8 +4379,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -4013,18 +4402,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4952,53 +5341,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Ī“Ī¹ĪŗĻĻ
ĻĻĻ
-
+
Friends
ĻĪ¹Ī»Ī¹ĪŗĪ® ĻĻ
Ī¶Ī®ĻĪ·ĻĪ· ĻĻ
Ī½ ĻĪÆĪ»ĪæĻ
-
+
Transfers
ĪĪ¼Ī²Ī±ĻĪ¼Ī±
-
+
Messages
Ī¼Ī®Ī½Ļ
Ī¼Ī±
-
+
Channels
ĪŗĪ±Ī½Ī¬Ī»Ī¹
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
Ī“Ī¹ĪŗĪ±ĪÆĻĪ¼Ī± ĪµĪŗĪ»ĪæĪ³Ī®Ļ
-
+
Hide
Hide
-
+
Show
Show
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -5038,12 +5442,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
ĪµĻĪµĻ
Ī½Ļ
-
+
Files
Ī»ĪÆĪ¼Ī±
@@ -5052,47 +5456,47 @@ p, li { white-space: pre-wrap; }
ĻĻĪæĻĪøĪĻĻ Ī¼ĪµĻĪÆĪ“Ī± Ī“Ī¹ĪµĻ
ĪøĪ·Ī½ĻĪ®ĻĪ¹Īæ
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
Help
@@ -5102,22 +5506,22 @@ p, li { white-space: pre-wrap; }
About
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5126,22 +5530,22 @@ p, li { white-space: pre-wrap; }
Settings
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5215,29 +5619,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
ĪŗĪ±Ī¹Ī½ĪæĻĻĪ³Ī¹ĪæĻ Ī¼Ī®Ī½Ļ
Ī¼Ī±
-
+
Reply to Message
Ī±ĻĪ±Ī½ĻĻ ĪµĪ¹Ļ Ī¼Ī®Ī½Ļ
Ī¼Ī±
-
+
Remove Message
Ī¼ĪµĻĪ±ĪŗĪ¹Ī½Ļ Ī¼Ī®Ī½Ļ
Ī¼Ī±
-
+
Date
ĻĻĪæĪ½ĪæĪ»ĪæĪ³Ļ
-
+
From
Ī±ĻĻ
@@ -5304,22 +5708,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Email-Inbox
-
-
+
+
Outbox
Email-Outbox
-
-
+
+
Draft
Ī½ĪæĪ¼ĪæĻĻĪĪ“Ī¹Īæ
@@ -5391,7 +5795,7 @@ p, li { white-space: pre-wrap; }
Download All
-
+
Print Document
@@ -5406,107 +5810,107 @@ p, li { white-space: pre-wrap; }
Sources
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5652,114 +6056,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
ĪæĪ¼Ī¬Ī“Ī± ĻĪ¹Ī»Ī¹ĪŗĪ® ĻĻ
Ī¶Ī®ĻĪ·ĻĪ·
-
+
Message Friend
-
+
Connect To Friend
Connect To ĻĪÆĪ»ĪæĻ
-
+
Peer Details
Peer ĪŗĪ±ĪøĪĪŗĪ±ĻĻĪ±
-
+
Export Friend
Export ĻĪÆĪ»ĪæĻ
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Save Certificate
-
+
Certificates (*.pqi)
Certificates (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -5788,7 +6192,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5798,39 +6202,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5845,17 +6254,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -6131,73 +6540,53 @@ p, li { white-space: pre-wrap; }
Ī³ĪµĪ¼ĪÆĪ¶Ļ ĻĻĻ
ĻĪÆĪæ
-
-
+
+
Select a pem/pqi File
Select a pem/pqi File
-
-
+
+
File Not Found
File Not Found
-
-
+
+
%1 does not exist. Would you like to create it?
%1 does not exist. Would you like to create it?
-
-
+
+
Failed to Create File
Failed to Create File
-
-
+
+
Unable to create %1 [%2]
Unable to create %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
Select Certificate
-
+
Certificates (*.pqi *.pem)
Certificates (*.pqi *.pem)
@@ -6222,7 +6611,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Name
@@ -6243,124 +6632,144 @@ p, li { white-space: pre-wrap; }
Country
-
-
+
+
Cert Id
Cert Id
-
+
Welcome to RetroShare.
-
+
Menu
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6375,7 +6784,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6384,39 +6804,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6425,72 +6839,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
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
@@ -6865,12 +7279,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
ĻĪ¹Ī»Ī¹ĪŗĪ® ĻĻ
Ī¶Ī®ĻĪ·ĻĪ·
-
+
Export Friend
Export ĻĪÆĪ»ĪæĻ
@@ -6879,12 +7293,12 @@ p, li { white-space: pre-wrap; }
Remove ĻĪÆĪ»ĪæĻ
-
+
Save Certificate
Save Certificate
-
+
Certificates (*.pqi)
Certificates (*.pqi)
@@ -6906,7 +7320,7 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">Friends</span></p></body></html>
-
+
Connect To Friend
Connect To ĻĪÆĪ»ĪæĻ
@@ -6921,158 +7335,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Peer ĪŗĪ±ĪøĪĪŗĪ±ĻĻĪ±
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
ĻĻĪĪ»Ī»Ļ
-
+
Profile View
@@ -7135,62 +7549,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
ĻĻĪæĻĪøĪĻĻ ĻĪÆĪ»ĪæĻ
-
+
Create new Profile
@@ -7200,7 +7620,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; }
@@ -7209,12 +7629,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7519,37 +7939,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
ĻĻĪĪ»Ī»Ļ
@@ -7564,8 +7984,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7573,7 +7993,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7581,111 +8001,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -8065,7 +8495,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8074,12 +8513,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8628,8 +9063,8 @@ p, li { white-space: pre-wrap; }
Results
-
-
+
+
Download
Download
@@ -8639,45 +9074,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
Broadcast on Channel
-
+
Recommend to Friends
Recommend to Friends
-
-
-
-
+
+
+
+
/
-
+
Remove
Remove
-
+
Remove All
Remove All
-
+
+
Folder
@@ -8720,24 +9156,24 @@ p, li { white-space: pre-wrap; }
Documents
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -8791,7 +9227,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; }
@@ -8800,7 +9236,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8808,6 +9249,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8858,11 +9335,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9226,74 +9698,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9824,22 +10309,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -9849,37 +10334,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
ĻĻĻ
ĻĪÆĪæ Ī³ĪµĪ¼ĪÆĪ¶Ļ Ī±ĻĪæĻĻ
ĻĪ·Ī¼ĪĪ½ĪæĻ
@@ -9925,42 +10410,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9976,18 +10461,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Cancel
-
+
Clear Completed
Clear Completed
-
+
Status
Status
@@ -10051,14 +10536,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Name
-
+
Size
i.e: file size
Size
@@ -10087,250 +10572,250 @@ p, li { white-space: pre-wrap; }
Sources
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
Progress
-
+
Speed
i.e: upload speed
Speed
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
Retroshare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10358,21 +10843,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10381,69 +10851,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- File Name
+ File Name
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- ĻĻĻĪæĻ
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ ĻĻĻĪæĻ
diff --git a/retroshare-gui/src/lang/retroshare_it.qm b/retroshare-gui/src/lang/retroshare_it.qm
index 1dd5619e6..c5e0e8fba 100644
Binary files a/retroshare-gui/src/lang/retroshare_it.qm and b/retroshare-gui/src/lang/retroshare_it.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_it.ts b/retroshare-gui/src/lang/retroshare_it.ts
index 7d609192c..14c027183 100644
--- a/retroshare-gui/src/lang/retroshare_it.ts
+++ b/retroshare-gui/src/lang/retroshare_it.ts
@@ -497,6 +497,64 @@ p, li { white-space: pre-wrap; }
About
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+ OK
+
+
+
+ Close
+ Fine
+
+
BlogDialog
@@ -602,12 +660,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -616,26 +674,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -644,12 +702,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -658,61 +716,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
Nome
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -722,12 +795,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -736,7 +809,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; }
@@ -745,42 +818,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Pellame
@@ -874,48 +933,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Selezionare il certificato
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -924,28 +983,28 @@ p, li { white-space: pre-wrap; }
Certificati (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1151,49 +1210,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1503,12 +1562,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Generare la Manica
-
+
Subscribe To Channel
Abbonar alla Manica
@@ -1532,7 +1591,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; }
@@ -1541,32 +1600,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1577,49 +1636,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1648,69 +1727,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Fare l'amico
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1718,15 +1785,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
Annullamento
-
-
Port:
- Orificio:
+ Orificio:
Trust Settings
@@ -1745,7 +1810,7 @@ Available: %3
Firmare il certificato
-
+
OK
OK
@@ -1754,6 +1819,16 @@ Available: %3
Details
Particolari
+
+
+ Name
+ Nome
+
+
+
+ Loc
+
+
Peer Address
@@ -1774,11 +1849,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1789,78 +1859,79 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
-
- Make Friends
-
+
+ Make Friend
+ Fare l'amico
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
@@ -1871,13 +1942,13 @@ Available: %3
-
+
RetroShare
Retroshare
-
+
Error : cannot get peer details.
@@ -1902,37 +1973,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -2016,12 +2087,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2030,67 +2101,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nome
-
+
Description
-
+
Type:
Tipo:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
-
+
Create
-
+
RetroShare
Retroshare
-
+
Please add a Name
@@ -2098,65 +2169,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
Retroshare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2338,7 +2669,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Fine
@@ -2358,30 +2689,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ Retroshare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2411,7 +2768,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; }
@@ -2420,12 +2777,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2434,7 +2791,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2702,29 +3059,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ Data
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
OK
-
+
Cancel
@@ -2834,12 +3206,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3035,57 +3407,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3108,57 +3497,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3886,33 +4275,33 @@ p, li { white-space: pre-wrap; }
Generare il nuovo certificato
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
Selezionare l'amico di fiducia
-
+
Certificates (*.pqi *.pem)
Certificati (*.pqi *.pem)
@@ -3998,8 +4387,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -4021,18 +4410,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4737,53 +5126,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Regolazioni della rete
-
+
Friends
Messaggio un amico
-
+
Transfers
Trasferimenti
-
+
Messages
Email
-
+
Channels
Scanalature
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
Opzioni
-
+
Hide
Pellame
-
+
Show
Esposizione
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -4823,12 +5227,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Ricerca
-
+
Files
Lime
@@ -4837,47 +5241,47 @@ p, li { white-space: pre-wrap; }
Aggiungere l'indice comune
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
Aiuto
@@ -4887,22 +5291,22 @@ p, li { white-space: pre-wrap; }
About
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -4911,22 +5315,22 @@ p, li { white-space: pre-wrap; }
Regolazioni
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5000,29 +5404,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Nuovo messaggio
-
+
Reply to Message
Risposta al messaggio
-
+
Remove Message
Rimuovere il messaggio
-
+
Date
Data
-
+
From
Da
@@ -5089,22 +5493,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Email-Inbox
-
-
+
+
Outbox
Email-Outbox
-
-
+
+
Draft
Brutta copia
@@ -5176,7 +5580,7 @@ p, li { white-space: pre-wrap; }
Download All: Trasferire tutti dal sistema centrale verso i satelliti
-
+
Print Document
@@ -5191,107 +5595,107 @@ p, li { white-space: pre-wrap; }
Fonti
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5442,114 +5846,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
Chiacchierata del gruppo
-
+
Message Friend
-
+
Connect To Friend
Collegare all'amico
-
+
Peer Details
Particolari del pari
-
+
Export Friend
Amico dell'esportazione
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Risparmi il certificato
-
+
Certificates (*.pqi)
Certificati (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -5578,7 +5982,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5588,39 +5992,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5635,17 +6044,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5921,73 +6330,53 @@ p, li { white-space: pre-wrap; }
Certificato del carico
-
-
+
+
Select a pem/pqi File
Selezionare una lima PEM/PQI
-
-
+
+
File Not Found
Lima non trovata
-
-
+
+
%1 does not exist. Would you like to create it?
%1 non esistono. gradite generarli?
-
-
+
+
Failed to Create File
Non ĆØ riuscito a generare la lima.
-
-
+
+
Unable to create %1 [%2]
Incapace generare %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
Selezionare il certificato
-
+
Certificates (*.pqi *.pem)
Certificati (*.pqi *.pem)
@@ -6012,7 +6401,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nome
@@ -6033,124 +6422,144 @@ p, li { white-space: pre-wrap; }
Paese
-
-
+
+
Cert Id
ID di cert
-
+
Welcome to RetroShare.
-
+
Menu
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6165,7 +6574,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6174,39 +6594,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6215,72 +6629,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
Clear
-
+
Set Tabs Right
-
+
Set Tabs North
-
+
Set Tabs South
-
+
Set Tabs Left
-
+
Set Tabs Rounded
-
+
Set Tabs Triangular
-
+
Add Friend
Aggiungere l'amico
-
+
Copy My Key to Clipboard
-
+
Export My Key
-
+
Create New Profile
-
+
Create a new Profile
@@ -6655,12 +7069,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Chiacchierata
-
+
Export Friend
Amico dell'esportazione
@@ -6669,12 +7083,12 @@ p, li { white-space: pre-wrap; }
Rimuovere l'amico
-
+
Save Certificate
Risparmi il certificato
-
+
Certificates (*.pqi)
Certificati (*.pqi)
@@ -6696,7 +7110,7 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">Amici</span></p></body></html>
-
+
Connect To Friend
Collegare all'amico
@@ -6711,158 +7125,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Particolari del pari
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
Trasmettere
-
+
Profile View
@@ -6925,62 +7339,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
Aggiungere l'amico
-
+
Create new Profile
@@ -6990,7 +7410,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; }
@@ -6999,12 +7419,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7309,37 +7729,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
Trasmettere
@@ -7354,8 +7774,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7363,7 +7783,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7371,111 +7791,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -7855,7 +8285,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7864,12 +8303,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8418,8 +8853,8 @@ p, li { white-space: pre-wrap; }
Risultati
-
-
+
+
Download
Download Trasferimento
@@ -8429,45 +8864,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
Radiodiffusione sulla Manica
-
+
Recommend to Friends
Suggerire agli amici
-
-
-
-
+
+
+
+
/
-
+
Remove
Rimuovere
-
+
Remove All
Rimuovere tutti
-
+
+
Folder
@@ -8510,24 +8946,24 @@ p, li { white-space: pre-wrap; }
Documenti
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -8581,7 +9017,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; }
@@ -8590,7 +9026,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8598,6 +9039,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8648,11 +9125,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9020,74 +9492,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9618,22 +10103,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -9643,37 +10128,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
Il carico del certificato ĆØ venuto a mancare
@@ -9719,42 +10204,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9770,18 +10255,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Annullamento
-
+
Clear Completed
La radura ha completato
-
+
Status
Condizione
@@ -9845,14 +10330,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Nome
-
+
Size
i.e: file size
Formato
@@ -9881,250 +10366,250 @@ p, li { white-space: pre-wrap; }
Fonti
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
Progresso
-
+
Speed
i.e: upload speed
VelocitĆ
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
Retroshare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10152,21 +10637,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10175,69 +10645,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- Nome di lima
+ Nome di lima
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Tipo
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Tipo
diff --git a/retroshare-gui/src/lang/retroshare_ja.qm b/retroshare-gui/src/lang/retroshare_ja.qm
new file mode 100644
index 000000000..67ab4f731
Binary files /dev/null and b/retroshare-gui/src/lang/retroshare_ja.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_ja.ts b/retroshare-gui/src/lang/retroshare_ja.ts
new file mode 100644
index 000000000..2a33b1c92
--- /dev/null
+++ b/retroshare-gui/src/lang/retroshare_ja.ts
@@ -0,0 +1,11118 @@
+
+
+
+
+
+
+ Arial
+ Arial
+
+
+
+ @default
+
+ Arial
+ Arial
+
+
+
+ AboutDialog
+
+
+
+ About RetroShare
+
+
+
+
+ About
+ ć«ć¤ćć¦
+
+
+
+ close
+
+
+
+
+ Max score: %1
+
+
+
+
+ Score: %1
+
+
+
+
+ Level: %1
+
+
+
+
+ Have fun ;-)
+
+
+
+
+ AddFileAssociationDialog
+
+
+ File type(extension):
+
+
+
+
+ Use default command
+
+
+
+
+ Command
+
+
+
+
+ RetroShare
+
+
+
+
+ Sorry, can't determine system default command for this file
+
+
+
+
+
+ AddFriendDialog
+
+ Cancel
+ åćę¶ć
+
+
+ Done
+ ććć
+
+
+ Load From File
+ ćć”ć¤ć«ććć®č² č·
+
+
+ RetroShare
+ Retroshare (Retroć®åćå)
+
+
+ Certificate Load Failed
+ čؼęęøć®č² č·ćÆ失ęćć
+
+
+
+ AddFriendWizard
+
+ Cancel
+ åćę¶ć
+
+
+
+ AddLinksDialog
+
+
+
+ Add Link
+
+
+
+
+ Add a new Link
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600; font-style:normal;">
+<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:400;">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:10pt; font-weight:600; font-style:normal;">
+<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:400;">Url:</span></p></body></html>
+
+
+
+
+ +2 Great!
+
+
+
+
+ +1 Good
+
+
+
+
+ 0 Okay
+
+
+
+
+ -1 Sux
+
+
+
+
+ -2 Bad Link
+
+
+
+
+ Add Anonymous Link
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'DejaVu Sans'; font-size:18pt; font-weight:600; color:#ffffff;">Add Link to Cloud</span></p></body></html>
+
+
+
+
+ Cancel
+
+
+
+
+ AdvancedSearchDialog
+
+
+ RetroShare: Advanced Search
+
+
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ Search
+ čŖæę»
+
+
+
+ Add a further search criterion.
+
+
+
+
+ Reset the search criteria.
+
+
+
+
+ Cancels the search.
+
+
+
+
+ Perform the advanced search.
+
+
+
+
+ Search Criteria
+
+
+
+
+ AppearanceDialog
+
+ Language
+ čØčŖ (Language)
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">čØčŖćéøć³ćŖćć</p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ć¤ć³ćæć¼ćć§ć¤ć¹ę§å¼ćéøć³ćŖćć</p></body></html>
+
+
+ Style Sheet
+ ć¹ćæć¤ć«ć·ć¼ć
+
+
+
+ AppearancePage
+
+
+ Language
+ čØčŖ (Language)
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">čØčŖćéøć³ćŖćć</p></body></html>
+
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html>
+
+
+
+
+ Style
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ć¤ć³ćæć¼ćć§ć¤ć¹ę§å¼ćéøć³ćŖćć</p></body></html>
+
+
+
+ Style Sheet
+ ć¹ćæć¤ć«ć·ć¼ć
+
+
+
+ ApplicationWindow
+
+
+ Hide
+ ē®
+
+
+
+ Show
+ ć·ć§ć¼
+
+
+
+ Peers
+
+
+
+
+ Transfers
+ ćć”ć¤ć«ć»ćć©ć³ć¹ćć”ć¼
+
+
+
+ Messages
+ é»åć”ć¼ć«
+
+
+
+ Blog Feed
+
+
+
+
+ Games Launcher
+
+
+
+
+ Photo View
+
+
+
+
+ Shared Calendars
+
+
+
+
+ Statistics
+ ēµ±čØé
+
+
+
+
+ RetroShare
+
+
+
+
+ AttachFileItem
+
+
+ Form
+
+
+
+
+ File Name
+ ćć”ć¤ć«åå
+
+
+
+ %p Kb
+
+
+
+
+ Cancel Download
+
+
+
+
+ AuthorizationDialog
+
+ Authenticate
+ čŖčؼććŖćć
+
+
+ Authenticate Friend By Entering Their Code
+ ć³ć¼ććå
„ććććØć«ćć£ć¦åäŗŗćčŖčؼććŖćć
+
+
+ OK
+ ćććć¾ćć (OK)
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ BandwidthGraph
+
+
+
+ Show Settings
+
+
+
+
+ Reset
+ Reset
+
+
+
+ Receive Rate
+ Receive Rate
+
+
+
+ Send Rate
+ Send Rate
+
+
+
+ Style
+ ę§å¼
+
+
+
+ Changes the transparency of the Bandwidth Graph
+ åøÆåå¹
ć°ć©ćć®éęē©ćå¤ćć
+
+
+
+ 100
+ 100
+
+
+
+ % Opaque
+ % Opaque
+
+
+
+ Save
+ Save
+
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ Since:
+
+
+
+
+ Hide Settings
+ Hide Settings
+
+
+
+ RetroShare Bandwidth Usage
+
+
+
+
+ Always on Top
+
+
+
+
+ BgWindow
+
+ Options
+ éøę
+
+
+ About
+ ć«ć¤ćć¦
+
+
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+ ęę°ć®ęēØæ
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+ ēµćć
+
+
+
+ BlogDialog
+
+
+ Form
+
+
+
+
+ Blogs
+ ććć°
+
+
+
+ Last Month
+
+
+
+
+ Last Week
+
+
+
+
+ Last Day
+
+
+
+
+ All Users
+
+
+
+
+ Jimmy
+
+
+
+
+ John
+
+
+
+
+ Jacki
+
+
+
+
+ No Feeds
+
+
+
+
+ Post Blog
+
+
+
+
+ BlogMsgItem
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Connected
+
+
+
+
+ Expand
+
+
+
+
+ Subject
+
+
+
+
+ subjectLabel
+
+
+
+
+ Play Media
+
+
+
+
+ Long
+ message here
+
+
+
+
+ BlogsDialog
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:10pt; font-weight:600;">Blogs</span></p></body></html>
+
+
+
+
+ Add
+ čæ½å ćć
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
+
+
+
+
+ Post To Channel
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-weight:400; font-style:normal;">
+<p 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;">Unsubcribe To Blog</span></p></body></html>
+
+
+
+
+ Unsubscribe
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-weight:400; font-style:normal;">
+<p 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;">Subscribe To Blog</span></p></body></html>
+
+
+
+
+ Subscribe
+
+
+
+
+
+ Create New Blog
+
+
+
+
+ Name
+
+
+
+
+ ID
+
+
+
+
+ Own Blogs
+
+
+
+
+ Subscribed Blogs
+
+
+
+
+ Popular Blogs
+
+
+
+
+ Other Blogs
+
+
+
+
+ Post to Blog
+
+
+
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
+ Create a new Blog
+
+
+
+
+
+
+
+ Popularity: %1
+Fetches: %2
+Available: %3
+
+
+
+
+ BlogsMsgItem
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:11pt; font-weight:600; font-style:italic;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#656565;">Blog Subject</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" 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;">DateTime</span></p></body></html>
+
+
+
+
+ Unsubscribe From Channel
+
+
+
+
+ Remove Item
+
+
+
+
+
+ Expand
+
+
+
+
+ Comments here
+
+
+
+
+ Hide
+ ē®
+
+
+
+ CalDialog
+
+
+ Remove
+ åé¤ććŖćć
+
+
+
+ Form
+
+
+
+
+ Local Calendars
+
+
+
+
+ Shared Calendar List
+
+
+
+
+ Share Details
+
+
+
+
+ Name:
+
+
+
+
+ Location:
+
+
+
+
+ ...
+
+
+
+
+ Status:
+
+
+
+
+ Private
+
+
+
+
+ Public
+
+
+
+
+ Allow List:
+
+
+
+
+ <Disabled>
+
+
+
+
+ Add
+ čæ½å ćć
+
+
+
+ Peer Calendars
+
+
+
+
+ CallToaster
+
+
+ Message
+
+
+
+
+ CertificatePage
+
+
+ Certificate files
+
+
+
+
+ Use PGP certificates saved in files.
+
+
+
+
+ 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...
+
+
+
+
+ Specify path to your friend's certificate in the box below
+
+
+
+
+ Browse
+
+
+
+
+ Select Certificate
+ čؼęęøćéøć³ćŖćć
+
+
+
+ RetroShare Certificates (*.rsc)
+
+
+
+
+ Not implemented
+
+
+
+ Certificates (*.pqi *.pem)
+ čؼęęø (*.pqi *.pem)
+
+
+
+ Please choose a filename
+
+
+
+
+
+ RetroShare
+
+
+
+
+ Certificate file successfully created
+
+
+
+
+ Sorry, certificate file creation failed
+
+
+
+
+ Certificate Load Failed:file %1 not found
+
+
+
+
+ ChanCreateDialog
+
+ Create a new Broadcast Channel
+ ę°ććę¾éćć£ćć«ćä½ęććŖćć
+
+
+ Create A New Broadcast Channel
+ ę°ććę¾éćć£ćć«ćä½ęććŖćć
+
+
+ Channel Name:
+ ćć£ćć«ć®åå:
+
+
+ Type:
+ ćæć¤ć:
+
+
+ Public Channel (Signed)
+ å
Œ
±ćć£ćć«(ē½²åćć)
+
+
+ Private Channel (Encrypted)
+ ē§ēØćć£ćć«(ęå·åććć)
+
+
+ Cancel Channel
+ åćę¶ććć£ćć«
+
+
+ Create Channel
+ ćć£ćć«ćä½ęććŖćć
+
+
+
+ ChanMsgDialog
+
+
+ Compose
+ ę§ęććŖćć
+
+
+
+ Select Color
+
+
+
+
+ Recommended Files
+ ęØč¦ććććć”ć¤ć«
+
+
+
+ Send To:
+ ć«éććŖćć:
+
+
+
+ Send
+ éććŖćć
+
+
+ Delete Channel
+ åé¤ćć£ćć«
+
+
+ Create Channel MSG
+ ćć£ćć«ć”ćć»ć¼ćøćä½ęććŖćć
+
+
+
+ &Left
+
+
+
+
+ C&enter
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ Send this message now
+
+
+
+
+ Toggle Contacts View
+
+
+
+
+ Save this message
+
+
+
+
+ Compose:
+
+
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Contacts Sidebar
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ Open File...
+
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ Print Document
+
+
+
+
+ Save Message
+
+
+
+
+ Message has not been Sent.
+Do you want to save message ?
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
+
+
+ Add Extra File
+
+
+
+
+ File Name
+ ćć”ć¤ć«åå
+
+
+
+ Size
+ ćµć¤ćŗ
+
+
+
+ Sources
+ ęŗ
+
+
+
+ Save
+ Save
+
+
+
+
+ Contacts
+
+
+
+
+ Subject:
+
+
+
+
+ Font size
+
+
+
+
+ Blockquote
+
+
+
+
+ Increase font size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Attach
+
+
+
+
+ Attach File
+
+
+
+
+ Quote
+
+
+
+
+ Add Blockquote
+
+
+
+
+ Alignment
+
+
+
+
+ Add a Image
+
+
+
+
+ Sets text font to code style
+
+
+
+
+ Split text
+
+
+
+
+ Hash
+
+
+
+
+ Reply
+ čæēćć
+
+
+
+ ChanMsgItem
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:11pt; font-weight:600; font-style:italic;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:normal; color:#656565;">Channel Subject</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" 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;">DateTime</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#666666;">Short Description</span></p></body></html>
+
+
+
+
+ Download
+
+
+
+
+ Remove Item
+
+
+
+
+
+ Expand
+
+
+
+
+ Unsubscribe From Channel
+
+
+
+
+ Play Media
+
+
+
+
+ TextLabel
+
+
+
+
+ Long
+ message here
+
+
+
+
+ Hide
+ ē®
+
+
+
+ ChanNewItem
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Connected
+
+
+
+
+ name
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Expand
+
+
+
+
+ Channel Decscription
+
+
+
+
+ Description
+ of Forum
+
+
+
+
+ ChannelBrowserDialog
+
+ Channels
+ ćć£ćć«
+
+
+ Video
+ ćććŖę ē»
+
+
+
+ ChannelDetails
+
+
+
+ Channel Details
+
+
+
+
+ Channel Info
+
+
+
+
+ Forum Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+ ęę°ć®ęēØæ
+
+
+
+ Forum ID
+
+
+
+
+ Channel Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+ ēµćć
+
+
+
+ ChannelFeed
+
+
+ Create Channel
+ ćć£ćć«ćä½ęććŖćć
+
+
+
+ Subscribe To Channel
+ ćć£ćć«ćäŗē“č³¼čŖććŖćć
+
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:10pt; font-weight:600;">Channels</span></p></body></html>
+
+
+
+
+ Add
+ čæ½å ćć
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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:9pt; font-weight:600; font-style:normal;">
+<p 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;">Channel Name</span></p></body></html>
+
+
+
+
+ Post To Channel
+
+
+
+
+ Unsubcribe To Channel
+
+
+
+
+ Unsubscribe
+
+
+
+
+ Subscribe
+
+
+
+
+ Auto Download On
+
+
+
+
+ Auto Download Off
+
+
+
+
+ Name
+
+
+
+
+ Popularity
+
+
+
+
+ ID
+
+
+
+
+ Own Channels
+
+
+
+
+ Subscribed Channels
+
+
+
+
+ Popular Channels
+
+
+
+
+ Other Channels
+
+
+
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
+ Show Channel Details
+
+
+
+
+ Create a new Channel
+
+
+
+
+ New Channel
+
+
+
+
+
+
+
+ Popularity: %1
+Fetches: %2
+Available: %3
+
+
+
+
+ ChatDialog
+
+ Chat
+ éč«
+
+
+ Send
+ éććŖćć
+
+
+
+ ChatToaster
+
+
+ Message
+
+
+
+
+ ConclusionPage
+
+
+ Make Friend
+ åäŗŗćä½ććŖćć
+
+
+
+ Details about your friend :
+
+
+
+
+ Key validity:
+
+
+
+
+ Email:
+
+
+
+
+ Authenticate friend (Sign GPG Key)
+
+
+
+
+ Add as friend to connect with
+
+
+
+
+ It seems your friend is already registered. Adding it might just set it's ip address.
+
+
+
+
+ Peer details
+
+
+
+
+ Name:
+
+
+
+
+ Loc:
+
+
+
+
+ Signers
+
+
+
+
+ ConfCertDialog
+
+
+ Cancel
+ åćę¶ć
+
+
+ Port:
+ ęøÆ:
+
+
+ Trust Settings
+ äæ”é ¼ć®čØå®
+
+
+ Trust Level
+ äæ”é ¼ć¬ćć«
+
+
+ Trust Their Signature
+ ē½²åćäæ”é ¼ććŖćć
+
+
+ Sign The Certificate
+ čؼęęøć«ē½²åććŖćć
+
+
+
+ OK
+ ćććć¾ćć (OK)
+
+
+
+ Details
+ ē“°éØ
+
+
+
+ Name
+
+
+
+
+ Loc
+
+
+
+
+ Peer Address
+ åēč
ć®ä½ę
+
+
+
+ Last Contact
+ ęå¾ć®ę„触
+
+
+
+ Peer Details
+ åēč
ć®ē“°éØ
+
+
+
+ Peer Info
+
+
+
+
+ Peer ID
+
+
+
+
+ Version
+
+
+
+
+ Addresses list
+
+
+
+
+ SignGPG Key
+
+
+
+
+ Deny Friend
+
+
+
+
+ Make Friend
+ åäŗŗćä½ććŖćć
+
+
+
+ Sign GPG key
+
+
+
+
+ Local Address
+
+
+
+
+ External Address
+
+
+
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
+ None
+
+
+
+
+ Marginal
+
+
+
+
+ Full
+
+
+
+
+ GPG Key
+
+
+
+
+ Peer has signed my GPG key
+
+
+
+
+ Peer key is signed by :
+
+
+
+
+ Apply and Close
+
+
+
+
+
+ RetroShare
+
+
+
+
+
+ Error : cannot get peer details.
+
+
+
+
+ Your key is signed by :
+
+
+
+
+ Peer key is signed by :
+
+
+
+
+ Your trust in this peer is ultimate, it's probably a key you own.
+
+
+
+
+ Your trust in this peer is full.
+
+
+
+
+ Your trust in this peer is marginal.
+
+
+
+
+ Your trust in this peer is none.
+
+
+
+
+ Your trust in this peer is not set.
+
+
+
+
+ Peer has authenticated me as a friend and did sign my GPG key
+
+
+
+
+ Peer has not authenticated me as a friend and did not sign my GPG key
+
+
+
+
+ Signature Failure
+
+
+
+
+ Maybe password is wrong
+
+
+
+
+ Trust
+
+
+
+
+ ConnectDialog
+
+
+ Peer Details
+ åēč
ć®ē“°éØ
+
+
+
+
+ Make Friend
+ åäŗŗćä½ććŖćć
+
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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:16pt; font-weight:600; color:#000000;"> Make Friend</span></p></body></html>
+
+
+
+
+ Trust:
+
+
+
+
+ Name:
+
+
+
+
+ Org:
+
+
+
+
+ Loc:
+
+
+
+
+ Country:
+
+
+
+
+ signers:
+
+
+
+
+ AUTH CODE:
+
+
+
+
+ ConnectFriendWizard
+
+
+ Connect Friend Wizard
+
+
+
+
+ CreateBlog
+
+
+ Create new Blog
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Blog</span></p></body></html>
+
+
+
+
+ Name
+
+
+
+
+ Description
+
+
+
+
+ Type:
+ ćæć¤ć:
+
+
+
+ Public - Anyone can read and publish (Shared Publish Key)
+
+
+
+
+ Restricted - Anyone can read, limited publishing (Private Publish Key)
+
+
+
+
+ Private - (Private Publish Key required to view Messages)
+
+
+
+
+ Allowed Messages
+
+
+
+
+ Authemticated Messages
+
+
+
+
+ Anonymous Messages
+
+
+
+
+ Cancel
+
+
+
+
+ Create
+
+
+
+
+ RetroShare
+
+
+
+
+ Please add a Name
+
+
+
+
+ CreateBlogMsg
+
+
+ New Blog Post
+
+
+
+
+ Blog Post
+
+
+
+
+ Blog Post to:
+
+
+
+
+ Visual Editor
+
+
+
+
+ Blog Message
+
+
+
+
+ Subject :
+
+
+
+
+ Html Editor
+
+
+
+
+
+ Attachments
+
+
+
+
+ toolBar
+
+
+
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
+ Add Extra File
+
+
+
+
+ RetroShare
+
+
+
+
+ Please add a Subject
+
+
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
+
+
+ CreateChannelMsg
+
+
+ New Channel Post
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:26pt; color:#ffffff;">New Channel Post</span></p></body></html>
+
+
+
+
+ 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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
+<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-size:8pt;"> You can set your Thumbnail Image for your Channel Post.</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-size:8pt;"> You can use Drap and Drop to Attach 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-size:8pt;"> Set your Subject and Description for your Channel Post.</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-size:8pt;"> You can View your Attached Files on Attachments Tab.</span></p></body></html>
+
+
+
+
+ Add File to Attach
+
+
+
+
+ Add Channel Thumbnail
+
+
+
+
+ Message
+
+
+
+
+ Subject :
+
+
+
+
+
+ Attachments
+
+
+
+
+ Drag and Drop Files from Search Results
+
+
+
+
+ Add Extra File
+
+
+
+
+ RetroShare
+
+
+
+
+ Please add a Subject
+
+
+
+
+ CreateForum
+
+
+ Name
+ åå
+
+
+
+ Type:
+ ćæć¤ć:
+
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ RetroShare
+
+
+
+
+ Please add a Name
+
+
+
+
+ Create new Forum
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Forum</span></p></body></html>
+
+
+
+
+ Description
+
+
+
+
+ Public - Anyone can read and publish (Shared Publish Key)
+
+
+
+
+ Restricted - Anyone can read, limited publishing (Private Publish Key)
+
+
+
+
+ Private - (Private Publish Key required to view Messages)
+
+
+
+
+ Allowed Messages
+
+
+
+
+ Authemticated Messages
+
+
+
+
+ Anonymous Messages
+
+
+
+
+ Channel Logo
+
+
+
+
+ Add Channel Logo
+
+
+
+
+ Create
+
+
+
+
+ CreateForumMsg
+
+
+ Close
+ ēµćć
+
+
+
+ Post Forum Message
+
+
+
+
+ Forum
+
+
+
+
+ Forum Post Subject
+
+
+
+
+ Paste retroshare link
+
+
+
+
+ Forum Post
+
+
+
+
+ Sign Message
+
+
+
+
+ toolBar
+
+
+
+
+ Post Forum Msg
+
+
+
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
+ Add Extra File
+
+
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
+
+
+ CryptoPage
+
+
+ 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 (*)
+
+
+
+
+ Public 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:'Arial'; 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;">Copy my Key to Clipboard</p></body></html>
+
+
+
+
+ Copy 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:'Arial'; 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;">Save Key into a file</p></body></html>
+
+
+
+
+ Save Key
+
+
+
+
+ CryptographyDialog
+
+ RSA Key Size
+ RSA Key Size
+
+
+ Rijndael Block size
+ Rijndael Block size
+
+
+ 128 Bits
+ 128 Bits
+
+
+ 192 Bits
+ 192 Bits
+
+
+ 256 Bits
+ 256 Bits
+
+
+ Rijndael Key Size
+ Rijndael Key Size
+
+
+ Rijndael Mode
+ Rijndael Mode
+
+
+ CBC
+ CBC
+
+
+ ECB
+ ECB
+
+
+ CFB
+ CFB
+
+
+ Rijndael Padding
+ Rijndael Padding
+
+
+ PKCS7
+ PKCS7
+
+
+ Zeros
+ Zeros
+
+
+ ANSIX923
+ ANSIX923
+
+
+ ISO10126
+ ISO10126
+
+
+ Rijndael Feedback Size
+ Rijndael Feedback Size
+
+
+ Key Size:
+ Key Size:
+
+
+ Block Size:
+ Block Size:
+
+
+ Feedback Size:
+ Feedback Size:
+
+
+ Mode:
+ Mode:
+
+
+ Padding:
+ Padding:
+
+
+
+ DLListDelegate
+
+
+ B
+
+
+
+
+ KB
+
+
+
+
+ MB
+
+
+
+
+ GB
+
+
+
+
+ DetailsDialog
+
+
+ Details
+ ē“°éØ
+
+
+
+
+ General
+ ę¦č¦
+
+
+
+ File Name:
+
+
+
+
+ Name Label
+
+
+
+
+ Hash:
+
+
+
+
+ Hash Label
+
+
+
+
+ Size:
+
+
+
+
+ Size Label
+
+
+
+
+ Status:
+
+
+
+
+ Status Label
+
+
+
+
+ Priority
+
+
+
+
+ Priority Label
+
+
+
+
+ Type Label
+
+
+
+
+ Type:
+ ćæć¤ć:
+
+
+
+ Transfer
+
+
+
+
+ Sources:
+
+
+
+
+ Datarate:
+
+
+
+
+ Completed:
+
+
+
+
+ Source Label
+
+
+
+
+ Datarate Label
+
+
+
+
+ Completed Label
+
+
+
+
+ Chunks Label
+
+
+
+
+ Chunk size:
+
+
+
+
+
+ Number of Chunks
+
+
+
+
+ Chunks Number Label
+
+
+
+
+ Chunks:
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;">Remaining Label</span></p></body></html>
+
+
+
+
+ Remaining:
+
+
+
+
+ Date
+
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
+
+ Comments
+
+
+
+
+
+ retroshare link(s)
+
+
+
+
+ Copy
+
+
+
+
+ OK
+
+
+
+
+ Cancel
+
+
+
+
+ Rating
+
+
+
+
+ File Name
+ ćć”ć¤ć«åå
+
+
+
+ Not Rated
+
+
+
+
+ No Comments
+
+
+
+
+ DirectoriesDialog
+
+ Shared Directories
+ å
±ēØē»é²ē°æ
+
+
+ Other Directories
+ ä»ć®ē»é²ē°æ
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Incoming Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" 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></body></html>
+
+
+ Add Shared Directory
+ å
±ēØē»é²ē°æćå ććŖćć
+
+
+
+ DirectoriesPage
+
+
+ Incoming Directory
+
+
+
+
+ Partials Direcrtory
+
+
+
+
+ Shared Directories
+ å
±ēØē»é²ē°æ
+
+
+
+ Automatically share incoming directory (Recommanded)
+
+
+
+
+ Edit Share
+
+
+
+ Incoming files
+ å
„ć£ć¦ę„ććć”ć¤ć«
+
+
+
+ Add a Share Directory
+
+
+
+
+ Remove Shared Directory
+
+
+
+
+
+ Browse
+
+
+
+
+ Add Shared Directory
+
+
+
+
+ Set Incoming Directory
+
+
+
+
+ Set Partials Directory
+
+
+
+
+ ErrorMessagePage
+
+
+ Sorry, some error appeared
+
+
+
+
+ Here is the error message:
+
+
+
+
+ ExampleDialog
+
+
+ Vote Up
+
+
+
+
+ Vote Down
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Friends</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">åäŗŗ</span></p></body></html>
+
+
+
+ Status
+ ē¶ę
+
+
+
+ Person
+ äŗŗ
+
+
+
+ Auto Connect
+ čŖåēć«ę„ē¶ććŖćć
+
+
+
+ Trust Level
+ äæ”é ¼ć¬ćć«
+
+
+
+ Peer Address
+ åēč
ć®ä½ę
+
+
+
+ Last Contact
+ ęå¾ć®ę„触
+
+
+
+ Organisation
+ ę§ę
+
+
+
+ Location
+ ä½ē½®
+
+
+
+ Country
+ å½
+
+
+
+ Person Id
+ äŗŗć®åäøēŖå·
+
+
+
+ Auth Code
+ čŖčؼć³ć¼ć
+
+
+
+ #
+
+
+
+
+ ExprParamElement
+
+
+
+
+ to
+
+
+
+
+ ignore case
+
+
+
+
+
+ dd.MM.yyyy
+
+
+
+
+
+ KB
+
+
+
+
+
+ MB
+
+
+
+
+
+ GB
+
+
+
+
+ ExpressionWidget
+
+
+ Expression Widget
+
+
+
+
+ Delete this expression
+
+
+
+
+ FileAssociationsPage
+
+
+ &New
+
+
+
+
+ Add new Association
+
+
+
+
+ &Edit
+
+
+
+
+ Edit this Association
+
+
+
+
+ &Remove
+
+
+
+
+ Remove this Association
+
+
+
+
+ File type
+
+
+
+
+ Friend Help
+
+
+
+
+ You this
+
+
+
+
+ FileHashDialog
+
+ Download
+ ćć¦ć³ćć¼ć (Download)
+
+
+
+ FileTransferInfoWidget
+
+
+ Chunk map:
+
+
+
+
+ Active chunks:
+
+
+
+
+ Availability map (
+
+
+
+
+ sources
+
+
+
+
+ File info:
+
+
+
+
+ File hash:
+
+
+
+
+ File size:
+
+
+
+
+
+
+ bytes
+
+
+
+
+ Chunk size:
+
+
+
+
+ Number of chunks:
+
+
+
+
+ Transfered:
+
+
+
+
+ Number of sources:
+
+
+
+
+ Chunk strategy:
+
+
+
+
+ Transfer type:
+
+
+
+
+ FindWindow
+
+ %1 KB
+ %1 KB
+
+
+ File Name
+ ćć”ć¤ć«åå
+
+
+ Size
+ ćµć¤ćŗ
+
+
+
+ FofPage
+
+
+ Friends of friends
+
+
+
+
+ Select now who you want to make friends with.
+
+
+
+
+ Show me:
+
+
+
+
+ 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
+
+
+
+
+ Make friend with these peers
+
+
+
+
+ *** None ***
+
+
+
+
+ ForumDetails
+
+
+
+ Forum Details
+
+
+
+
+ Forum Info
+
+
+
+
+ Forum Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+ ęę°ć®ęēØæ
+
+
+
+ Forum ID
+
+
+
+
+ Forum Description
+
+
+
+
+ Security
+
+
+
+
+ Allowed Messages
+
+
+
+
+ Authemticated Messages
+
+
+
+
+ Anonymous Messages
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Apply and Close
+
+
+
+
+ ForumMsgItem
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Forum Name
+
+
+
+
+ Expand
+
+
+
+
+
+
+ Subject:
+
+
+
+
+ Subject...
+
+
+
+
+ Persons Name
+
+
+
+
+ Unsubscribe To Forum
+
+
+
+
+ Reply
+ čæēćć
+
+
+
+
+ Message is about ???
+
+
+
+
+ Previous Message...
+
+
+
+
+ Currnent Message..
+
+
+
+
+ ForumNewItem
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Connected
+
+
+
+
+ name
+
+
+
+
+ Subscribe to Forum
+ č³¼čŖćć©ć¼ć©ć ćø
+
+
+
+ Expand
+
+
+
+
+ Forum Description
+
+
+
+
+ Description
+ of Forum
+
+
+
+
+ ForumsDialog
+
+
+ Subscribe to Forum
+ č³¼čŖćć©ć¼ć©ć ćø
+
+
+
+ Unsubscribe to Forum
+ ćć£ć³ćć«ē»é²ć®č§£é¤ćć©ć¼ć©ć ćø
+
+
+
+ New Forum
+ ę°ćććć©ć¼ć©ć
+
+
+
+ Show Forum Details
+ å°å³ćč”Øē¤ŗćć©ć¼ć©ć ć®č©³ē“°
+
+
+
+ Reply
+ čæēćć
+
+
+
+ Reply to Author
+ čæäæ”čč
+
+
+
+ Expand all
+
+
+
+
+ Collapse all
+
+
+
+
+
+
+ Popularity:
+ äŗŗę°åŗ¦ļ¼
+
+
+
+ Your Forums
+ ććŖćć®ćć©ć¼ć©ć
+
+
+
+ Subscribed Forums
+ ćć£ć³ćć«ē»é²ć®ćć©ć¼ć©ć
+
+
+
+ Popular Forums
+ äŗŗę°ćć©ć¼ć©ć
+
+
+
+ Other Forums
+ ä»ć®ćć©ć¼ć©ć
+
+
+
+
+ Anonymous
+ åæå
+
+
+
+
+ signed
+
+
+
+
+
+ none
+
+
+
+
+
+ RetroShare
+
+
+
+
+ No Forum Selected!
+
+
+
+
+ Re:
+
+
+
+
+ You cant reply a Anonymous Author
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+ Date
+ ę„ä»
+
+
+
+
+ Start New Thread
+ ć¹ćæć¼ćę°ććć¹ć¬ćććęēØæ
+
+
+ New Message
+ ę°ććć”ćć»ć¼ćø
+
+
+
+ Add
+ čæ½å ćć
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Start new Thread for Selected Forum</p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">éøęććććć©ć¼ć©ć ć®ę°č¦ć¹ć¬ćć</p></body></html>
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Reply Message</p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">čæäæ”ć”ćć»ć¼ćø</p></body></html>
+
+
+
+ RetroShare Forums
+ RetroSharećć©ć¼ć©ć
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Forum:</p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ćć©ć¼ć©ć ļ¼</p></body></html>
+
+
+
+ Last Post
+ ęę°ć®ęēØæ
+
+
+
+ Threaded View
+ ć¹ć¬ććč”Øē¤ŗ
+
+
+
+ Flat View
+ ćć©ććč”Øē¤ŗ
+
+
+
+ Title
+ ćæć¤ćć«
+
+
+
+ Author
+ čč
+
+
+
+ Signed
+ ē½²å
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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:10pt; font-weight:600;">Thread:</span></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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:10pt; font-weight:600;">ē³ø:</span></p></body></html>
+
+
+
+ Create Forum
+ ćć©ć¼ć©ć ćä½ęćć
+
+
+
+ Print
+ å°å·
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; 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;"><span style=" font-family:'Arial'; font-weight:600;">Forums</span></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; 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;"><span style=" font-family:'Arial'; font-weight:600;">ćć©ć¼ć©ć </span></p></body></html>
+
+
+
+ PrintPreview
+ å°å·ćć¬ćć„ć¼
+
+
+
+ GSettingsWin
+
+ General
+ ę¦č¦
+
+
+ Network
+ ććććÆć¼ćÆ
+
+
+ Directories
+ ē»é²ē°æ
+
+
+ Server
+ åēč
ćć¼ćčØå®
+
+
+ %1
+ %1
+
+
+
+ GamesDialog
+
+
+ Cancel Game
+
+
+
+
+ Add to Invite List
+
+
+
+
+ Remove from Invite List
+
+
+
+
+
+ Interested in Playing
+
+
+
+
+ Not Interested in Game
+
+
+
+
+
+ Not Interested
+
+
+
+
+ Confirm Peer in Game
+
+
+
+
+ Remove Peer from Game
+
+
+
+
+ Interested in Game
+
+
+
+
+ Quit Game
+
+
+
+
+ Status
+ ē¶ę
+
+
+
+ Accept
+ å容
+
+
+
+ Form
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; font-weight:600;">Games Launcher</span></p></body></html>
+
+
+
+
+ Game:
+
+
+
+
+ GameType: 0. Want to Add your Game here?
+
+
+
+
+ GameType: 1. Get In Touch with the developers
+
+
+
+
+ GameType: 2.
+
+
+
+
+ Title / Comment
+
+
+
+
+ Create New Game
+
+
+
+
+ Invite All Friends
+
+
+
+
+ Game Type
+
+
+
+
+ Server
+
+
+
+
+ Comment
+
+
+
+
+ GameID
+
+
+
+
+ Player
+
+
+
+
+
+ Invite
+
+
+
+
+ Interested
+
+
+
+
+ Delete
+
+
+
+
+
+ Move Player
+
+
+
+
+ Play Game
+
+
+
+
+ GenCertDialog
+
+ RetroShare setup
+ Retroshareć®ēµćæē«ć¦
+
+
+ Load Trusted Certificate (Optional)
+ č² č·äæ”čØčؼåø(ä»»ę)
+
+
+
+ RetroShare : Create new user Profile
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:16pt; color:#ffffff;">Create a new RetroShare profile</span><span style=" font-family:'Arial'; font-size:8pt;"><br /><br /></span><span style=" font-family:'Arial'; font-size:8pt; font-weight:600;">Retroshare uses gpg keys for identity management. </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:'Arial'; font-size:8pt; font-weight:600;">You can use an existing gpg key, or create a new one with this form.</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:'Arial'; font-size:8pt; font-weight:600;">Please fill in the location field (example : "home", "laptop", etc). </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:'Arial'; font-size:8pt; font-weight:600;">It will be permanently attached to this retroshare installation, and visible to</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:'Arial'; font-size:8pt; font-weight:600;">your peers.</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:'Arial'; font-size:8pt; font-weight:600;">You can install retroshare on different locations using the same gpg key.</span></p></body></html>
+
+
+
+
+ It looks like you don't own any GPG keys. Please fill in the form below to generate one, or use your favorite gnupg key manager.
+
+
+
+
+ Use GPG key
+
+
+
+
+ Name
+
+
+
+
+ Email
+
+
+
+
+ GPG Password
+
+
+
+
+ Put a meaningfull location. ex : home, laptop, etc.
+
+
+
+
+ Generate a new gpg key
+
+
+
+
+ Generate New Profile
+
+
+
+
+ Info
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<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;">Friend</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><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;">åäŗŗ</span></p></body></html>
+
+
+ Select File
+ ćć”ć¤ć«ćéøć³ćŖćć
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Name:</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">åå: </p></body></html>
+
+
+ Generate New Certificate
+ ę°ććčؼęęøćēŗēćććŖćć
+
+
+
+
+ Generate GPG key Failure
+
+
+
+
+ Location field is required with a minimum of 3 characters
+
+
+
+
+ All fields are required with a minimum of 3 characters
+
+
+
+
+ Generating new GPG key, please be patient. Fill in your GPG password when asked.
+
+
+
+
+ Select Trusted Friend
+ äæ”é ¼ćććåäŗŗćéøć³ćŖćć
+
+
+
+ Certificates (*.pqi *.pem)
+ čؼęęø (*.pqi *.pem)
+
+
+
+ Location:
+
+
+
+
+ GeneralDialog
+
+ Style
+ ę§å¼
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ć¤ć³ćæć¼ćć§ć¤ć¹ę§å¼ćéøć³ćŖćć</p></body></html>
+
+
+ Language
+ čØčŖ (Language)
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">čØčŖćéøć³ćŖćć</p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">čØčŖćøć®å¤ę“ćÆåå§åć®å¾ć ćć§å®ę½ććć!</p></body></html>
+
+
+ Style Sheet
+ ć¹ćæć¤ć«ć·ć¼ć
+
+
+ Login
+ ćć°ć¤ć³ (Login)
+
+
+ Misc
+ éå¤
+
+
+
+ GeneralMsgDialog
+
+
+ General Message
+
+
+
+
+
+ Channel
+
+
+
+
+
+ Forum
+
+
+
+
+
+ Blog
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:18pt; font-weight:600; color:#ffffff;">General Message</span></p></body></html>
+
+
+
+
+
+
+ Message
+
+
+
+
+ Add Extra File
+
+
+
+
+ Friend
+
+
+
+
+
+ Add Message Destination
+
+
+
+
+ Message Destination
+
+
+
+
+
+ Attachments
+
+
+
+
+ Subject :
+
+
+
+
+ GeneralPage
+
+ Keys manager
+ ćć¼ć®ććć¼ćøć£ć¼
+
+
+ Style
+ ę§å¼
+
+
+ Choose RetroShare's interface style
+ ć¤ć³ćæć¼ćć§ć¤ć¹ę§å¼ćéøć³ćŖćć
+
+
+ Language
+ čØčŖ (Language)
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">čØčŖćøć®å¤ę“ćÆé©ēØćåå§åććå¾ć ćå®ę½ććć!</p></body></html>
+
+
+ Choose the language used in RetroShare
+ Retroshareć§ä½æēØćććčØčŖćéøć³ćŖćć
+
+
+ Login
+ ćć°ć¤ć³ (Login)
+
+
+
+ Startup
+
+
+
+
+ Start RetroShare when my system starts
+
+
+
+
+ Start minimized
+
+
+
+
+ Misc
+ éå¤
+
+
+
+ Do not show the Quit RetroShare MessageBox
+
+
+
+
+ Do not Minimize to Tray Icon
+
+
+
+
+ GraphFrame
+
+
+ Recv:
+ å
„ć£ć¦ę„ć:
+
+
+
+
+
+ %1 KB/s
+ %1 KB/s
+
+
+
+ Sent:
+ éććć:
+
+
+
+ %1 KB
+ %1 KB
+
+
+
+ %1 MB
+ %1 MB
+
+
+
+ %1 GB
+ %1 GB
+
+
+
+ GraphWidget
+
+
+ Elastic Nodes
+
+
+
+
+ HelpBrowser
+
+
+
+ Error Loading Help Contents:
+
+
+
+
+ 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
+
+
+
+
+
+ Search
+ čŖæę»
+
+
+
+ Home
+ 家
+
+
+
+ Close
+ ēµćć
+
+
+
+
+ RetroShare Help
+
+
+
+
+ Find:
+
+
+
+
+ Find Previous
+
+
+
+
+ Find Next
+
+
+
+
+ Case sensitive
+
+
+
+
+ Whole words only
+
+
+
+
+ Contents
+
+
+
+
+ Help Topics
+
+
+
+
+ Searching for:
+
+
+
+
+ Found Documents
+
+
+
+
+ Back
+
+
+
+
+ Move to previous page (Backspace)
+
+
+
+
+ Backspace
+
+
+
+
+ Forward
+
+
+
+
+ Move to next page (Shift+Backspace)
+
+
+
+
+ Shift+Backspace
+
+
+
+
+ Move to the Home page (Ctrl+H)
+
+
+
+
+ Ctrl+H
+
+
+
+
+
+
+ Find
+
+
+
+
+ Search for a word or phrase on current page (Ctrl+F)
+
+
+
+
+ Ctrl+F
+
+
+
+
+ Close Vidalia Help
+
+
+
+
+ Esc
+
+
+
+
+ HelpDialog
+
+
+ About
+ ć«ć¤ćć¦
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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 a 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 decentralised 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>
+<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;">using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication. </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;">RetroShare provides filesharing, chat, messages and channels</span></p>
+<p align="center" style="-qt-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; font-weight:600;">Usefull External Links to more information:</span></p>
+<ul style="-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=" text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li>
+<li style=" font-size:8pt;" 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/wiki/index.php/Main_Page"><span style=" text-decoration: underline; color:#0000ff;">Retroshare Wiki</span></a></li>
+<li style=" font-size:8pt; 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/forum/">RetroShare's Forum</a></li>
+<li style=" font-size:8pt;" 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://sourceforge.net/projects/retroshare/"><span style=" text-decoration: underline; color:#0000ff;">Retroshare Project Page</span></a></li>
+<li style=" font-size:8pt;" 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://www.lunamutt.com"><span style=" text-decoration: underline; color:#0000ff;">Lunamutt Homepage.</span></a></li></ul></body></html>
+
+
+
+
+ Authors
+
+
+
+
+ Thanks to
+
+
+
+
+ Translation
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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 Translators:</span></p>
+<p style="-qt-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; font-weight:600;">French</span><span style=" font-size:8pt;">:Temet</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;">Polish: </span><span style=" font-size:8pt;">Jarek</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;">Serbian</span><span style=" font-size:8pt;">: Kunalagon Umuhanik <kunalagon@gmail.com></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;">Swedish:</span><span style=" font-size:8pt;"> dnylander</span></p>
+<p style="-qt-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; font-weight:600;">RetroShare Website Translators:</span></p>
+<p style="-qt-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; font-weight:600;"></p>
+<p style=" 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;"> <</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">></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> <<span style=" font-size:8pt;">trilarion@users.sourceforge.net</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-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:'Arial'; font-size:9pt; 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;"></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:9pt; 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-size:8pt;"></p></body></html>
+
+
+
+
+ License Agreement
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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>
+
+
+
+
+ HelpTextBrowser
+
+
+ Error opening help file:
+
+
+
+
+ Opening External Link
+
+
+
+
+ Unable to Open 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?
+
+
+
+
+ RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser.
+
+
+
+
+ InfoDialog
+
+
+ Info
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:9pt; font-weight:600;">RetroShare uses GPG keys, this is required for creating a RetroShare Profile.</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:9pt; font-weight:600;">You must exchange your gpg keys with you friends, by emailing it or any way you want.</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:9pt; font-weight:600;">When you recieve a friend's gpg key, add it within RS on the add friend wizard.</span></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;"></p>
+<p style=" 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;">1. On Linux you must install GPA :</span></p>
+<p style="-qt-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; font-weight:600;"></p>
+<p style=" 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:#0000ff;">sudo apt-get install gpa</span></p>
+<p style="-qt-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; color:#0000ff;"></p>
+<p style=" 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;">2. On Windows you must install gpg4win package for GPG Key creation:</span></p>
+<p style="-qt-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; font-weight:600;"></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://ftp.gpg4win.org/gpg4win-1.1.4.exe"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://ftp.gpg4win.org/gpg4win-1.1.4.exe</span></a></p>
+<p style="-qt-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; text-decoration: underline; color:#0000ff;"></p>
+<p style=" 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; color:#000000;">3. When want create your GPG key with GPA when it doesnt works then use WinPT for GPG Key creation:</span></p>
+<p style="-qt-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; color:#0000ff;"></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://winpt.gnupt.de/winpt.zip"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://winpt.gnupt.de/winpt.zip</span></a></p>
+<p style="-qt-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; text-decoration: underline; color:#0000ff;"></p>
+<p style="-qt-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; text-decoration: underline; color:#0000ff;"></p></body></html>
+
+
+
+
+ IntroPage
+
+
+ This wizard will help you to connect to your friend(s) to RetroShare network. There are three possible ways to do this:
+
+
+
+
+ &Use *.rsc files with certificates
+
+
+
+
+ &Make friend with selected friends of my friends
+
+
+
+
+ Add a new Friend
+
+
+
+
+ &Enter the certificate manually
+
+
+
+
+ InviteDialog
+
+ Done
+ ććć
+
+
+ Cancel
+ åćę¶ć
+
+
+ Launch Email
+ é²ę°“ć®ę
£ēæēćŖé»åć”ć¼ć«
+
+
+
+ LinksDialog
+
+
+ Share Link Anonymously
+
+
+
+
+ Vote on Link
+
+
+
+
+ Download
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+ From
+ ćć
+
+
+
+ Show
+ ć·ć§ć¼
+
+
+
+ Form
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; font-size:8pt;"><span style=" font-weight:600;">Links Cloud</span></p></body></html>
+
+
+
+
+ Title / Comment
+
+
+
+
+ Score
+
+
+
+
+ Peer / Link
+
+
+
+
+ Sort by
+
+
+
+
+ Combo
+
+
+
+
+ Time
+
+
+
+
+ Ranking
+
+
+
+
+ In last
+
+
+
+
+ Month
+
+
+
+
+ Week
+
+
+
+
+ Day
+
+
+
+
+ All Peers
+
+
+
+
+ Own Links
+
+
+
+
+ Top 100
+
+
+
+
+ 101-200
+
+
+
+
+ 201-300
+
+
+
+
+ 301-400
+
+
+
+
+ 401-500
+
+
+
+
+ Bottom 100
+
+
+
+
+ Link:
+
+
+
+
+ Add Anonymous Link
+
+
+
+
+ Add Link/Comment
+
+
+
+
+ Title:
+
+
+
+
+ Score:
+
+
+
+
+ +2 Great!
+
+
+
+
+ +1 Good
+
+
+
+
+ 0 Okay
+
+
+
+
+ -1 Sux
+
+
+
+
+ -2 Bad Link
+
+
+
+
+ Url:
+
+
+
+
+ LogDialog
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="ABOUT"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">About RetroShare </span><span style=" font-size:medium;"> </span></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+<p style=" 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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShare is a private peer to peer communication platform created by Dr. Bob.This program enables you to securely share files and chat with your friends (and no-one else!).</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information, and the latest release go to http://www.lunamutt.com.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="START"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Quick Start Guide to RetroShare </span><span style=" font-size:medium;"> </span></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+<p style=" 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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If this is your first time using Retroshare, it is recommended that you readthis guide for instructions on how to get started. The first step is:<a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">Connecting to Your Friends</span></a>. Once you have managed this you can <a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">Download Files</span></a> and<a href="#START-SHARE"><span style=" text-decoration: underline; color:#0000ff;">Share with Others</span></a></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some of the key concepts related to ensuring your sharing remains private aredescribed in the <a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">Frequently Asked Questions</span></a>. Some Key security questions are:<a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">What is a Web of Trust?</span></a>, <a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">Should I Sign this Certificate?</span></a>, and finally<a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">What does "Trust" Mean?</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It is also worthwhile reading the <a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">GUI Overview</span></a>which describes the featureson available through the User Interface.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-CONNECT"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Connecting to your Friends </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">There are four steps to connecting to a Friend:</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Get Friend's Certificate </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Load Certificate </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Sign Certificate </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Connect to Friend.</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The instructions might initially appear long and daunting, however thesesteps are required to ensure that your sharing is private and secure.These steps are only required a couple of times, to add new friends, and become quite straight forward after the first time.</p>
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (1) EXCHANGE CERTIFICATES </span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Before you can connect, you need send your certificate to your friend, and get your friends certificate. Follow these steps to get your certificate:</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Go to the "Connect" Tab </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click on Your Certificate to Select it. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click on the "Export Friend" Button to bring up a file save dialog. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select directory to save the certificate to. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Enter desired filename. (with a file type of .pqi), and Click OK. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Email this File to your Friend. (It is recommended you put the certificate in a zip file before sending, as some email programs don't transmit the file correctly). </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Ask your friend to do the same. </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Once you have received your friend's certificate, removed it from the zip file and saved it to disk, you can proceed to step (2).</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Note: This exchange of certificates is only necessary to get you started.Once you are connected to some friends the exchange of certificates becomeautomated by the autoDiscovery system. See<a href="#GUI-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">GUI: Connecting</span></a> for more information.------------------------------------------------------------------------<br /><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (2) LOAD YOUR FRIEND'S CERTIFICATE </span></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Go to the "Connect" Tab </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click "Import Friend" </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select your friends certificate file, then click "Okay". Their certificate should appear in the top window of the "Connect" Tab.</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">------------------------------------------------------------------------<br /><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (3) SIGN CERTIFICATE </span></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select their Certificate by clicking on their name. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click "Configure Friend" Button. This will bring up a configuration window. which allows you to look at the details of the certificate. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click the "Sign Certificate" button near the bottom of the "Certificate Configuration" Window. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Now close the window by clicking on the "Done" button. </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Your Friends certificate should now say "Trusted (S)", indicating it is ready for connections.</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can only share with "Trusted" Peers. You must sign your Friend'scertificate to prove that you know the certificate belongs to your Friend. Do not sign any/all certificates - only the people youtrust. For more information see: <br /><a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Should I Sign this Certificate?</span></a>.<br /><a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What does "Trust" Mean?</span></a>.<br /><a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What is a Web of Trust?</span></a>. <br />------------------------------------------------------------------------<br /><br /> <br /></p>
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (4) AUTOCONNECT TO PEER </span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Finally You need to activate the connection: </p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click in the Box, next to your friends Name. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A Tick should appear in the box, a connection will be started. </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Offline" will change to "Online" when you have successfully connected.</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Remember: Your initial connection attempts will fail, until your friend has signed your certificate and ticked the Auto-Connect Box.This ensures that both peers trust each other, and stops random peopleaccessing your files.<br /><a href="#FAQ-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Why won't it Connect?</span></a>. <br />------------------------------------------------------------------------<br /><br /><br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-DOWNLOAD"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Downloading Files </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once you have connected to friends, you can download their shared files.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can search for the files you want using either:</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) File Listing Tab: This gives you a directory view of the files being shared by your peers. Double clickon the directory name (not the arrow) to diplay its subdirectories and files.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 1: This can take up to 5 seconds to fetch the information for your peer.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 2: If the directory is empty, or the person is offline, then the request will silently fail.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) Search Tab: Retroshare also allows you to search your peers computers for filenames. Enter yourterm(s) in the search box at the top of the TAB and click the "Search" button. This willsearch all of the peers that you are currently connected to.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 3: If any matching files are found they will be displayed within 5 - 10 seconds.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once you have found the files you want, Select the file(s), and click "Download" to begin the download process.If you click over the "File Transfer" TAB, the status of the files will appear.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 4: The files can take up to 10 seconds to appear in the transfer window.</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-SHARING"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Sharing Files </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can specify which files you want to share in the "Config" Tab.In the "Share Directories" section, click the "Add Directory" Button, and select the directory you want to share.The files and subdirectories will become available for you peers.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can remove a directory from the Shared Directories List by clicking onthe directory name in the list, and then clicking "Remove Directory".</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="GUI"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Gui Overview (Tab Description) </span><span style=" font-size:medium;"> </span></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The GUI is divided up into several sections which can be accessed by clicking on the Tabs along the top of the main window. </p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Connect: Manage Connections and Friends. (<a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">getting started</span></a> and <a href="#GUI-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">more info</span></a>) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File Listing: A directory view of available files. (<a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">downloading</span></a>) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Search: Search for available files. (<a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">downloading</span></a>) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Messages: For Sending/Recving Message. (Coming Soon) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Channels: A broadcast/subscription system. (Coming Soon) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File Transfer: Listing of Current and completed Transfers. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Config: Specify of share diectories and IP Addresses. (<a href="#GUI-CONFIG"><span style=" text-decoration: underline; color:#0000ff;">more info</span></a>) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> About: Help and other Information. </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Chat: Accessed by the clicking on the "Chat" button.</li></ul>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="GUI-CONNECT"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">The Connect Tab </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Connect TAB consists of two windows. The upper windowshows a list of your friends. This window indicates each friendscurrent trust level, as well as their connection state.The "Trust_Lvl" Column indicates if the certificate has beenAuthenticated using the web of trust. You can only connect to "Trusted" certificates. Tick the "Auto_Connect" box to connect to your trusted friends.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The lower window provides a list of the friends of your friends.This window shows the neighbour's name and how long ago they attempted to connect to you. This window is automatically populatedby the autoDiscovery system, and should be used to expand yourretroShare network. A word of warning: Do not automatically trust (or sign) anyonethat appears in this window. First verify by some other means (email/phone)that certificate belongs to the person you think it does.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Use the "Neighbour List" window to expand your friend list. Select the desired entry in the lower window by clicking on it, then click the "Add to Friends" Button to move it to the upper window.Likewise the "Remove from Friends" button moved a person from the upper window to the lower window.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The "Configure Friend" Button opens a Certificate Configuration window.This window can be used to examine the certificate details, sign the certificate or manually change the peer's IP Address.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">See Also:<br /><a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">Getting Started: Connecting to your friends</span></a>.<br /><a href="#FAQ-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Why won't it Connect?</span></a>.<br /><a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Should I Sign this Certificate?</span></a>.<br /><a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What does "Trust" Mean?</span></a>.<br /><a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What is a Web of Trust?</span></a>. <br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="GUI-CONFIG"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">The Config Tab </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Configuration Tab allows you to select the share directories, as well as the directory that downloaded files are saved to.<br />See <a href="#STARTUP-SHARING"><span style=" text-decoration: underline; color:#0000ff;">Sharing you Files</span></a> for details. </p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Config Tab also allows you to control the IP Address and Portused by RetroShare. Under most cirumstances you do not need to changethese setting. If you are behind a firewall and can setup a forwarded port, the selected IP Address and Port should be specified here.</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="FAQ"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Frequently Asked Questions </span><span style=" font-size:medium;"> </span></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-WEBOFTRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">How does the security/privacy work? </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShares uses a Web of Trust Authentication system to ensurethat your "friends" are your friends, and uses SSL to encryptthe communcications between peers. </p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-WEBOFTRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">What is a Web of Trust? </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A Web of Trust relies on a collection of peers to identify eachother. Look it up on the Web!</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-TRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">What does "Trust" Mean in RetroShare?</span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Anyone can generate a certificate, with any name on it. So howdo you know that the certificate that claims to be from "Joe Bloggs"is really from your mate Joe. This is the "AuthenticationProblem". RetroShare uses a Web of Trust to Authenticate your peers.</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-SIGN"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Should I Sign this Certificate? </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should only sign a certificate if you are completely surethat it comes from the "right" person. If you sign a certificateyou are "Authenticating" the person to yourself and others.If you sign certificates that you haven't checked, then you aredestroying your own privacy and security.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">How do you verify a certificate? Use an alternative method ofcommunication to send the certificate: E.g. email or USB stick. This will improve you confidence that the certificate belongsto the correct person. </p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><span style=" font-size:small;"> </span><a name="FAQ-CONNECT"></a><span style=" font-size:small;">W</span><span style=" font-size:small;">hy won't it Connect?</span><span style=" font-size:small;"> </span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A connection can fail for a number of reasons:</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) Failed Authentication. Have both peers signed each otherscertificates? </p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) Firewalls. If both peers are behind firewalls then they cannotconnect directly. RetroShare has a built in proxy system to circumventfirewalls - However this can only function if both peers can connect to a common third party that is not behind a firewall. Thisis the most likely reason for initial connections to fail. The only solution to find a common friend that isn't firewalled (know anyone with Broadband?)</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(3) IP Addresses are wrong. You can manually examine and change these using the Certificate configuration.</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+</body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="ABOUT"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">About RetroShare </span><span style=" font-size:medium;"> </span></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table><p style=" 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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShare is a private peer to peer communication platform created by Dr. Bob.This program enables you to securely share files and chat with your friends (and no-one else!).</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ććå¤ćć®ę
å ±ććć³ęćęčæć®č§£ę¾ć®ććć«ē§éć®ć¦ć§ććµć¤ćć«č”ććŖćć: http://retroshare.sf.netć For more information, and the latest release go to http://retroshare.sf.net.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="START"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Quick Start Guide to RetroShare </span><span style=" font-size:medium;"> </span></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table><p style=" 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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If this is your first time using Retroshare, it is recommended that you readthis guide for instructions on how to get started. The first step is:<a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">Connecting to Your Friends</span></a>. Once you have managed this you can <a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">Download Files</span></a> and<a href="#START-SHARE"><span style=" text-decoration: underline; color:#0000ff;">Share with Others</span></a></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some of the key concepts related to ensuring your sharing remains private aredescribed in the <a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">Frequently Asked Questions</span></a>. Some Key security questions are:<a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">What is a Web of Trust?</span></a>, <a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">Should I Sign this Certificate?</span></a>, and finally<a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">What does "Trust" Mean?</span></a>.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It is also worthwhile reading the <a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">GUI Overview</span></a>which describes the featureson available through the User Interface.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-CONNECT"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Connecting to your Friends </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">There are four steps to connecting to a Friend:</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Get Friend's Certificate </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Load Certificate </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Sign Certificate </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Connect to Friend.</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The instructions might initially appear long and daunting, however thesesteps are required to ensure that your sharing is private and secure.These steps are only required a couple of times, to add new friends, and become quite straight forward after the first time.</p><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (1) EXCHANGE CERTIFICATES </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Before you can connect, you need send your certificate to your friend, and get your friends certificate. Follow these steps to get your certificate:</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Go to the "Connect" Tab </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click on Your Certificate to Select it. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click on the "Export Friend" Button to bring up a file save dialog. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select directory to save the certificate to. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Enter desired filename. (with a file type of .pqi), and Click OK. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Email this File to your Friend. (It is recommended you put the certificate in a zip file before sending, as some email programs don't transmit the file correctly). </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Ask your friend to do the same. </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Once you have received your friend's certificate, removed it from the zip file and saved it to disk, you can proceed to step (2).</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Note: This exchange of certificates is only necessary to get you started.Once you are connected to some friends the exchange of certificates becomeautomated by the autoDiscovery system. See<a href="#GUI-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">GUI: Connecting</span></a> for more information.------------------------------------------------------------------------<br /><br /><br /></p><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (2) LOAD YOUR FRIEND'S CERTIFICATE </span></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Go to the "Connect" Tab </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click "Import Friend" </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select your friends certificate file, then click "Okay". Their certificate should appear in the top window of the "Connect" Tab.</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">------------------------------------------------------------------------<br /><br /><br /></p><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (3) SIGN CERTIFICATE </span></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select their Certificate by clicking on their name. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click "Configure Friend" Button. This will bring up a configuration window. which allows you to look at the details of the certificate. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click the "Sign Certificate" button near the bottom of the "Certificate Configuration" Window. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Now close the window by clicking on the "Done" button. </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Your Friends certificate should now say "Trusted (S)", indicating it is ready for connections.</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can only share with "Trusted" Peers. You must sign your Friend'scertificate to prove that you know the certificate belongs to your Friend. Do not sign any/all certificates - only the people youtrust. For more information see: <br /><a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Should I Sign this Certificate?</span></a>.<br /><a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What does "Trust" Mean?</span></a>.<br /><a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What is a Web of Trust?</span></a>. <br />------------------------------------------------------------------------<br /><br /> <br /></p><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (4) AUTOCONNECT TO PEER </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Finally You need to activate the connection: </p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click in the Box, next to your friends Name. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A Tick should appear in the box, a connection will be started. </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Offline" will change to "Online" when you have successfully connected.</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Remember: Your initial connection attempts will fail, until your friend has signed your certificate and ticked the Auto-Connect Box.This ensures that both peers trust each other, and stops random peopleaccessing your files.<br /><a href="#FAQ-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Why won't it Connect?</span></a>. <br />------------------------------------------------------------------------<br /><br /><br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-DOWNLOAD"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Downloading Files </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once you have connected to friends, you can download their shared files.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can search for the files you want using either:</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) File Listing Tab: This gives you a directory view of the files being shared by your peers. Double clickon the directory name (not the arrow) to diplay its subdirectories and files.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 1: This can take up to 5 seconds to fetch the information for your peer.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 2: If the directory is empty, or the person is offline, then the request will silently fail.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) Search Tab: Retroshare also allows you to search your peers computers for filenames. Enter yourterm(s) in the search box at the top of the TAB and click the "Search" button. This willsearch all of the peers that you are currently connected to.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 3: If any matching files are found they will be displayed within 5 - 10 seconds.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once you have found the files you want, Select the file(s), and click "Download" to begin the download process.If you click over the "File Transfer" TAB, the status of the files will appear.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 4: The files can take up to 10 seconds to appear in the transfer window.</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-SHARING"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Sharing Files </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can specify which files you want to share in the "Config" Tab.In the "Share Directories" section, click the "Add Directory" Button, and select the directory you want to share.The files and subdirectories will become available for you peers.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can remove a directory from the Shared Directories List by clicking onthe directory name in the list, and then clicking "Remove Directory".</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="GUI"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Gui Overview (Tab Description) </span><span style=" font-size:medium;"> </span></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The GUI is divided up into several sections which can be accessed by clicking on the Tabs along the top of the main window. </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Connect: Manage Connections and Friends. (<a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">getting started</span></a> and <a href="#GUI-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">more info</span></a>) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File Listing: A directory view of available files. (<a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">downloading</span></a>) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Search: Search for available files. (<a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">downloading</span></a>) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Messages: For Sending/Recving Message. (Coming Soon) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Channels: A broadcast/subscription system. (Coming Soon) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File Transfer: Listing of Current and completed Transfers. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Config: Specify of share diectories and IP Addresses. (<a href="#GUI-CONFIG"><span style=" text-decoration: underline; color:#0000ff;">more info</span></a>) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> About: Help and other Information. </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Chat: Accessed by the clicking on the "Chat" button.</li></ul><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="GUI-CONNECT"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">The Connect Tab </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Connect TAB consists of two windows. The upper windowshows a list of your friends. This window indicates each friendscurrent trust level, as well as their connection state.The "Trust_Lvl" Column indicates if the certificate has beenAuthenticated using the web of trust. You can only connect to "Trusted" certificates. Tick the "Auto_Connect" box to connect to your trusted friends.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The lower window provides a list of the friends of your friends.This window shows the neighbour's name and how long ago they attempted to connect to you. This window is automatically populatedby the autoDiscovery system, and should be used to expand yourretroShare network. A word of warning: Do not automatically trust (or sign) anyonethat appears in this window. First verify by some other means (email/phone)that certificate belongs to the person you think it does.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Use the "Neighbour List" window to expand your friend list. Select the desired entry in the lower window by clicking on it, then click the "Add to Friends" Button to move it to the upper window.Likewise the "Remove from Friends" button moved a person from the upper window to the lower window.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The "Configure Friend" Button opens a Certificate Configuration window.This window can be used to examine the certificate details, sign the certificate or manually change the peer's IP Address.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">See Also:<br /><a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">Getting Started: Connecting to your friends</span></a>.<br /><a href="#FAQ-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Why won't it Connect?</span></a>.<br /><a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Should I Sign this Certificate?</span></a>.<br /><a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What does "Trust" Mean?</span></a>.<br /><a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What is a Web of Trust?</span></a>. <br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="GUI-CONFIG"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">The Config Tab </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Configuration Tab allows you to select the share directories, as well as the directory that downloaded files are saved to.<br />See <a href="#STARTUP-SHARING"><span style=" text-decoration: underline; color:#0000ff;">Sharing you Files</span></a> for details. </p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Config Tab also allows you to control the IP Address and Portused by RetroShare. Under most cirumstances you do not need to changethese setting. If you are behind a firewall and can setup a forwarded port, the selected IP Address and Port should be specified here.</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="FAQ"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Frequently Asked Questions </span><span style=" font-size:medium;"> </span></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-WEBOFTRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">How does the security/privacy work? </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShares uses a Web of Trust Authentication system to ensurethat your "friends" are your friends, and uses SSL to encryptthe communcications between peers. </p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-WEBOFTRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">What is a Web of Trust? </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A Web of Trust relies on a collection of peers to identify eachother. Look it up on the Web!</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-TRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">What does "Trust" Mean in RetroShare?</span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Anyone can generate a certificate, with any name on it. So howdo you know that the certificate that claims to be from "Joe Bloggs"is really from your mate Joe. This is the "AuthenticationProblem". RetroShare uses a Web of Trust to Authenticate your peers.</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-SIGN"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Should I Sign this Certificate? </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should only sign a certificate if you are completely surethat it comes from the "right" person. If you sign a certificateyou are "Authenticating" the person to yourself and others.If you sign certificates that you haven't checked, then you aredestroying your own privacy and security.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">How do you verify a certificate? Use an alternative method ofcommunication to send the certificate: E.g. email or USB stick. This will improve you confidence that the certificate belongsto the correct person. </p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><span style=" font-size:small;"> </span><a name="FAQ-CONNECT"></a><span style=" font-size:small;">W</span><span style=" font-size:small;">hy won't it Connect?</span><span style=" font-size:small;"> </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A connection can fail for a number of reasons:</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) Failed Authentication. Have both peers signed each otherscertificates? </p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) Firewalls. If both peers are behind firewalls then they cannotconnect directly. RetroShare has a built in proxy system to circumventfirewalls - However this can only function if both peers can connect to a common third party that is not behind a firewall. Thisis the most likely reason for initial connections to fail. The only solution to find a common friend that isn't firewalled (know anyone with Broadband?)</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(3) IP Addresses are wrong. You can manually examine and change these using the Certificate configuration.</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table></body></html>
+
+
+
+ MainWindow
+
+
+ Network
+ ććććÆć¼ćÆ
+
+
+
+ Friends
+ åäŗŗ
+
+
+
+ Transfers
+ ćć”ć¤ć«ć»ćć©ć³ć¹ćć”ć¼
+
+
+
+ Messages
+ é»åć”ć¼ć«
+
+
+
+ Channels
+ ćć£ćć«
+
+
+
+ Blogs
+ ććć°
+
+
+
+ You has a new message
+
+
+
+
+ Internal Error
+
+
+
+
+
+ Options
+ éøę
+
+
+
+ Hide
+ ē®
+
+
+
+ Show
+ ć·ć§ć¼
+
+
+
+
+
+
+
+
+ RetroShare
+ Retroshare (ć®åćå)
+
+
+ Invite Friend
+ åäŗŗćčŖććŖćć
+
+
+
+ MainWindow
+
+
+
+
+ toolBar
+
+
+
+
+ Add Friend
+ åäŗŗćå ććŖćć
+
+
+
+ Add a Friend Wizard
+ åéć®čæ½å ć¦ć£ć¶ć¼ć
+
+
+
+ Add Share
+ åćåćå ććŖćć
+
+
+
+
+ Quick Start Wizard
+
+
+
+
+ Search
+ čŖæę»
+
+
+
+ Files
+ ćć”ć¤ć«
+
+
+ Add Shared Directory
+ å
±ēØē»é²ē°æćå ććŖćć
+
+
+
+ Show/Hide
+
+
+
+
+ &Quit
+
+
+
+
+ Bandwidth Graph
+
+
+
+
+ Open Messenger
+
+
+
+
+ Minimize
+
+
+
+
+ Maximize
+
+
+
+
+ Links Cloud
+
+
+
+
+ Unfinished
+
+
+
+
+ Help
+ å©ć
+
+
+
+ About
+ ć«ć¤ćć¦
+
+
+
+ News Feed
+
+
+
+
+ Forums
+ ćć©ć¼ć©ć
+
+
+
+ Open Messages
+
+
+
+
+ Applications
+
+
+
+ Settings
+ Ā čØå®
+
+
+
+ RetroShare %1 a secure decentralised commmunication platform
+
+
+
+
+ Plugins
+ ćć©ć°ć¤ć³
+
+
+
+ Really quit ?
+
+
+
+
+ Do you really want to exit RetroShare ?
+
+
+
+
+ toolBar_2
+
+
+
+
+ Quit
+ ēµäŗ
+
+
+
+ SMPlayer
+
+
+
+
+ Messenger
+ ć”ćć»ć³ćøć£ć¼
+
+
+
+ MessageToaster
+
+ message
+ ć”ćć»ć¼ćø
+
+
+ New Message
+ ę°ććć”ćć»ć¼ćø
+
+
+
+ Play video
+
+
+
+
+ Play button
+
+
+
+
+ Play the downloaded video
+
+
+
+
+ <b>1 new Message from</b>
+
+
+
+
+ Close
+ ēµćć
+
+
+
+ Close button
+
+
+
+
+ Close the information dialog
+
+
+
+
+ MessagesDialog
+
+
+ New Message
+ ę°ććć”ćć»ć¼ćø
+
+
+
+ Reply to Message
+ ć”ćć»ć¼ćøćøć®åæē
+
+
+
+ Remove Message
+ ć”ćć»ć¼ćøćåé¤ććŖćć
+
+
+
+
+ Date
+ ę„ä»
+
+
+
+
+ From
+ ćć
+
+
+
+ Size
+ ćµć¤ćŗ
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Recommended Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ęØč¦ććććć”ć¤ć« </span></p></body></html>
+
+
+
+ Reply
+ čæēćć
+
+
+
+ Reply all
+
+
+
+
+ Foward
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove selected message</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ęå®ć”ćć»ć¼ćøćåé¤ććŖćć </p></body></html>
+
+
+
+ Delete
+
+
+
+
+ Compose
+ ę§ęććŖćć
+
+
+
+ Display
+
+
+
+
+ Reset
+ Reset
+
+
+
+ Attachments
+
+
+
+
+
+
+ Inbox
+ å
„ć£ć¦ę„ćé»åć”ć¼ć«
+
+
+
+
+
+ Outbox
+ åŗć¦č”ćć®ććć®é»åć”ć¼ć«
+
+
+
+
+
+ Draft
+ čę”
+
+
+
+ Sent
+ éćććé»åć”ć¼ć«
+
+
+
+
+ Print...
+
+
+
+
+ Print Preview
+
+
+
+
+
+ Buttons Icon Only
+
+
+
+
+ Buttons Text Beside Icon
+
+
+
+
+ Buttons with Text
+
+
+
+
+ Buttons Text Under Icon
+
+
+
+
+ Set Text Under Icon
+
+
+
+
+ Save As...
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reply to selected message</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ęå®ć”ćć»ć¼ćøćøć®åæē </p></body></html>
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New Message</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ę°ććć”ćć»ć¼ćø</p></body></html>
+
+
+ Download All
+ ćć¹ć¦ććć¦ć³ćć¼ćććŖćć
+
+
+
+ Print Document
+
+
+
+
+ File Name
+ ćć”ć¤ć«åå
+
+
+
+ Sources
+ ęŗ
+
+
+
+ #
+
+
+
+
+ SRCID
+
+
+
+
+ MSGID
+
+
+
+
+ Forward selected Message
+
+
+
+
+ Remove Messages
+
+
+
+
+ Forward Message
+
+
+
+
+ Download
+
+
+
+
+
+ Re:
+
+
+
+
+
+
+ Compose:
+
+
+
+
+ Fwd:
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+ Save as...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+
+ Reply to All
+
+
+
+
+
+ Subject
+
+
+
+
+ Subject:
+
+
+
+
+ From:
+
+
+
+
+ Date:
+
+
+
+
+ To:
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Download all Recommended Files</p></body></html>
+
+
+
+
+ Hash
+
+
+
+
+ Print
+ å°å·
+
+
+
+ MessagesPopupDialog
+
+ New Message
+ ę°ććć”ćć»ć¼ćø
+
+
+ Reply to Message
+ ć”ćć»ć¼ćøćøć®åæē
+
+
+ Remove Message
+ ć”ćć»ć¼ćøćåé¤ććŖćć
+
+
+ Download All
+ ćć¹ć¦ććć¦ć³ćć¼ćććŖćć
+
+
+
+ Messages
+ é»åć”ć¼ć«
+
+
+ Inbox
+ å
„ć£ć¦ę„ćé»åć”ć¼ć«
+
+
+ Outbox
+ åŗć¦č”ćć®ććć®é»åć”ć¼ć«
+
+
+ Draft
+ čę”
+
+
+ Sent
+ éćććé»åć”ć¼ć«
+
+
+ From
+ ćć
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Recommended Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ęØč¦ććććć”ć¤ć« </span></p></body></html>
+
+
+ File Name
+ ćć”ć¤ć«åå
+
+
+ Size
+ ćµć¤ćŗ
+
+
+ Sources
+ ęŗ
+
+
+
+ Compose
+ ę§ęććŖćć
+
+
+
+ Remove
+ åé¤ććŖćć
+
+
+
+ Reply
+ čæēćć
+
+
+
+ Forward
+
+
+
+
+
+ Print
+ å°å·
+
+
+
+ PrintPreview
+ å°å·ćć¬ćć„ć¼
+
+
+
+ MessengerDirModel
+
+ Size
+ ćµć¤ćŗ
+
+
+ Rank
+ ć©ć³ćÆ
+
+
+
+ MessengerWindow
+
+
+ Expand all
+
+
+
+
+ Collapse all
+
+
+
+
+ Chat
+ ć°ć«ć¼ćć®éč«
+
+
+
+ Message Friend
+
+
+
+
+ Connect To Friend
+ åäŗŗć«ę„ē¶ććŖćć
+
+
+
+ Peer Details
+ åēč
ć®ē“°éØ
+
+
+
+ Export Friend
+ č¼øåŗåäŗŗ
+
+
+
+ Deny Friend
+
+
+
+
+ Remove Friend Location
+
+
+
+
+ <strong>GPG Key</strong>
+
+
+
+
+ <strong>RetroShare instance</strong>
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ location :
+
+
+
+
+
+
+
+
+
+
+
+ Available
+
+
+
+
+ Offline
+
+
+
+
+ Save Certificate
+ čؼęęøćęććŖćć
+
+
+
+ Certificates (*.pqi)
+ čؼęęø(*.pqi)
+
+
+
+ Friend Not Online
+
+
+
+
+ Your Friend is offline
+Do you want to send them a Message instead
+
+
+
+
+ View
+
+
+
+ Remove Friend
+ åäŗŗćåé¤ććŖćć
+
+
+
+ RetroShare Messenger
+
+
+
+
+ Click to Change your Avatar
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Change your Status and your display</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">picture here.</p></body></html>
+
+
+
+
+
+ Online
+
+
+
+
+ Busy
+
+
+
+
+ Change your Personal Status here...
+
+
+
+
+ TextLabel
+
+
+
+
+
+ Sort Descending Order
+
+
+
+
+
+ Sort Ascending Order
+
+
+
+
+ Set root is Decorated
+
+
+
+
+ Set Root Decorated
+
+
+
+
+ Set Root is not Decorated
+
+
+
+
+ Hide Offline Friends
+
+
+
+
+ Away
+
+
+
+
+ Apear Offline
+
+
+
+
+ Share Files for your Friends
+
+
+
+
+ ...
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Add a Friend</p></body></html>
+
+
+
+
+ MsgFeed
+
+
+ Inbox
+ å
„ć£ć¦ę„ćé»åć”ć¼ć«
+
+
+
+ Outbox
+ åŗć¦č”ćć®ććć®é»åć”ć¼ć«
+
+
+
+ Sent
+ éćććé»åć”ć¼ć«
+
+
+
+ Date
+ ę„ä»
+
+
+
+ Form
+
+
+
+
+ Msgs In:
+
+
+
+
+ Drafts
+
+
+
+
+ From:
+
+
+
+
+ All
+
+
+
+
+ Sort By:
+
+
+
+
+ Subject
+
+
+
+
+ Received
+
+
+
+
+ New Msg
+
+
+
+
+ MsgItem
+
+
+ Reply to Message
+ ć”ćć»ć¼ćøćøć®åæē
+
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Connected
+
+
+
+
+ Expand
+
+
+
+
+ subjectLabel
+
+
+
+
+ Delete Message
+
+
+
+
+ Play Media
+
+
+
+
+ Long
+ message here
+
+
+
+
+ MyChannelsDialog
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Messages</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ć”ćć»ć¼ćø</span></p></body></html>
+
+
+ Date
+ ę„ä»
+
+
+ Rank
+ ć©ć³ćÆ
+
+
+ From
+ ćć
+
+
+ Count
+ čØē®
+
+
+ Size
+ ćµć¤ćŗ
+
+
+ Type
+ ćæć¤ć
+
+
+ Rs[Cert/Chan]IdSize
+ Rs[Cert/Chan]åäøčؼęć®ćµć¤ćŗ
+
+
+ RsMsgId
+ ć”ćć»ć¼ćøć®åäøčؼę
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Message Text</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ć”ćć»ć¼ćøććć¹ć</span></p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Recommended Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ęØč¦ććććć”ć¤ć« </span></p></body></html>
+
+
+ Delete Channel
+ åé¤ćć£ćć«
+
+
+
+ MySubscriptionsDialog
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Messages</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ć”ćć»ć¼ćø</span></p></body></html>
+
+
+ Date
+ ę„ä»
+
+
+ Rank
+ ć©ć³ćÆ
+
+
+ From
+ ćć
+
+
+ Count
+ čØē®
+
+
+ Size
+ ćµć¤ćŗ
+
+
+ Type
+ ćæć¤ć
+
+
+ Rs[Cert/Chan]IdSize
+ Rs[Cert/Chan]åäøčؼęć®ćµć¤ćŗ
+
+
+ RsMsgId
+ ć”ćć»ć¼ćøć®åäøčؼę
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Message Text</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ć”ćć»ć¼ćøććć¹ć</span></p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Recommended Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ęØč¦ććććć”ć¤ć« </span></p></body></html>
+
+
+
+ NATStatus
+
+
+ <strong>NAT:</strong>
+
+
+
+
+ Internet connection
+
+
+
+
+ No internet connection
+
+
+
+
+ No local network
+
+
+
+
+ OK | RetroShare Server
+
+
+
+
+ NetworkDialog
+
+ Load Certificate
+ č² č·čؼęęø
+
+
+
+
+ Select a pem/pqi File
+ ćć”ć¤ć«ćéøć³ćŖćć PEM/PQI
+
+
+
+
+ File Not Found
+ č¦ć¤ććććŖććć”ć¤ć«
+
+
+
+
+ %1 does not exist. Would you like to create it?
+ %1 ååØćć¦ććŖć. ćććä½ęććć®ć儽ććć
+
+
+
+
+ Failed to Create File
+ ćć”ć¤ć«ćä½ęćććŖć
+
+
+
+
+ Unable to create %1 [%2]
+ ćŖćä½ęććććØ %1 [%2]
+
+
+
+ Has authenticated me
+
+
+
+
+ has authenticated you.
+Right-click and select 'make friend' to be able to connect.
+
+
+
+
+ Select Certificate
+ čؼęęøćéøć³ćŖćć
+
+
+
+ Certificates (*.pqi *.pem)
+ čؼęęø (*.pqi *.pem)
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Network:</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ććććÆć¼ćÆ:</span></p></body></html>
+
+
+ Accept
+ å容
+
+
+ Trust
+ äæ”é ¼
+
+
+ Last Contact
+ ęå¾ć®ę„触
+
+
+
+
+ Name
+ åå
+
+
+ Peer Address
+ åēč
ć®ä½ę
+
+
+ Organisation
+ ę§ę
+
+
+ Location
+ ä½ē½®
+
+
+ Country
+ å½
+
+
+
+
+ Cert Id
+ čؼęć®åäøēŖå·
+
+
+
+ Welcome to RetroShare.
+
+
+
+
+ Menu
+
+
+
+
+ Trust matrix
+
+
+
+
+ RetroShare %1 started.
+
+
+
+
+ Deny friend
+
+
+
+
+ Make friend
+
+
+
+
+ Delete certificate
+
+
+
+
+ Export my Cert
+
+
+
+
+ Peer details...
+
+
+
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
+ Unknown
+
+
+
+
+
+ RetroShare
+
+
+
+
+ Certificate file successfully created
+
+
+
+
+ Sorry, certificate file creation failed
+
+
+
+
+ UPNP is active.
+
+
+
+
+ UPNP NOT FOUND.
+
+
+
+
+ DHT OK.
+
+
+
+
+ Stun external address detection is working.
+
+
+
+
+ Stun is not working.
+
+
+
+
+ Local network detected
+
+
+
+
+ No local network detected
+
+
+
+
+ ip found via external address finder
+
+
+
+
+ external address finder didn't found anything
+
+
+
+
+ DHT is not working (down).
+
+
+
+
+ Form
+
+
+
+
+ Network
+
+
+
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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;">
+<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;">Display</span></p></body></html>
+
+
+
+
+ Log
+
+
+
+
+ Network Status
+
+
+
+
+ Local network
+
+
+
+
+ UPnP
+
+
+
+
+
+ Did peer authenticated me
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;"><span style=" font-weight:600;">Network:</span></p></body></html>
+
+
+
+
+ Show keys that are not validated by the GPG web of trust
+
+
+
+
+ External ip address finder
+
+
+
+
+ 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
+
+
+
+
+ NetworkPage
+
+ Rate Options
+ éåŗ¦ć®éøę
+
+
+ Max Total Data Rate (KB/S):
+ ććŖćć®ęé«ć®ć¢ćććć¼ćć®éåŗ¦ (KB/S):
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Rate per Person (KB/S):</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">äøäŗŗć«ć¤ćéåŗ¦ (KB/S):</p></body></html>
+
+
+
+ NetworkView
+
+
+ Hide Settings
+ Hide Settings
+
+
+
+ Show Settings
+
+
+
+
+ Settings
+ Ā čØå®
+
+
+
+ Form
+
+
+
+
+ background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
+ stop:0 lightgray, stop:1 darkgray);
+
+
+
+
+
+
+
+
+ Refresh
+
+
+
+
+ Show Friends of Friends
+
+
+
+
+ Connect Signature
+
+
+
+
+ Draw Friend Connections
+
+
+
+
+ NewsFeed
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;"><img src=":/images/konqsidebar_news16.png" /></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:9pt; font-weight:600;">News Feed</span></p></body></html>
+
+
+
+
+ NotifyDialog
+
+ Channels
+ ćć£ćć«
+
+
+ Messages
+ é»åć”ć¼ć«
+
+
+ New Message
+ ę°ććć”ćć»ć¼ćø
+
+
+
+ NotifyPage
+
+
+ News Feed
+
+
+
+
+ Peers
+
+
+
+
+ Channels
+ ćć£ćć«
+
+
+
+ Forums
+ ćć©ć¼ć©ć
+
+
+
+ Chat
+
+
+
+
+ Blogs
+ ććć°
+
+
+
+ Messages
+ é»åć”ć¼ć«
+
+
+
+ Downloads
+
+
+
+
+ Toasters
+
+
+
+
+ Peer Connect
+
+
+
+
+ New Message
+ ę°ććć”ćć»ć¼ćø
+
+
+
+ Private Chat
+
+
+
+
+ Open Window for new Peer Chat
+
+
+
+
+ Reopen if closed by user:
+
+
+
+
+ Grab Focus when chat arrives
+
+
+
+
+ Group chat
+
+
+
+
+ Display systray message
+
+
+
+
+ NotifyQt
+
+
+ GPG key passphrase
+
+
+
+
+ Please enter the password to unlock the following GPG key:
+
+
+
+
+
+ OnlineToaster
+
+
+ Peer Online
+
+
+
+
+ OptionsDlg
+
+ Cancel
+ åćę¶ć
+
+
+
+ PeerItem
+
+
+ Make Friend
+ åäŗŗćä½ććŖćć
+
+
+
+ Remove Friend
+ åäŗŗćåé¤ććŖćć
+
+
+
+ Chat
+ ć°ć«ć¼ćć®éč«
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Peer Id:</span></p></body></html>
+
+
+
+
+ Organisation
+ ę§ę
+
+
+
+ Location
+ ä½ē½®
+
+
+
+ Country
+ å½
+
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+
+ Connected
+
+
+
+
+ Expand
+
+
+
+
+ Status:
+
+
+
+
+ Trust:
+
+
+
+
+ Good
+
+
+
+
+ Send Mail
+
+
+
+
+ Name:
+
+
+
+
+
+
+
+
+
+
+
+ TextLabel
+
+
+
+
+ IP Address
+
+
+
+
+ Connection Method
+
+
+
+
+ Last Contact:
+
+
+
+
+ PeerStatus
+
+
+ Online: 0 | Friends: 0 | Network: 0
+ ćŖć³ć©ć¤ć³: 0 | åäŗŗ: 0 | ććććÆć¼ćÆ: 0
+
+
+
+ Online:
+ ćŖć³ć©ć¤ć³ļ¼
+
+
+
+ Friends:
+ ćć¬ć³ćļ¼
+
+
+
+ Network:
+ ććććÆć¼ćÆļ¼
+
+
+
+ PeersDialog
+
+
+ Chat
+ éč«
+
+
+
+ Export Friend
+ č¼øåŗåäŗŗ
+
+
+ Remove Friend
+ åäŗŗćåé¤ććŖćć
+
+
+
+ Save Certificate
+ čؼęęøćęććŖćć
+
+
+
+ Certificates (*.pqi)
+ čؼęęø(*.pqi)
+
+
+
+ Status
+ ē¶ę
+
+
+
+ Person
+ äŗŗ
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Friends</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">åäŗŗ</span></p></body></html>
+
+
+
+ Connect To Friend
+ åäŗŗć«ę„ē¶ććŖćć
+
+
+
+ Welcome to RetroShare's group chat.
+
+
+
+
+ Profile
+ ęØŖé”
+
+
+
+ Expand all
+
+
+
+
+ Collapse all
+
+
+
+
+ Message Friend
+
+
+
+
+ Peer Details
+ åēč
ć®ē“°éØ
+
+
+
+ Deny Friend
+
+
+
+
+ Remove Friend Location
+
+
+
+
+ <strong>GPG Key</strong>
+
+
+
+
+ <strong>RetroShare instance</strong>
+
+
+
+
+
+
+
+ location :
+
+
+
+
+ Online
+
+
+
+
+ Available
+
+
+
+
+ Offline
+
+
+
+
+ Friend Not Online
+
+
+
+
+ Your Friend is offline
+Do you want to send them a Message instead
+
+
+
+
+ Create a new Channel
+
+
+
+
+ New Channel
+
+
+
+
+ Add Extra File
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+
+ Drop file error.
+
+
+
+
+ File not found or file name not accepted.
+
+
+
+
+ Directory can't be dropped, only files are accepted.
+
+
+
+
+ (me)
+
+
+
+
+
+ -
+
+
+
+
+ Send
+ éććŖćć
+
+
+
+ Profile View
+
+
+
+
+ Italic
+
+
+
+
+ Underline
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;"><span style=" font-weight:600;">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:'Arial'; 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;"><span style=" font-weight:600;">åäŗŗ</span></p></body></html>
+
+
+
+ Add
+ čæ½å ćć
+
+
+
+ hide unconnected
+
+
+
+
+ Add or Change your Avatar
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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: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:14pt; color:#00aa00;">nickname (me)</span></p></body></html>
+
+
+
+
+ Edit Personal message
+
+
+
+
+ Live Chat
+
+
+
+
+ Bold
+
+
+
+
+ Create New Forum
+
+
+
+
+ Create new Forum
+
+
+
+
+ F
+
+
+
+
+ Create New Channel
+
+
+
+
+ Create new Channel
+
+
+
+
+ C
+
+
+
+
+ Add your Avatar Picture
+
+
+
+
+ A
+
+
+
+
+ Set your Personal Message
+
+
+
+
+ Edit your status Message
+
+
+
+
+
+ Disable Emoticons
+
+
+
+
+ Add Friend
+ åäŗŗćå ććŖćć
+
+
+
+ Create new Profile
+
+
+
+
+ Font
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;">set Text Color</span></p></body></html>
+
+
+
+
+ Attach File
+
+
+
+
+ Clear Chat History
+
+
+
+
+ PeersFeed
+
+
+ Save Certificate
+ čؼęęøćęććŖćć
+
+
+
+ Certificates (*.pqi)
+ čؼęęø(*.pqi)
+
+
+
+ Friends
+ ć”ćć»ć¼ćøåäŗŗ
+
+
+
+ Form
+
+
+
+
+ Show:
+
+
+
+
+ Online Friends
+
+
+
+
+ Friends of Friends.
+
+
+
+
+ All Peers
+
+
+
+
+ PhotoDialog
+
+
+ Insert Show Lists
+
+
+
+
+ Remove
+ åé¤ććŖćć
+
+
+
+
+ Date
+ ę„ä»
+
+
+
+
+ Location
+ ä½ē½®
+
+
+
+ Size
+ ćµć¤ćŗ
+
+
+
+ Form
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; font-weight:600;">Photo View</span></p></body></html>
+
+
+
+
+ Peer
+
+
+
+
+ Slideshow
+
+
+
+
+ Photo
+
+
+
+
+ Thumb Image
+
+
+
+
+ Image Name
+
+
+
+
+
+ Comment
+
+
+
+
+ PeerId
+
+
+
+
+ PhotoId
+
+
+
+
+
+ Add Photo(s)
+
+
+
+
+ Add Photo SlideShow
+
+
+
+
+ Update Details
+
+
+
+
+ Photo
+
+
+
+
+ Description
+
+
+
+
+ PhotoShow
+
+
+ Form
+
+
+
+
+ Date:
+
+
+
+
+ Location:
+
+
+
+
+ Comment:
+
+
+
+
+ Display Size:
+
+
+
+
+ 320 x 320
+
+
+
+
+ 640 x 640
+
+
+
+
+ Full Size
+
+
+
+
+ Play Rate:
+
+
+
+
+ 1 Sec
+
+
+
+
+ 2 Sec
+
+
+
+
+ 5 Sec
+
+
+
+
+ 10 Sec
+
+
+
+
+ 20 Sec
+
+
+
+
+ 1 Min
+
+
+
+
+ Edit Photo Details
+
+
+
+
+ Save Photo
+
+
+
+
+ No Photo Selected
+
+
+
+
+ Start
+
+
+
+
+ Back
+
+
+
+
+ Play
+
+
+
+
+ Pause
+
+
+
+
+ Forward
+
+
+
+
+ PluginFrame
+
+
+ Remove
+ åé¤ććŖćć
+
+
+
+ PluginManagerWidget
+
+
+ Install New Plugin...
+
+
+
+
+ Open Plugin to install
+
+
+
+
+ Plugins (*.so *.dll)
+
+
+
+
+ PopupChatDialog
+
+
+ Hide Avatar
+
+
+
+
+ :images/hide_toolbox_frame.png
+
+
+
+
+ Show Avatar
+
+
+
+
+ :images/show_toolbox_frame.png
+
+
+
+
+ Open Style
+
+
+
+
+ Styles (*.htm)
+
+
+
+
+ Send
+ éććŖćć
+
+
+
+ RetroShare - Encrypted Chat
+
+
+
+
+ MainWindow
+
+
+
+
+
+ QLabel{
+border-image: url(:/images/mystatus_bg.png);
+
+}
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;">Set Chat Window Style</p></body></html>
+
+
+
+
+
+ Bold
+
+
+
+
+
+ Underline
+
+
+
+
+
+ Italic
+
+
+
+
+ Set Font
+
+
+
+
+ Text Color
+
+
+
+
+ toolBar
+
+
+
+
+ Strike
+
+
+
+
+ Avatar
+
+
+
+
+ Set your Avatar Picture
+
+
+
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
+ Chatting with
+
+
+
+
+ Add Extra File
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it, or you're already downloading it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+
+ Drop file error.
+
+
+
+
+ File not found or file name not accepted.
+
+
+
+
+ Directory can't be dropped, only files are accepted.
+
+
+
+
+ Add a File for your Friend
+
+
+
+
+ PreferencesWindow
+
+ Directories
+ ē»é²ē°æ
+
+
+ Error Saving Configuration
+ ééćć®ć»ć¼ćć³ć°ę§ę
+
+
+ General
+ ę¦č¦
+
+
+ Server
+ åēč
ćć¼ćčØå®
+
+
+ Options
+ éøę
+
+
+ Cancel
+ åćę¶ć
+
+
+ OK
+ ćććć¾ćć(OK)
+
+
+ Help
+ å©ć
+
+
+
+ PrintPreview
+
+
+ RetroShare Message - Print Preview
+
+
+
+
+ Print
+ å°å·
+
+
+
+ &Print...
+
+
+
+
+ Page Setup...
+
+
+
+
+ Zoom In
+
+
+
+
+ Zoom Out
+
+
+
+
+ &Close
+
+
+
+
+ ProfileEdit
+
+
+ Remove Profile Entry
+
+
+
+
+ Move Profile Entry Up
+
+
+
+
+ Move Profile Entry Down
+
+
+
+
+ Profile Edit
+
+
+
+
+ Profile
+
+
+
+
+ Category
+
+
+
+
+ Thoughts
+
+
+
+
+ Edit Profile Category
+
+
+
+
+ Birthday
+
+
+
+
+ School
+
+
+
+
+ University
+
+
+
+
+ Phone Number
+
+
+
+
+ Favourite Books
+
+
+
+
+ Favourite Music
+
+
+
+
+ Favourite Films
+
+
+
+
+ or Custom Entry
+
+
+
+
+ Add Entry
+
+
+
+
+
+ Move
+
+
+
+
+ Close Editor
+
+
+
+
+ ProfileView
+
+
+ Clear Photo
+
+
+
+
+ Change Photo
+
+
+
+
+
+ Edit Profile
+
+
+
+
+ Remove Favourite
+
+
+
+
+ Clear Favourites
+
+
+
+
+ Download File
+
+
+
+
+ Download All
+ ćć¹ć¦ććć¦ć³ćć¼ćććŖćć
+
+
+
+
+ Name
+ åå
+
+
+
+ Size
+ ćµć¤ćŗ
+
+
+
+ Profile View
+
+
+
+
+ Rs ID
+
+
+
+
+ Last Post:
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 Serif'; font-size:9pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:16pt; vertical-align:sub;">Profile</span></p></body></html>
+
+
+
+
+ Category
+
+
+
+
+ Thoughts
+
+
+
+
+ Favourite Files
+
+
+
+
+ Hash
+
+
+
+
+ Close Profile
+
+
+
+
+ ProfileWidget
+
+
+ Form
+
+
+
+
+
+ Edit Personal 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;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/info16.png" /><span style=" font-size:8pt;"> </span><span style=" font-size:12pt;">Public Information</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:11pt; font-weight:600; color:#808080;">Public Information</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#76746c;">Name:</span></p></body></html>
+
+
+
+
+
+
+
+
+ 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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Location:</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#76746c;">Peer ID</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:11pt; font-weight:600; color:#808080;">Other Information</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#76746c;">Number of 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;">
+<p style=" 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:#76746c;">Version</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:11pt; font-weight:600; color:#808080;">My Address</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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=" 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; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#76746c;">External Address:</span></p></body></html>
+
+
+
+
+ Addresses list
+
+
+
+
+ QObject
+
+
+ Name
+ åå
+
+
+
+ Path
+
+
+
+
+ Extension
+
+
+
+
+ Date
+ ę„ä»
+
+
+
+ Size
+ ćµć¤ćŗ
+
+
+
+ Popularity
+
+
+
+
+ contains
+
+
+
+
+ contains all
+
+
+
+
+ is
+
+
+
+
+ less than
+
+
+
+
+ less than or equal
+
+
+
+
+ greater than or equal
+
+
+
+
+ greater than
+
+
+
+
+ is in range
+
+
+
+
+ and
+
+
+
+
+ and / or
+
+
+
+
+ or
+
+
+
+
+ equals
+
+
+
+
+ Hash
+
+
+
+
+ QuickStartWizard
+
+
+ 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;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:26pt;">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=" 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;">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-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;">This QuickStart wizard can help you configure your RetorShare 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-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;">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-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;">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-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;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Tell RetroShare about your internet connection.</span></p>
+<p style="-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;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Choos 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-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;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Get started using RetroShare.</span></p></body></html>
+
+
+
+
+
+
+ Next >
+
+
+
+
+
+
+
+ Exit
+
+
+
+
+ For best performance, RetroShare needs to know a little about your connection to the internet.
+
+
+
+
+ Choose your upload speed limit:
+
+
+
+
+
+ KB/s
+
+
+
+
+ Choose your download speed limit:
+
+
+
+
+ Connection :
+
+
+
+
+ Automatic (UPnP)
+
+
+
+
+ Firewalled
+
+
+
+
+ Manually forwarded port
+
+
+
+
+ Dicovery :
+
+
+
+
+ Share Ip and information with your friend (Disc On)
+
+
+
+
+ Don't share any information (Disc Off)
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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="-qt-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>
+
+
+
+
+
+
+ < 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;">
+<p style=" 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, intially 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: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
+ åé¤ććŖćć
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">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>
+<p style="-qt-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.
+
+
+
+
+ Finish
+
+
+
+
+ Select A Folder To Share
+
+
+
+
+ Shared Directory Added!
+
+
+
+
+ Do you really want to stop sharing this directory ?
+
+
+
+
+ Warning!
+
+
+
+
+ RSettingsWin
+
+
+ General
+ ę¦č¦
+
+
+
+ Directories
+
+
+
+
+ Server
+
+
+
+
+ Transfer
+
+
+
+
+ Notify
+
+
+
+
+ Security
+
+
+
+
+ Appearance
+
+
+
+
+ File Associations
+
+
+
+
+ Sound
+
+
+
+
+ UnknownPage
+
+
+
+
+ Error Saving Configuration
+ ééćć®ć»ć¼ćć³ć°ę§ę
+
+
+
+ RatesStatus
+
+
+ <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s)
+ <strong>äøć«:</strong> 0.00 (kB/s) | <strong>äøćø:</strong> 0.00 (kB/s)
+
+
+
+ Down:
+ ćć¦ć³ļ¼
+
+
+
+ Up:
+ ę大ļ¼
+
+
+
+ RemoteDirModel
+
+
+ Friends Directories
+
+
+
+
+ My Directories
+
+
+
+
+ Size
+ ćµć¤ćŗ
+
+
+
+ Share Type
+
+
+
+
+ What's new
+
+
+
+ Rank
+ ć©ć³ćÆ
+
+
+
+ Age
+
+
+
+
+ FILE
+
+
+
+
+ DIR
+
+
+
+
+ Rshare
+
+
+ Invalid language code specified:
+ ęå®ćććē”å¹ćŖčØčŖć³ć¼ć:
+
+
+
+ Invalid GUI style specified:
+ ē”å¹ćŖGUIę§å¼ćÆęå®ćć:
+
+
+
+ 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 Vidalia's logging.
+
+
+
+
+ Sets RetroShare's interface style.
+
+
+
+
+ Sets RetroShare's interface stylesheets.
+
+
+
+
+ Sets RetroShare's language.
+
+
+
+
+ RetroShare Usage Information
+
+
+
+
+ Invalid log level specified:
+
+
+
+
+ Unable to open log file '%1': %2
+
+
+
+
+ SFListDelegate
+
+
+ B
+
+
+
+
+ KB
+
+
+
+
+ MB
+
+
+
+
+ GB
+
+
+
+
+ SearchDialog
+
+
+ Sources
+ ęŗ
+
+
+
+ Results
+ ēµę
+
+
+
+
+ Download
+ ćć¦ć³ćć¼ć
+
+
+
+ Enter a keyword here (at least 3 char long)
+
+
+
+
+ Copy retroshare Link
+
+
+
+
+ Send retroshare Link
+
+
+
+
+ Broadcast on Channel
+ ćć£ćć«ć®ę¾é
+
+
+
+ Recommend to Friends
+ åäŗŗć«ęØč¦ććŖćć
+
+
+
+
+
+
+ /
+
+
+
+
+ Remove
+ åé¤ććŖćć
+
+
+
+ Remove All
+ ćć¹ć¦ćåé¤ććŖćć
+
+
+
+
+ Folder
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Format</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ćć©ć¼ććć</p></body></html>
+
+
+
+ Any
+ ćć©ć¼ććć
+
+
+
+ Audio
+ åÆč“åØę³¢é³ę„½
+
+
+
+ Video
+ ćććŖę ē»
+
+
+ Images
+ ć¤ć”ć¼ćø
+
+
+ Programs
+ ććć°ć©ć
+
+
+ Archives
+ ć¢ć¼ć«ć¤ć
+
+
+ Documents
+ ęęø
+
+
+
+ Download Notice
+
+
+
+
+ Skipping Local Files
+
+
+
+
+
+ Sorry
+
+
+
+
+
+ This function is not yet implemented.
+
+
+
+
+ Size
+ ćµć¤ćŗ
+
+
+
+ Type
+ ćæć¤ć
+
+
+
+ Archive
+
+
+
+
+ CD-Image
+
+
+
+
+ Document
+
+
+
+
+ Picture
+
+
+
+
+ Program
+
+
+
+
+ Directory
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Enter a Keyword here</p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Close all Search Resullts</span></p></body></html>
+
+
+
+
+ Clear all Search Results
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Download Selected</span></p></body></html>
+
+
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
+
+
+ Filename
+
+
+
+
+ Start Search
+
+
+
+
+ Search
+ čŖæę»
+
+
+
+ Reset
+ Reset
+
+
+
+ Advanced Search
+
+
+
+
+ Advanced
+
+
+
+
+ Age
+
+
+
+
+ Hash
+
+
+
+
+ KeyWords
+
+
+
+
+ Search Id
+
+
+
+
+ SendLinkDialog
+
+
+ Send RetroShare link
+
+
+
+
+ Send
+ éććŖćć
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:22pt; color:#ffffff;">Send RetroShare Link</span></p></body></html>
+
+
+
+
+ ServerDialog
+
+ Transfer Rates
+ ē§»åć®éåŗ¦
+
+
+ Port:
+ ęøÆ:
+
+
+
+ ServerPage
+
+ Change + Restart Server
+ å¤ę“+åå§å
+
+
+ Server Settings
+ åēč
ć®čØå®
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">External Adress:</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">å¤ēćŖä½ę:</p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Lokal Adress:</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ē¾ä½ę: </p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Port:</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Port:</p></body></html>
+
+
+
+ Automatic (Upnp)
+
+
+
+
+ Firewalled
+
+
+
+
+ Manual Forwarded Port
+
+
+
+
+ Should be disabled if you don't want to share connection information between peers.
+
+
+
+
+ Discovery Enabled
+
+
+
+
+ Discovery Disabled
+
+
+
+
+ Download (KB/s)
+
+
+
+
+ Upload (KB/s)
+
+
+
+
+
+ Network Configuration
+
+
+
+
+
+ kB/s
+
+
+
+
+ If you unckeck this, RetroShare will not use tunnel connection between peers that are firewalled and cannot connect directly. This is independant from F2F routing (turtle router).
+
+
+
+
+ Allow Tunnel Connection
+
+
+
+
+ Local Address
+
+
+
+
+ External Address
+
+
+
+
+
+ Port:
+ ęøÆ:
+
+
+
+ IP Service
+
+
+
+
+ If you unckeck 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
+behind a firewall or a VPN.
+
+
+
+
+ Allow RetroShare to ask my ip to these websites:
+
+
+
+ Misc
+ éå¤
+
+
+ behinde Firewall
+ é²ē«å£ć®å¾ć
+
+
+ Forwarded External Port
+ é²ććććå¤ēćŖęøÆ(ć«ć¼ćæć¼)
+
+
+
+ Transfer Rates
+ ē§»åć®éåŗ¦
+
+
+
+ Settings
+
+ Settings
+ Ā čØå®
+
+
+
+ Options
+ éøę
+
+
+
+ Transfer
+
+
+
+
+ Notify
+
+
+
+
+ Security
+
+
+
+
+ Appearance
+
+
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ Apply
+ é©ēØććŖćć
+
+
+
+ OK
+ ćććć¾ćć (OK)
+
+
+
+ General
+ ę¦č¦
+
+
+ Network
+ ććććÆć¼ćÆ
+
+
+
+ Server
+ åēč
ć®čØå®
+
+
+
+ Directories
+ ē»é²ē°æ
+
+
+
+ ShareManager
+
+
+ Add a Share Directory
+
+
+
+
+ Stop sharing selected Directory
+
+
+
+
+ Select A Folder To Share
+
+
+
+
+ Do you really want to stop sharing this directory ?
+
+
+
+
+
+ Remove
+ åé¤ććŖćć
+
+
+
+ Warning!
+
+
+
+
+ Shared Directory Added!
+
+
+
+
+ RetroShare Share Manager
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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 Serif'; font-size:26pt; font-weight:600; color:#ffffff;">Share Manager</span></p></body></html>
+
+
+
+
+ Shared Folder Manager
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;">This is a list of shared folders . You can add and remove folders using the button on the left. </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;">When you add a new folder, intially all files 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: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;">Browsable </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; font-weight:600;">Network Wide</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
+
+
+
+
+ Browsable
+
+
+
+
+ Add
+ čæ½å ćć
+
+
+
+ SharedFilesDialog
+
+
+
+ Download
+ ćć¦ć³ćć¼ć
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ćć”ć¤ć«</span></p></body></html>
+
+
+
+ Checking...
+ ē¢ŗčŖäø...
+
+
+
+ Check files
+
+
+
+
+ Copy retroshare Link
+
+
+
+
+ Send retroshare Link
+
+
+
+
+ Recommend (Automated message) To
+
+
+
+
+ Recommend in a message to
+
+
+
+
+ Copy retroshare Links to Clipboard
+
+
+
+
+ Copy retroshare Links to Clipboard (HTML)
+
+
+
+
+ Send retroshare Links
+
+
+
+
+ Send retroshare Links (HTML)
+
+
+
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
+ Open File
+ [ćć”ć¤ć«ćéć
+
+
+
+ Open Folder
+ ćć©ć«ććéć
+
+
+
+ Set command for opening this file
+
+
+
+
+ <strong>My Shared Files</strong>
+ <strong>ē§ć®å
±ęćć”ć¤ć«</strong>
+
+
+
+ <strong>Friends Files</strong>
+ <strong>åéćć”ć¤ć«</strong>
+
+
+
+ <strong>Files</strong>
+ <strong>ćć”ć¤ć«</strong>
+
+
+
+ Splitted View
+
+
+
+
+ Friends Folders
+ ćåéćØćć©ć«ć
+
+
+
+ My Folders
+ ćć¤ćć©ć«ć
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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-weight:600;">Files</span></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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-weight:600;">ćć”ć¤ć«</span></p></body></html>
+
+
+
+ All
+
+
+
+
+ One day old
+
+
+
+
+ One Week old
+
+
+
+
+ One month old
+
+
+
+
+ Download selected
+
+
+
+
+ check files
+
+
+
+
+ SoundPage
+
+
+ Sound Events
+
+
+
+
+ User
+
+
+
+
+ go Online
+
+
+
+
+ go Offline
+
+
+
+
+
+
+
+
+
+ ...
+
+
+
+
+ FileSend
+
+
+
+
+
+ Finished
+
+
+
+
+ FileRecive
+
+
+
+
+ Incoming
+
+
+
+
+ Chatmessage
+
+
+
+
+ New
+
+
+
+
+ StartDialog
+
+
+ RetroShare
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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 align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><span style=" font-size:18pt; color:#55aaff;">Login</span></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:18pt; color:#55aaff;"></p></body></html>
+
+
+
+
+ Log In
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;"><a href="Create new Profile..."><span style=" text-decoration: underline; color:#0000ff;">Create new Profile...</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">
+p, li { 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;"><a href="Info"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">Info...</span></a></p></body></html>
+
+
+
+
+ Name - location:
+
+
+
+
+ Login Failure
+
+
+
+
+ Maybe password is wrong
+
+
+
+
+ Create a New Profil
+
+
+
+
+ This will generate a new Profile
+ Are you sure you want to continue
+
+
+
+
+ StatisticDialog
+
+
+ Statistics
+ ēµ±čØé
+
+
+
+ Download
+ ćć¦ć³ćć¼ć
+
+
+
+ Session:
+ Session:
+
+
+
+
+ Downloaded:
+ Downloaded:
+
+
+ Average Downloadspeed:
+ Average Downloadspeed:
+
+
+
+
+ Count of Downloads:
+ Count of Downloads:
+
+
+
+
+
+ Overall
+ Overall
+
+
+
+ Upload
+ Upload
+
+
+
+
+
+ Session
+ Session
+
+
+
+ Uploaded:
+ Uploaded:
+
+
+ Average Uploadspeed:
+ Average Uploadspeed:
+
+
+
+
+ Count of Uploads:
+ Count of Uploads:
+
+
+
+ Uploaded
+ Uploaded
+
+
+
+
+
+
+ Connections:
+ Connections:
+
+
+
+
+
+ Peers:
+ Peers:
+
+
+ Misc
+ Misc
+
+
+
+ Uptime:
+ Uptime:
+
+
+ Overall:
+ Overall:
+
+
+
+
+ Uptime
+ Uptime
+
+
+
+ Records
+ Records
+
+
+
+ Uploadspeed:
+ Uploadspeed:
+
+
+
+ Downloadspeed:
+ Downloadspeed:
+
+
+
+
+ Show Settings
+ Show Settings
+
+
+
+ Reset
+ Reset
+
+
+
+ Receive Rate
+ Receive Rate
+
+
+
+ Send Rate
+ Send Rate
+
+
+
+ Always On Top
+ Always On Top
+
+
+
+ 100
+ 100
+
+
+
+ % Opaque
+ % Opaque
+
+
+
+ Changes the transparency of the Bandwidth Graph
+ åøÆåå¹
ć°ć©ćć®éęē©ćå¤ćć
+
+
+
+ Save
+ Save
+
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ Hide Settings
+ Hide Settings
+
+
+
+ %1 days
+
+
+
+
+ Now
+
+
+
+
+ Transfer
+
+
+
+
+ Session UL:DL Ratio:
+
+
+
+
+ Cumulative UL:DL Ratio
+
+
+
+
+ Time Statistics
+
+
+
+
+ Since:
+
+
+
+
+ Cumulative
+
+
+
+
+ StatusMessage
+
+
+ Personal message
+
+
+
+
+ Status 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;">
+<p 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;">Personal 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;">
+<p style=" 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 Status message</span></p></body></html>
+
+
+
+
+ SubDestItem
+
+
+ Type
+ ćæć¤ć
+
+
+
+ Form
+
+
+
+
+ Person/Channel Name
+
+
+
+
+ Delete FeedItem
+
+
+
+
+ SubFileItem
+
+
+ File Name
+ ćć”ć¤ć«åå
+
+
+
+ Save Channel File
+
+
+
+
+ Form
+
+
+
+
+ %p Kb
+
+
+
+
+ Expand
+
+
+
+
+ Save File
+
+
+
+
+ Cancel Download
+
+
+
+
+ Download File
+
+
+
+
+ Play File
+
+
+
+
+ TBoard
+
+
+ Pause
+
+
+
+
+ TextPage
+
+
+ Use text representation of the PGP certificates.
+
+
+
+
+ The text below is your PGP certificate. You have to provide it to your friend
+
+
+
+
+ Please, paste your friends PGP certificate into the box below
+
+
+
+
+ Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
+
+
+
+
+ You can copy this text and send it to your friend via email or some other way
+
+
+
+
+ RetroShare
+
+
+
+
+ Text certificate
+
+
+
+
+ Copy your Cert to Clipboard
+
+
+
+
+ Save your Cert into a File
+
+
+
+
+ Run Email program
+
+
+
+
+ Connect Friend Help
+
+
+
+
+ Save as...
+
+
+
+
+ RetroShare Certificate (*.rsc );;All Files (*)
+
+
+
+
+ Certificate Load Failed
+ čؼęęøć®č² č·ćÆ失ęćć
+
+
+
+ TransferFeed
+
+
+ Form
+
+
+
+
+ Sort:
+
+
+
+
+ None
+
+
+
+
+ TransferPage
+
+
+ Form
+
+
+
+
+ Transfer
+
+
+
+
+ Transfer options
+
+
+
+
+ Queue Size:
+
+
+
+
+ Maximum Download speed per file:
+
+
+
+
+ kB/s
+
+
+
+
+ Default chunk strategy:
+
+
+
+
+ Streaming
+
+
+
+
+ Random
+
+
+
+
+ Show Cache Transfers
+
+
+
+
+ F2F Routing
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">
+<p style=" 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</span><span style=" font-size:8pt;"> is capable of transfering 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-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;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p>
+<ul style="-qt-list-indent: 1;"><li style=" 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-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>
+
+
+
+
+ TransfersDialog
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ Clear Completed
+ ććØććÆå®äŗćć
+
+
+
+
+ Status
+ ē¶ę
+
+
+
+ Completed
+ å®äŗććć
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Downloads:</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ćć¦ć³ćć¼ć (Downloads):</span></p></body></html>
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;"><span style=" font-weight:600;">Downloads:</span></p></body></html>
+
+
+
+
+ Uploads
+
+
+
+
+ Selected transfer
+
+
+
+
+ Done
+
+
+
+
+ Active
+
+
+
+
+ Outstanding
+
+
+
+
+ Tunneling
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Uploads:</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ć¢ćććć¼ć(Uploads):</span></p></body></html>
+
+
+
+
+ Name
+ i.e: file name
+ åå
+
+
+
+
+ Size
+ i.e: file size
+ ćµć¤ćŗ
+
+
+ Progress
+ i.e: % downloaded
+ é²ę©
+
+
+
+ Speed
+ i.e: Download speed
+ éåŗ¦
+
+
+
+ Progress / Availability
+ i.e: % downloaded
+
+
+
+
+ Sources
+ i.e: Sources
+ ęŗ
+
+
+
+ Core-ID
+
+
+
+
+ Progress
+ i.e: % uploaded
+ é²ę©
+
+
+
+ Speed
+ i.e: upload speed
+ éåŗ¦
+
+
+
+ Transferred
+
+
+
+
+ Hash
+
+
+
+
+ Play
+
+
+
+
+ Pause
+
+
+
+
+ Resume
+
+
+
+
+ Open Folder
+ ćć©ć«ććéć
+
+
+
+ Open File
+ [ćć”ć¤ć«ćéć
+
+
+
+ Preview File
+
+
+
+
+ Details...
+
+
+
+
+ Copy retroshare Link
+
+
+
+
+ Paste retroshare Link
+
+
+
+
+ View
+
+
+
+
+ Down
+
+
+
+
+ Up
+
+
+
+
+ Top
+
+
+
+
+ Bottom
+
+
+
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
+ Random
+
+
+
+
+ Chunk strategy
+
+
+
+
+ Queued
+
+
+
+
+ RetroShare
+
+
+
+
+ Details:
+
+
+
+
+ Open Transfer
+
+
+
+
+ File %1 is not completed. If it is a media file, try to preview it.
+
+
+
+
+ Are you sure that you want to cancel and delete these files?
+
+
+
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
+ Peer
+ i.e: user name
+
+
+
+
+
+ Slower
+
+
+
+
+
+
+ Average
+
+
+
+
+
+ Faster
+
+
+
+
+
+
+
+ Failed
+
+
+
+
+
+
+
+ Okay
+
+
+
+
+
+
+ Waiting
+
+
+
+
+
+ Downloading
+
+
+
+
+
+
+
+
+
+ Complete
+
+
+
+
+ Unknown
+
+
+
+
+ version:
+
+
+
+
+
+ Uploading
+
+
+
+
+ TrustView
+
+
+ Form
+
+
+
+
+ Zoom :
+
+
+
+
+ Update
+
+
+
+
+ Showing: whole network
+
+
+
+
+ TurtleRouterDialogForm
+
+
+ Router Statistics
+
+
+
+
+ F2F router information
+
+
+
+ File Name
+ ćć”ć¤ć«åå
+
+
+ Type
+ ćæć¤ć
+
+
+
+ TurtleSearchDialog
+
+ Broadcast on Channel
+ ćć£ćć«ć®ę¾é
+
+
+ Recommend to Friends
+ åäŗŗć«ęØč¦ććŖćć
+
+
+ Remove
+ åé¤ććŖćć
+
+
+ Remove All
+ ćć¹ć¦ćåé¤ććŖćć
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Format</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ćć©ć¼ććć</p></body></html>
+
+
+ Any
+ ćć©ć¼ććć
+
+
+ Audio
+ åÆč“åØę³¢é³ę„½
+
+
+ Video
+ ćććŖę ē»
+
+
+ Size
+ ćµć¤ćŗ
+
+
+ Sources
+ ęŗ
+
+
+ Type
+ ćæć¤ć
+
+
+ Results
+ ēµę
+
+
+
+ ULListDelegate
+
+
+ B
+
+
+
+
+ KB
+
+
+
+
+ MB
+
+
+
+
+ GB
+
+
+
+
+ VMessageBox
+
+
+ OK
+ ćććć¾ćć (OK)
+
+
+
+ Cancel
+ åćę¶ć
+
+
+
+ Yes
+ ćÆć
+
+
+
+ No
+ ććć
+
+
+
+ Help
+ å©ć
+
+
+
+ Retry
+ å試č”
+
+
+
+ Show Log
+ ć·ć§ć¼ć®ę“å²
+
+
+
+ Show Settings
+ ć·ć§ć¼ć®čØå®
+
+
+
+ Continue
+
+
+
+
+ Quit
+ ēµäŗ
+
+
+
+ Browse
+
+
+
+
+ misc
+
+
+ Unknown
+ Unknown (size)
+
+
+
+
+ B
+ bytes
+
+
+
+
+ KiB
+ kibibytes (1024 bytes)
+
+
+
+
+ MiB
+ mebibytes (1024 kibibytes)
+
+
+
+
+ GiB
+ gibibytes (1024 mibibytes)
+
+
+
+
+ TiB
+ tebibytes (1024 gibibytes)
+
+
+
+
+
+ Unknown
+
+
+
+
+ < 1m
+ < 1 minute
+
+
+
+
+ %1 minutes
+ e.g: 10minutes
+
+
+
+
+ %1y %1d %2h %3m
+ e.g: 2 years 2days 10hours 2minutes
+
+
+
+
+ %1h %2m
+ e.g: 3hours 5minutes
+
+
+
+
+ %1d %2h %3m
+ e.g: 2days 10hours 2minutes
+
+
+
+
+ moreinfo
+
+ Details
+ ē“°éØ
+
+
+ OK
+ ćććć¾ćć (OK)
+
+
+ Name
+ åå
+
+
+ Value
+ ä¾”å¤
+
+
+
diff --git a/retroshare-gui/src/lang/retroshare_jp.qm b/retroshare-gui/src/lang/retroshare_jp.qm
index 2e31480ba..63776b33b 100644
Binary files a/retroshare-gui/src/lang/retroshare_jp.qm and b/retroshare-gui/src/lang/retroshare_jp.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_ko.qm b/retroshare-gui/src/lang/retroshare_ko.qm
new file mode 100644
index 000000000..99edc3919
Binary files /dev/null and b/retroshare-gui/src/lang/retroshare_ko.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_ko.ts b/retroshare-gui/src/lang/retroshare_ko.ts
new file mode 100644
index 000000000..9ffe2edfa
--- /dev/null
+++ b/retroshare-gui/src/lang/retroshare_ko.ts
@@ -0,0 +1,11081 @@
+
+
+
+
+
+
+ Arial
+ Arial
+
+
+
+ @default
+
+ Arial
+ Arial
+
+
+
+ AboutDialog
+
+
+
+ About RetroShare
+
+
+
+
+ About
+ ģ ź“ķģ¬
+
+
+
+ close
+
+
+
+
+ Max score: %1
+
+
+
+
+ Score: %1
+
+
+
+
+ Level: %1
+
+
+
+
+ Have fun ;-)
+
+
+
+
+ AddFileAssociationDialog
+
+
+ File type(extension):
+
+
+
+
+ Use default command
+
+
+
+
+ Command
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Sorry, can't determine system default command for this file
+
+
+
+
+
+ AddFileAssotiationDialog
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ AddFriendDialog
+
+ Cancel
+ ģ·Øģ
+
+
+ Done
+ ķė
+
+
+ Load From File
+ ķģ¼ģģ ģ§
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+ Certificate Load Failed
+ ģ¦ėŖ
ģ ģ§ģ ģ¤ķØķė¤
+
+
+
+ AddFriendWizard
+
+ Cancel
+ ģ·Øģ
+
+
+
+ AddLinksDialog
+
+
+
+ Add Link
+
+
+
+
+ Add a new Link
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:600; font-style:normal;">
+<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:400;">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:10pt; font-weight:600; font-style:normal;">
+<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:400;">Url:</span></p></body></html>
+
+
+
+
+ +2 Great!
+
+
+
+
+ +1 Good
+
+
+
+
+ 0 Okay
+
+
+
+
+ -1 Sux
+
+
+
+
+ -2 Bad Link
+
+
+
+
+ Add Anonymous Link
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'DejaVu Sans'; font-size:18pt; font-weight:600; color:#ffffff;">Add Link to Cloud</span></p></body></html>
+
+
+
+
+ Cancel
+
+
+
+
+ AdvancedSearchDialog
+
+
+ RetroShare: Advanced Search
+
+
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ Search
+ ģģ
+
+
+
+ Add a further search criterion.
+
+
+
+
+ Reset the search criteria.
+
+
+
+
+ Cancels the search.
+
+
+
+
+ Perform the advanced search.
+
+
+
+
+ Search Criteria
+
+
+
+
+ AppearanceDialog
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ“ ģ ģ²ģģ ģ¬ģ©ė ģøģ“ė„¼ ģ ķķģģģ¤</p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ“ ģ ģ²ģ ź³µģ©ģģ ģķģ ģ ķķģģģ¤</p></body></html>
+
+
+ Style Sheet
+ ė¬øģ ģģ
+
+
+
+ AppearancePage
+
+
+ Language
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ“ ģ ģ²ģģ ģ¬ģ©ė ģøģ“ė„¼ ģ ķķģģģ¤</p></body></html>
+
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html>
+
+
+
+
+ Style
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ“ ģ ģ²ģ ź³µģ©ģģ ģķģ ģ ķķģģģ¤</p></body></html>
+
+
+
+ Style Sheet
+ ė¬øģ ģģ
+
+
+
+ ApplicationWindow
+
+
+ Hide
+ ģģ ģ²
+
+
+
+ Show
+ ģ¼
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Peers
+
+
+
+
+ Transfers
+ ķģ¼-ģ ģ”
+
+
+
+ Messages
+ ģ ģ ģ°ķø ė©ģģ§
+
+
+
+ Blog Feed
+
+
+
+
+ Games Launcher
+
+
+
+
+ Photo View
+
+
+
+
+ Shared Calendars
+
+
+
+
+ Statistics
+ ķµź³
+
+
+
+ AttachFileItem
+
+
+ Form
+
+
+
+
+ File Name
+
+
+
+
+ %p Kb
+
+
+
+
+ Cancel Download
+
+
+
+
+ AuthorizationDialog
+
+ Authenticate
+ ķģøķģģģ¤
+
+
+ Authenticate Friend By Entering Their Code
+ ė¶ķøė„¼ ģ
ė „ķ“ģ ģ¹źµ¬ė„¼ ķģøķģģģ¤
+
+
+ OK
+ ģ¢ģµėė¤
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ BandwidthGraph
+
+
+
+ Show Settings
+
+
+
+
+ Reset
+ ė¦¬ģ
+
+
+
+ Receive Rate
+ ė¹ģØģ ė°ģ¼ģģģ¤
+
+
+
+ Send Rate
+ ė¹ģØģ ė³“ė“ģģģ¤
+
+
+
+ Style
+ ģķ
+
+
+
+ Changes the transparency of the Bandwidth Graph
+ ėģķ ėķģ ķ¬ėŖ
ėė„¼ ė°ź¾¼ė¤
+
+
+
+ 100
+ 100
+
+
+
+ % Opaque
+ % Opaque
+
+
+
+ Save
+ ģ ģ„ķģģģ¤
+
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ Since:
+
+
+
+
+ Hide Settings
+ ģģ ģ² ģ”°ģ
+
+
+
+ RetroShare Bandwidth Usage
+
+
+
+
+ Always on Top
+
+
+
+
+ BgWindow
+
+ Options
+ ģ ķź¶
+
+
+ About
+ ģ ź“ķģ¬
+
+
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+ ė§ģ§ė§
+
+
+
+ BlogDialog
+
+
+ Form
+
+
+
+
+ Blogs
+
+
+
+
+ Last Month
+
+
+
+
+ Last Week
+
+
+
+
+ Last Day
+
+
+
+
+ All Users
+
+
+
+
+ Jimmy
+
+
+
+
+ John
+
+
+
+
+ Jacki
+
+
+
+
+ No Feeds
+
+
+
+
+ Post Blog
+
+
+
+
+ BlogMsgItem
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Connected
+
+
+
+
+ Expand
+
+
+
+
+ Subject
+
+
+
+
+ subjectLabel
+
+
+
+
+ Play Media
+
+
+
+
+ Long
+ message here
+
+
+
+
+ BlogsDialog
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:10pt; font-weight:600;">Blogs</span></p></body></html>
+
+
+
+
+ Add
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
+
+
+
+
+ Post To Channel
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-weight:400; font-style:normal;">
+<p 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;">Unsubcribe To Blog</span></p></body></html>
+
+
+
+
+ Unsubscribe
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-weight:400; font-style:normal;">
+<p 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;">Subscribe To Blog</span></p></body></html>
+
+
+
+
+ Subscribe
+
+
+
+
+
+ Create New Blog
+
+
+
+
+ Name
+
+
+
+
+ ID
+
+
+
+
+ Own Blogs
+
+
+
+
+ Subscribed Blogs
+
+
+
+
+ Popular Blogs
+
+
+
+
+ Other Blogs
+
+
+
+
+ Post to Blog
+
+
+
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
+ Create a new Blog
+
+
+
+
+
+
+
+ Popularity: %1
+Fetches: %2
+Available: %3
+
+
+
+
+ BlogsMsgItem
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:11pt; font-weight:600; font-style:italic;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#656565;">Blog Subject</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" 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;">DateTime</span></p></body></html>
+
+
+
+
+ Unsubscribe From Channel
+
+
+
+
+ Remove Item
+
+
+
+
+
+ Expand
+
+
+
+
+ Comments here
+
+
+
+
+ Hide
+ ģģ ģ²
+
+
+
+ CalDialog
+
+
+ Remove
+ ģ ź±°ķģģģ¤
+
+
+
+ Form
+
+
+
+
+ Local Calendars
+
+
+
+
+ Shared Calendar List
+
+
+
+
+ Share Details
+
+
+
+
+ Name:
+
+
+
+
+ Location:
+
+
+
+
+ ...
+
+
+
+
+ Status:
+
+
+
+
+ Private
+
+
+
+
+ Public
+
+
+
+
+ Allow List:
+
+
+
+
+ <Disabled>
+
+
+
+
+ Add
+
+
+
+
+ Peer Calendars
+
+
+
+
+ CallToaster
+
+
+ Message
+
+
+
+
+ CertificatePage
+
+
+ Certificate files
+
+
+
+
+ Use PGP certificates saved in files.
+
+
+
+
+ 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...
+
+
+
+
+ Specify path to your friend's certificate in the box below
+
+
+
+
+ Browse
+
+
+
+
+ Select Certificate
+ ģ¦ėŖ
ģė„¼ ģ ģ ķģģģ¤
+
+
+
+ RetroShare Certificates (*.rsc)
+
+
+
+
+ Not implemented
+
+
+
+ Certificates (*.pqi *.pem)
+ ģ¦ėŖ
ģ (*.pqi *.pem)
+
+
+
+ Please choose a filename
+
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Certificate file successfully created
+
+
+
+
+ Sorry, certificate file creation failed
+
+
+
+
+ Certificate Load Failed:file %1 not found
+
+
+
+
+ ChanCreateDialog
+
+ Create a new Broadcast Channel
+ ģė”ģ“ ė°©ģ” ģ±ėģ ģ°½ģ”°ķģģģ¤
+
+
+ Create A New Broadcast Channel
+ ģė”ģ“ ė°©ģ” ģ±ėģ ģ°½ģ”°ķģģģ¤
+
+
+ Channel Name:
+ ģ±ė ģ“ė¦:
+
+
+ Type:
+ ģ ķ:
+
+
+ Public Channel (Signed)
+ (ģėŖ
ėė) ź³µģ¤ ģ±ė
+
+
+ Private Channel (Encrypted)
+ (ģķøė” ź³ ģ³ ģ°ė) ź°ģø ģ±ė
+
+
+ Cancel Channel
+ ģ·Øģ ģ±ė
+
+
+ Create Channel
+ ģ±ėģ ģ°½ģ”°ķģģģ¤
+
+
+
+ ChanMsgDialog
+
+
+ Compose
+ źµ¬ģ±ķģģģ¤
+
+
+
+ Select Color
+
+
+
+
+ Recommended Files
+ ģ¶ģ²ė ķģ¼
+
+
+
+ Send To:
+ ģ ė³“ė“ģģģ¤:
+
+
+
+ Send
+ ė³“ė“ģģģ¤
+
+
+ Delete Channel
+ ź°ģ ģ±ė
+
+
+ Create Channel MSG
+ ģ±ė ė©ģģ§ė„¼ ģ°½ģ”°ķģģģ¤
+
+
+
+ &Left
+
+
+
+
+ C&enter
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ Send this message now
+
+
+
+
+ Toggle Contacts View
+
+
+
+
+ Save this message
+
+
+
+
+ Compose:
+
+
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Contacts Sidebar
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ Open File...
+
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ Print Document
+
+
+
+
+ Save Message
+
+
+
+
+ Message has not been Sent.
+Do you want to save message ?
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
+
+
+ Add Extra File
+
+
+
+
+ Size
+ ķ¬źø°
+
+
+
+ Sources
+ ź·¼ģ
+
+
+
+ Save
+ ģ ģ„ķģģģ¤
+
+
+
+
+ Contacts
+
+
+
+
+ Subject:
+
+
+
+
+ Font size
+
+
+
+
+ Blockquote
+
+
+
+
+ Increase font size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Attach
+
+
+
+
+ Attach File
+
+
+
+
+ Quote
+
+
+
+
+ Add Blockquote
+
+
+
+
+ Alignment
+
+
+
+
+ Add a Image
+
+
+
+
+ Sets text font to code style
+
+
+
+
+ Split text
+
+
+
+
+ File Name
+
+
+
+
+ Hash
+
+
+
+
+ Reply
+
+
+
+
+ ChanMsgItem
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:11pt; font-weight:600; font-style:italic;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:normal; color:#656565;">Channel Subject</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" 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;">DateTime</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#666666;">Short Description</span></p></body></html>
+
+
+
+
+ Download
+
+
+
+
+ Remove Item
+
+
+
+
+
+ Expand
+
+
+
+
+ Unsubscribe From Channel
+
+
+
+
+ Play Media
+
+
+
+
+ TextLabel
+
+
+
+
+ Long
+ message here
+
+
+
+
+ Hide
+ ģģ ģ²
+
+
+
+ ChanNewItem
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Connected
+
+
+
+
+ name
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Expand
+
+
+
+
+ Channel Decscription
+
+
+
+
+ Description
+ of Forum
+
+
+
+
+ ChannelBrowserDialog
+
+ Channels
+ ģė”
+
+
+ Video
+ ģģ
+
+
+
+ ChannelDetails
+
+
+
+ Channel Details
+
+
+
+
+ Channel Info
+
+
+
+
+ Forum Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Forum ID
+
+
+
+
+ Channel Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+ ė§ģ§ė§
+
+
+
+ ChannelFeed
+
+
+ Create Channel
+ ģ±ėģ ģ°½ģ”°ķģģģ¤
+
+
+
+ Subscribe To Channel
+ ģ±ėģ źµ¬ė
ķģģģ¤
+
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:10pt; font-weight:600;">Channels</span></p></body></html>
+
+
+
+
+ Add
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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:9pt; font-weight:600; font-style:normal;">
+<p 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;">Channel Name</span></p></body></html>
+
+
+
+
+ Post To Channel
+
+
+
+
+ Unsubcribe To Channel
+
+
+
+
+ Unsubscribe
+
+
+
+
+ Subscribe
+
+
+
+
+ Auto Download On
+
+
+
+
+ Auto Download Off
+
+
+
+
+ Name
+
+
+
+
+ Popularity
+
+
+
+
+ ID
+
+
+
+
+ Own Channels
+
+
+
+
+ Subscribed Channels
+
+
+
+
+ Popular Channels
+
+
+
+
+ Other Channels
+
+
+
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
+ Show Channel Details
+
+
+
+
+ Create a new Channel
+
+
+
+
+ New Channel
+
+
+
+
+
+
+
+ Popularity: %1
+Fetches: %2
+Available: %3
+
+
+
+
+ ChatDialog
+
+ Chat
+ ģ”ė“
+
+
+ Send
+ ė³“ė“ģģģ¤
+
+
+
+ ChatToaster
+
+
+ Message
+
+
+
+
+ ConclusionPage
+
+
+ Make Friend
+ ģ¹źµ¬ė„¼ ģ¬ź·ģģģ¤
+
+
+
+ Details about your friend :
+
+
+
+
+ Key validity:
+
+
+
+
+ Email:
+
+
+
+
+ Authenticate friend (Sign GPG Key)
+
+
+
+
+ Add as friend to connect with
+
+
+
+
+ It seems your friend is already registered. Adding it might just set it's ip address.
+
+
+
+
+ Peer details
+
+
+
+
+ Name:
+
+
+
+
+ Loc:
+
+
+
+
+ Signers
+
+
+
+
+ ConfCertDialog
+
+
+ Cancel
+ ģ·Øģ
+
+
+ Port:
+ ķźµ¬:
+
+
+ Trust Settings
+ ģ ė§ ģ”°ģ
+
+
+ Trust Level
+ ģ ė§ ģģ¤
+
+
+ Trust Their Signature
+ ź·øė¤ģ ģėŖ
ģ ģ ė¢°ķģģģ¤
+
+
+ Sign The Certificate
+ ģ¦ėŖ
ģė„¼ ģėŖ
ķģģģ¤
+
+
+
+ Details
+ ģøė¶ģ¬ķ
+
+
+
+ Name
+
+
+
+
+ Loc
+
+
+
+
+ Peer Address
+ ėė£ ģ£¼ģ
+
+
+
+ Last Contact
+ Last Contact
+
+
+
+ Peer Details
+ ėė£ ģøė¶ģ¬ķ
+
+
+
+ Peer Info
+
+
+
+
+ Peer ID
+
+
+
+
+ Version
+
+
+
+
+ Addresses list
+
+
+
+
+ Apply and Close
+
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+
+ Error : cannot get peer details.
+
+
+
+
+ Your key is signed by :
+
+
+
+
+ Peer key is signed by :
+
+
+
+
+ Your trust in this peer is ultimate, it's probably a key you own.
+
+
+
+
+ Your trust in this peer is full.
+
+
+
+
+ Your trust in this peer is marginal.
+
+
+
+
+ Your trust in this peer is none.
+
+
+
+
+ Your trust in this peer is not set.
+
+
+
+
+ Peer has authenticated me as a friend and did sign my GPG key
+
+
+
+
+ Peer has not authenticated me as a friend and did not sign my GPG key
+
+
+
+
+ Signature Failure
+
+
+
+
+ Maybe password is wrong
+
+
+
+
+ Trust
+
+
+
+
+ Deny Friend
+
+
+
+
+ Sign GPG key
+
+
+
+
+ Local Address
+
+
+
+
+ External Address
+
+
+
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
+ None
+
+
+
+
+ Marginal
+
+
+
+
+ Full
+
+
+
+
+ GPG Key
+
+
+
+
+ Peer has signed my GPG key
+
+
+
+
+ Peer key is signed by :
+
+
+
+
+ SignGPG Key
+
+
+
+
+ Make Friend
+ ģ¹źµ¬ė„¼ ģ¬ź·ģģģ¤
+
+
+
+ OK
+
+
+
+
+ ConnectDialog
+
+
+ Peer Details
+ ėė£ ģøė¶ģ¬ķ
+
+
+
+
+ Make Friend
+ ģ¹źµ¬ė„¼ ģ¬ź·ģģģ¤
+
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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:16pt; font-weight:600; color:#000000;"> Make Friend</span></p></body></html>
+
+
+
+
+ Trust:
+
+
+
+
+ Name:
+
+
+
+
+ Org:
+
+
+
+
+ Loc:
+
+
+
+
+ Country:
+
+
+
+
+ signers:
+
+
+
+
+ AUTH CODE:
+
+
+
+
+ ConnectFriendWizard
+
+
+ Connect Friend Wizard
+
+
+
+
+ CreateBlog
+
+
+ Create new Blog
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Blog</span></p></body></html>
+
+
+
+
+ Name
+
+
+
+
+ Description
+
+
+
+
+ Type:
+ ģ ķ:
+
+
+
+ Public - Anyone can read and publish (Shared Publish Key)
+
+
+
+
+ Restricted - Anyone can read, limited publishing (Private Publish Key)
+
+
+
+
+ Private - (Private Publish Key required to view Messages)
+
+
+
+
+ Allowed Messages
+
+
+
+
+ Authemticated Messages
+
+
+
+
+ Anonymous Messages
+
+
+
+
+ Cancel
+
+
+
+
+ Create
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Please add a Name
+
+
+
+
+ CreateBlogMsg
+
+
+ New Blog Post
+
+
+
+
+ Blog Post
+
+
+
+
+ Blog Post to:
+
+
+
+
+ Visual Editor
+
+
+
+
+ Blog Message
+
+
+
+
+ Subject :
+
+
+
+
+ Html Editor
+
+
+
+
+
+ Attachments
+
+
+
+
+ toolBar
+
+
+
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
+ Add Extra File
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Please add a Subject
+
+
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
+
+
+ CreateChannelMsg
+
+
+ New Channel Post
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:26pt; color:#ffffff;">New Channel Post</span></p></body></html>
+
+
+
+
+ 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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
+<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-size:8pt;"> You can set your Thumbnail Image for your Channel Post.</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-size:8pt;"> You can use Drap and Drop to Attach 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-size:8pt;"> Set your Subject and Description for your Channel Post.</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-size:8pt;"> You can View your Attached Files on Attachments Tab.</span></p></body></html>
+
+
+
+
+ Add File to Attach
+
+
+
+
+ Add Channel Thumbnail
+
+
+
+
+ Message
+
+
+
+
+ Subject :
+
+
+
+
+
+ Attachments
+
+
+
+
+ Drag and Drop Files from Search Results
+
+
+
+
+ Add Extra File
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Please add a Subject
+
+
+
+
+ CreateForum
+
+
+ Name
+ ģ“ė¦
+
+
+
+ Type:
+ ģ ķ:
+
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Please add a Name
+
+
+
+
+ Create new Forum
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Forum</span></p></body></html>
+
+
+
+
+ Description
+
+
+
+
+ Public - Anyone can read and publish (Shared Publish Key)
+
+
+
+
+ Restricted - Anyone can read, limited publishing (Private Publish Key)
+
+
+
+
+ Private - (Private Publish Key required to view Messages)
+
+
+
+
+ Allowed Messages
+
+
+
+
+ Authemticated Messages
+
+
+
+
+ Anonymous Messages
+
+
+
+
+ Channel Logo
+
+
+
+
+ Add Channel Logo
+
+
+
+
+ Create
+
+
+
+
+ CreateForumMsg
+
+
+ Close
+ ė§ģ§ė§
+
+
+
+ Post Forum Message
+
+
+
+
+ Forum
+
+
+
+
+ Forum Post Subject
+
+
+
+
+ Paste retroshare link
+
+
+
+
+ Forum Post
+
+
+
+
+ Sign Message
+
+
+
+
+ toolBar
+
+
+
+
+ Post Forum Msg
+
+
+
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
+ Add Extra File
+
+
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
+
+
+ CryptoPage
+
+
+ RetroShare
+ 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 (*)
+
+
+
+
+ Public 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:'Arial'; 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;">Copy my Key to Clipboard</p></body></html>
+
+
+
+
+ Copy 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:'Arial'; 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;">Save Key into a file</p></body></html>
+
+
+
+
+ Save Key
+
+
+
+
+ CryptographyDialog
+
+ RSA Key Size
+ RSA ģ¤ģķ ķ¬źø°
+
+
+ Rijndael Block size
+ Rijndael ėøė” ķ¬źø°
+
+
+ 128 Bits
+ 128 ģ”°źø
+
+
+ 192 Bits
+ 192 ģ”°źø
+
+
+ 256 Bits
+ 256 ģ”°źø
+
+
+ Rijndael Key Size
+ Rijndael ģ¤ģķ ķ¬źø°
+
+
+ Rijndael Mode
+ Rijndael ķķ
+
+
+ CBC
+ CBC
+
+
+ ECB
+ ECB
+
+
+ CFB
+ CFB
+
+
+ Rijndael Padding
+ Rijndael Padding
+
+
+ PKCS7
+ Rijndael Padding
+
+
+ Zeros
+ Zeros
+
+
+ ANSIX923
+ ANSIX923
+
+
+ ISO10126
+ ISO10126
+
+
+ Rijndael Feedback Size
+ Rijndael ģź²¬ ķ¬źø°
+
+
+ Key Size:
+ ģ¤ģķ ķ¬źø°:
+
+
+ Block Size:
+ ėøė” ķ¬źø°:
+
+
+ Feedback Size:
+ ģź²¬ ķ¬źø°:
+
+
+ Mode:
+ ķķ:
+
+
+ Padding:
+ Padding:
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ DLListDelegate
+
+
+ B
+
+
+
+
+ KB
+
+
+
+
+ MB
+
+
+
+
+ GB
+
+
+
+
+ DetailsDialog
+
+
+ Details
+ ģøė¶ģ¬ķ
+
+
+
+
+ General
+ ģ¼ė°
+
+
+
+ File Name:
+
+
+
+
+ Name Label
+
+
+
+
+ Hash:
+
+
+
+
+ Hash Label
+
+
+
+
+ Size:
+
+
+
+
+ Size Label
+
+
+
+
+ Status:
+
+
+
+
+ Status Label
+
+
+
+
+ Priority
+
+
+
+
+ Priority Label
+
+
+
+
+ Type Label
+
+
+
+
+ Type:
+ ģ ķ:
+
+
+
+ Transfer
+
+
+
+
+ Sources:
+
+
+
+
+ Datarate:
+
+
+
+
+ Completed:
+
+
+
+
+ Source Label
+
+
+
+
+ Datarate Label
+
+
+
+
+ Completed Label
+
+
+
+
+ Chunks Label
+
+
+
+
+ Chunk size:
+
+
+
+
+
+ Number of Chunks
+
+
+
+
+ Chunks Number Label
+
+
+
+
+ Chunks:
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;">Remaining Label</span></p></body></html>
+
+
+
+
+ Remaining:
+
+
+
+
+ Date
+ ė ģ§
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
+
+ Comments
+
+
+
+
+
+ retroshare link(s)
+
+
+
+
+ Copy
+
+
+
+
+ OK
+
+
+
+
+ Cancel
+
+
+
+
+ Rating
+
+
+
+
+ File Name
+
+
+
+
+ Not Rated
+
+
+
+
+ No Comments
+
+
+
+
+ DirectoriesDialog
+
+ Shared Directories
+ ź³µģ ėė ķ ė¦¬
+
+
+ Other Directories
+ ė¤ė„ø ģ ķė²ķøė¶
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Incoming Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" 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></body></html>
+
+
+ Add Shared Directory
+ ź³µģ ėė ķ ė¦¬ė„¼ ģ¶ź°ķģģģ¤
+
+
+
+ DirectoriesPage
+
+
+ Incoming Directory
+
+
+
+
+ Partials Direcrtory
+
+
+
+
+ Shared Directories
+ ź³µģ ėė ķ ė¦¬
+
+
+
+ Automatically share incoming directory (Recommanded)
+
+
+
+
+ Edit Share
+
+
+
+ Incoming files
+ ź³µģ ėė ķ ė¦¬
+
+
+
+ Add a Share Directory
+
+
+
+
+ Remove Shared Directory
+
+
+
+
+
+ Browse
+
+
+
+
+ Add Shared Directory
+ ź³µģ ėė ķ ė¦¬ė„¼ ģ¶ź°ķģģģ¤
+
+
+
+ Set Incoming Directory
+
+
+
+
+ Set Partials Directory
+
+
+
+
+ ErrorMessagePage
+
+
+ Sorry, some error appeared
+
+
+
+
+ Here is the error message:
+
+
+
+
+ ExampleDialog
+
+
+ Vote Up
+
+
+
+
+ Vote Down
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Friends</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ģ¹źµ¬ </span></p></body></html>
+
+
+
+ Person
+ ģ¬ė
+
+
+
+ Auto Connect
+ ģėģ¼ė” ģ°ź²°ķģģģ¤
+
+
+
+ Trust Level
+ ģ ė§ ģģ¤
+
+
+
+ Peer Address
+ ėė£ ģ£¼ģ
+
+
+
+ Last Contact
+ Last Contact
+
+
+
+ Organisation
+ ģ”°ģ§
+
+
+
+ Location
+ ģģ¹
+
+
+
+ Country
+ źµź°
+
+
+
+ Person Id
+ ģ¬ė ID
+
+
+
+ Auth Code
+ ģ
ģ¦ ė¶ķø
+
+
+
+ #
+
+
+
+
+ Status
+
+
+
+
+ ExprParamElement
+
+
+
+
+ to
+
+
+
+
+ ignore case
+
+
+
+
+
+ dd.MM.yyyy
+
+
+
+
+
+ KB
+
+
+
+
+
+ MB
+
+
+
+
+
+ GB
+
+
+
+
+ ExpressionWidget
+
+
+ Expression Widget
+
+
+
+
+ Delete this expression
+
+
+
+
+ FileAssociationsPage
+
+
+ &New
+
+
+
+
+ Add new Association
+
+
+
+
+ &Edit
+
+
+
+
+ Edit this Association
+
+
+
+
+ &Remove
+
+
+
+
+ Remove this Association
+
+
+
+
+ File type
+
+
+
+
+ Friend Help
+
+
+
+
+ You this
+
+
+
+
+ FileHashDialog
+
+ Download
+ ė¤ģ“ė”ė
+
+
+
+ FileTransferInfoWidget
+
+
+ Chunk map:
+
+
+
+
+ Active chunks:
+
+
+
+
+ Availability map (
+
+
+
+
+ sources
+
+
+
+
+ File info:
+
+
+
+
+ File hash:
+
+
+
+
+ File size:
+
+
+
+
+
+
+ bytes
+
+
+
+
+ Chunk size:
+
+
+
+
+ Number of chunks:
+
+
+
+
+ Transfered:
+
+
+
+
+ Number of sources:
+
+
+
+
+ Chunk strategy:
+
+
+
+
+ Transfer type:
+
+
+
+
+ FindWindow
+
+ %1 KB
+ %1 KB
+
+
+
+ FofPage
+
+
+ Friends of friends
+
+
+
+
+ Select now who you want to make friends with.
+
+
+
+
+ Show me:
+
+
+
+
+ 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
+
+
+
+
+ Make friend with these peers
+
+
+
+
+ *** None ***
+
+
+
+
+ ForumDetails
+
+
+
+ Forum Details
+
+
+
+
+ Forum Info
+
+
+
+
+ Forum Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Forum ID
+
+
+
+
+ Forum Description
+
+
+
+
+ Security
+
+
+
+
+ Allowed Messages
+
+
+
+
+ Authemticated Messages
+
+
+
+
+ Anonymous Messages
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Apply and Close
+
+
+
+
+ ForumMsgItem
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Forum Name
+
+
+
+
+ Expand
+
+
+
+
+
+
+ Subject:
+
+
+
+
+ Subject...
+
+
+
+
+ Persons Name
+
+
+
+
+ Unsubscribe To Forum
+
+
+
+
+ Reply
+
+
+
+
+
+ Message is about ???
+
+
+
+
+ Previous Message...
+
+
+
+
+ Currnent Message..
+
+
+
+
+ ForumNewItem
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Connected
+
+
+
+
+ name
+
+
+
+
+ Subscribe to Forum
+
+
+
+
+ Expand
+
+
+
+
+ Forum Description
+
+
+
+
+ Description
+ of Forum
+
+
+
+
+ ForumsDialog
+
+
+ Subscribe to Forum
+
+
+
+
+ Unsubscribe to Forum
+
+
+
+
+ New Forum
+
+
+
+
+ Show Forum Details
+
+
+
+
+ Reply
+
+
+
+
+ Reply to Author
+
+
+
+
+ Expand all
+
+
+
+
+ Collapse all
+
+
+
+
+
+
+ Popularity:
+
+
+
+
+ Your Forums
+
+
+
+
+ Subscribed Forums
+
+
+
+
+ Popular Forums
+
+
+
+
+ Other Forums
+
+
+
+
+
+ Anonymous
+
+
+
+
+
+ signed
+
+
+
+
+
+ none
+
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ No Forum Selected!
+
+
+
+
+ Re:
+
+
+
+
+ You cant reply a Anonymous Author
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+ Date
+ ė ģ§
+
+
+
+ Title
+ ģ ėŖ©
+
+
+
+
+ Start New Thread
+
+
+
+ New Message
+ ģė”ģ“ ė©ģģ§
+
+
+
+ Add
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Start new Thread for Selected Forum</p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Reply Message</p></body></html>
+
+
+
+
+ RetroShare Forums
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Forum:</p></body></html>
+
+
+
+
+ Last Post
+
+
+
+
+ Threaded View
+
+
+
+
+ Flat View
+
+
+
+
+ Author
+
+
+
+
+ Signed
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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:10pt; font-weight:600;">Thread:</span></p></body></html>
+
+
+
+
+ Create Forum
+
+
+
+
+ Print
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; 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;"><span style=" font-family:'Arial'; font-weight:600;">Forums</span></p></body></html>
+
+
+
+
+ PrintPreview
+
+
+
+
+ GSettingsWin
+
+ General
+ ģ¼ė°
+
+
+ Network
+ ė¤ķøģķ¬
+
+
+ Directories
+ ģ ķė²ķøė¶
+
+
+ Server
+ ėė£ ģ”°ģ
+
+
+ %1
+ %1
+
+
+
+ GamesDialog
+
+
+ Cancel Game
+
+
+
+
+ Add to Invite List
+
+
+
+
+ Remove from Invite List
+
+
+
+
+
+ Interested in Playing
+
+
+
+
+ Not Interested in Game
+
+
+
+
+
+ Not Interested
+
+
+
+
+ Confirm Peer in Game
+
+
+
+
+ Remove Peer from Game
+
+
+
+
+ Interested in Game
+
+
+
+
+ Quit Game
+
+
+
+
+ Server
+ ėė£ ģ”°ģ
+
+
+
+ Accept
+ ģė½
+
+
+
+ Form
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; font-weight:600;">Games Launcher</span></p></body></html>
+
+
+
+
+ Game:
+
+
+
+
+ GameType: 0. Want to Add your Game here?
+
+
+
+
+ GameType: 1. Get In Touch with the developers
+
+
+
+
+ GameType: 2.
+
+
+
+
+ Title / Comment
+
+
+
+
+ Create New Game
+
+
+
+
+ Invite All Friends
+
+
+
+
+ Game Type
+
+
+
+
+ Status
+
+
+
+
+ Comment
+
+
+
+
+ GameID
+
+
+
+
+ Player
+
+
+
+
+
+ Invite
+
+
+
+
+ Interested
+
+
+
+
+ Delete
+
+
+
+
+
+ Move Player
+
+
+
+
+ Play Game
+
+
+
+
+ GenCertDialog
+
+ RetroShare setup
+ Retroshare (ė¤ģėŖ«) ģ²“ģ
+
+
+ Load Trusted Certificate (Optional)
+ (ģ ķ) ģ§ ķøė¬ģ¤ķø ģøģ¦ģ
+
+
+
+ RetroShare : Create new user Profile
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:'Arial'; font-size:16pt; color:#ffffff;">Create a new RetroShare profile</span><span style=" font-family:'Arial'; font-size:8pt;"><br /><br /></span><span style=" font-family:'Arial'; font-size:8pt; font-weight:600;">Retroshare uses gpg keys for identity management. </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:'Arial'; font-size:8pt; font-weight:600;">You can use an existing gpg key, or create a new one with this form.</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:'Arial'; font-size:8pt; font-weight:600;">Please fill in the location field (example : "home", "laptop", etc). </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:'Arial'; font-size:8pt; font-weight:600;">It will be permanently attached to this retroshare installation, and visible to</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:'Arial'; font-size:8pt; font-weight:600;">your peers.</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:'Arial'; font-size:8pt; font-weight:600;">You can install retroshare on different locations using the same gpg key.</span></p></body></html>
+
+
+
+
+ It looks like you don't own any GPG keys. Please fill in the form below to generate one, or use your favorite gnupg key manager.
+
+
+
+
+ Use GPG key
+
+
+
+
+ Name
+
+
+
+
+ Email
+
+
+
+
+ GPG Password
+
+
+
+
+ Put a meaningfull location. ex : home, laptop, etc.
+
+
+
+
+ Generate a new gpg key
+
+
+
+
+ Generate New Profile
+
+
+
+
+ Info
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<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;">Friend</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><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;">ģ¹źµ¬</span></p></body></html>
+
+
+ Select File
+ ķģ¼ģ ģ ģ ķģģģ¤
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Name:</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ“ė¦: </p></body></html>
+
+
+ Generate New Certificate
+ ģė”ģ“ ģ¦ėŖ
ģė„¼ ģģ±ķģģģ¤
+
+
+
+
+ Generate GPG key Failure
+
+
+
+
+ Location field is required with a minimum of 3 characters
+
+
+
+
+ All fields are required with a minimum of 3 characters
+
+
+
+
+ Generating new GPG key, please be patient. Fill in your GPG password when asked.
+
+
+
+
+ Select Trusted Friend
+ ģ ė¢°ķ ģ¹źµ¬ė„¼ ģ ģ ķģģģ¤
+
+
+
+ Certificates (*.pqi *.pem)
+ ģ¦ėŖ
ģ (*.pqi *.pem)
+
+
+
+ Location:
+
+
+
+
+ GeneralDialog
+
+ Style
+ ģķ
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ“ ģ ģ²ģ ź³µģ©ģģ ģķģ ģ ķķģģģ¤</p></body></html>
+
+
+ Language
+ ģøģ“
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ“ ģ ģ²ģģ ģ¬ģ©ė ģøģ“ė„¼ ģ ķķģģģ¤</p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģøģ“ģ ė³ķė RetroShareė„¼ ģ¬ģ¶ė°ķ ķģģė§ ķØė „ģ ėķė¼ ź²ģ“ė¤!</p></body></html>
+
+
+ Style Sheet
+ ė¬øģ ģģ
+
+
+ Login
+ ė”ź·øģø (Login)
+
+
+ Misc
+ ģ”ė¤ķ
+
+
+
+ GeneralMsgDialog
+
+
+ General Message
+
+
+
+
+
+ Channel
+
+
+
+
+
+ Forum
+
+
+
+
+
+ Blog
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:18pt; font-weight:600; color:#ffffff;">General Message</span></p></body></html>
+
+
+
+
+
+
+ Message
+
+
+
+
+ Add Extra File
+
+
+
+
+ Friend
+
+
+
+
+
+ Add Message Destination
+
+
+
+
+ Message Destination
+
+
+
+
+
+ Attachments
+
+
+
+
+ Subject :
+
+
+
+
+ GeneralPage
+
+ Keys manager
+ ģ“ģ ė§¤ėģ
+
+
+ Style
+ ģķ
+
+
+ Choose RetroShare's interface style
+ ź³µģ©ģģ ģķģ ģ ķķģģģ¤
+
+
+ Language
+ ģøģ“ (Language)
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģøģ“ģ ė³ķė ģ ģ²ģ ģ¬ģ¶ė°ķ ķģģė§ ķØė „ģ ėķė¼ ź²ģ“ė¤!</p></body></html>
+
+
+ Choose the language used in RetroShare
+ ģ“ ģ¦ģ ė©ģ ģ ģģ ģ¬ģ©ė ģøģ“ė„¼ ģ ķķģģģ¤
+
+
+ Login
+ ė”ź·øģø (Login)
+
+
+
+ Startup
+
+
+
+
+ Start RetroShare when my system starts
+
+
+
+
+ Start minimized
+
+
+
+
+ Misc
+ ģ”ė¤ķ
+
+
+
+ Do not show the Quit RetroShare MessageBox
+
+
+
+
+ Do not Minimize to Tray Icon
+
+
+
+
+ GraphFrame
+
+
+ Recv:
+ Recv:
+
+
+
+
+
+ %1 KB/s
+ %1 KB/s
+
+
+
+ Sent:
+ Sent:
+
+
+
+ %1 KB
+ %1 KB
+
+
+
+ %1 MB
+ %1 MB
+
+
+
+ %1 GB
+ %1 GB
+
+
+
+ GraphWidget
+
+
+ Elastic Nodes
+
+
+
+
+ HelpBrowser
+
+
+
+ Error Loading Help Contents:
+
+
+
+
+ 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
+
+
+
+
+
+ Search
+ ģģ
+
+
+
+ Home
+ ź°ģ
+
+
+
+ Close
+ ė§ģ§ė§
+
+
+
+
+ RetroShare Help
+
+
+
+
+ Find:
+
+
+
+
+ Find Previous
+
+
+
+
+ Find Next
+
+
+
+
+ Case sensitive
+
+
+
+
+ Whole words only
+
+
+
+
+ Contents
+
+
+
+
+ Help Topics
+
+
+
+
+ Searching for:
+
+
+
+
+ Found Documents
+
+
+
+
+ Back
+
+
+
+
+ Move to previous page (Backspace)
+
+
+
+
+ Backspace
+
+
+
+
+ Forward
+
+
+
+
+ Move to next page (Shift+Backspace)
+
+
+
+
+ Shift+Backspace
+
+
+
+
+ Move to the Home page (Ctrl+H)
+
+
+
+
+ Ctrl+H
+
+
+
+
+
+
+ Find
+
+
+
+
+ Search for a word or phrase on current page (Ctrl+F)
+
+
+
+
+ Ctrl+F
+
+
+
+
+ Close Vidalia Help
+
+
+
+
+ Esc
+
+
+
+
+ HelpDialog
+
+
+ About
+ ģ ź“ķģ¬
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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 a 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 decentralised 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>
+<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;">using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication. </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;">RetroShare provides filesharing, chat, messages and channels</span></p>
+<p align="center" style="-qt-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; font-weight:600;">Usefull External Links to more information:</span></p>
+<ul style="-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=" text-decoration: underline; color:#0000ff;">Retroshare Webpage</span></a></li>
+<li style=" font-size:8pt;" 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/wiki/index.php/Main_Page"><span style=" text-decoration: underline; color:#0000ff;">Retroshare Wiki</span></a></li>
+<li style=" font-size:8pt; 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/forum/">RetroShare's Forum</a></li>
+<li style=" font-size:8pt;" 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://sourceforge.net/projects/retroshare/"><span style=" text-decoration: underline; color:#0000ff;">Retroshare Project Page</span></a></li>
+<li style=" font-size:8pt;" 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://www.lunamutt.com"><span style=" text-decoration: underline; color:#0000ff;">Lunamutt Homepage.</span></a></li></ul></body></html>
+
+
+
+
+ Authors
+
+
+
+
+ Thanks to
+
+
+
+
+ Translation
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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 Translators:</span></p>
+<p style="-qt-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; font-weight:600;">French</span><span style=" font-size:8pt;">:Temet</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;">Polish: </span><span style=" font-size:8pt;">Jarek</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;">Serbian</span><span style=" font-size:8pt;">: Kunalagon Umuhanik <kunalagon@gmail.com></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;">Swedish:</span><span style=" font-size:8pt;"> dnylander</span></p>
+<p style="-qt-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; font-weight:600;">RetroShare Website Translators:</span></p>
+<p style="-qt-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; font-weight:600;"></p>
+<p style=" 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;"> <</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">></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> <<span style=" font-size:8pt;">trilarion@users.sourceforge.net</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-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:'Arial'; font-size:9pt; 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;"></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:9pt; 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-size:8pt;"></p></body></html>
+
+
+
+
+ License Agreement
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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>
+
+
+
+
+ HelpTextBrowser
+
+
+ Error opening help file:
+
+
+
+
+ Opening External Link
+
+
+
+
+ Unable to Open 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?
+
+
+
+
+ RetroShare was unable to open the selected link in your Web browser. You can still copy the URL and paste it into your browser.
+
+
+
+
+ InfoDialog
+
+
+ Info
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:9pt; font-weight:600;">RetroShare uses GPG keys, this is required for creating a RetroShare Profile.</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:9pt; font-weight:600;">You must exchange your gpg keys with you friends, by emailing it or any way you want.</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:9pt; font-weight:600;">When you recieve a friend's gpg key, add it within RS on the add friend wizard.</span></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;"></p>
+<p style=" 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;">1. On Linux you must install GPA :</span></p>
+<p style="-qt-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; font-weight:600;"></p>
+<p style=" 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:#0000ff;">sudo apt-get install gpa</span></p>
+<p style="-qt-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; color:#0000ff;"></p>
+<p style=" 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;">2. On Windows you must install gpg4win package for GPG Key creation:</span></p>
+<p style="-qt-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; font-weight:600;"></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://ftp.gpg4win.org/gpg4win-1.1.4.exe"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://ftp.gpg4win.org/gpg4win-1.1.4.exe</span></a></p>
+<p style="-qt-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; text-decoration: underline; color:#0000ff;"></p>
+<p style=" 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; color:#000000;">3. When want create your GPG key with GPA when it doesnt works then use WinPT for GPG Key creation:</span></p>
+<p style="-qt-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; color:#0000ff;"></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://winpt.gnupt.de/winpt.zip"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">http://winpt.gnupt.de/winpt.zip</span></a></p>
+<p style="-qt-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; text-decoration: underline; color:#0000ff;"></p>
+<p style="-qt-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; text-decoration: underline; color:#0000ff;"></p></body></html>
+
+
+
+
+ IntroPage
+
+
+ This wizard will help you to connect to your friend(s) to RetroShare network. There are three possible ways to do this:
+
+
+
+
+ &Use *.rsc files with certificates
+
+
+
+
+ &Make friend with selected friends of my friends
+
+
+
+
+ Add a new Friend
+
+
+
+
+ &Enter the certificate manually
+
+
+
+
+ InviteDialog
+
+ Done
+ ķė
+
+
+ Cancel
+ ģ·Øģ
+
+
+ Launch Email
+ ė°ģ¬ ķė²ķ ģ ģ ģ°ķø
+
+
+
+ LinksDialog
+
+
+ Share Link Anonymously
+
+
+
+
+ Vote on Link
+
+
+
+
+ Download
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+ From
+ ģģ
+
+
+
+ Show
+ ģ¼
+
+
+
+ Form
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; font-size:8pt;"><span style=" font-weight:600;">Links Cloud</span></p></body></html>
+
+
+
+
+ Title / Comment
+
+
+
+
+ Score
+
+
+
+
+ Peer / Link
+
+
+
+
+ Sort by
+
+
+
+
+ Combo
+
+
+
+
+ Time
+
+
+
+
+ Ranking
+
+
+
+
+ In last
+
+
+
+
+ Month
+
+
+
+
+ Week
+
+
+
+
+ Day
+
+
+
+
+ All Peers
+
+
+
+
+ Own Links
+
+
+
+
+ Top 100
+
+
+
+
+ 101-200
+
+
+
+
+ 201-300
+
+
+
+
+ 301-400
+
+
+
+
+ 401-500
+
+
+
+
+ Bottom 100
+
+
+
+
+ Link:
+
+
+
+
+ Add Anonymous Link
+
+
+
+
+ Add Link/Comment
+
+
+
+
+ Title:
+
+
+
+
+ Score:
+
+
+
+
+ +2 Great!
+
+
+
+
+ +1 Good
+
+
+
+
+ 0 Okay
+
+
+
+
+ -1 Sux
+
+
+
+
+ -2 Bad Link
+
+
+
+
+ Url:
+
+
+
+
+ LogDialog
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="ABOUT"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">About RetroShare </span><span style=" font-size:medium;"> </span></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+<p style=" 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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShare is a private peer to peer communication platform created by Dr. Bob.This program enables you to securely share files and chat with your friends (and no-one else!).</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information, and the latest release go to http://www.lunamutt.com.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="START"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Quick Start Guide to RetroShare </span><span style=" font-size:medium;"> </span></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+<p style=" 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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If this is your first time using Retroshare, it is recommended that you readthis guide for instructions on how to get started. The first step is:<a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">Connecting to Your Friends</span></a>. Once you have managed this you can <a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">Download Files</span></a> and<a href="#START-SHARE"><span style=" text-decoration: underline; color:#0000ff;">Share with Others</span></a></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some of the key concepts related to ensuring your sharing remains private aredescribed in the <a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">Frequently Asked Questions</span></a>. Some Key security questions are:<a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">What is a Web of Trust?</span></a>, <a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">Should I Sign this Certificate?</span></a>, and finally<a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">What does "Trust" Mean?</span></a>.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It is also worthwhile reading the <a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">GUI Overview</span></a>which describes the featureson available through the User Interface.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-CONNECT"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Connecting to your Friends </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">There are four steps to connecting to a Friend:</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Get Friend's Certificate </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Load Certificate </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Sign Certificate </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Connect to Friend.</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The instructions might initially appear long and daunting, however thesesteps are required to ensure that your sharing is private and secure.These steps are only required a couple of times, to add new friends, and become quite straight forward after the first time.</p>
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (1) EXCHANGE CERTIFICATES </span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Before you can connect, you need send your certificate to your friend, and get your friends certificate. Follow these steps to get your certificate:</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Go to the "Connect" Tab </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click on Your Certificate to Select it. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click on the "Export Friend" Button to bring up a file save dialog. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select directory to save the certificate to. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Enter desired filename. (with a file type of .pqi), and Click OK. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Email this File to your Friend. (It is recommended you put the certificate in a zip file before sending, as some email programs don't transmit the file correctly). </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Ask your friend to do the same. </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Once you have received your friend's certificate, removed it from the zip file and saved it to disk, you can proceed to step (2).</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Note: This exchange of certificates is only necessary to get you started.Once you are connected to some friends the exchange of certificates becomeautomated by the autoDiscovery system. See<a href="#GUI-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">GUI: Connecting</span></a> for more information.------------------------------------------------------------------------<br /><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (2) LOAD YOUR FRIEND'S CERTIFICATE </span></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Go to the "Connect" Tab </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click "Import Friend" </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select your friends certificate file, then click "Okay". Their certificate should appear in the top window of the "Connect" Tab.</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">------------------------------------------------------------------------<br /><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (3) SIGN CERTIFICATE </span></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select their Certificate by clicking on their name. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click "Configure Friend" Button. This will bring up a configuration window. which allows you to look at the details of the certificate. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click the "Sign Certificate" button near the bottom of the "Certificate Configuration" Window. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Now close the window by clicking on the "Done" button. </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Your Friends certificate should now say "Trusted (S)", indicating it is ready for connections.</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can only share with "Trusted" Peers. You must sign your Friend'scertificate to prove that you know the certificate belongs to your Friend. Do not sign any/all certificates - only the people youtrust. For more information see: <br /><a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Should I Sign this Certificate?</span></a>.<br /><a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What does "Trust" Mean?</span></a>.<br /><a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What is a Web of Trust?</span></a>. <br />------------------------------------------------------------------------<br /><br /> <br /></p>
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (4) AUTOCONNECT TO PEER </span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Finally You need to activate the connection: </p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click in the Box, next to your friends Name. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A Tick should appear in the box, a connection will be started. </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Offline" will change to "Online" when you have successfully connected.</li></ul>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Remember: Your initial connection attempts will fail, until your friend has signed your certificate and ticked the Auto-Connect Box.This ensures that both peers trust each other, and stops random peopleaccessing your files.<br /><a href="#FAQ-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Why won't it Connect?</span></a>. <br />------------------------------------------------------------------------<br /><br /><br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-DOWNLOAD"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Downloading Files </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once you have connected to friends, you can download their shared files.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can search for the files you want using either:</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) File Listing Tab: This gives you a directory view of the files being shared by your peers. Double clickon the directory name (not the arrow) to diplay its subdirectories and files.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 1: This can take up to 5 seconds to fetch the information for your peer.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 2: If the directory is empty, or the person is offline, then the request will silently fail.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) Search Tab: Retroshare also allows you to search your peers computers for filenames. Enter yourterm(s) in the search box at the top of the TAB and click the "Search" button. This willsearch all of the peers that you are currently connected to.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 3: If any matching files are found they will be displayed within 5 - 10 seconds.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once you have found the files you want, Select the file(s), and click "Download" to begin the download process.If you click over the "File Transfer" TAB, the status of the files will appear.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 4: The files can take up to 10 seconds to appear in the transfer window.</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-SHARING"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Sharing Files </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can specify which files you want to share in the "Config" Tab.In the "Share Directories" section, click the "Add Directory" Button, and select the directory you want to share.The files and subdirectories will become available for you peers.</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can remove a directory from the Shared Directories List by clicking onthe directory name in the list, and then clicking "Remove Directory".</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="GUI"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Gui Overview (Tab Description) </span><span style=" font-size:medium;"> </span></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The GUI is divided up into several sections which can be accessed by clicking on the Tabs along the top of the main window. </p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p>
+<ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Connect: Manage Connections and Friends. (<a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">getting started</span></a> and <a href="#GUI-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">more info</span></a>) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File Listing: A directory view of available files. (<a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">downloading</span></a>) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Search: Search for available files. (<a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">downloading</span></a>) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Messages: For Sending/Recving Message. (Coming Soon) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Channels: A broadcast/subscription system. (Coming Soon) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File Transfer: Listing of Current and completed Transfers. </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Config: Specify of share diectories and IP Addresses. (<a href="#GUI-CONFIG"><span style=" text-decoration: underline; color:#0000ff;">more info</span></a>) </li>
+<li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> About: Help and other Information. </li>
+<li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Chat: Accessed by the clicking on the "Chat" button.</li></ul>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="GUI-CONNECT"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">The Connect Tab </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Connect TAB consists of two windows. The upper windowshows a list of your friends. This window indicates each friendscurrent trust level, as well as their connection state.The "Trust_Lvl" Column indicates if the certificate has beenAuthenticated using the web of trust. You can only connect to "Trusted" certificates. Tick the "Auto_Connect" box to connect to your trusted friends.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The lower window provides a list of the friends of your friends.This window shows the neighbour's name and how long ago they attempted to connect to you. This window is automatically populatedby the autoDiscovery system, and should be used to expand yourretroShare network. A word of warning: Do not automatically trust (or sign) anyonethat appears in this window. First verify by some other means (email/phone)that certificate belongs to the person you think it does.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Use the "Neighbour List" window to expand your friend list. Select the desired entry in the lower window by clicking on it, then click the "Add to Friends" Button to move it to the upper window.Likewise the "Remove from Friends" button moved a person from the upper window to the lower window.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The "Configure Friend" Button opens a Certificate Configuration window.This window can be used to examine the certificate details, sign the certificate or manually change the peer's IP Address.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">See Also:<br /><a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">Getting Started: Connecting to your friends</span></a>.<br /><a href="#FAQ-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Why won't it Connect?</span></a>.<br /><a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Should I Sign this Certificate?</span></a>.<br /><a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What does "Trust" Mean?</span></a>.<br /><a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What is a Web of Trust?</span></a>. <br /></p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="GUI-CONFIG"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">The Config Tab </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Configuration Tab allows you to select the share directories, as well as the directory that downloaded files are saved to.<br />See <a href="#STARTUP-SHARING"><span style=" text-decoration: underline; color:#0000ff;">Sharing you Files</span></a> for details. </p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Config Tab also allows you to control the IP Address and Portused by RetroShare. Under most cirumstances you do not need to changethese setting. If you are behind a firewall and can setup a forwarded port, the selected IP Address and Port should be specified here.</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="FAQ"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Frequently Asked Questions </span><span style=" font-size:medium;"> </span></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-WEBOFTRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">How does the security/privacy work? </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShares uses a Web of Trust Authentication system to ensurethat your "friends" are your friends, and uses SSL to encryptthe communcications between peers. </p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-WEBOFTRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">What is a Web of Trust? </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A Web of Trust relies on a collection of peers to identify eachother. Look it up on the Web!</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-TRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">What does "Trust" Mean in RetroShare?</span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Anyone can generate a certificate, with any name on it. So howdo you know that the certificate that claims to be from "Joe Bloggs"is really from your mate Joe. This is the "AuthenticationProblem". RetroShare uses a Web of Trust to Authenticate your peers.</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-SIGN"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Should I Sign this Certificate? </span><span style=" font-size:small;"> </span></p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should only sign a certificate if you are completely surethat it comes from the "right" person. If you sign a certificateyou are "Authenticating" the person to yourself and others.If you sign certificates that you haven't checked, then you aredestroying your own privacy and security.</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">How do you verify a certificate? Use an alternative method ofcommunication to send the certificate: E.g. email or USB stick. This will improve you confidence that the certificate belongsto the correct person. </p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#cccccc">
+<p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><span style=" font-size:small;"> </span><a name="FAQ-CONNECT"></a><span style=" font-size:small;">W</span><span style=" font-size:small;">hy won't it Connect?</span><span style=" font-size:small;"> </span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p></td></tr></table>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A connection can fail for a number of reasons:</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) Failed Authentication. Have both peers signed each otherscertificates? </p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) Firewalls. If both peers are behind firewalls then they cannotconnect directly. RetroShare has a built in proxy system to circumventfirewalls - However this can only function if both peers can connect to a common third party that is not behind a firewall. Thisis the most likely reason for initial connections to fail. The only solution to find a common friend that isn't firewalled (know anyone with Broadband?)</p>
+<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(3) IP Addresses are wrong. You can manually examine and change these using the Certificate configuration.</p>
+<table border="0" width="100%" cellspacing="2" cellpadding="2">
+<tr>
+<td bgcolor="#aaaaaa">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td>
+<td bgcolor="#cccccc">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table>
+</body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="ABOUT"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">About RetroShare </span><span style=" font-size:medium;"> </span></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table><p style=" 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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ė ģøė¶ģ¬ķģ ģķ“ ģ¹ģ¬ģ“ķøė„¼ ė³“ģģģ¤: http://Retroshare.sf.net is a private peer to peer communication platform created by Dr. Bob.This program enables you to securely share files and chat with your friends (and no-one else!).</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information, and the latest release go to http://www.lunamutt.com.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="START"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Quick Start Guide to RetroShare </span><span style=" font-size:medium;"> </span></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table><p style=" 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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If this is your first time using Retroshare, it is recommended that you readthis guide for instructions on how to get started. The first step is:<a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">Connecting to Your Friends</span></a>. Once you have managed this you can <a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">Download Files</span></a> and<a href="#START-SHARE"><span style=" text-decoration: underline; color:#0000ff;">Share with Others</span></a></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some of the key concepts related to ensuring your sharing remains private aredescribed in the <a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">Frequently Asked Questions</span></a>. Some Key security questions are:<a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">What is a Web of Trust?</span></a>, <a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">Should I Sign this Certificate?</span></a>, and finally<a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">What does "Trust" Mean?</span></a>.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It is also worthwhile reading the <a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">GUI Overview</span></a>which describes the featureson available through the User Interface.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-CONNECT"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Connecting to your Friends </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">There are four steps to connecting to a Friend:</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Get Friend's Certificate </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Load Certificate </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Sign Certificate </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Connect to Friend.</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The instructions might initially appear long and daunting, however thesesteps are required to ensure that your sharing is private and secure.These steps are only required a couple of times, to add new friends, and become quite straight forward after the first time.</p><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (1) EXCHANGE CERTIFICATES </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Before you can connect, you need send your certificate to your friend, and get your friends certificate. Follow these steps to get your certificate:</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Go to the "Connect" Tab </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click on Your Certificate to Select it. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click on the "Export Friend" Button to bring up a file save dialog. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select directory to save the certificate to. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Enter desired filename. (with a file type of .pqi), and Click OK. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Email this File to your Friend. (It is recommended you put the certificate in a zip file before sending, as some email programs don't transmit the file correctly). </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Ask your friend to do the same. </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Once you have received your friend's certificate, removed it from the zip file and saved it to disk, you can proceed to step (2).</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Note: This exchange of certificates is only necessary to get you started.Once you are connected to some friends the exchange of certificates becomeautomated by the autoDiscovery system. See<a href="#GUI-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">GUI: Connecting</span></a> for more information.------------------------------------------------------------------------<br /><br /><br /></p><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (2) LOAD YOUR FRIEND'S CERTIFICATE </span></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Go to the "Connect" Tab </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click "Import Friend" </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select your friends certificate file, then click "Okay". Their certificate should appear in the top window of the "Connect" Tab.</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">------------------------------------------------------------------------<br /><br /><br /></p><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (3) SIGN CERTIFICATE </span></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Select their Certificate by clicking on their name. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click "Configure Friend" Button. This will bring up a configuration window. which allows you to look at the details of the certificate. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click the "Sign Certificate" button near the bottom of the "Certificate Configuration" Window. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Now close the window by clicking on the "Done" button. </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Your Friends certificate should now say "Trusted (S)", indicating it is ready for connections.</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can only share with "Trusted" Peers. You must sign your Friend'scertificate to prove that you know the certificate belongs to your Friend. Do not sign any/all certificates - only the people youtrust. For more information see: <br /><a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Should I Sign this Certificate?</span></a>.<br /><a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What does "Trust" Mean?</span></a>.<br /><a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What is a Web of Trust?</span></a>. <br />------------------------------------------------------------------------<br /><br /> <br /></p><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600;"><span style=" font-size:small;"> (4) AUTOCONNECT TO PEER </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Finally You need to activate the connection: </p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Click in the Box, next to your friends Name. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A Tick should appear in the box, a connection will be started. </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The "Offline" will change to "Online" when you have successfully connected.</li></ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Remember: Your initial connection attempts will fail, until your friend has signed your certificate and ticked the Auto-Connect Box.This ensures that both peers trust each other, and stops random peopleaccessing your files.<br /><a href="#FAQ-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Why won't it Connect?</span></a>. <br />------------------------------------------------------------------------<br /><br /><br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-DOWNLOAD"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Downloading Files </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once you have connected to friends, you can download their shared files.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can search for the files you want using either:</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) File Listing Tab: This gives you a directory view of the files being shared by your peers. Double clickon the directory name (not the arrow) to diplay its subdirectories and files.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 1: This can take up to 5 seconds to fetch the information for your peer.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 2: If the directory is empty, or the person is offline, then the request will silently fail.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) Search Tab: Retroshare also allows you to search your peers computers for filenames. Enter yourterm(s) in the search box at the top of the TAB and click the "Search" button. This willsearch all of the peers that you are currently connected to.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 3: If any matching files are found they will be displayed within 5 - 10 seconds.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once you have found the files you want, Select the file(s), and click "Download" to begin the download process.If you click over the "File Transfer" TAB, the status of the files will appear.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">NOTE 4: The files can take up to 10 seconds to appear in the transfer window.</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="START-SHARING"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Sharing Files </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can specify which files you want to share in the "Config" Tab.In the "Share Directories" section, click the "Add Directory" Button, and select the directory you want to share.The files and subdirectories will become available for you peers.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can remove a directory from the Shared Directories List by clicking onthe directory name in the list, and then clicking "Remove Directory".</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="GUI"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Gui Overview (Tab Description) </span><span style=" font-size:medium;"> </span></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The GUI is divided up into several sections which can be accessed by clicking on the Tabs along the top of the main window. </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /><br /></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;"> </p><ul style="-qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Connect: Manage Connections and Friends. (<a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">getting started</span></a> and <a href="#GUI-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">more info</span></a>) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File Listing: A directory view of available files. (<a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">downloading</span></a>) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Search: Search for available files. (<a href="#START-DOWNLOAD"><span style=" text-decoration: underline; color:#0000ff;">downloading</span></a>) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Messages: For Sending/Recving Message. (Coming Soon) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Channels: A broadcast/subscription system. (Coming Soon) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> File Transfer: Listing of Current and completed Transfers. </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Config: Specify of share diectories and IP Addresses. (<a href="#GUI-CONFIG"><span style=" text-decoration: underline; color:#0000ff;">more info</span></a>) </li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> About: Help and other Information. </li><li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Chat: Accessed by the clicking on the "Chat" button.</li></ul><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="GUI-CONNECT"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">The Connect Tab </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Connect TAB consists of two windows. The upper windowshows a list of your friends. This window indicates each friendscurrent trust level, as well as their connection state.The "Trust_Lvl" Column indicates if the certificate has beenAuthenticated using the web of trust. You can only connect to "Trusted" certificates. Tick the "Auto_Connect" box to connect to your trusted friends.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The lower window provides a list of the friends of your friends.This window shows the neighbour's name and how long ago they attempted to connect to you. This window is automatically populatedby the autoDiscovery system, and should be used to expand yourretroShare network. A word of warning: Do not automatically trust (or sign) anyonethat appears in this window. First verify by some other means (email/phone)that certificate belongs to the person you think it does.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Use the "Neighbour List" window to expand your friend list. Select the desired entry in the lower window by clicking on it, then click the "Add to Friends" Button to move it to the upper window.Likewise the "Remove from Friends" button moved a person from the upper window to the lower window.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The "Configure Friend" Button opens a Certificate Configuration window.This window can be used to examine the certificate details, sign the certificate or manually change the peer's IP Address.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">See Also:<br /><a href="#START-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">Getting Started: Connecting to your friends</span></a>.<br /><a href="#FAQ-CONNECT"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Why won't it Connect?</span></a>.<br /><a href="#FAQ-SIGN"><span style=" text-decoration: underline; color:#0000ff;">FAQ: Should I Sign this Certificate?</span></a>.<br /><a href="#FAQ-TRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What does "Trust" Mean?</span></a>.<br /><a href="#FAQ-WEBOFTRUST"><span style=" text-decoration: underline; color:#0000ff;">FAQ: What is a Web of Trust?</span></a>. <br /></p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="GUI-CONFIG"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">The Config Tab </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Configuration Tab allows you to select the share directories, as well as the directory that downloaded files are saved to.<br />See <a href="#STARTUP-SHARING"><span style=" text-decoration: underline; color:#0000ff;">Sharing you Files</span></a> for details. </p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Config Tab also allows you to control the IP Address and Portused by RetroShare. Under most cirumstances you do not need to changethese setting. If you are behind a firewall and can setup a forwarded port, the selected IP Address and Port should be specified here.</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:medium; font-weight:600; background-color:#aaaaaa;"><a name="FAQ"></a><span style=" font-size:medium;"> </span><span style=" font-size:medium;">Frequently Asked Questions </span><span style=" font-size:medium;"> </span></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-WEBOFTRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">How does the security/privacy work? </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShares uses a Web of Trust Authentication system to ensurethat your "friends" are your friends, and uses SSL to encryptthe communcications between peers. </p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-WEBOFTRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">What is a Web of Trust? </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A Web of Trust relies on a collection of peers to identify eachother. Look it up on the Web!</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-TRUST"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">What does "Trust" Mean in RetroShare?</span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Anyone can generate a certificate, with any name on it. So howdo you know that the certificate that claims to be from "Joe Bloggs"is really from your mate Joe. This is the "AuthenticationProblem". RetroShare uses a Web of Trust to Authenticate your peers.</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><a name="FAQ-SIGN"></a><span style=" font-size:small;"> </span><span style=" font-size:small;">Should I Sign this Certificate? </span><span style=" font-size:small;"> </span></p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should only sign a certificate if you are completely surethat it comes from the "right" person. If you sign a certificateyou are "Authenticating" the person to yourself and others.If you sign certificates that you haven't checked, then you aredestroying your own privacy and security.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">How do you verify a certificate? Use an alternative method ofcommunication to send the certificate: E.g. email or USB stick. This will improve you confidence that the certificate belongsto the correct person. </p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#cccccc"><p style=" margin-top:12px; margin-bottom:4px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:small; font-weight:600; background-color:#cccccc;"><span style=" font-size:small;"> </span><a name="FAQ-CONNECT"></a><span style=" font-size:small;">W</span><span style=" font-size:small;">hy won't it Connect?</span><span style=" font-size:small;"> </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p></td></tr></table><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A connection can fail for a number of reasons:</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(1) Failed Authentication. Have both peers signed each otherscertificates? </p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) Firewalls. If both peers are behind firewalls then they cannotconnect directly. RetroShare has a built in proxy system to circumventfirewalls - However this can only function if both peers can connect to a common third party that is not behind a firewall. Thisis the most likely reason for initial connections to fail. The only solution to find a common friend that isn't firewalled (know anyone with Broadband?)</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(3) IP Addresses are wrong. You can manually examine and change these using the Certificate configuration.</p><table border="0" width="100%" cellspacing="2" cellpadding="2"><tr><td bgcolor="#aaaaaa"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#aaaaaa;">Quick Links: </p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#ABOUT"><span style=" text-decoration: underline; color:#0000ff;">About</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#START"><span style=" text-decoration: underline; color:#0000ff;">Getting Started</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#GUI"><span style=" text-decoration: underline; color:#0000ff;">Gui Basics</span></a></p></td><td bgcolor="#cccccc"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#cccccc;"><a href="#FAQ"><span style=" text-decoration: underline; color:#0000ff;">FAQ</span></a></p></td></tr></table></body></html>
+
+
+
+ MainWindow
+
+
+ Network
+ ė¤ķøģķ¬
+
+
+
+ Friends
+ ė©ģģ§ ė¹ģ ģ ģ¹źµ¬
+
+
+
+ Transfers
+ ķģ¼-ģ ģ”
+
+
+
+ Messages
+ ģ ģ ģ°ķø ė©ģģ§
+
+
+
+ Channels
+ ģė”
+
+
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
+ Internal Error
+
+
+
+
+
+ Options
+ ģ ķź¶
+
+
+
+ Hide
+ ģģ ģ²
+
+
+
+ Show
+ ģ¼
+
+
+
+
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+ Invite Friend
+ ģ¹źµ¬ė„¼ ģ“ėķģģģ¤
+
+
+
+ MainWindow
+
+
+
+
+ toolBar
+
+
+
+
+ Add Friend
+ ģ¹źµ¬ė„¼ ģ¶ź°ķģģģ¤
+
+
+
+ Add a Friend Wizard
+
+
+
+
+ Add Share
+ ėŖ«ģ ģ¶ź°ķģģģ¤
+
+
+
+
+ Quick Start Wizard
+
+
+
+
+ Search
+ ģģ
+
+
+
+ Files
+ ķģ¼
+
+
+ Add Shared Directory
+ ź³µģ ėė ķ ė¦¬ė„¼ ģ¶ź°ķģģģ¤
+
+
+
+ Show/Hide
+
+
+
+
+ &Quit
+
+
+
+
+ Bandwidth Graph
+
+
+
+
+ Open Messenger
+
+
+
+
+ Minimize
+
+
+
+
+ Maximize
+
+
+
+
+ Links Cloud
+
+
+
+
+ Unfinished
+
+
+
+
+ Help
+ ėģ
+
+
+
+ About
+ ģ ź“ķģ¬
+
+
+
+ News Feed
+
+
+
+
+ Forums
+
+
+
+
+ Open Messages
+
+
+
+
+ Applications
+
+
+
+ Settings
+ ģ”°ģ
+
+
+
+ RetroShare %1 a secure decentralised commmunication platform
+
+
+
+
+ Plugins
+
+
+
+
+ Really quit ?
+
+
+
+
+ Do you really want to exit RetroShare ?
+
+
+
+
+ toolBar_2
+
+
+
+
+ Quit
+
+
+
+
+ SMPlayer
+
+
+
+
+ Messenger
+
+
+
+
+ MessageToaster
+
+ message
+ ė©ģģ§
+
+
+ New Message
+ ģė”ģ“ ė©ģģ§
+
+
+
+ Play video
+
+
+
+
+ Play button
+
+
+
+
+ Play the downloaded video
+
+
+
+
+ <b>1 new Message from</b>
+
+
+
+
+ Close
+ ė§ģ§ė§
+
+
+
+ Close button
+
+
+
+
+ Close the information dialog
+
+
+
+
+ MessagesDialog
+
+
+ New Message
+ ģė”ģ“ ė©ģģ§
+
+
+
+ Reply to Message
+ ė©ģģ§ģ ėėµ
+
+
+
+ Remove Message
+ ė©ģģ§ė„¼ ģ ź±°ķģģģ¤
+
+
+
+
+ Date
+ ė ģ§
+
+
+
+
+ From
+ ģģ
+
+
+
+ Size
+ ķ¬źø°
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Recommended Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ģ¶ģ²ė ķģ¼</span></p></body></html>
+
+
+
+ Reply
+
+
+
+
+ Reply all
+
+
+
+
+ Foward
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">remove selected message</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ ģ ķ ė©ģģ§ė„¼ ģ ź±°ķģģģ¤ </p></body></html>
+
+
+
+ Delete
+
+
+
+
+ Compose
+ źµ¬ģ±ķģģģ¤
+
+
+
+ Display
+
+
+
+
+ Reset
+ ė¦¬ģ
+
+
+
+ Attachments
+
+
+
+
+
+
+ Inbox
+ ė¤ģ“ģ¤ė ģ ģ ģ°ķø
+
+
+
+
+
+ Outbox
+ ėź°ė ģ ģ ģ°ķø
+
+
+
+
+
+ Draft
+ ģ“ģ
+
+
+
+ Sent
+ ė³“ė“ģ§ ģ ģ ģ°ķø
+
+
+
+
+ Print...
+
+
+
+
+ Print Preview
+
+
+
+
+
+ Buttons Icon Only
+
+
+
+
+ Buttons Text Beside Icon
+
+
+
+
+ Buttons with Text
+
+
+
+
+ Buttons Text Under Icon
+
+
+
+
+ Set Text Under Icon
+
+
+
+
+ Save As...
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reply to selected message</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ ģ ė ė©ģģ§ģ ėėµ</p></body></html>
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New Message</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģė”ģ“ ė©ģģ§</p></body></html>
+
+
+ Download All
+ ėŖØėė„¼ ė¤ģ“ė”ėķģģģ¤
+
+
+
+ Print Document
+
+
+
+
+ Sources
+ ź·¼ģ
+
+
+
+ #
+
+
+
+
+ SRCID
+
+
+
+
+ MSGID
+
+
+
+
+ Forward selected Message
+
+
+
+
+ Remove Messages
+
+
+
+
+ Forward Message
+
+
+
+
+ Download
+
+
+
+
+
+ Re:
+
+
+
+
+
+
+ Compose:
+
+
+
+
+ Fwd:
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+ Save as...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+
+ Reply to All
+
+
+
+
+
+ Subject
+
+
+
+
+ Subject:
+
+
+
+
+ From:
+
+
+
+
+ Date:
+
+
+
+
+ To:
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Download all Recommended Files</p></body></html>
+
+
+
+
+ File Name
+
+
+
+
+ Hash
+
+
+
+
+ Print
+
+
+
+
+ MessagesPopupDialog
+
+ New Message
+ ģė”ģ“ ė©ģģ§
+
+
+ Reply to Message
+ ė©ģģ§ģ ėėµ
+
+
+ Remove Message
+ ė©ģģ§ė„¼ ģ ź±°ķģģģ¤
+
+
+
+ Messages
+ ģ ģ ģ°ķø ė©ģģ§
+
+
+ Inbox
+ ė¤ģ“ģ¤ė ģ ģ ģ°ķø
+
+
+ Outbox
+ ėź°ė ģ ģ ģ°ķø
+
+
+ Draft
+ ģ“ģ
+
+
+ Sent
+ ė³“ė“ģ§ ģ ģ ģ°ķø
+
+
+ Date
+ ė ģ§
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Recommended Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ģ¶ģ²ė ķģ¼</span></p></body></html>
+
+
+ Sources
+ ź·¼ģ
+
+
+
+ Compose
+ źµ¬ģ±ķģģģ¤
+
+
+
+ Remove
+ ģ ź±°ķģģģ¤
+
+
+
+ Reply
+
+
+
+
+ Forward
+
+
+
+
+
+ Print
+
+
+
+
+ PrintPreview
+
+
+
+
+ MessengerDirModel
+
+ Rank
+ ź³źø
+
+
+
+ MessengerWindow
+
+
+ Expand all
+
+
+
+
+ Collapse all
+
+
+
+
+ Chat
+ ź·øė£¹ ģ”ė“
+
+
+
+ Message Friend
+
+
+
+
+ Connect To Friend
+ ģ¹źµ¬ģ ģ°ź²°ķģģģ¤
+
+
+
+ Peer Details
+ ėė£ ģøė¶ģ¬ķ
+
+
+
+ Export Friend
+ ģģ¶ ģ¹źµ¬
+
+
+
+ Deny Friend
+
+
+
+
+ Remove Friend Location
+
+
+
+
+ <strong>GPG Key</strong>
+
+
+
+
+ <strong>RetroShare instance</strong>
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ location :
+
+
+
+
+
+
+
+
+
+
+
+ Available
+
+
+
+
+ Offline
+
+
+
+
+ Save Certificate
+ ģ¦ėŖ
ģė„¼ ģ ģ„ķģģģ¤
+
+
+
+ Certificates (*.pqi)
+ ģ¦ėŖ
ģ (*.pqi)
+
+
+
+ Friend Not Online
+
+
+
+
+ Your Friend is offline
+Do you want to send them a Message instead
+
+
+
+
+ View
+
+
+
+ Remove Friend
+ ģ¹źµ¬ė„¼ ģ ź±°ķģģģ¤
+
+
+
+ RetroShare Messenger
+
+
+
+
+ Click to Change your Avatar
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Change your Status and your display</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">picture here.</p></body></html>
+
+
+
+
+
+ Online
+
+
+
+
+ Busy
+
+
+
+
+ Change your Personal Status here...
+
+
+
+
+ TextLabel
+
+
+
+
+
+ Sort Descending Order
+
+
+
+
+
+ Sort Ascending Order
+
+
+
+
+ Set root is Decorated
+
+
+
+
+ Set Root Decorated
+
+
+
+
+ Set Root is not Decorated
+
+
+
+
+ Hide Offline Friends
+
+
+
+
+ Away
+
+
+
+
+ Apear Offline
+
+
+
+
+ Share Files for your Friends
+
+
+
+
+ ...
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Add a Friend</p></body></html>
+
+
+
+
+ MsgFeed
+
+
+ Inbox
+ ė¤ģ“ģ¤ė ģ ģ ģ°ķø
+
+
+
+ Outbox
+ ėź°ė ģ ģ ģ°ķø
+
+
+
+ Sent
+ ė³“ė“ģ§ ģ ģ ģ°ķø
+
+
+
+ Date
+ ė ģ§
+
+
+
+ Form
+
+
+
+
+ Msgs In:
+
+
+
+
+ Drafts
+
+
+
+
+ From:
+
+
+
+
+ All
+
+
+
+
+ Sort By:
+
+
+
+
+ Subject
+
+
+
+
+ Received
+
+
+
+
+ New Msg
+
+
+
+
+ MsgItem
+
+
+ Reply to Message
+ ė©ģģ§ģ ėėµ
+
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+ Connected
+
+
+
+
+ Expand
+
+
+
+
+ subjectLabel
+
+
+
+
+ Delete Message
+
+
+
+
+ Play Media
+
+
+
+
+ Long
+ message here
+
+
+
+
+ MyChannelsDialog
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Messages</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ė©ģģ§</span></p></body></html>
+
+
+ Date
+ ė ģ§
+
+
+ Rank
+ ź³źø
+
+
+ From
+ ģģ
+
+
+ Title
+ ģ ėŖ©
+
+
+ Count
+ ģ”°ģ¬
+
+
+ Size
+ ķ¬źø°
+
+
+ Type
+ ģ ķ
+
+
+ Rs[Cert/Chan]IdSize
+ Rs[Cert/Chan]ID ķ¬źø°
+
+
+ RsMsgId
+ ė©ģģ§ ģ ė¶ ģ¦ėŖ
ė²ķø
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Message Text</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ė©ģģ§ ķ
ģ¤ķø</span></p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Recommended Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ģ¶ģ²ė ķģ¼</span></p></body></html>
+
+
+ Delete Channel
+ ź°ģ ģ±ė
+
+
+
+ MySubscriptionsDialog
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Messages</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ė©ģģ§</span></p></body></html>
+
+
+ Date
+ ė ģ§
+
+
+ Rank
+ ź³źø
+
+
+ From
+ ģģ
+
+
+ Title
+ ģ ėŖ©
+
+
+ Count
+ ģ”°ģ¬
+
+
+ Size
+ ķ¬źø°
+
+
+ Type
+ ģ ķ
+
+
+ Rs[Cert/Chan]IdSize
+ Rs[Cert/Chan]ID ķ¬źø°
+
+
+ RsMsgId
+ ė©ģģ§ ģ ė¶ ģ¦ėŖ
ė²ķø
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Message Text</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ė©ģģ§ ķ
ģ¤ķø</span></p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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; font-weight:600;">Recommended Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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; font-weight:600;">ģ¶ģ²ė ķģ¼</span></p></body></html>
+
+
+
+ NATStatus
+
+
+ <strong>NAT:</strong>
+
+
+
+
+ Internet connection
+
+
+
+
+ No internet connection
+
+
+
+
+ No local network
+
+
+
+
+ OK | RetroShare Server
+
+
+
+
+ NetworkDialog
+
+ Load Certificate
+ ģ§ ģ¦ėŖ
ģ
+
+
+
+
+ Select a pem/pqi File
+ ķģ¼ģ ģ ģ ķģģģ¤ PEM/PQI
+
+
+
+
+ File Not Found
+ ģ°¾ģė“ģ§ ģė ķģ¼
+
+
+
+
+ %1 does not exist. Would you like to create it?
+ %1 ģ”“ģ¬ķģ§ ģėė¤.ė¹ģ ģ ź·øź²ģ ģ°½ģ”°ķź³ ģ¶ģź° ķź³ ģ ķėź°?
+
+
+
+
+ Failed to Create File
+ ķģ¼ģ ģ°½ģ”°ķģ§ ėŖ»ķė.
+
+
+
+
+ Unable to create %1 [%2]
+ ģ°½ģ”°ķ ģ ģģµėė¤ %1 [%2]
+
+
+
+ Has authenticated me
+
+
+
+
+ has authenticated you.
+Right-click and select 'make friend' to be able to connect.
+
+
+
+
+ Select Certificate
+ ģ¦ėŖ
ģė„¼ ģ ģ ķģģģ¤
+
+
+
+ Certificates (*.pqi *.pem)
+ ģ¦ėŖ
ģ (*.pqi *.pem)
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Network:</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ė¤ķøģķ¬:</span></p></body></html>
+
+
+ Accept
+ ģė½
+
+
+ Trust
+ ģ ė§
+
+
+ Last Contact
+ Last Contact
+
+
+
+
+ Name
+ ģ“ė¦
+
+
+ Peer Address
+ ėė£ ģ£¼ģ
+
+
+ Organisation
+ ģ”°ģ§
+
+
+ Location
+ ģģ¹
+
+
+ Country
+ źµź°
+
+
+
+
+ Cert Id
+ ģ¦ėŖ
ģ ID
+
+
+
+ Welcome to RetroShare.
+
+
+
+
+ Network
+ ė¤ķøģķ¬
+
+
+
+ Trust matrix
+
+
+
+
+ RetroShare %1 started.
+
+
+
+
+ Menu
+
+
+
+
+ Deny friend
+
+
+
+
+ Make friend
+
+
+
+
+ Delete certificate
+
+
+
+
+ Export my Cert
+
+
+
+
+ Peer details...
+
+
+
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
+ Unknown
+
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Certificate file successfully created
+
+
+
+
+ Sorry, certificate file creation failed
+
+
+
+
+ UPNP is active.
+
+
+
+
+ UPNP NOT FOUND.
+
+
+
+
+ DHT OK.
+
+
+
+
+ Stun external address detection is working.
+
+
+
+
+ Stun is not working.
+
+
+
+
+ Local network detected
+
+
+
+
+ No local network detected
+
+
+
+
+ ip found via external address finder
+
+
+
+
+ external address finder didn't found anything
+
+
+
+
+ DHT is not working (down).
+
+
+
+
+ Form
+
+
+
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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;">
+<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;">Display</span></p></body></html>
+
+
+
+
+ Log
+
+
+
+
+ Network Status
+
+
+
+
+ Local network
+
+
+
+
+ UPnP
+
+
+
+
+
+ Did peer authenticated me
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;"><span style=" font-weight:600;">Network:</span></p></body></html>
+
+
+
+
+ Show keys that are not validated by the GPG web of trust
+
+
+
+
+ External ip address finder
+
+
+
+
+ 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
+
+
+
+
+ NetworkPage
+
+ Rate Options
+ ģė ģ ķź¶
+
+
+ Max Total Data Rate (KB/S):
+ ė¹ģ ģ ģµė ģ¬ė ¤ģ£¼źø° ģė (KB/S):
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Rate per Person (KB/S):</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ¬ėė§ė¤ ģė (KB/S):</p></body></html>
+
+
+
+ NetworkView
+
+
+ Hide Settings
+ ģģ ģ² ģ”°ģ
+
+
+
+ Show Settings
+
+
+
+
+ Settings
+ ģ”°ģ
+
+
+
+ Form
+
+
+
+
+ background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
+ stop:0 lightgray, stop:1 darkgray);
+
+
+
+
+
+
+
+
+ Refresh
+
+
+
+
+ Show Friends of Friends
+
+
+
+
+ Connect Signature
+
+
+
+
+ Draw Friend Connections
+
+
+
+
+ NewsFeed
+
+
+ Form
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;"><img src=":/images/konqsidebar_news16.png" /></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:9pt; font-weight:600;">News Feed</span></p></body></html>
+
+
+
+
+ NotifyDialog
+
+ Channels
+ ģė”
+
+
+ Messages
+ ģ ģ ģ°ķø ė©ģģ§
+
+
+ New Message
+ ģė”ģ“ ė©ģģ§
+
+
+
+ NotifyPage
+
+
+ News Feed
+
+
+
+
+ Peers
+
+
+
+
+ Channels
+ ģė”
+
+
+
+ Forums
+
+
+
+
+ Chat
+
+
+
+
+ Blogs
+
+
+
+
+ Messages
+ ģ ģ ģ°ķø ė©ģģ§
+
+
+
+ Downloads
+
+
+
+
+ Toasters
+
+
+
+
+ Peer Connect
+
+
+
+
+ New Message
+ ģė”ģ“ ė©ģģ§
+
+
+
+ Private Chat
+
+
+
+
+ Open Window for new Peer Chat
+
+
+
+
+ Reopen if closed by user:
+
+
+
+
+ Grab Focus when chat arrives
+
+
+
+
+ Group chat
+
+
+
+
+ Display systray message
+
+
+
+
+ NotifyQt
+
+
+ GPG key passphrase
+
+
+
+
+ Please enter the password to unlock the following GPG key:
+
+
+
+
+
+ OnlineToaster
+
+
+ Peer Online
+
+
+
+
+ OptionsDlg
+
+ Cancel
+ ģ·Øģ
+
+
+
+ PeerItem
+
+
+ Make Friend
+ ģ¹źµ¬ė„¼ ģ¬ź·ģģģ¤
+
+
+
+ Remove Friend
+ ģ¹źµ¬ė„¼ ģ ź±°ķģģģ¤
+
+
+
+ Chat
+ ź·øė£¹ ģ”ė“
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Peer Id:</span></p></body></html>
+
+
+
+
+ Organisation
+ ģ”°ģ§
+
+
+
+ Location
+ ģģ¹
+
+
+
+ Country
+ źµź°
+
+
+
+ Form
+
+
+
+
+ Remove Item
+
+
+
+
+
+ Connected
+
+
+
+
+ Expand
+
+
+
+
+ Status:
+
+
+
+
+ Trust:
+
+
+
+
+ Good
+
+
+
+
+ Send Mail
+
+
+
+
+ Name:
+
+
+
+
+
+
+
+
+
+
+
+ TextLabel
+
+
+
+
+ IP Address
+
+
+
+
+ Connection Method
+
+
+
+
+ Last Contact:
+
+
+
+
+ PeerStatus
+
+
+ Online: 0 | Friends: 0 | Network: 0
+
+
+
+
+ Online:
+
+
+
+
+ Friends:
+
+
+
+
+ Network:
+
+
+
+
+ PeersDialog
+
+
+ Chat
+ ģ”ė“
+
+
+
+ Export Friend
+ ģģ¶ ģ¹źµ¬
+
+
+ Remove Friend
+ ģ¹źµ¬ė„¼ ģ ź±°ķģģģ¤
+
+
+
+ Save Certificate
+ ģ¦ėŖ
ģė„¼ ģ ģ„ķģģģ¤
+
+
+
+ Certificates (*.pqi)
+ ģ¦ėŖ
ģ (*.pqi)
+
+
+
+ Status
+ ģķ
+
+
+
+ Person
+ ģ¬ė
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Friends</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ģ¹źµ¬ </span></p></body></html>
+
+
+
+ Connect To Friend
+ ģ¹źµ¬ģ ģ°ź²°ķģģģ¤
+
+
+
+ Welcome to RetroShare's group chat.
+
+
+
+
+ Profile
+
+
+
+
+ Expand all
+
+
+
+
+ Collapse all
+
+
+
+
+ Message Friend
+
+
+
+
+ Peer Details
+ ėė£ ģøė¶ģ¬ķ
+
+
+
+ Deny Friend
+
+
+
+
+ Remove Friend Location
+
+
+
+
+ <strong>GPG Key</strong>
+
+
+
+
+ <strong>RetroShare instance</strong>
+
+
+
+
+
+
+
+ location :
+
+
+
+
+ Online
+
+
+
+
+ Available
+
+
+
+
+ Offline
+
+
+
+
+ Friend Not Online
+
+
+
+
+ Your Friend is offline
+Do you want to send them a Message instead
+
+
+
+
+ Create a new Channel
+
+
+
+
+ New Channel
+
+
+
+
+ Add Extra File
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+
+ Drop file error.
+
+
+
+
+ File not found or file name not accepted.
+
+
+
+
+ Directory can't be dropped, only files are accepted.
+
+
+
+
+ (me)
+
+
+
+
+
+ -
+
+
+
+
+ Send
+ ė³“ė“ģģģ¤
+
+
+
+ Profile View
+
+
+
+
+ Italic
+
+
+
+
+ Underline
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;"><span style=" font-weight:600;">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:'Arial'; 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;"><span style=" font-weight:600;">ģ¹źµ¬ė¤</span></p></body></html>
+
+
+
+ Add
+
+
+
+
+ hide unconnected
+
+
+
+
+ Add or Change your Avatar
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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: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:14pt; color:#00aa00;">nickname (me)</span></p></body></html>
+
+
+
+
+ Edit Personal message
+
+
+
+
+ Live Chat
+
+
+
+
+ Bold
+
+
+
+
+ Create New Forum
+
+
+
+
+ Create new Forum
+
+
+
+
+ F
+
+
+
+
+ Create New Channel
+
+
+
+
+ Create new Channel
+
+
+
+
+ C
+
+
+
+
+ Add your Avatar Picture
+
+
+
+
+ A
+
+
+
+
+ Set your Personal Message
+
+
+
+
+ Edit your status Message
+
+
+
+
+
+ Disable Emoticons
+
+
+
+
+ Add Friend
+ ģ¹źµ¬ė„¼ ģ¶ź°ķģģģ¤
+
+
+
+ Create new Profile
+
+
+
+
+ Font
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;">set Text Color</span></p></body></html>
+
+
+
+
+ Attach File
+
+
+
+
+ Clear Chat History
+
+
+
+
+ PeersFeed
+
+
+ Save Certificate
+ ģ¦ėŖ
ģė„¼ ģ ģ„ķģģģ¤
+
+
+
+ Certificates (*.pqi)
+ ģ¦ėŖ
ģ (*.pqi)
+
+
+
+ Friends
+ ė©ģģ§ ė¹ģ ģ ģ¹źµ¬
+
+
+
+ Form
+
+
+
+
+ Show:
+
+
+
+
+ Online Friends
+
+
+
+
+ Friends of Friends.
+
+
+
+
+ All Peers
+
+
+
+
+ PhotoDialog
+
+
+ Insert Show Lists
+
+
+
+
+ Remove
+ ģ ź±°ķģģģ¤
+
+
+
+
+ Date
+ ė ģ§
+
+
+
+
+ Location
+ ģģ¹
+
+
+
+ Size
+ ķ¬źø°
+
+
+
+ Form
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; font-weight:600;">Photo View</span></p></body></html>
+
+
+
+
+ Peer
+
+
+
+
+ Slideshow
+
+
+
+
+ Photo
+
+
+
+
+ Thumb Image
+
+
+
+
+ Image Name
+
+
+
+
+
+ Comment
+
+
+
+
+ PeerId
+
+
+
+
+ PhotoId
+
+
+
+
+
+ Add Photo(s)
+
+
+
+
+ Add Photo SlideShow
+
+
+
+
+ Update Details
+
+
+
+
+ Photo
+
+
+
+
+ Description
+
+
+
+
+ PhotoShow
+
+
+ Form
+
+
+
+
+ Date:
+
+
+
+
+ Location:
+
+
+
+
+ Comment:
+
+
+
+
+ Display Size:
+
+
+
+
+ 320 x 320
+
+
+
+
+ 640 x 640
+
+
+
+
+ Full Size
+
+
+
+
+ Play Rate:
+
+
+
+
+ 1 Sec
+
+
+
+
+ 2 Sec
+
+
+
+
+ 5 Sec
+
+
+
+
+ 10 Sec
+
+
+
+
+ 20 Sec
+
+
+
+
+ 1 Min
+
+
+
+
+ Edit Photo Details
+
+
+
+
+ Save Photo
+
+
+
+
+ No Photo Selected
+
+
+
+
+ Start
+
+
+
+
+ Back
+
+
+
+
+ Play
+
+
+
+
+ Pause
+
+
+
+
+ Forward
+
+
+
+
+ PluginFrame
+
+
+ Remove
+ ģ ź±°ķģģģ¤
+
+
+
+ PluginManagerWidget
+
+
+ Install New Plugin...
+
+
+
+
+ Open Plugin to install
+
+
+
+
+ Plugins (*.so *.dll)
+
+
+
+
+ PopupChatDialog
+
+
+ Hide Avatar
+
+
+
+
+ :images/hide_toolbox_frame.png
+
+
+
+
+ Show Avatar
+
+
+
+
+ :images/show_toolbox_frame.png
+
+
+
+
+ Open Style
+
+
+
+
+ Styles (*.htm)
+
+
+
+
+ Send
+ ė³“ė“ģģģ¤
+
+
+
+ RetroShare - Encrypted Chat
+
+
+
+
+ MainWindow
+
+
+
+
+
+ QLabel{
+border-image: url(:/images/mystatus_bg.png);
+
+}
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;">Set Chat Window Style</p></body></html>
+
+
+
+
+
+ Bold
+
+
+
+
+
+ Underline
+
+
+
+
+
+ Italic
+
+
+
+
+ Set Font
+
+
+
+
+ Text Color
+
+
+
+
+ toolBar
+
+
+
+
+ Strike
+
+
+
+
+ Avatar
+
+
+
+
+ Set your Avatar Picture
+
+
+
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
+ Chatting with
+
+
+
+
+ Add Extra File
+
+
+
+
+ File Request Confirmation
+
+
+
+
+ The file has been added to your download list.
+
+
+
+
+ File Request canceled
+
+
+
+
+ The file has not been added to your download list, because you already have it, or you're already downloading it.
+
+
+
+
+ File Request Error
+
+
+
+
+ The file link is malformed.
+
+
+
+
+
+ Drop file error.
+
+
+
+
+ File not found or file name not accepted.
+
+
+
+
+ Directory can't be dropped, only files are accepted.
+
+
+
+
+ Add a File for your Friend
+
+
+
+
+ PreferencesWindow
+
+ Directories
+ ģ ķė²ķøė¶
+
+
+ Error Saving Configuration
+ ź³¼ģ¤ ģ ģ¶ ģ¤ź³½
+
+
+ General
+ ģ¼ė°
+
+
+ Server
+ ėė£ ģ”°ģ
+
+
+ Options
+ ģ ķź¶
+
+
+ Cancel
+ ģ·Øģ
+
+
+ OK
+ ģ¢ģµėė¤
+
+
+ Help
+ ėģ
+
+
+
+ PrintPreview
+
+
+ RetroShare Message - Print Preview
+
+
+
+
+ Print
+
+
+
+
+ &Print...
+
+
+
+
+ Page Setup...
+
+
+
+
+ Zoom In
+
+
+
+
+ Zoom Out
+
+
+
+
+ &Close
+
+
+
+
+ ProfileEdit
+
+
+ Remove Profile Entry
+
+
+
+
+ Move Profile Entry Up
+
+
+
+
+ Move Profile Entry Down
+
+
+
+
+ Profile Edit
+
+
+
+
+ Profile
+
+
+
+
+ Category
+
+
+
+
+ Thoughts
+
+
+
+
+ Edit Profile Category
+
+
+
+
+ Birthday
+
+
+
+
+ School
+
+
+
+
+ University
+
+
+
+
+ Phone Number
+
+
+
+
+ Favourite Books
+
+
+
+
+ Favourite Music
+
+
+
+
+ Favourite Films
+
+
+
+
+ or Custom Entry
+
+
+
+
+ Add Entry
+
+
+
+
+
+ Move
+
+
+
+
+ Close Editor
+
+
+
+
+ ProfileView
+
+
+ Clear Photo
+
+
+
+
+ Change Photo
+
+
+
+
+
+ Edit Profile
+
+
+
+
+ Remove Favourite
+
+
+
+
+ Clear Favourites
+
+
+
+
+ Download File
+
+
+
+
+ Download All
+ ėŖØėė„¼ ė¤ģ“ė”ėķģģģ¤
+
+
+
+
+ Name
+ ģ“ė¦
+
+
+
+ Size
+ ķ¬źø°
+
+
+
+ Profile View
+
+
+
+
+ Rs ID
+
+
+
+
+ Last Post:
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 Serif'; font-size:9pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:16pt; vertical-align:sub;">Profile</span></p></body></html>
+
+
+
+
+ Category
+
+
+
+
+ Thoughts
+
+
+
+
+ Favourite Files
+
+
+
+
+ Hash
+
+
+
+
+ Close Profile
+
+
+
+
+ ProfileWidget
+
+
+ Form
+
+
+
+
+
+ Edit Personal 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;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/info16.png" /><span style=" font-size:8pt;"> </span><span style=" font-size:12pt;">Public Information</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:11pt; font-weight:600; color:#808080;">Public Information</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#76746c;">Name:</span></p></body></html>
+
+
+
+
+
+
+
+
+ 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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Location:</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#76746c;">Peer ID</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:11pt; font-weight:600; color:#808080;">Other Information</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#76746c;">Number of 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;">
+<p style=" 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:#76746c;">Version</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:11pt; font-weight:600; color:#808080;">My Address</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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=" 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; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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; color:#76746c;">External Address:</span></p></body></html>
+
+
+
+
+ Addresses list
+
+
+
+
+ QObject
+
+
+ Name
+ ģ“ė¦
+
+
+
+ Path
+
+
+
+
+ Extension
+
+
+
+
+ Date
+ ė ģ§
+
+
+
+ Size
+ ķ¬źø°
+
+
+
+ Popularity
+
+
+
+
+ contains
+
+
+
+
+ contains all
+
+
+
+
+ is
+
+
+
+
+ less than
+
+
+
+
+ less than or equal
+
+
+
+
+ greater than or equal
+
+
+
+
+ greater than
+
+
+
+
+ is in range
+
+
+
+
+ and
+
+
+
+
+ and / or
+
+
+
+
+ or
+
+
+
+
+ equals
+
+
+
+
+ Hash
+
+
+
+
+ QuickStartWizard
+
+
+ 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;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:26pt;">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=" 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;">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-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;">This QuickStart wizard can help you configure your RetorShare 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-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;">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-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;">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-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;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Tell RetroShare about your internet connection.</span></p>
+<p style="-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;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Choos 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-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;"> </span><img src=":/images/list_bullet_arrow.png" /><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> Get started using RetroShare.</span></p></body></html>
+
+
+
+
+
+
+ Next >
+
+
+
+
+
+
+
+ Exit
+
+
+
+
+ For best performance, RetroShare needs to know a little about your connection to the internet.
+
+
+
+
+ Choose your upload speed limit:
+
+
+
+
+
+ KB/s
+
+
+
+
+ Choose your download speed limit:
+
+
+
+
+ Connection :
+
+
+
+
+ Automatic (UPnP)
+
+
+
+
+ Firewalled
+
+
+
+
+ Manually forwarded port
+
+
+
+
+ Dicovery :
+
+
+
+
+ Share Ip and information with your friend (Disc On)
+
+
+
+
+ Don't share any information (Disc Off)
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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="-qt-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>
+
+
+
+
+
+
+ < 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;">
+<p style=" 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, intially 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: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
+ ģ ź±°ķģģģ¤
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">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>
+<p style="-qt-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.
+
+
+
+
+ Finish
+
+
+
+
+ Select A Folder To Share
+
+
+
+
+ Shared Directory Added!
+
+
+
+
+ Do you really want to stop sharing this directory ?
+
+
+
+
+ Warning!
+
+
+
+
+ RSettingsWin
+
+
+ General
+ ģ¼ė°
+
+
+
+ Directories
+ ģ ķė²ķøė¶
+
+
+
+ Server
+ ėė£ ģ”°ģ
+
+
+
+ Transfer
+
+
+
+
+ Notify
+
+
+
+
+ Security
+
+
+
+
+ Appearance
+
+
+
+
+ File Associations
+
+
+
+
+ Sound
+
+
+
+
+ UnknownPage
+
+
+
+
+ Error Saving Configuration
+ ź³¼ģ¤ ģ ģ¶ ģ¤ź³½
+
+
+
+ RatesStatus
+
+
+ <strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s)
+
+
+
+
+ Down:
+
+
+
+
+ Up:
+
+
+
+
+ RemoteDirModel
+
+
+ Friends Directories
+
+
+
+
+ My Directories
+
+
+
+
+ Size
+
+
+
+
+ Share Type
+
+
+
+
+ What's new
+
+
+
+ Rank
+ ź³źø
+
+
+
+ Age
+
+
+
+
+ FILE
+
+
+
+
+ DIR
+
+
+
+
+ Rshare
+
+
+ Invalid language code specified:
+ ģ§ģ ėė ė¶ė¹ķ ģøģ“ ė¶ķø:
+
+
+
+ Invalid GUI style specified:
+ ģ§ģ ėė ė¶ė¹ķ ėķ ģ¬ģ©ģ ģøķ°ķģ“ģ¤ ģķ:
+
+
+
+ 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 Vidalia's logging.
+
+
+
+
+ Sets RetroShare's interface style.
+
+
+
+
+ Sets RetroShare's interface stylesheets.
+
+
+
+
+ Sets RetroShare's language.
+
+
+
+
+ RetroShare Usage Information
+
+
+
+
+ Invalid log level specified:
+
+
+
+
+ Unable to open log file '%1': %2
+
+
+
+
+ SFListDelegate
+
+
+ B
+
+
+
+
+ KB
+
+
+
+
+ MB
+
+
+
+
+ GB
+
+
+
+
+ SearchDialog
+
+
+ Sources
+ ź·¼ģ
+
+
+
+ Results
+ ź²°ź³¼
+
+
+
+
+ Download
+ ė¤ģ“ė”ė
+
+
+
+ Enter a keyword here (at least 3 char long)
+
+
+
+
+ Copy retroshare Link
+
+
+
+
+ Send retroshare Link
+
+
+
+
+ Broadcast on Channel
+ ģ±ėģ ė°©ģ”
+
+
+
+ Recommend to Friends
+ ģ¹źµ¬ģź² ģ¶ģ²ķģģģ¤
+
+
+
+
+
+
+ /
+
+
+
+
+ Remove
+ ģ ź±°ķģģģ¤
+
+
+
+ Remove All
+ ėŖØėė„¼ ģ ź±°ķģģģ¤
+
+
+
+
+ Folder
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Format</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ²“ģ¬ </p></body></html>
+
+
+
+ Any
+ ė¬“ģģ“ė
+
+
+
+ Audio
+ ģ¤ėģ¤
+
+
+
+ Video
+ ģģ
+
+
+ Images
+ ģ¬ģ
+
+
+ Programs
+ ķė”ź·øėØ
+
+
+ Archives
+ źø°ė” ė³“ź“ģ
+
+
+ Documents
+ ė¬øģ
+
+
+
+ Download Notice
+
+
+
+
+ Skipping Local Files
+
+
+
+
+
+ Sorry
+
+
+
+
+
+ This function is not yet implemented.
+
+
+
+
+ Size
+ ķ¬źø°
+
+
+
+ Type
+ ģ ķ
+
+
+
+ Archive
+
+
+
+
+ CD-Image
+
+
+
+
+ Document
+
+
+
+
+ Picture
+
+
+
+
+ Program
+
+
+
+
+ Directory
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Enter a Keyword here</p></body></html>
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Close all Search Resullts</span></p></body></html>
+
+
+
+
+ Clear all Search Results
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Download Selected</span></p></body></html>
+
+
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
+
+
+ Filename
+
+
+
+
+ Start Search
+
+
+
+
+ Search
+ ģģ
+
+
+
+ Reset
+ ė¦¬ģ
+
+
+
+ Advanced Search
+
+
+
+
+ Advanced
+
+
+
+
+ Age
+
+
+
+
+ Hash
+
+
+
+
+ KeyWords
+
+
+
+
+ Search Id
+
+
+
+
+ SendLinkDialog
+
+
+ Send RetroShare link
+
+
+
+
+ Send
+ ė³“ė“ģģģ¤
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:22pt; color:#ffffff;">Send RetroShare Link</span></p></body></html>
+
+
+
+
+ ServerDialog
+
+ Transfer Rates
+ ģ“ė ģė
+
+
+ Port:
+ ķźµ¬:
+
+
+
+ ServerPage
+
+ Change + Restart Server
+ ė³ķ + ģ¬ģ°©ģ
+
+
+ Server Settings
+ ėė£ ģ”°ģ
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">External Adress:</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģøė¶ ģ£¼ģ:</p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Lokal Adress:</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ė”ģ»¬ ģ£¼ģ:</p></body></html>
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Port:</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Port:</p></body></html>
+
+
+
+ Automatic (Upnp)
+
+
+
+
+ Firewalled
+
+
+
+
+ Manual Forwarded Port
+
+
+
+
+ Should be disabled if you don't want to share connection information between peers.
+
+
+
+
+ Discovery Enabled
+
+
+
+
+ Discovery Disabled
+
+
+
+
+ Download (KB/s)
+
+
+
+
+ Upload (KB/s)
+
+
+
+
+
+ Network Configuration
+
+
+
+
+
+ kB/s
+
+
+
+
+ If you unckeck this, RetroShare will not use tunnel connection between peers that are firewalled and cannot connect directly. This is independant from F2F routing (turtle router).
+
+
+
+
+ Allow Tunnel Connection
+
+
+
+
+ Local Address
+
+
+
+
+ External Address
+
+
+
+
+
+ Port:
+ ķźµ¬:
+
+
+
+ IP Service
+
+
+
+
+ If you unckeck 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
+behind a firewall or a VPN.
+
+
+
+
+ Allow RetroShare to ask my ip to these websites:
+
+
+
+ Misc
+ ģ”ė¤ķ
+
+
+ behinde Firewall
+ ė°©ķøė²½ģ ė¤ģ
+
+
+ Forwarded External Port
+ ė°ģ”ė ģøė¶ ķźµ¬ (ėķØ)
+
+
+
+ Transfer Rates
+ ģ“ė ģė
+
+
+
+ Settings
+
+ Settings
+ ģ”°ģ
+
+
+
+ Options
+ ģ ķź¶
+
+
+
+ Transfer
+
+
+
+
+ Notify
+
+
+
+
+ Security
+
+
+
+
+ Appearance
+
+
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ Apply
+ ģ ģ©ķģģģ¤
+
+
+
+ OK
+ ģ¢ģµėė¤
+
+
+
+ General
+ ģ¼ė°
+
+
+ Network
+ ė¤ķøģķ¬
+
+
+
+ Server
+ ėė£ ģ”°ģ
+
+
+
+ Directories
+ ģ ķė²ķøė¶
+
+
+
+ ShareManager
+
+
+ Add a Share Directory
+
+
+
+
+ Stop sharing selected Directory
+
+
+
+
+ Select A Folder To Share
+
+
+
+
+ Do you really want to stop sharing this directory ?
+
+
+
+
+
+ Remove
+ ģ ź±°ķģģģ¤
+
+
+ Add Shared Directory
+ ź³µģ ėė ķ ė¦¬ė„¼ ģ¶ź°ķģģģ¤
+
+
+
+ Warning!
+
+
+
+
+ Shared Directory Added!
+
+
+
+
+ RetroShare Share Manager
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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 Serif'; font-size:26pt; font-weight:600; color:#ffffff;">Share Manager</span></p></body></html>
+
+
+
+
+ Shared Folder Manager
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;">This is a list of shared folders . You can add and remove folders using the button on the left. </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;">When you add a new folder, intially all files 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: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;">Browsable </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; font-weight:600;">Network Wide</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
+
+
+
+
+ Browsable
+
+
+
+
+ Add
+
+
+
+
+ SharedFilesDialog
+
+
+
+ Download
+ ė¤ģ“ė”ė
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Files</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ķģ¼ </span></p></body></html>
+
+
+
+ Checking...
+
+
+
+
+ Check files
+
+
+
+
+ Copy retroshare Link
+
+
+
+
+ Send retroshare Link
+
+
+
+
+ Recommend (Automated message) To
+
+
+
+
+ Recommend in a message to
+
+
+
+
+ Copy retroshare Links to Clipboard
+
+
+
+
+ Copy retroshare Links to Clipboard (HTML)
+
+
+
+
+ Send retroshare Links
+
+
+
+
+ Send retroshare Links (HTML)
+
+
+
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
+ Open File
+
+
+
+
+ Open Folder
+
+
+
+
+ Set command for opening this file
+
+
+
+
+ <strong>My Shared Files</strong>
+
+
+
+
+ <strong>Friends Files</strong>
+
+
+
+
+ <strong>Files</strong>
+
+
+
+
+ Splitted View
+
+
+
+
+ Friends Folders
+
+
+
+
+ My Folders
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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-weight:600;">Files</span></p></body></html>
+
+
+
+
+ All
+
+
+
+
+ One day old
+
+
+
+
+ One Week old
+
+
+
+
+ One month old
+
+
+
+
+ Download selected
+
+
+
+
+ check files
+
+
+
+
+ SoundPage
+
+
+ Sound Events
+
+
+
+
+ User
+
+
+
+
+ go Online
+
+
+
+
+ go Offline
+
+
+
+
+
+
+
+
+
+ ...
+
+
+
+
+ FileSend
+
+
+
+
+
+ Finished
+
+
+
+
+ FileRecive
+
+
+
+
+ Incoming
+
+
+
+
+ Chatmessage
+
+
+
+
+ New
+
+
+
+
+ StartDialog
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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 align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><span style=" font-size:18pt; color:#55aaff;">Login</span></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:18pt; color:#55aaff;"></p></body></html>
+
+
+
+
+ Log In
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;"><a href="Create new Profile..."><span style=" text-decoration: underline; color:#0000ff;">Create new Profile...</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">
+p, li { 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;"><a href="Info"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">Info...</span></a></p></body></html>
+
+
+
+
+ Name - location:
+
+
+
+
+ Login Failure
+
+
+
+
+ Maybe password is wrong
+
+
+
+
+ Create a New Profil
+
+
+
+
+ This will generate a new Profile
+ Are you sure you want to continue
+
+
+
+
+ StatisticDialog
+
+
+ Statistics
+ ķµź³
+
+
+
+ Download
+ ė¤ģ“ė”ė
+
+
+
+ Session:
+ ķģ:
+
+
+
+
+ Downloaded:
+ ė¤ģ“ė”ėķė:
+
+
+ Average Downloadspeed:
+ ķź· ė¤ģ“ė”ė ģė:
+
+
+
+
+ Count of Downloads:
+ ė¤ģ“ė”ėģ ģ”°ģ¬:
+
+
+
+
+
+ Overall
+ ģ ė°ģ ģø
+
+
+
+ Upload
+ ģ¬ė ¤ģ£¼źø°
+
+
+
+
+
+ Session
+ Session:
+
+
+
+ Uploaded:
+ ģ¬ė ¤ģ£¼źø°ķė:
+
+
+ Average Uploadspeed:
+ ķź· ģ¬ė ¤ģ£¼źø° ģė:
+
+
+
+
+ Count of Uploads:
+ ģ¬ė ¤ģ£¼źø°ģ ģ”°ģ¬:
+
+
+
+ Uploaded
+ ģ¬ė ¤ģ£¼źø°ķė
+
+
+
+
+
+
+ Connections:
+ Connections:
+
+
+
+
+
+ Peers:
+ Peers:
+
+
+ Misc
+ ģ”ė¤ķ
+
+
+
+ Uptime:
+ ź°ė ģź°:
+
+
+ Overall:
+ ģ ė°ģ ģø:
+
+
+
+
+ Uptime
+ ź°ė ģź°
+
+
+
+ Records
+ źø°ė”
+
+
+
+ Uploadspeed:
+ ģ¬ė ¤ģ£¼źø° ģė:
+
+
+
+ Downloadspeed:
+ ė¤ģ“ė”ė ģė:
+
+
+
+
+ Show Settings
+ ģ¼ ģ”°ģ
+
+
+
+ Reset
+ ė¦¬ģ
+
+
+
+ Receive Rate
+ ė¹ģØģ ė°ģ¼ģģģ¤
+
+
+
+ Send Rate
+ ė¹ģØģ ė³“ė“ģģģ¤
+
+
+
+ Always On Top
+ Always On Top
+
+
+
+ 100
+ 100
+
+
+
+ % Opaque
+ % Opaque
+
+
+
+ Changes the transparency of the Bandwidth Graph
+ ėģķ ėķģ ķ¬ėŖ
ėė„¼ ė°ź¾¼ė¤
+
+
+
+ Save
+ ģ ģ„ķģģģ¤
+
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ Hide Settings
+ ģģ ģ² ģ”°ģ
+
+
+
+ %1 days
+
+
+
+
+ Now
+
+
+
+
+ Transfer
+
+
+
+
+ Session UL:DL Ratio:
+
+
+
+
+ Cumulative UL:DL Ratio
+
+
+
+
+ Time Statistics
+
+
+
+
+ Since:
+
+
+
+
+ Cumulative
+
+
+
+
+ StatusMessage
+
+
+ Personal message
+
+
+
+
+ Status 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;">
+<p 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;">Personal 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;">
+<p style=" 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 Status message</span></p></body></html>
+
+
+
+
+ SubDestItem
+
+
+ Type
+ ģ ķ
+
+
+
+ Form
+
+
+
+
+ Person/Channel Name
+
+
+
+
+ Delete FeedItem
+
+
+
+
+ SubFileItem
+
+
+ Save Channel File
+
+
+
+
+ Form
+
+
+
+
+ File Name
+
+
+
+
+ %p Kb
+
+
+
+
+ Expand
+
+
+
+
+ Save File
+
+
+
+
+ Cancel Download
+
+
+
+
+ Download File
+
+
+
+
+ Play File
+
+
+
+
+ TBoard
+
+
+ Pause
+
+
+
+
+ TextPage
+
+
+ Use text representation of the PGP certificates.
+
+
+
+
+ The text below is your PGP certificate. You have to provide it to your friend
+
+
+
+
+ Please, paste your friends PGP certificate into the box below
+
+
+
+
+ Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
+
+
+
+
+ You can copy this text and send it to your friend via email or some other way
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Text certificate
+
+
+
+
+ Copy your Cert to Clipboard
+
+
+
+
+ Save your Cert into a File
+
+
+
+
+ Run Email program
+
+
+
+
+ Connect Friend Help
+
+
+
+
+ Save as...
+
+
+
+
+ RetroShare Certificate (*.rsc );;All Files (*)
+
+
+
+
+ Certificate Load Failed
+ ģ¦ėŖ
ģ ģ§ģ ģ¤ķØķė¤
+
+
+
+ TransferFeed
+
+
+ Form
+
+
+
+
+ Sort:
+
+
+
+
+ None
+
+
+
+
+ TransferPage
+
+
+ Form
+
+
+
+
+ Transfer
+
+
+
+
+ Transfer options
+
+
+
+
+ Queue Size:
+
+
+
+
+ Maximum Download speed per file:
+
+
+
+
+ kB/s
+
+
+
+
+ Default chunk strategy:
+
+
+
+
+ Streaming
+
+
+
+
+ Random
+
+
+
+
+ Show Cache Transfers
+
+
+
+
+ F2F Routing
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">
+<p style=" 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</span><span style=" font-size:8pt;"> is capable of transfering 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-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;">You can separately setup share flags for each shared directory in the shared files dialog to be:</span></p>
+<ul style="-qt-list-indent: 1;"><li style=" 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-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>
+
+
+
+
+ TransfersDialog
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ Clear Completed
+ ź³µź°ģ ģė£ķė¤
+
+
+
+
+ Status
+ ģķ
+
+
+
+ Completed
+ ģė£ķė
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Downloads:</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ė¤ģ“ė”ė (Downloads):</span></p></body></html>
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;"><span style=" font-weight:600;">Downloads:</span></p></body></html>
+
+
+
+
+ Uploads
+
+
+
+
+ Selected transfer
+
+
+
+
+ Done
+ ķė
+
+
+
+ Active
+
+
+
+
+ Outstanding
+
+
+
+
+ Tunneling
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p 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;">Uploads:</span></p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ģ¬ė ¤ģ£¼źø° (Uploads):</span></p></body></html>
+
+
+
+
+ Name
+ i.e: file name
+ ģ“ė¦
+
+
+
+
+ Size
+ i.e: file size
+ ķ¬źø°
+
+
+ Progress
+ i.e: % downloaded
+ ģ§ė
+
+
+
+ Speed
+ i.e: Download speed
+ ģė
+
+
+
+ Progress / Availability
+ i.e: % downloaded
+
+
+
+
+ Sources
+ i.e: Sources
+ ź·¼ģ
+
+
+
+ Core-ID
+
+
+
+
+ Progress
+ i.e: % uploaded
+ ģ§ė
+
+
+
+ Speed
+ i.e: upload speed
+ ģė
+
+
+
+ Transferred
+
+
+
+
+ Hash
+
+
+
+
+ Play
+
+
+
+
+ Pause
+
+
+
+
+ Resume
+
+
+
+
+ Open Folder
+
+
+
+
+ Open File
+
+
+
+
+ Preview File
+
+
+
+
+ Details...
+
+
+
+
+ Copy retroshare Link
+
+
+
+
+ Paste retroshare Link
+
+
+
+
+ View
+
+
+
+
+ Down
+
+
+
+
+ Up
+
+
+
+
+ Top
+
+
+
+
+ Bottom
+
+
+
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
+ Random
+
+
+
+
+ Chunk strategy
+
+
+
+
+ Queued
+
+
+
+
+ RetroShare
+ Retroshare (ė¤ģėŖ«)
+
+
+
+ Details:
+
+
+
+
+ Open Transfer
+
+
+
+
+ File %1 is not completed. If it is a media file, try to preview it.
+
+
+
+
+ Are you sure that you want to cancel and delete these files?
+
+
+
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
+ Peer
+ i.e: user name
+
+
+
+
+
+ Slower
+
+
+
+
+
+
+ Average
+
+
+
+
+
+ Faster
+
+
+
+
+
+
+
+ Failed
+
+
+
+
+
+
+
+ Okay
+
+
+
+
+
+
+ Waiting
+
+
+
+
+
+ Downloading
+
+
+
+
+
+
+
+
+
+ Complete
+
+
+
+
+ Unknown
+
+
+
+
+ version:
+
+
+
+
+
+ Uploading
+
+
+
+
+ TrustView
+
+
+ Form
+
+
+
+
+ Zoom :
+
+
+
+
+ Update
+
+
+
+
+ Showing: whole network
+
+
+
+
+ TurtleRouterDialogForm
+
+
+ Router Statistics
+
+
+
+
+ F2F router information
+
+
+
+ Type
+ ģ ķ
+
+
+
+ TurtleSearchDialog
+
+ Broadcast on Channel
+ ģ±ėģ ė°©ģ”
+
+
+ Recommend to Friends
+ ģ¹źµ¬ģź² ģ¶ģ²ķģģģ¤
+
+
+ Remove
+ ģ ź±°ķģģģ¤
+
+
+ Remove All
+ ėŖØėė„¼ ģ ź±°ķģģģ¤
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Format</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ģ²“ģ¬ </p></body></html>
+
+
+ Any
+ ė¬“ģģ“ė
+
+
+ Audio
+ ģ¤ėģ¤
+
+
+ Video
+ ģģ
+
+
+ Sources
+ ź·¼ģ
+
+
+ Type
+ ģ ķ
+
+
+ Results
+ ź²°ź³¼
+
+
+
+ ULListDelegate
+
+
+ B
+
+
+
+
+ KB
+
+
+
+
+ MB
+
+
+
+
+ GB
+
+
+
+
+ VMessageBox
+
+
+ OK
+ ģ¢ģµėė¤
+
+
+
+ Cancel
+ ģ·Øģ
+
+
+
+ Yes
+ ź·øė ģµėė¤
+
+
+
+ No
+ ģėė¤
+
+
+
+ Help
+ ėģ
+
+
+
+ Retry
+ ģ¬ģė
+
+
+
+ Show Log
+ ģ¼ ģģ¬
+
+
+
+ Show Settings
+ ģ¼ ģ”°ģ
+
+
+
+ Continue
+
+
+
+
+ Quit
+
+
+
+
+ Browse
+
+
+
+
+ misc
+
+
+ Unknown
+ Unknown (size)
+
+
+
+
+ B
+ bytes
+
+
+
+
+ KiB
+ kibibytes (1024 bytes)
+
+
+
+
+ MiB
+ mebibytes (1024 kibibytes)
+
+
+
+
+ GiB
+ gibibytes (1024 mibibytes)
+
+
+
+
+ TiB
+ tebibytes (1024 gibibytes)
+
+
+
+
+
+ Unknown
+
+
+
+
+ < 1m
+ < 1 minute
+
+
+
+
+ %1 minutes
+ e.g: 10minutes
+
+
+
+
+ %1y %1d %2h %3m
+ e.g: 2 years 2days 10hours 2minutes
+
+
+
+
+ %1h %2m
+ e.g: 3hours 5minutes
+
+
+
+
+ %1d %2h %3m
+ e.g: 2days 10hours 2minutes
+
+
+
+
+ moreinfo
+
+ Details
+ ģøė¶ģ¬ķ
+
+
+ OK
+ ģ¢ģµėė¤
+
+
+ Name
+ ģ“ė¦
+
+
+ Value
+ ź°ģ¹
+
+
+
diff --git a/retroshare-gui/src/lang/retroshare_pl.qm b/retroshare-gui/src/lang/retroshare_pl.qm
index d1ab562cc..b64c37915 100644
Binary files a/retroshare-gui/src/lang/retroshare_pl.qm and b/retroshare-gui/src/lang/retroshare_pl.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_pl.ts b/retroshare-gui/src/lang/retroshare_pl.ts
index 12a16f65a..fa92c7120 100644
--- a/retroshare-gui/src/lang/retroshare_pl.ts
+++ b/retroshare-gui/src/lang/retroshare_pl.ts
@@ -538,6 +538,64 @@ p, li { white-space: pre-wrap; }
O
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+ Anuluj
+
+
+
+ OK
+
+
+
+
+ Close
+ Zamknij
+
+
BlogDialog
@@ -643,12 +701,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -657,26 +715,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -685,12 +743,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -699,61 +757,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
Nazwa
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -763,12 +836,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -777,7 +850,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; }
@@ -786,42 +859,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Ukryj
@@ -915,48 +974,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
PrzeglÄ
daj
-
+
Select Certificate
Wybierz certyfikat
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -965,28 +1024,28 @@ p, li { white-space: pre-wrap; }
Certyfikaty (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1192,49 +1251,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1548,12 +1607,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
StwĆ³rz kanaÅ
-
+
Subscribe To Channel
Subskrybuj kanaÅ
@@ -1577,7 +1636,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; }
@@ -1586,32 +1645,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1622,49 +1681,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1704,64 +1783,52 @@ Available: %3
ConclusionPage
-
+
Make Friend
TwĆ³rz znajomego
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
Nazwa:
-
+
Loc:
@@ -1770,7 +1837,7 @@ Available: %3
Kraj:
-
+
Signers
@@ -1778,15 +1845,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
Anuluj
-
-
Port:
- Port:
+ Port:
Trust Settings
@@ -1805,7 +1870,7 @@ Available: %3
Znak certyfikatu
-
+
OK
Ok
@@ -1824,15 +1889,24 @@ Available: %3
Details
Detale
+
+
+ Name
+ Nazwa
+
+
+
+ Loc
+
+
Peer Address
Adres Peera
-
Name:
- Nazwa:
+ Nazwa:
@@ -1849,81 +1923,82 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+
Deny Friend
-
- Make Friends
-
-
-
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
+
+
+ SignGPG Key
+
+
+
+
+ Make Friend
+ TwĆ³rz znajomego
+
Apply and Close
@@ -1931,13 +2006,13 @@ Available: %3
-
+
RetroShare
-
+
Error : cannot get peer details.
@@ -1962,37 +2037,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -2076,12 +2151,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2090,67 +2165,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nazwa
-
+
Description
-
+
Type:
Typ:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
Anuluj
-
+
Create
-
+
RetroShare
-
+
Please add a Name
@@ -2158,65 +2233,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+ &Zamknij
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2398,7 +2733,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Zamknij
@@ -2418,30 +2753,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2471,7 +2832,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; }
@@ -2480,12 +2841,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2494,7 +2855,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2758,29 +3119,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ Data
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
-
+
Cancel
Anuluj
@@ -2894,12 +3270,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3098,57 +3474,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3171,57 +3564,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3994,33 +4387,33 @@ p, li { white-space: pre-wrap; }
Wygeneruj nowy certyfikat
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
Wybierz zaufanego znajomego
-
+
Certificates (*.pqi *.pem)
Certyfikaty (*.pqi *.pem)
@@ -4111,8 +4504,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
WiadomoÅÄ
@@ -4134,18 +4527,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4854,53 +5247,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
SieÄ
-
+
Friends
Znajomi
-
+
Transfers
Transfery
-
+
Messages
WiadomoÅci
-
+
Channels
KanaÅy
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
Opcje
-
+
Hide
Ukryj
-
+
Show
Pokaż
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -4940,12 +5348,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Szukaj
-
+
Files
Pliki
@@ -4959,47 +5367,47 @@ p, li { white-space: pre-wrap; }
Messenger
-
+
Show/Hide
Pokaż/Ukryj
-
+
&Quit
&Zamknij
-
+
Bandwidth Graph
Wykres przepustowoÅci ÅÄ
cza
-
+
Open Messenger
OtwĆ³rz Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
Pomoc
@@ -5009,22 +5417,22 @@ p, li { white-space: pre-wrap; }
O
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5033,22 +5441,22 @@ p, li { white-space: pre-wrap; }
Ustawienia
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5117,29 +5525,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Nowa WiadomoÅÄ
-
+
Reply to Message
Odpowiedz na wiadomoÅÄ
-
+
Remove Message
UsuÅ wiadomoÅÄ
-
+
Date
Data
-
+
From
Z
@@ -5212,22 +5620,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Pobrane email
-
-
+
+
Outbox
Outbox email
-
-
+
+
Draft
ZaÅÄ
cznik
@@ -5305,7 +5713,7 @@ p, li { white-space: pre-wrap; }
Pobierz wszystko
-
+
Print Document
@@ -5320,107 +5728,107 @@ p, li { white-space: pre-wrap; }
ŹrĆ³dÅa
-
+
#
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
Pobieranie
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5609,7 +6017,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
DostÄpny
@@ -5619,39 +6027,44 @@ p, li { white-space: pre-wrap; }
ZajÄty
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5680,7 +6093,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;">Podziel aiÄ prywatnÄ
wiadomoÅciÄ
z twoimi kontaktami</p></body></html>
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5691,114 +6104,114 @@ 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;">Dodaj znajomego</p></body></html>
-
+
Expand all
-
+
Collapse all
-
+
Chat
Chat
-
+
Message Friend
-
+
Connect To Friend
PoÅÄ
cz z znajomym
-
+
Peer Details
Detale Peera
-
+
Export Friend
Eksportuj znajomego
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Zapisz certyfikat
-
+
Certificates (*.pqi)
Certyfikaty (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -5817,12 +6230,12 @@ Do you want to send them a Message instead
-
+
Share Files for your Friends
-
+
...
@@ -6129,73 +6542,53 @@ p, li { white-space: pre-wrap; }
Wczytaj certyfikat
-
-
+
+
Select a pem/pqi File
Wybierz plik pem/pqi
-
-
+
+
File Not Found
Nie znaleziono pliku
-
-
+
+
%1 does not exist. Would you like to create it?
%1 nie istnieje. Czy chciaÅbyÅ go utworzyÄ?
-
-
+
+
Failed to Create File
BÅÄ
d tworzenia pliku
-
-
+
+
Unable to create %1 [%2]
Nie można stworzyÄ %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
Wybierz certyfikat
-
+
Certificates (*.pqi *.pem)
Certyfikaty (*.pqi *.pem)
@@ -6227,7 +6620,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nazwa
@@ -6248,13 +6641,13 @@ p, li { white-space: pre-wrap; }
Kraj
-
-
+
+
Cert Id
Cert Id
-
+
Welcome to RetroShare.
@@ -6268,113 +6661,133 @@ p, li { white-space: pre-wrap; }
Detale Peera
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Menu
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6384,7 +6797,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6393,39 +6817,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6434,72 +6852,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
Clear
-
+
Set Tabs Right
-
+
Set Tabs North
-
+
Set Tabs South
-
+
Set Tabs Left
-
+
Set Tabs Rounded
-
+
Set Tabs Triangular
-
+
Add Friend
Dodaj znajomego
-
+
Copy My Key to Clipboard
-
+
Export My Key
-
+
Create New Profile
-
+
Create a new Profile
@@ -6881,12 +7299,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Chat
-
+
Export Friend
Eksportuj znajomego
@@ -6895,12 +7313,12 @@ p, li { white-space: pre-wrap; }
UsuÅ znajomego
-
+
Save Certificate
Zapisz certyfikat
-
+
Certificates (*.pqi)
Certyfikaty (*.pqi)
@@ -6925,7 +7343,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:9pt; font-weight:600;">Znajomi</span></p></body></html>
-
+
Connect To Friend
PoÅÄ
cz z znajomym
@@ -6944,158 +7362,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Detale Peera
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
DostÄpny
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
WyÅlij
-
+
Profile View
@@ -7158,62 +7576,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
Dodaj znajomego
-
+
Create new Profile
@@ -7223,7 +7647,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; }
@@ -7232,12 +7656,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7542,37 +7966,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
WyÅlij
@@ -7587,8 +8011,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7596,7 +8020,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7604,111 +8028,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -8088,7 +8522,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8097,12 +8540,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8651,8 +9090,8 @@ p, li { white-space: pre-wrap; }
Rezultat
-
-
+
+
Download
Pobieranie
@@ -8662,45 +9101,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
KanaÅ rozsiewczy
-
+
Recommend to Friends
Zarekomenduj znajomemu
-
-
-
-
+
+
+
+
/
-
+
Remove
UsuÅ
-
+
Remove All
UsuÅ wszystko
-
+
+
Folder
@@ -8746,24 +9186,24 @@ p, li { white-space: pre-wrap; }
Dokumenty
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -8817,7 +9257,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; }
@@ -8826,7 +9266,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8834,6 +9279,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8884,11 +9365,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9276,74 +9752,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9882,22 +10371,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
@@ -9907,37 +10396,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
BÅÄ
d wczytania certyfikatu
@@ -9983,42 +10472,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10034,18 +10523,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Anuluj
-
+
Clear Completed
WyczyÅÄ ukoÅczone
-
+
Status
Status
@@ -10115,14 +10604,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Nazwa
-
+
Size
i.e: file size
Rozmiar
@@ -10151,250 +10640,250 @@ p, li { white-space: pre-wrap; }
ŹrĆ³dÅa
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
PostÄp
-
+
Speed
i.e: upload speed
PrÄdkoÅÄ
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10422,21 +10911,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10445,69 +10919,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- Nazwa pliku
+ Nazwa pliku
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Typ
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Typ
diff --git a/retroshare-gui/src/lang/retroshare_pt.qm b/retroshare-gui/src/lang/retroshare_pt.qm
index f6b65a112..9cbf16851 100644
Binary files a/retroshare-gui/src/lang/retroshare_pt.qm and b/retroshare-gui/src/lang/retroshare_pt.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_pt.ts b/retroshare-gui/src/lang/retroshare_pt.ts
index 899440e0c..435a610c0 100644
--- a/retroshare-gui/src/lang/retroshare_pt.ts
+++ b/retroshare-gui/src/lang/retroshare_pt.ts
@@ -489,6 +489,64 @@ p, li { white-space: pre-wrap; }
Sobre
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+ APROVAĆĆO (OK)
+
+
+
+ Close
+ Fim
+
+
BlogDialog
@@ -594,12 +652,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -608,26 +666,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -636,12 +694,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -650,61 +708,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -714,12 +787,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -728,7 +801,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; }
@@ -737,42 +810,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
nĆ£o mostrar
@@ -866,48 +925,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Selecionar o certificado
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -916,28 +975,28 @@ p, li { white-space: pre-wrap; }
Certificados (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1143,49 +1202,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1495,12 +1554,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Create Channel
-
+
Subscribe To Channel
Subscrever Ć canaleta
@@ -1524,7 +1583,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; }
@@ -1533,32 +1592,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1569,49 +1628,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1640,69 +1719,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Fazer o amigo
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1710,15 +1777,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
Cancelamento
-
-
Port:
- Porto:
+ Porto:
Trust Settings
@@ -1737,7 +1802,7 @@ Available: %3
Assinar o certificado
-
+
OK
APROVAĆĆO (OK)
@@ -1746,6 +1811,16 @@ Available: %3
Details
Detalhes
+
+
+ Name
+
+
+
+
+ Loc
+
+
Peer Address
@@ -1766,11 +1841,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1781,78 +1851,79 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
-
- Make Friends
-
+
+ Make Friend
+ Fazer o amigo
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
@@ -1863,13 +1934,13 @@ Available: %3
-
+
RetroShare
Retroshare
-
+
Error : cannot get peer details.
@@ -1894,37 +1965,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -2008,12 +2079,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2022,67 +2093,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
-
+
Description
-
+
Type:
Tipo:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
-
+
Create
-
+
RetroShare
Retroshare
-
+
Please add a Name
@@ -2090,65 +2161,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
Retroshare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2330,7 +2661,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Fim
@@ -2350,30 +2681,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ Retroshare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2403,7 +2760,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; }
@@ -2412,12 +2769,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2426,7 +2783,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2694,29 +3051,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
APROVAĆĆO (OK)
-
+
Cancel
@@ -2826,12 +3198,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3027,57 +3399,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3096,57 +3485,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3874,33 +4263,33 @@ p, li { white-space: pre-wrap; }
Gerar o certificado novo
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
Selecionar o amigo confiado
-
+
Certificates (*.pqi *.pem)
Certificados (*.pqi *.pem)
@@ -3986,8 +4375,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -4009,18 +4398,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4948,53 +5337,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Rede
-
+
Friends
Bate-papo aos amigos
-
+
Transfers
TransferĆŖncias
-
+
Messages
Email-Mensagens
-
+
Channels
Canaletas
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
OpƧƵes
-
+
Hide
nĆ£o mostrar
-
+
Show
Mostra
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -5034,12 +5438,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Busca
-
+
Files
Limas
@@ -5048,47 +5452,47 @@ p, li { white-space: pre-wrap; }
Adicionar o diretĆ³rio compartilhado
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
Ajuda
@@ -5098,22 +5502,22 @@ p, li { white-space: pre-wrap; }
Sobre
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5122,22 +5526,22 @@ p, li { white-space: pre-wrap; }
Ajustes
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5211,29 +5615,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Mensagem nova
-
+
Reply to Message
-
+
Remove Message
Remover a mensagem
-
+
Date
Data
-
+
From
De
@@ -5300,22 +5704,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Email-Inbox
-
-
+
+
Outbox
Email-Outbox
-
-
+
+
Draft
EsboƧo
@@ -5387,7 +5791,7 @@ p, li { white-space: pre-wrap; }
Download tudo
-
+
Print Document
@@ -5402,107 +5806,107 @@ p, li { white-space: pre-wrap; }
Fontes
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5636,114 +6040,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
Bate-papo do grupo
-
+
Message Friend
-
+
Connect To Friend
Conectar ao amigo
-
+
Peer Details
Detalhes do Peer
-
+
Export Friend
Export Friend
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Excepto o certificado
-
+
Certificates (*.pqi)
Certificados (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -5772,7 +6176,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5782,39 +6186,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5829,17 +6238,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -6123,73 +6532,53 @@ p, li { white-space: pre-wrap; }
Certificado da carga
-
-
+
+
Select a pem/pqi File
Selecionar uma lima do PEM/PQI
-
-
+
+
File Not Found
File Not Found
-
-
+
+
%1 does not exist. Would you like to create it?
%1 nĆ£o existe. VocĆŖ gosta de criĆ”-lo?
-
-
+
+
Failed to Create File
NĆ£o criou a lima
-
-
+
+
Unable to create %1 [%2]
Incapaz de criar %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
Selecionar o certificado
-
+
Certificates (*.pqi *.pem)
Certificados (*.pqi *.pem)
@@ -6214,7 +6603,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Nome
@@ -6235,124 +6624,144 @@ p, li { white-space: pre-wrap; }
PaĆs
-
-
+
+
Cert Id
ID do certificado
-
+
Welcome to RetroShare.
-
+
Menu
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6367,7 +6776,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6376,39 +6796,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6417,72 +6831,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
Clear
-
+
Set Tabs Right
-
+
Set Tabs North
-
+
Set Tabs South
-
+
Set Tabs Left
-
+
Set Tabs Rounded
-
+
Set Tabs Triangular
-
+
Add Friend
Amigo de Convidar o
-
+
Copy My Key to Clipboard
-
+
Export My Key
-
+
Create New Profile
-
+
Create a new Profile
@@ -6857,12 +7271,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
bate-papo
-
+
Export Friend
Export Friend
@@ -6871,12 +7285,12 @@ p, li { white-space: pre-wrap; }
Remover o amigo
-
+
Save Certificate
Excepto o certificado
-
+
Certificates (*.pqi)
Certificados (*.pqi)
@@ -6898,7 +7312,7 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">Amigos</span></p></body></html>
-
+
Connect To Friend
Conectar ao amigo
@@ -6913,158 +7327,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Detalhes do Peer
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
Emitir
-
+
Profile View
@@ -7127,62 +7541,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
Amigo de Convidar o
-
+
Create new Profile
@@ -7192,7 +7612,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; }
@@ -7201,12 +7621,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7511,37 +7931,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
Emitir
@@ -7556,8 +7976,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7565,7 +7985,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7573,111 +7993,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -8057,7 +8487,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8066,12 +8505,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8620,8 +9055,8 @@ p, li { white-space: pre-wrap; }
Resultados
-
-
+
+
Download
Download
@@ -8631,45 +9066,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
TransmissĆ£o na canaleta
-
+
Recommend to Friends
Recomendar aos amigos
-
-
-
-
+
+
+
+
/
-
+
Remove
Remover
-
+
Remove All
Remover tudo
-
+
+
Folder
@@ -8712,24 +9148,24 @@ p, li { white-space: pre-wrap; }
Originais
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -8783,7 +9219,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; }
@@ -8792,7 +9228,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8800,6 +9241,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8850,11 +9327,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9218,74 +9690,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9816,22 +10301,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -9841,37 +10326,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
A carga do certificado falhou
@@ -9917,42 +10402,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9968,18 +10453,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Cancelamento
-
+
Clear Completed
O espaƧo livre terminou
-
+
Status
Status
@@ -10043,14 +10528,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Nome
-
+
Size
i.e: file size
Tamanho
@@ -10079,250 +10564,250 @@ p, li { white-space: pre-wrap; }
Fontes
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
Progresso
-
+
Speed
i.e: upload speed
Velocidade
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
Retroshare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10350,21 +10835,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10373,69 +10843,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- Lima - nome
+ Lima - nome
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Tipo
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Tipo
diff --git a/retroshare-gui/src/lang/retroshare_ru.qm b/retroshare-gui/src/lang/retroshare_ru.qm
index afe789030..2c0574b7b 100644
Binary files a/retroshare-gui/src/lang/retroshare_ru.qm and b/retroshare-gui/src/lang/retroshare_ru.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_ru.ts b/retroshare-gui/src/lang/retroshare_ru.ts
index 8dc5048be..78bfe98ec 100644
--- a/retroshare-gui/src/lang/retroshare_ru.ts
+++ b/retroshare-gui/src/lang/retroshare_ru.ts
@@ -544,6 +544,64 @@ p, li { white-space: pre-wrap; }
Š ŠæŃŠ¾Š³ŃŠ°Š¼Š¼Šµ
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+ Š·Š°ŠŗŃŃŃŃ
+
+
BlogDialog
@@ -649,12 +707,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -663,26 +721,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -691,12 +749,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -705,61 +763,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -769,12 +842,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -783,7 +856,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; }
@@ -792,42 +865,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Š”ŠŗŃŃŃ
@@ -921,48 +980,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
ŠŃŠ±Š¾Ń ŃŠ°Š¹Š»Š°
-
+
Select Certificate
ŠŃŠ±ŠµŃŠøŃŠµ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -971,28 +1030,28 @@ p, li { white-space: pre-wrap; }
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŃ (*.pqi /*.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1208,49 +1267,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1550,12 +1609,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Š”Š¾Š·Š“Š°ŃŃ Channel
-
+
Subscribe To Channel
ŠŠ¾Š“ŠæŠøŃŠŗŠ° Š½Š° ŠŗŠ°Š½Š°Š»
@@ -1579,7 +1638,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; }
@@ -1588,32 +1647,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1624,49 +1683,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1727,54 +1806,42 @@ Available: %3
ConclusionPage
-
+
Make Friend
ŠŠ±ŃŃŠ²ŠøŃŃ Š“ŃŃŠ³Š¾Š¼
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
@@ -1783,7 +1850,7 @@ Available: %3
ŠŠ¾Š²ŠµŃŠøŠµ:
-
+
Name:
ŠŠ¼Ń:
@@ -1792,7 +1859,7 @@ Available: %3
ŠŠ³Ń.:
-
+
Loc:
ŠŠµŃŃŠ¾:
@@ -1801,7 +1868,7 @@ Available: %3
Š”ŃŃŠ°Š½Š°:
-
+
Signers
@@ -1809,15 +1876,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
ŠŠµŃŠ½ŃŃŃŃŃ/ŠŃŠ¼ŠµŠ½Š°
-
-
Port:
- ŠŠ¾ŃŃ:
+ ŠŠ¾ŃŃ:
Trust Settings
@@ -1840,15 +1905,19 @@ Available: %3
Details
Details
+
+
+ Loc
+
+
Peer Address
ŠŠ“ŃŠµŃ ŃŠ·Š»Š°
-
Name:
- ŠŠ¼Ń:
+ ŠŠ¼Ń:
@@ -1860,6 +1929,11 @@ Available: %3
Peer Info
+
+
+ Name
+
+
Peer ID
@@ -1876,19 +1950,8 @@ Available: %3
-
Loc:
- ŠŠµŃŃŠ¾:
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
+ ŠŠµŃŃŠ¾:
@@ -1902,13 +1965,13 @@ Available: %3
-
+
RetroShare
-
+
Error : cannot get peer details.
@@ -1933,37 +1996,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -1973,62 +2036,78 @@ Available: %3
-
+
Deny Friend
-
- Make Friends
-
-
-
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
-
+
+ SignGPG Key
+
+
+
+
+ Make Friend
+ ŠŠ±ŃŃŠ²ŠøŃŃ Š“ŃŃŠ³Š¾Š¼
+
+
+
OK
@@ -2122,12 +2201,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2136,67 +2215,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
-
+
Description
-
+
Type:
Š¢ŠøŠæ:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
-
+
Create
-
+
RetroShare
-
+
Please add a Name
@@ -2204,65 +2283,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+ ŠŠøŃŠ½ŃŠ¼
+
+
+
+ Underline
+ ŠŠ¾Š“ŃŠµŃŠŗŠ½ŃŃŃ
+
+
+
+ Italic
+ ŠŃŃŃŠøŠ²
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+ ŠŃŃ
Š¾Š“
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2444,7 +2783,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Š·Š°ŠŗŃŃŃŃ
@@ -2464,30 +2803,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2517,7 +2882,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; }
@@ -2526,12 +2891,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2540,7 +2905,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2804,29 +3169,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ ŃŠ°ŃŃ
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
-
+
Cancel
@@ -2944,12 +3324,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3145,57 +3525,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3210,57 +3607,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3996,33 +4393,33 @@ p, li { white-space: pre-wrap; }
Š”Š¾Š·Š“Š°ŃŃ Š½Š¾Š²ŃŠ¹ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
ŠŃŠ±Š¾Ń Š²ŠµŃŠ½Š¾Š³Š¾ Š“ŃŃŠ³Š°
-
+
Certificates (*.pqi *.pem)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŃ (*.pqi /*.pem)
@@ -4112,8 +4509,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -4135,18 +4532,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4888,53 +5285,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Š”ŠµŃŃ
-
+
Friends
ŠŃŃŠ·ŃŃ
-
+
Transfers
ŠŠµŃŠµŠ“Š°ŃŠ° ŃŠ°Š¹Š»Š¾Š²
-
+
Messages
E-Mail-Š”Š¾Š¾Š±ŃŠµŠ½ŠøŃ
-
+
Channels
ŠŠ°Š½Š°Š»Ń
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
ŠŠæŃŠøŠø
-
+
Hide
Š”ŠŗŃŃŃ
-
+
Show
ŠŠ¾ŠŗŠ°Š·Š°ŃŃ
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -4974,12 +5386,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
ŠŠ¾ŠøŃŠŗ
-
+
Files
Š¤Š°Š¹Š»Ń
@@ -4993,42 +5405,42 @@ p, li { white-space: pre-wrap; }
ŠŠµŃŃŠµŠ½Š“Š¶ŠµŃ
-
+
Show/Hide
-
+
&Quit
ŠŃŃ
Š¾Š“
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
ŠŠ±Š»Š°ŠŗŠ¾ ŃŃŃŠ»Š¾Šŗ
-
+
Unfinished
ŠŃŠµ Š½Šµ Š³Š¾ŃŠ¾Š²Š¾
@@ -5042,7 +5454,7 @@ p, li { white-space: pre-wrap; }
SMPlayer
-
+
Help
Help
@@ -5052,22 +5464,22 @@ p, li { white-space: pre-wrap; }
Š ŠæŃŠ¾Š³ŃŠ°Š¼Š¼Šµ
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5076,22 +5488,22 @@ p, li { white-space: pre-wrap; }
ŠŠ°ŃŃŃŠ¾Š¹ŠŗŠø
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5155,29 +5567,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
ŠŠ¾Š²Š¾Šµ ŃŠ¾Š¾Š±ŃŠµŠ½ŠøŠµ
-
+
Reply to Message
ŠŃŠ²ŠµŃŠøŃŃ Š½Š° ŃŠ¾Š¾Š±ŃŠµŠ½ŠøŠµ
-
+
Remove Message
Š£Š“Š°Š»ŠøŃŃ ŃŠ¾Š¾Š±ŃŠµŠ½ŠøŠµ
-
+
Date
ŃŠ°ŃŃ
-
+
From
ŃŠ°Š·Š¾ŃŠ»Š°Š½
@@ -5244,22 +5656,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Email-ŠŃ
Š¾Š“ŃŃŠøŠµ
-
-
+
+
Outbox
Email-ŠŃŃ
Š¾Š“ŃŃŠøŠµ
-
-
+
+
Draft
ŠŠøŠ·Š°Š¹Š½ Š½ŠµŠ¾ŃŠæŃŠ°Š²Š»ŠµŠ½Š½ŃŃ
(draft)
@@ -5331,7 +5743,7 @@ p, li { white-space: pre-wrap; }
Š”ŠŗŠ°ŃŠ°ŃŃ ŠŃŠµ
-
+
Print Document
@@ -5341,107 +5753,107 @@ p, li { white-space: pre-wrap; }
ŠŃŃŠ¾ŃŠ½ŠøŠŗŠø
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5598,114 +6010,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
ŠŃŃŠæŠæŃ Š§Š°Ń
-
+
Message Friend
Š”Š¾Š¾Š±ŃŠµŠ½ŠøŠµ Š“ŃŃŠ³Ń
-
+
Connect To Friend
ŠŠ¾Š“ŠŗŠ»ŃŃŠøŃŃŃŃ Šŗ Š“ŃŃŠ³Ń
-
+
Peer Details
-
+
Export Friend
ŠŠŗŃŠæŠ¾ŃŃ ŠŗŠ¾Š½ŃŠ°ŠŗŃŠ°
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Š”Š¾Ń
ŃŠ°Š½ŠøŃŃ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŃ (*. pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
ŠŃŠ¾ŃŠ¼Š¾ŃŃ
@@ -5734,7 +6146,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5744,39 +6156,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5791,17 +6208,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -6069,73 +6486,53 @@ p, li { white-space: pre-wrap; }
ŠŠ°Š³ŃŃŠ·ŠøŃŃ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
-
+
+
Select a pem/pqi File
ŠŃŠ±ŠµŃŠøŃŠµ PEM / PQI Š¤Š°Š¹Š»
-
-
+
+
File Not Found
Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½
-
-
+
+
%1 does not exist. Would you like to create it?
%1 Š½ŠµŃ. Š„Š¾ŃŠøŃŠµ ŃŠ¾Š·Š“Š°ŃŃ ŠµŠ³Š¾?
-
-
+
+
Failed to Create File
ŠŠµ ŃŠ“Š°Š»Š¾ŃŃ ŃŠ¾Š·Š“Š°ŃŃ ŃŠ°Š¹Š»
-
-
+
+
Unable to create %1 [%2]
ŠŠµ ŃŠ“Š°ŠµŃŃŃ ŃŠ¾Š·Š“Š°ŃŃ %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
ŠŃŠ±ŠµŃŠøŃŠµ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi *.pem)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŃ (*.pqi /*.pem)
@@ -6160,7 +6557,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
ŠŠ¼Ń
@@ -6181,8 +6578,8 @@ p, li { white-space: pre-wrap; }
Š”ŃŃŠ°Š½Š°
-
-
+
+
Cert Id
Š”ŠµŃŃ ID
@@ -6192,7 +6589,7 @@ p, li { white-space: pre-wrap; }
RetroShare %1 Š·Š°ŠæŃŃŠµŠ½.
-
+
Welcome to RetroShare.
ŠŠ¾Š±ŃŠ¾ ŠæŠ¾Š¶Š°Š»Š¾Š²Š°ŃŃ Š² RetroShare
@@ -6210,24 +6607,18 @@ p, li { white-space: pre-wrap; }
Š”ŠµŃŃ
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
Show keys that are not validated by the GPG web of trust
-
+
Log
ŠŃŠ¾ŃŠ¾ŠŗŠ¾Š»
@@ -6236,12 +6627,12 @@ p, li { white-space: pre-wrap; }
ŠŠ°ŃŃŠ° ŃŠµŃŠø
-
+
Clear
ŠŃŠøŃŃŠøŃŃ
-
+
Trust matrix
@@ -6250,17 +6641,17 @@ p, li { white-space: pre-wrap; }
ŠŃŠ¾ŃŠ¼Š¾ŃŃ
-
+
RetroShare %1 started.
RetroShare %1 Š·Š°ŠæŃŃŠµŠ½.
-
+
Menu
-
+
Deny friend
ŠŠ°ŠæŃŠµŃŠøŃŃ Š“ŃŃŠ³Ń
@@ -6269,22 +6660,22 @@ p, li { white-space: pre-wrap; }
Š”Š¾Š³Š»Š°ŃŠµŠ½ Š“ŃŃŠ³Ń
-
+
Make friend
Š”Š“ŠµŠ»Š°ŃŃ Š“ŃŃŠ³Š¾Š¼
-
+
Delete certificate
Š£Š“Š°Š»ŠøŃŃ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Export my Cert
-
+
Peer details...
ŠŠŗŃŠæŠµŃŃŠ½ŃŠ¹ ŠæŠ¾Š“ŃŠ¾Š±Š½ŠµŠµ ...
@@ -6301,7 +6692,7 @@ p, li { white-space: pre-wrap; }
ŠÆŠ²Š»ŃŠµŃŃŃ Š»Šø Š“Š¾Š²ŠµŃŃŃŃ Š¼Š½Šµ
-
+
Unknown
ŠŠµŠøŠ·Š²ŠµŃŃŠ½Š¾
@@ -6310,68 +6701,88 @@ p, li { white-space: pre-wrap; }
ŠŠøŠŗŠ¾Š³Š“Š° Š½Šµ Š²ŠøŠ“ŠµŠ»
-
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6381,7 +6792,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6390,7 +6812,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; }
@@ -6399,77 +6821,77 @@ p, li { white-space: pre-wrap; }
-
+
Network Status
-
+
Local network
-
+
UPnP
-
+
External ip address finder
-
+
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
@@ -6848,12 +7270,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Š§Š°Ń
-
+
Export Friend
ŠŠŗŃŠæŠ¾ŃŃ ŠŗŠ¾Š½ŃŠ°ŠŗŃŠ°
@@ -6862,12 +7284,12 @@ p, li { white-space: pre-wrap; }
Š£Š“Š°Š»ŠøŃŃ ŠŗŠ¾Š½ŃŠ°ŠŗŃ
-
+
Save Certificate
Š”Š¾Ń
ŃŠ°Š½ŠøŃŃ ŃŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŃ (*. pqi)
@@ -6889,7 +7311,7 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ŠŃŃŠ·ŃŃ</span></p></body></html>
-
+
Connect To Friend
ŠŠ¾Š“ŠŗŠ»ŃŃŠøŃŃŃŃ Šŗ Š“ŃŃŠ³Ń
@@ -6904,148 +7326,148 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
Š”Š¾Š¾Š±ŃŠµŠ½ŠøŠµ Š“ŃŃŠ³Ń
-
+
Peer Details
ŠŠ°ŃŃŃŠ¾Š¹ŠŗŠø ŠŗŠ¾Š½ŃŠ°ŠŗŃŠ°
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
@@ -7112,66 +7534,72 @@ p, li { white-space: pre-wrap; }
ŠŠøŃŠ½ŃŠ¼
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
+
+
+
+ Disable Emoticons
+
+
Text Color
Š¦Š²ŠµŃ ŃŠµŠŗŃŃŠ°
-
+
Add Friend
ŠŠ¾Š±Š°Š²ŠøŃŃ Š“ŃŃŠ³Š°
-
+
Create new Profile
@@ -7181,7 +7609,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; }
@@ -7190,22 +7618,22 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Send
ŠŃŠæŃŠ°Š²ŠøŃŃ
-
+
Clear Chat History
ŠŃŠøŃŃŠøŃŃ ŠøŃŃŠ¾ŃŠøŃ
-
+
Profile View
@@ -7510,60 +7938,60 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
Š”ŠŗŃŃŃŃ ŠŠ²Š°ŃŠ°ŃŠ°
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
ŠŠ¾ŠŗŠ°Š·Š°ŃŃ ŠŠ²Š°ŃŠ°ŃŠ°
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
-
+
+
Bold
ŠŠøŃŠ½ŃŠ¼
-
-
+
+
Underline
ŠŠ¾Š“ŃŠµŃŠŗŠ½ŃŃŃ
-
-
+
+
Italic
ŠŃŃŃŠøŠ²
-
+
Text Color
Š¦Š²ŠµŃ ŃŠµŠŗŃŃŠ°
-
+
Send
ŠŃŠæŃŠ°Š²ŠøŃŃ
@@ -7578,8 +8006,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7587,7 +8015,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7595,88 +8023,98 @@ p, li { white-space: pre-wrap; }
-
+
Set Font
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -8068,7 +8506,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8077,12 +8524,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8635,8 +9078,8 @@ p, li { white-space: pre-wrap; }
Š ŠµŠ·ŃŠ»ŃŃŠ°ŃŃ
-
-
+
+
Download
Š”ŠŗŠ°ŃŠŗŠø
@@ -8646,45 +9089,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
ŠŠµŃŠ°Š½ŠøŃ Š½Š° ŠŗŠ°Š½Š°Š»Šµ
-
+
Recommend to Friends
Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“Š¾Š²Š°ŃŃ ŠŃŃŠ·ŃŃ
-
-
-
-
+
+
+
+
/
-
+
Remove
Š£Š“Š°Š»ŠøŃŃ
-
+
Remove All
Remove All
-
+
+
Folder
@@ -8727,24 +9171,24 @@ p, li { white-space: pre-wrap; }
ŠŠ¾ŠŗŃŠ¼ŠµŠ½ŃŃ
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -8810,7 +9254,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; }
@@ -8819,7 +9263,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8827,6 +9276,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8877,11 +9362,6 @@ p, li { white-space: pre-wrap; }
Search Id
ŠŠ¾ŠøŃŠŗ ID
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9257,74 +9737,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9859,37 +10352,37 @@ p, li { white-space: pre-wrap; }
-
+
Save your Cert into a File
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
@@ -9907,12 +10400,12 @@ p, li { white-space: pre-wrap; }
Š ŃŠµŠŗŃŃŠµ Š½ŠøŠ¶Šµ Š²Ń XPGP ŃŠµŃŃŠøŃŠøŠŗŠ°Ń. ŠŃ Š“Š¾Š»Š¶Š½Ń ŠæŃŠµŠ“ŃŃŠ°Š²ŠøŃŃ Š²Š°ŃŠµŠ¼Ń Š“ŃŃŠ³Ń
-
+
Copy your Cert to Clipboard
-
+
Run Email program
ŠŠ°ŠæŃŃŃŠøŃŠµ ŠæŠ¾ŃŃŠ¾Š²ŃŃ ŠæŃŠ¾Š³ŃŠ°Š¼Š¼Ń
@@ -9921,7 +10414,7 @@ p, li { white-space: pre-wrap; }
ŠŠ¾Š¶Š°Š»ŃŠ¹ŃŃŠ°, Š²ŃŃŠ°Š²ŃŃŠµ Š“ŃŃŠ·ŃŃ XPGP ŃŠµŃŃŠøŃŠøŠŗŠ°ŃŠ° Š² ŠæŠ¾Š»Šµ Š½ŠøŠ¶Šµ
-
+
Connect Friend Help
Š”Š²ŃŠ·Ń ŠŠ¾Š¼Š¾ŃŃ Š“ŃŃŠ³Ń
@@ -9930,7 +10423,7 @@ p, li { white-space: pre-wrap; }
ŠŃ Š¼Š¾Š¶ŠµŃŠµ ŃŠŗŠ¾ŠæŠøŃŠ¾Š²Š°ŃŃ ŃŃŠ¾Ń ŃŠµŠŗŃŃ Šø Š¾ŃŠæŃŠ°Š²ŠøŃŃ ŠµŠ³Š¾ Šŗ ŃŠ²Š¾ŠµŠ¼Ń Š“ŃŃŠ³Ń ŠæŠ¾ ŃŠ»ŠµŠŗŃŃŠ¾Š½Š½Š¾Š¹ ŠæŠ¾ŃŃŠµ, ICQ ŠøŠ»Šø ŠŗŠ°ŠŗŠøŠ¼-Š»ŠøŠ±Š¾ Š“ŃŃŠ³ŠøŠ¼ ŃŠæŠ¾ŃŠ¾Š±Š¾
-
+
Certificate Load Failed
ŠŠ°Š³ŃŃŠ·ŠŗŠ° ŠŃŠøŠ±ŠŗŠ° ŃŠµŃŃŠøŃŠøŠŗŠ°ŃŠ°
@@ -9976,42 +10469,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10027,18 +10520,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
ŠŠµŃŠ½ŃŃŃŃŃ/ŠŃŠ¼ŠµŠ½Š°
-
+
Clear Completed
ŠŃŠøŃŃŠŗŠ° Š·Š°Š²ŠµŃŃŠµŠ½Š°
-
+
Status
Status
@@ -10102,14 +10595,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
ŠŠ¼Ń ŃŠ°Š¹Š»Š°
-
+
Size
i.e: file size
Š Š°Š·Š¼ŠµŃ
@@ -10138,18 +10631,12 @@ p, li { white-space: pre-wrap; }
ŠŃŃŠ¾ŃŠ½ŠøŠŗŠø
-
- Speed / Queue priority
-
-
-
-
Remaining
i.e: Estimated Time of Arrival / Time left
- ŠŃŃŠ°Š»Š¾ŃŃ
+ ŠŃŃŠ°Š»Š¾ŃŃ
-
+
Core-ID
@@ -10159,234 +10646,245 @@ p, li { white-space: pre-wrap; }
ŠŠ¼Ń ŠæŠ¾Š»ŃŠ·Š¾Š²Š°ŃŠµŠ»Ń
-
+
Progress
i.e: % uploaded
Progress
-
+
Speed
i.e: upload speed
Š”ŠŗŠ¾ŃŠ¾ŃŃŃ
-
+
Transferred
ŠŠµŃŠµŠ“Š°Š½Š¾
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
ŠŃŠ¾ŃŠ¼Š¾ŃŃ
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+ ŠŃŃŠ°Š»Š¾ŃŃ
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
+
Hash
Š„ŃŃ
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
ŠŠµŠøŠ·Š²ŠµŃŃŠ½Š¾
-
+
version:
-
-
+
+
Uploading
@@ -10414,21 +10912,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10437,69 +10920,21 @@ active transfers will block the transfer process.
-
- File Name
+
+ F2F router information
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
Hash
- Š„ŃŃ
+ Š„ŃŃ
-
- Last transfer
-
-
-
-
Type
- Type
+ Type
-
- Request id
-
-
-
-
- Origin
-
-
-
-
Age
- ŠŠ¾Š·ŃŠ°ŃŃ
+ ŠŠ¾Š·ŃŠ°ŃŃ
diff --git a/retroshare-gui/src/lang/retroshare_sl.qm b/retroshare-gui/src/lang/retroshare_sl.qm
index 856765e6a..a2f3a9938 100644
Binary files a/retroshare-gui/src/lang/retroshare_sl.qm and b/retroshare-gui/src/lang/retroshare_sl.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_sl.ts b/retroshare-gui/src/lang/retroshare_sl.ts
index 7cd530884..41175ddc3 100644
--- a/retroshare-gui/src/lang/retroshare_sl.ts
+++ b/retroshare-gui/src/lang/retroshare_sl.ts
@@ -517,6 +517,64 @@ p, li { white-space: pre-wrap; }
O programu
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+ PrekliÄi
+
+
+
+ OK
+ V redu
+
+
+
+ Close
+ Zapri
+
+
BlogDialog
@@ -622,12 +680,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -636,26 +694,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -664,12 +722,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -678,61 +736,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
Ime
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -742,12 +815,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -756,7 +829,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; }
@@ -765,42 +838,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Skrij
@@ -894,48 +953,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Izberi digitalno potrdilo
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -944,28 +1003,28 @@ p, li { white-space: pre-wrap; }
Digitalna potrdila (*.pqi, *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1171,49 +1230,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1527,12 +1586,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
Ustvari kanal
-
+
Subscribe To Channel
NaroÄi se na kanal
@@ -1556,7 +1615,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; }
@@ -1565,32 +1624,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1601,49 +1660,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1683,69 +1762,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Ustvari prijatelja
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1753,15 +1820,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
PrekliÄi
-
-
Port:
- Vrata:
+ Vrata:
Trust Settings
@@ -1780,7 +1845,7 @@ Available: %3
PodpiŔi digitalno potrdilo
-
+
OK
V redu
@@ -1789,6 +1854,16 @@ Available: %3
Details
Podrobnosti
+
+
+ Name
+ Ime
+
+
+
+ Loc
+
+
Peer Address
@@ -1809,11 +1884,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1824,78 +1894,79 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
-
- Make Friends
-
+
+ Make Friend
+ Ustvari prijatelja
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
@@ -1906,13 +1977,13 @@ Available: %3
-
+
RetroShare
RetroShare
-
+
Error : cannot get peer details.
@@ -1937,37 +2008,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -2051,12 +2122,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2065,67 +2136,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
Ime
-
+
Description
-
+
Type:
Vrsta:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
PrekliÄi
-
+
Create
-
+
RetroShare
RetroShare
-
+
Please add a Name
@@ -2133,65 +2204,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2373,7 +2704,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
Zapri
@@ -2393,30 +2724,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ RetroShare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2446,7 +2803,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; }
@@ -2455,12 +2812,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2469,7 +2826,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2737,29 +3094,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ Datum
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
V redu
-
+
Cancel
PrekliÄi
@@ -2869,12 +3241,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3073,57 +3445,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3146,57 +3535,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3930,33 +4319,33 @@ p, li { white-space: pre-wrap; }
Ustvari novo digitalno potrdilo
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
Izberite zaupanja vrednega prijatelja
-
+
Certificates (*.pqi *.pem)
Digitalna potrdila (*.pqi, *.pem)
@@ -4048,8 +4437,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -4071,18 +4460,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -5223,53 +5612,68 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
MainWindow
-
+
Network
Omrežje
-
+
Friends
Prijatelji
-
+
Transfers
Prenosi
-
+
Messages
SporoÄila
-
+
Channels
Kanali
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
Možnosti
-
+
Hide
Skrij
-
+
Show
Pokaži
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -5309,12 +5713,12 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
-
+
Search
Najdi
-
+
Files
Datoteke
@@ -5323,47 +5727,47 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
Dodaj mapo v skupni rabi
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
PomoÄ
@@ -5373,22 +5777,22 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
O programu
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5397,22 +5801,22 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
Nastavitve
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5486,29 +5890,29 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
MessagesDialog
-
+
New Message
Novo sporoÄilo
-
+
Reply to Message
Odgovori
-
+
Remove Message
Odstrani sporoÄilo
-
+
Date
Datum
-
+
From
Od
@@ -5581,22 +5985,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Prejeto
-
-
+
+
Outbox
Odhodna poŔta
-
-
+
+
Draft
Osnutki
@@ -5674,7 +6078,7 @@ p, li { white-space: pre-wrap; }
Prenesi vse
-
+
Print Document
@@ -5689,107 +6093,107 @@ p, li { white-space: pre-wrap; }
Viri
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5947,114 +6351,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
Klepet
-
+
Message Friend
-
+
Connect To Friend
Poveži se s prijateljem
-
+
Peer Details
Podrobnosti o vrstniku
-
+
Export Friend
Izvozi prijatelja
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Shrani digitalno potrdilo
-
+
Certificates (*.pqi)
Digitalna potrdila (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -6083,7 +6487,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -6093,39 +6497,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -6140,17 +6549,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -6452,73 +6861,53 @@ p, li { white-space: pre-wrap; }
Naloži digitalno potrdilo
-
-
+
+
Select a pem/pqi File
Izberite datoteko pem/pqi
-
-
+
+
File Not Found
Datoteke ni mogoÄe najti
-
-
+
+
%1 does not exist. Would you like to create it?
%1 ne obstaja. Jo želite ustvariti?
-
-
+
+
Failed to Create File
Datoteke ni mogoÄe ustvariti
-
-
+
+
Unable to create %1 [%2]
Ni mogoÄe ustvariti %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
Izberi digitalno potrdilo
-
+
Certificates (*.pqi *.pem)
Digitalna potrdila (*.pqi, *.pem)
@@ -6546,7 +6935,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Ime
@@ -6567,13 +6956,13 @@ p, li { white-space: pre-wrap; }
Država
-
-
+
+
Cert Id
Id potrdila
-
+
Welcome to RetroShare.
@@ -6587,113 +6976,133 @@ p, li { white-space: pre-wrap; }
Podrobnosti o vrstniku
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Menu
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6703,7 +7112,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6712,39 +7132,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6753,72 +7167,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
Clear
-
+
Set Tabs Right
-
+
Set Tabs North
-
+
Set Tabs South
-
+
Set Tabs Left
-
+
Set Tabs Rounded
-
+
Set Tabs Triangular
-
+
Add Friend
Dodaj prijatelja
-
+
Copy My Key to Clipboard
-
+
Export My Key
-
+
Create New Profile
-
+
Create a new Profile
@@ -7200,12 +7614,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Klepet
-
+
Export Friend
Izvozi prijatelja
@@ -7214,12 +7628,12 @@ p, li { white-space: pre-wrap; }
Odstrani prijatelja
-
+
Save Certificate
Shrani digitalno potrdilo
-
+
Certificates (*.pqi)
Digitalna potrdila (*.pqi)
@@ -7244,7 +7658,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:9pt; font-weight:600;">Prijatelji</span></p></body></html>
-
+
Connect To Friend
Poveži se s prijateljem
@@ -7259,158 +7673,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Podrobnosti o vrstniku
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
PoŔlji
-
+
Profile View
@@ -7473,62 +7887,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
Dodaj prijatelja
-
+
Create new Profile
@@ -7538,7 +7958,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; }
@@ -7547,12 +7967,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7857,37 +8277,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
PoŔlji
@@ -7902,8 +8322,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7911,7 +8331,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7919,111 +8339,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -8403,7 +8833,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8412,12 +8851,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8966,8 +9401,8 @@ p, li { white-space: pre-wrap; }
Rezultati
-
-
+
+
Download
Prenesi
@@ -8977,45 +9412,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
Oddajaj na kanalu
-
+
Recommend to Friends
PriporoÄi prijateljem
-
-
-
-
+
+
+
+
/
-
+
Remove
Odstrani
-
+
Remove All
Odstrani vse
-
+
+
Folder
@@ -9061,24 +9497,24 @@ p, li { white-space: pre-wrap; }
Dokumenti
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
@@ -9132,7 +9568,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; }
@@ -9141,7 +9577,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9149,6 +9590,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -9199,11 +9676,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9583,74 +10055,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -10181,22 +10666,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
@@ -10206,37 +10691,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
Nalaganje potrdila ni uspelo
@@ -10282,42 +10767,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10333,18 +10818,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
PrekliÄi
-
+
Clear Completed
PoÄisti zakljuÄene
-
+
Status
Stanje
@@ -10414,14 +10899,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Ime
-
+
Size
i.e: file size
Velikost
@@ -10450,250 +10935,250 @@ p, li { white-space: pre-wrap; }
Viri
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
Napredek
-
+
Speed
i.e: upload speed
Hitrost
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10721,21 +11206,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10744,69 +11214,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- Ime datoteke
+ Ime datoteke
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Vrsta
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Vrsta
diff --git a/retroshare-gui/src/lang/retroshare_sr.qm b/retroshare-gui/src/lang/retroshare_sr.qm
index 88289bfdb..b5e762900 100644
Binary files a/retroshare-gui/src/lang/retroshare_sr.qm and b/retroshare-gui/src/lang/retroshare_sr.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_sr.ts b/retroshare-gui/src/lang/retroshare_sr.ts
index a2ce79e45..1c29c4399 100644
--- a/retroshare-gui/src/lang/retroshare_sr.ts
+++ b/retroshare-gui/src/lang/retroshare_sr.ts
@@ -471,6 +471,64 @@ p, li { white-space: pre-wrap; }
ŠŠæŃŠøŃŠµ
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+ ŠŠ¾Š½ŠøŃŃŠø
+
+
+
+ OK
+ Š£ Š ŠµŠ“Ń
+
+
+
+ Close
+
+
+
BlogDialog
@@ -576,12 +634,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -590,26 +648,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -618,12 +676,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -632,61 +690,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
ŠŠ¼Šµ
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -696,12 +769,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -710,7 +783,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; }
@@ -719,42 +792,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Š”Š°ŠŗŃŠø
@@ -848,74 +907,74 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
ŠŠ·Š°Š±ŠµŃŠø Š”ŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1061,49 +1120,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1457,7 +1516,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; }
@@ -1466,42 +1525,42 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubscribe
-
+
Subscribe To Channel
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
-
+
Create Channel
-
+
Unsubcribe To Channel
@@ -1512,49 +1571,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1594,69 +1673,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1668,28 +1735,36 @@ Available: %3
Details
ŠŠµŃŠ°ŃŠø
+
+
+ Name
+ ŠŠ¼Šµ
+
+
+
+ Loc
+
+
Peer Address
ŠŠ“ŃŠµŃŠ° ŠŃŠµŠ¶Šµ
-
-
Port:
- ŠŠ¾ŃŃ:
+ ŠŠ¾ŃŃ:
Trust Level
ŠŠøŠ²Š¾ ŠŠ¾Š²ŠµŃŠµŃŠ°
-
+
Cancel
ŠŠ¾Š½ŠøŃŃŠø
-
+
OK
Š£ Š ŠµŠ“Ń
@@ -1703,11 +1778,6 @@ Available: %3
Peer Details
ŠŠ¾Š“Š°ŃŠø ŠŃŠµŠ¶Šµ
-
-
- Name:
-
-
Peer ID
@@ -1723,78 +1793,79 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
-
- Make Friends
+
+ Make Friend
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
@@ -1805,13 +1876,13 @@ Available: %3
-
+
RetroShare
RetroShare
-
+
Error : cannot get peer details.
@@ -1836,37 +1907,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -1950,12 +2021,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -1964,67 +2035,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
ŠŠ¼Šµ
-
+
Description
-
+
Type:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
ŠŠ¾Š½ŠøŃŃŠø
-
+
Create
-
+
RetroShare
RetroShare
-
+
Please add a Name
@@ -2032,65 +2103,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2287,35 +2618,61 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
Close
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+ RetroShare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2345,7 +2702,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; }
@@ -2354,12 +2711,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2368,7 +2725,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2636,29 +2993,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ ŠŠ°ŃŃŠ¼
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
Š£ Š ŠµŠ“Ń
-
+
Cancel
ŠŠ¾Š½ŠøŃŃŠø
@@ -2768,12 +3140,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -2962,57 +3334,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3035,57 +3424,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3719,33 +4108,33 @@ p, li { white-space: pre-wrap; }
GenCertDialog
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
ŠŠ·Š°Š±ŠµŃŠø ŠŃŠøŃŠ°ŃŠµŃŠ° ŠŠ“ ŠŠ¾Š²ŠµŃŠµŃŠ°
-
+
Certificates (*.pqi *.pem)
@@ -3899,8 +4288,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -3922,18 +4311,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -5063,93 +5452,108 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
ŠŃŠµŠ¶Š°
-
+
Friends
ŠŃŠøŃŠ°ŃŠµŃŠø
-
+
Transfers
Š¢ŃŠ°Š½ŃŃŠµŃ
-
+
Messages
ŠŠ¾ŃŃŠŗŠµ
-
+
Channels
ŠŠ°Š½Š°Š»Šø
-
+
Options
ŠŠæŃŠøŃŠµ
-
+
Hide
Š”Š°ŠŗŃŠø
-
+
Show
ŠŃŠøŠŗŠ°Š¶Šø
-
+
+
+
+
+
+
RetroShare
RetroShare
-
+
Search
-
+
Files
-
+
+ Blogs
+
+
+
+
Links Cloud
-
+
Unfinished
-
+
Show/Hide
-
+
Minimize
-
+
Maximize
-
+
&Quit
-
+
+ You has a new message
+
+
+
+
Internal Error
@@ -5158,37 +5562,37 @@ p, li { white-space: pre-wrap; }
ŠŠ¾Š“Š°Ń ŠŠµŃŠµŠ½Šø ŠŠøŃŠµŠŗŃŠ¾ŃŠøŃŃŠ¼
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Help
ŠŠ¾Š¼Š¾Ń
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5197,22 +5601,22 @@ p, li { white-space: pre-wrap; }
ŠŠ¾Š“ŠµŃŠ°Š²Š°ŃŠ°
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5318,29 +5722,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
ŠŠ¾Š²Š° ŠŠ¾ŃŃŠŗŠ°
-
+
Reply to Message
ŠŠ“Š³Š¾Š²Š¾ŃŠø ŠŠ° ŠŠ¾ŃŃŠŗŃ
-
+
Remove Message
Š£ŠŗŠ»Š¾Š½Šø ŠŠ¾ŃŃŠŗŃ
-
+
Date
ŠŠ°ŃŃŠ¼
-
+
From
ŠŠ“
@@ -5361,7 +5765,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:10pt; font-weight:600;">ŠŃŠµŠæŠ¾ŃŃŃŠµŠ½Šø Š¤Š°ŃŠ»Š¾Š²Šø</span></p></body></html>
-
+
Print Document
@@ -5376,101 +5780,101 @@ p, li { white-space: pre-wrap; }
ŠŠ·Š²Š¾ŃŠøŃŃŠ°
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
ŠŃŠµŃŠ·ŠøŠ¼Š°ŃŠµ
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
@@ -5522,22 +5926,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
-
-
+
+
Outbox
-
-
+
+
Draft
@@ -5548,7 +5952,7 @@ p, li { white-space: pre-wrap; }
-
+
Subject
@@ -5753,109 +6157,109 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
Š§ŠµŃ
-
+
Message Friend
-
+
Peer Details
ŠŠ¾Š“Š°ŃŠø ŠŃŠµŠ¶Šµ
-
+
Export Friend
ŠŠ·Š²ŠµŠ·Šø ŠŃŠøŃŠ°ŃŠµŃŠ°
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Save Certificate
Š”Š°ŃŃŠ²Š°Ń Š”ŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŠø (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
-
+
Connect To Friend
@@ -5864,7 +6268,7 @@ Do you want to send them a Message instead
Š£ŠŗŠ»Š¾Š½Šø ŠŃŠøŃŠ°ŃŠµŃŠ°
-
+
Offline
@@ -5889,7 +6293,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5899,39 +6303,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5946,17 +6355,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -6238,7 +6647,7 @@ p, li { white-space: pre-wrap; }
NetworkDialog
-
+
Welcome to RetroShare.
@@ -6247,32 +6656,32 @@ p, li { white-space: pre-wrap; }
Š£ŃŠøŃŠ°Ń Š”ŠµŃŃŠøŃŠøŠŗŠ°Ń
-
-
+
+
Select a pem/pqi File
ŠŠ·Š°Š±ŠµŃŠø pem/pqi Š¤Š°ŃŠ»
-
-
+
+
File Not Found
Š¤Š°ŃŠ» ŠŠøŃŠµ ŠŠ°ŃŠµŠ½
-
-
+
+
%1 does not exist. Would you like to create it?
%1 Š½Šµ ŠæŠ¾ŃŃŠ¾ŃŠø. ŠŠ° Š»Šø Š¶ŠµŠ»ŠøŃŠµ Š“Š° Š³Š° Š½Š°ŠæŃŠ°Š²ŠøŃŠµ?
-
-
+
+
Failed to Create File
ŠŠµŃŃŠæŠµŃŠ½Š¾ ŠŃŠ°Š²ŃŠµŃŠµ Š¤Š°ŃŠ»Š°
-
-
+
+
Unable to create %1 [%2]
ŠŠøŃŠµ ŠŠ¾Š³ŃŃŠµ ŠŠ°ŠæŃŠ°Š²ŠøŃŠø %1 [%2]
@@ -6281,12 +6690,12 @@ p, li { white-space: pre-wrap; }
ŠŃŠøŃ
Š²Š°ŃŠø
-
+
Select Certificate
ŠŠ·Š°Š±ŠµŃŠø Š”ŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi *.pem)
@@ -6301,7 +6710,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
ŠŠ¼Šµ
@@ -6322,8 +6731,8 @@ p, li { white-space: pre-wrap; }
ŠŠµŠ¼ŃŠ°
-
-
+
+
Cert Id
Š”ŠµŃŃ ID
@@ -6332,144 +6741,144 @@ p, li { white-space: pre-wrap; }
ŠŠ¾Š“Š°ŃŠø ŠŃŠµŠ¶Šµ
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Menu
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6480,18 +6889,23 @@ Right-click and select 'make friend' to be able to connect.
-
- GPG key validity
+
+ Did I authenticated peer
-
-
+
+ Did I sign his gpg key
+
+
+
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6500,7 +6914,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; }
@@ -6509,92 +6923,92 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
+
External ip address finder
-
+
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
@@ -6976,12 +7390,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Š§ŠµŃ
-
+
Export Friend
ŠŠ·Š²ŠµŠ·Šø ŠŃŠøŃŠ°ŃŠµŃŠ°
@@ -6990,12 +7404,12 @@ p, li { white-space: pre-wrap; }
Š£ŠŗŠ»Š¾Š½Šø ŠŃŠøŃŠ°ŃŠµŃŠ°
-
+
Save Certificate
Š”Š°ŃŃŠ²Š°Ń Š”ŠµŃŃŠøŃŠøŠŗŠ°Ń
-
+
Certificates (*.pqi)
Š”ŠµŃŃŠøŃŠøŠŗŠ°ŃŠø (*.pqi)
@@ -7020,163 +7434,163 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Connect To Friend
-
+
Peer Details
ŠŠ¾Š“Š°ŃŠø ŠŃŠµŠ¶Šµ
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
ŠŠ¾ŃŠ°ŃŠø
-
+
Profile View
@@ -7239,62 +7653,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
-
+
Create new Profile
@@ -7304,7 +7724,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; }
@@ -7313,12 +7733,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7623,37 +8043,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
ŠŠ¾ŃŠ°ŃŠø
@@ -7668,8 +8088,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7677,7 +8097,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7685,111 +8105,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -8161,7 +8591,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8170,12 +8609,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8714,41 +9149,41 @@ p, li { white-space: pre-wrap; }
SearchDialog
-
-
+
+
Download
ŠŃŠµŃŠ·ŠøŠ¼Š°ŃŠµ
-
+
Broadcast on Channel
ŠŃŠ¾Š“ŠŗŠµŃŃ ŠŠ° ŠŠ°Š½Š°Š»Ń
-
+
Recommend to Friends
ŠŃŠµŠæŠ¾ŃŃŃŠµŠ½Š¾ ŠŃŠøŃŠ°ŃŠµŃŠøŠ¼Š°
-
-
-
-
+
+
+
+
/
-
+
Remove
Š£ŠŗŠ»Š¾Š½Šø
-
+
Remove All
Š£ŠŗŠ»Š¾Š½Šø Š”Š²Šµ
-
+
Download Notice
@@ -8758,34 +9193,35 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
-
+
+
Folder
@@ -8849,7 +9285,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; }
@@ -8858,7 +9294,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8866,6 +9307,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -8931,11 +9408,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -9305,74 +9777,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9903,22 +10388,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
@@ -9928,37 +10413,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
@@ -10004,42 +10489,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10055,18 +10540,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
ŠŠ¾Š½ŠøŃŃŠø
-
+
Clear Completed
ŠŃŠøŃŃŠø ŠŠ°Š²ŃŃŠµŠ½Š¾
-
+
Status
Š”ŃŠ°ŃŃŃ
@@ -10136,14 +10621,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
ŠŠ¼Šµ
-
+
Size
i.e: file size
ŠŠµŠ»ŠøŃŠøŠ½Š°
@@ -10172,250 +10657,250 @@ p, li { white-space: pre-wrap; }
ŠŠ·Š²Š¾ŃŠøŃŃŠ°
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Progress
i.e: % uploaded
ŠŃŠ¾Š³ŃŠµŃ
-
+
Speed
i.e: upload speed
ŠŃŠ·ŠøŠ½Š°
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Low
+
+ Down
-
- Normal
+
+ Up
-
- High
+
+ Top
-
- Auto
-
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
@@ -10443,21 +10928,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10466,69 +10936,13 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- ŠŠ¼Šµ Š¤Š°ŃŠ»Š°
-
-
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
- Type
-
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ ŠŠ¼Šµ Š¤Š°ŃŠ»Š°
diff --git a/retroshare-gui/src/lang/retroshare_sv.qm b/retroshare-gui/src/lang/retroshare_sv.qm
index ae3ccfe97..72a0b6d71 100644
Binary files a/retroshare-gui/src/lang/retroshare_sv.qm and b/retroshare-gui/src/lang/retroshare_sv.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_sv.ts b/retroshare-gui/src/lang/retroshare_sv.ts
index b3abf4225..daa9f2415 100644
--- a/retroshare-gui/src/lang/retroshare_sv.ts
+++ b/retroshare-gui/src/lang/retroshare_sv.ts
@@ -681,6 +681,64 @@ daren@sawkey.net
SlƤppt under GPL
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+ Popularitet
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+ Avbryt
+
+
+
+ OK
+ OK
+
+
+
+ Close
+ StƤng
+
+
BlogDialog
@@ -787,12 +845,12 @@ SlƤppt under GPL
BlogsDialog
-
+
Form
FormulƤr
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -801,26 +859,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
LƤgg till
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
Posta till kanal
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -829,12 +887,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
Avsluta prenumereration
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -843,61 +901,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
Prenumerera
-
-
+
+
Create New Blog
-
+
Name
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -907,12 +980,12 @@ Available: %3
BlogsMsgItem
-
+
Form
FormulƤr
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -921,7 +994,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; }
@@ -930,42 +1003,32 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
Ta bort prenumeration frƄn kanal
-
+
Remove Item
Radera objekt
-
-
+
+
Expand
Utƶka
-
TextLabel
- TextEtikett
+ TextEtikett
-
+
Comments here
-
+
Hide
Dƶlj
@@ -1059,7 +1122,7 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
Certifikatfiler
@@ -1068,38 +1131,38 @@ p, li { white-space: pre-wrap; }
AnvƤnd XPGP-certifikat sparade i filer
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
Du mƄste skapa en fil med ditt certifikat och ge det till din vƤn. Alternativt kan du anvƤnda en tidigare skapad fil.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
Ange sƶkvƤg till din vƤns certifikat i rutan nedan
-
+
Browse
BlƤddra
-
+
Select Certificate
VƤlj certifikat
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -1108,23 +1171,23 @@ p, li { white-space: pre-wrap; }
Certifikat (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
Certifikatsfil skapad utan fel
-
+
Sorry, certificate file creation failed
TyvƤrr, fel uppstod vid skapande av certifikatsfilen
@@ -1133,12 +1196,12 @@ p, li { white-space: pre-wrap; }
Laddning av certifikat felaktigt: nƄgot Ƥr fel med %1
-
+
Certificate Load Failed:file %1 not found
Laddning av certifikat felaktigt %1 hittades inte
-
+
Use PGP certificates saved in files.
@@ -1387,50 +1450,50 @@ av forum
&Bild
-
+
Open File...
Ćppna fil...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
HTML-filer (*.htm *.html);;Alla filer (*)
-
+
Save as...
Spara som...
-
+
Print Document
Skriv ut dokument
-
+
Save Message
Spara meddelande
-
+
Message has not been Sent.
Do you want to save message ?
Meddelandet har inte skickats.
Vill du spara meddelandet ?
-
+
Choose Image
VƤlj bild
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
Bildfiler som stƶds (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
LƤgg till extra fil
@@ -1851,12 +1914,12 @@ av forum
ChannelFeed
-
+
Create Channel
Skapa kanal
-
+
Subscribe To Channel
Prenumerera pƄ kanal
@@ -1884,7 +1947,7 @@ p, li { white-space: pre-wrap; }
LƤgg till
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -1893,32 +1956,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
Posta till kanal
-
+
Unsubcribe To Channel
Ta bort prenumeration frƄn kanal
-
+
Unsubscribe
Avsluta prenumereration
-
+
Subscribe
Prenumerera
-
+
Auto Download On
-
+
Auto Download Off
@@ -1933,49 +1996,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+ Popularitet
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+ Prenumerera pƄ kanal
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -2058,49 +2141,37 @@ Available: %3
ConclusionPage
-
+
Make Friend
Skapa vƤn
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
@@ -2109,7 +2180,7 @@ Available: %3
Fyll i detaljerna om din vƤn hƤr
-
+
Peer details
Klientdetaljer
@@ -2118,7 +2189,7 @@ Available: %3
PĆ„litlig:
-
+
Name:
Namn:
@@ -2127,7 +2198,7 @@ Available: %3
Org:
-
+
Loc:
Plac:
@@ -2136,7 +2207,7 @@ Available: %3
Land:
-
+
Signers
Signerare
@@ -2148,22 +2219,20 @@ Available: %3
ConfCertDialog
-
+
Cancel
Avbryt
-
-
Port:
- Port:
+ Port:
Sign The Certificate
Signera certifikatet
-
+
OK
OK
@@ -2178,9 +2247,8 @@ Available: %3
Klientdetaljer
-
Name:
- Namn:
+ Namn:
@@ -2210,25 +2278,18 @@ Available: %3
Version
-
-
- Loc:
-
-
Peer Address
Klientadress
-
Local Address:
- Lokal adress:
+ Lokal adress:
-
External Address:
- Extern adress:
+ Extern adress:
@@ -2236,57 +2297,83 @@ Available: %3
-
+
+ SignGPG Key
+
+
+
+
Deny Friend
Neka vƤn
-
- Make Friends
-
+
+ Make Friend
+ Skapa vƤn
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Name
-
- Your trust in this peer is :
+
+ Loc
-
+
+ Local Address
+ Lokal adress
+
+
+
+ External Address
+ Extern adress
+
+
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
Ingen
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
@@ -2321,13 +2408,13 @@ Available: %3
-
+
RetroShare
RetroShare
-
+
Error : cannot get peer details.
@@ -2352,37 +2439,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -2485,12 +2572,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2499,67 +2586,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
-
+
Description
Beskrivning
-
+
Type:
Typ:
-
+
Public - Anyone can read and publish (Shared Publish Key)
Publik - Alla kan lƤsa och publivera (Delad publiceringsnyckel)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
BegrƤnsad - Alla kan lƤsa, begrƤnsad publicering (Privat publiceringsnyckel)
-
+
Private - (Private Publish Key required to view Messages)
Privat . (Privat publiceringsnyckel krƤvs fƶr att visa meddelanden)
-
+
Allowed Messages
TillƄtna meddelanden
-
+
Authemticated Messages
Verifierade meddelanden
-
+
Anonymous Messages
Anonyma meddelanden
-
+
Cancel
Avbryt
-
+
Create
Skapa
-
+
RetroShare
RetroShare
-
+
Please add a Name
LƤgg till ett namn
@@ -2567,65 +2654,329 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
Ćmne:
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
Bilagor
-
- Drag and Drop Files from Search Results
- Dra och slƤpp filer frƄn sƶkresultat
+
+ toolBar
+ VerkygsfƤlt
-
+
+ toolBar_2
+ VerktygsfƤlt_2
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+ Fet
+
+
+
+ Underline
+ Understruken
+
+
+
+ Italic
+ Kursiv
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+ Drag and Drop Files from Search Results
+ Dra och slƤpp filer frƄn sƶkresultat
+
+
+
Add Extra File
LƤgg till extra fil
-
+
RetroShare
RetroShare
-
+
Please add a Subject
+
+
+ &File
+ &Fil
+
+
+
+ &New
+ &Ny
+
+
+
+ &Open...
+ &Ćppna
+
+
+
+ &Save
+ &Spara
+
+
+
+ Save &As...
+ Spara S&om
+
+
+
+ &Print...
+ Skriv &ut....
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+ &Exportera till PDF
+
+
+
+ &Quit
+ &Avsluta
+
+
+
+ &Edit
+ &Redigera
+
+
+
+ &Undo
+ &Ć
ngra
+
+
+
+ &Redo
+ &Gƶr om
+
+
+
+ Cu&t
+ &Klipp ut
+
+
+
+ &Copy
+ K&opiera
+
+
+
+ &Paste
+ K&listra in
+
+
+
+ &View
+ &Visa
+
+
+
+ &Insert
+ &Infoga
+
+
+
+ &Image
+ &Bild
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+ &VƤnster
+
+
+
+
+ C&enter
+ &Centrerad
+
+
+
+
+ &Right
+ &Hƶger
+
+
+
+ &Justify
+ &Justerad
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+ Applikation
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+ Ćppna fil...
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+ HTML-filer (*.htm *.html);;Alla filer (*)
+
+
+
+ Save as...
+ Spara som...
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+ Skriv ut dokument
+
+
+
+ Choose Image
+ VƤlj bild
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+ Bildfiler som stƶds (*.png *.jpeg *.jpg *.gif)
+
CreateChannelMsg
@@ -2811,7 +3162,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
StƤng
@@ -2831,30 +3182,56 @@ p, li { white-space: pre-wrap; }
Forum Posta Ƥmne
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
Forum Posta
-
+
Sign Message
Signera meddelande
-
+
toolBar
VerkygsfƤlt
-
+
Post Forum Msg
Posta forummeddelande
-
+
+ Paste retroshare Link
+ Klistra in retrosharelƤnk
+
+
+
+
+ RetroShare
+ RetroShare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
LƤgg till extra fil
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2892,7 +3269,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; }
@@ -2901,12 +3278,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2915,7 +3292,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -3195,29 +3572,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ Datum
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
Kopiera
-
+
OK
OK
-
+
Cancel
Avbryt
@@ -3355,12 +3747,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
UrsƤkta, ett fel uppstod
-
+
Here is the error message:
HƤr Ƥr felmeddelandet:
@@ -3598,57 +3990,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3699,57 +4108,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
VƤnner till vƤnner
-
+
Select now who you want to make friends with.
VƤlj nu vem du vill bli vƤn med.
-
+
Show me:
Visa mig:
-
+
Any peer I've not signed
Osignerade klienter
-
+
Friends of my friends who already trust me
VƤnner till mina vƤnner som redan litar pƄ mig
-
+
Signed peers showing as denied
Signerade XXX som visas som nekade
-
+
Peer name
Klientnamn
-
+
Also signed by
Ćven signerad av
-
+
Peer id
Klient-ID
-
+
Make friend with these peers
Bli vƤn med dessa XXX
-
+
*** None ***
*** Ingen ***
@@ -4542,33 +4951,33 @@ p, li { white-space: pre-wrap; }
Generera nytt certifikat
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
VƤlj pƄlitlig vƤn
-
+
Certificates (*.pqi *.pem)
Certifikat (*.pqi *.pem)
@@ -4695,8 +5104,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
Meddelande
@@ -4722,7 +5131,7 @@ p, li { white-space: pre-wrap; }
LƤgg till destination fƶr meddelande
-
+
Message Destination
Destination fƶr meddelande
@@ -4731,13 +5140,13 @@ p, li { white-space: pre-wrap; }
Dra och slƤpp filer frƄn sƶkresultat
-
-
+
+
Attachments
Bilagor
-
+
Subject :
Ćmne:
@@ -5631,53 +6040,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
NƤtverk
-
+
Friends
VƤnner
-
+
Transfers
Ćverfƶringar
-
+
Messages
Meddelanden
-
+
Channels
Kanaler
-
+
+ Blogs
+ Bloggar
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
Alternativ
-
+
Hide
Dƶlj
-
+
Show
Visa
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -5717,12 +6141,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Sƶk
-
+
Files
Filer
@@ -5731,47 +6155,47 @@ p, li { white-space: pre-wrap; }
LƤgg till delad katalog
-
+
Show/Hide
Visa/Dƶlj
-
+
&Quit
&Avsluta
-
+
Bandwidth Graph
Bandbreddsdiagram
-
+
Open Messenger
Ćppna meddelandeklient
-
+
Links Cloud
LƤnkmoln
-
+
Unfinished
Ej slutfƶrda
-
+
Minimize
Minimera
-
+
Maximize
Maximera
-
+
Help
HjƤlp
@@ -5781,22 +6205,22 @@ p, li { white-space: pre-wrap; }
Om
-
+
News Feed
Nyhetsflƶde
-
+
Forums
Forum
-
+
Open Messages
Ćppna meddelanden
-
+
Applications
Applikationer
@@ -5805,7 +6229,7 @@ p, li { white-space: pre-wrap; }
InstƤllningar
-
+
RetroShare %1 a secure decentralised commmunication platform
RetroShare %1 en sƤker och decentraliserad kommunikationsplattform
@@ -5814,17 +6238,17 @@ p, li { white-space: pre-wrap; }
Turtle
-
+
Plugins
Plugin
-
+
Really quit ?
Verkligen avsluta?
-
+
Do you really want to exit RetroShare ?
Vill du verkligen avsluta RetroShare?
@@ -5902,29 +6326,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Nytt meddelande
-
+
Reply to Message
Svara pƄ meddelande
-
+
Remove Message
Ta bort meddelande
-
+
Date
Datum
-
+
From
FrƄn
@@ -5997,22 +6421,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Inkorg
-
-
+
+
Outbox
Utkorg
-
-
+
+
Draft
Utkast
@@ -6090,7 +6514,7 @@ p, li { white-space: pre-wrap; }
HƤmta alla
-
+
Print Document
Skriv ut dokument
@@ -6105,95 +6529,95 @@ p, li { white-space: pre-wrap; }
KƤllor
-
+
#
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
Vidarebefodra markerat meddelande
-
+
Remove Messages
Ta bort meddelanden
-
+
Forward Message
Vidarebefodra meddelande
-
+
Download
HƤmta
-
-
+
+
Re:
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
Fwd:
-
+
File Request Confirmation
BekrƤfta filfƶrfrƄgan
-
+
The file has been added to your download list.
Filen har lagts till i din nedladdningslista.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
FilfƶrfrƄgningsfel
-
+
The file link is malformed.
FillƤnken Ƥr missbildad.
-
+
Save as...
Spara som...
-
+
HTML-Files (*.htm *.html);;All Files (*)
HTML-filer (*.htm *.html);;Alla filer (*)
@@ -6202,14 +6626,14 @@ p, li { white-space: pre-wrap; }
Svara alla
-
-
+
+
Reply to All
Svara alla
-
+
Subject
Ćmne
@@ -6445,7 +6869,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
Ansluten
@@ -6487,7 +6911,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;">Dela ett personligt meddelande med dina kontakter</p></body></html>
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -6498,114 +6922,114 @@ 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;">LƤgg till en vƤn</p></body></html>
-
+
Expand all
-
+
Collapse all
-
+
Chat
Chatt
-
+
Message Friend
MeddelandevƤn
-
+
Connect To Friend
Anslut till vƤn
-
+
Peer Details
Klientdetaljer
-
+
Export Friend
Exportera vƤn
-
+
Deny Friend
Neka vƤn
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Spara certifikat
-
+
Certificates (*.pqi)
Certifikat (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
@@ -6628,49 +7052,54 @@ Do you want to send them a Message instead
Klicka fƶr att Ƥndra din avatar
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
TextEtikett
-
+
Share Files for your Friends
Dela filer med dina vƤnner
-
+
...
...
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
Ange rot Ƥr inte dekorerad
-
+
Hide Offline Friends
@@ -7077,7 +7506,7 @@ p, li { white-space: pre-wrap; }
RetroShare %1 startad.
-
+
Welcome to RetroShare.
VƤlkommen till RetroShare.
@@ -7086,32 +7515,32 @@ p, li { white-space: pre-wrap; }
LƤs in certifikat
-
-
+
+
Select a pem/pqi File
VƤlj en pem/pqi-fil
-
-
+
+
File Not Found
Filen hittades inte
-
-
+
+
%1 does not exist. Would you like to create it?
%1 finns inte. Vill du skapa den?
-
-
+
+
Failed to Create File
Misslyckades med att skapa fil
-
-
+
+
Unable to create %1 [%2]
Kunde inte skapa %1 [%2]
@@ -7120,12 +7549,12 @@ p, li { white-space: pre-wrap; }
GodkƤnn
-
+
Select Certificate
VƤlj certifikat
-
+
Certificates (*.pqi *.pem)
Certifikat (*.pqi *.pem)
@@ -7140,7 +7569,7 @@ p, li { white-space: pre-wrap; }
-
+
Name
Namn
@@ -7163,7 +7592,7 @@ Right-click and select 'make friend' to be able to connect.
Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.
-
+
Trust matrix
PĆ„litlighetsmatris
@@ -7172,17 +7601,17 @@ Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.Vy
-
+
RetroShare %1 started.
RetroShare %1 startad.
-
+
Menu
-
+
Deny friend
Neka vƤn
@@ -7191,22 +7620,22 @@ Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.Acceptera vƤn
-
+
Make friend
Skapa vƤn
-
+
Delete certificate
Neka certifikat
-
+
Export my Cert
-
+
Peer details...
Klientdetaljer...
@@ -7223,7 +7652,7 @@ Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.Litar pƄ mig
-
+
Unknown
OkƤnd
@@ -7232,94 +7661,98 @@ Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.Har aldrig sett
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
None
- Ingen
+ Ingen
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
Certifikatsfil skapad utan fel
-
+
Sorry, certificate file creation failed
TyvƤrr, fel uppstod vid skapande av certifikatsfilen
-
+
UPNP is active.
UPNP Ƥr aktivt.
-
+
UPNP NOT FOUND.
UPNP HITTADES EJ.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
@@ -7328,7 +7761,7 @@ Right-click and select 'make friend' to be able to connect.
DHT OK
-
+
DHT is not working (down).
DHT fungerar inte (nere).
@@ -7366,14 +7799,8 @@ Right-click and select 'make friend' to be able to connect.
FormulƤr
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
@@ -7404,13 +7831,24 @@ p, li { white-space: pre-wrap; }
Klientadress
-
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg key
+
+
+
+
+
Cert Id
Cert-Id
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7419,7 +7857,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; }
@@ -7428,57 +7866,57 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
Log
Logg
-
+
Network Status
NƤtverksstatus
-
+
Local network
-
+
UPnP
-
+
External ip address finder
-
+
Add Friend
LƤgg till en vƤn
-
+
Copy My Key to Clipboard
-
+
Export My Key
-
+
Create New Profile
-
+
Create a new Profile
@@ -7495,37 +7933,37 @@ p, li { white-space: pre-wrap; }
UPnP Aktivt
-
+
Clear
Rensa
-
+
Set Tabs Right
SƤtt tabbar hƶger
-
+
Set Tabs North
SƤtt tabbar norr
-
+
Set Tabs South
SƤtt tabbar sƶder
-
+
Set Tabs Left
SƤtt tabbar vƤnster
-
+
Set Tabs Rounded
SƤtt tabbar rundade
-
+
Set Tabs Triangular
SƤtt tabbar triangulƤr
@@ -8051,12 +8489,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Chatta
-
+
Export Friend
Exportera vƤn
@@ -8065,12 +8503,12 @@ p, li { white-space: pre-wrap; }
Ta bort vƤn
-
+
Save Certificate
Spara certifikat
-
+
Certificates (*.pqi)
Certifikat (*.pqi)
@@ -8085,7 +8523,7 @@ p, li { white-space: pre-wrap; }
Person
-
+
Connect To Friend
Anslut till vƤn
@@ -8104,158 +8542,158 @@ p, li { white-space: pre-wrap; }
VƤlkommen till RetroShares gruppchatt.
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
MeddelandevƤn
-
+
Peer Details
Klientdetaljer
-
+
Deny Friend
Neka vƤn
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
Ansluten
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
LƤgg till extra fil
-
+
File Request Confirmation
BekrƤfta filfƶrfrƄgan
-
+
The file has been added to your download list.
Filen har lagts till i din nedladdningslista.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
FilfƶrfrƄgningsfel
-
+
The file link is malformed.
FillƤnken Ƥr missbildad.
-
-
+
+
Drop file error.
FilslƤppningsfel.
-
+
File not found or file name not accepted.
Filen hittades inte eller filnamn ogiltigt.
-
+
Directory can't be dropped, only files are accepted.
Kataloger kan inte dra och slƤppas, endast filer.
-
+
(me)
-
+
-
-
+
Send
Skicka
-
+
Profile View
Profilvy
@@ -8332,66 +8770,72 @@ p, li { white-space: pre-wrap; }
Fet
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
Skapa ny kanal
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
+
+
+
+ Disable Emoticons
+
+
Text Color
TextfƤrg
-
+
Add Friend
LƤgg till en vƤn
-
+
Create new Profile
@@ -8401,7 +8845,7 @@ p, li { white-space: pre-wrap; }
Typsnitt
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8410,12 +8854,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
Rensa chatthistorik
@@ -8723,37 +9167,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
Gƶm avatar
-
+
:images/hide_toolbox_frame.png
:images/hide_toolbox_frame.png
-
+
Show Avatar
Visa avatar
-
+
:images/show_toolbox_frame.png
:images/show_toolbox_frame.png
-
+
Open Style
Ćppna stil
-
+
Styles (*.htm)
Stilar (*.htm)
-
+
Send
Skicka
@@ -8768,8 +9212,8 @@ p, li { white-space: pre-wrap; }
Huvudfƶnster
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -8780,7 +9224,7 @@ border-image: url(:/images/mystatus_bg.png);
}
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -8791,111 +9235,121 @@ 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;">Ange chattfƶnsterstil</p></body></html>
-
-
+
+
Bold
Fet
-
-
+
+
Underline
Understruken
-
-
+
+
Italic
Kursiv
-
+
Set Font
Ange typsnitt
-
+
Text Color
TextfƤrg
-
+
toolBar
VerkygsfƤlt
-
+
Strike
Strike
-
+
Avatar
Avatar
-
+
Set your Avatar Picture
Ange din avatarbild
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
Chattar med
-
+
Add Extra File
LƤgg till extra fil
-
+
File Request Confirmation
BekrƤfta filfƶrfrƄgan
-
+
The file has been added to your download list.
Filen har lagts till i din nedladdningslista.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
FilfƶrfrƄgningsfel
-
+
The file link is malformed.
FillƤnken Ƥr missbildad.
-
-
+
+
Drop file error.
FilslƤppningsfel.
-
+
File not found or file name not accepted.
Filen hittades inte eller filnamn ogiltigt.
-
+
Directory can't be dropped, only files are accepted.
Kataloger kan inte dra och slƤppas, endast filer.
-
+
Add a File for your Friend
LƤgg till en fil till din vƤn
@@ -9298,7 +9752,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -9307,12 +9770,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -9861,8 +10320,8 @@ p, li { white-space: pre-wrap; }
Resultat
-
-
+
+
Download
HƤmta
@@ -9872,45 +10331,46 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
Kopiera retrosharelƤnk
-
+
Send retroshare Link
Skicka retrosharelƤnk
-
+
Broadcast on Channel
SƤnd pƄ kanal
-
+
Recommend to Friends
Rekommendera till vƤnner
-
-
-
-
+
+
+
+
/
-
+
Remove
Ta bort
-
+
Remove All
Ta bort alla
-
+
+
Folder
Katalog
@@ -9956,24 +10416,24 @@ p, li { white-space: pre-wrap; }
Dokument
-
+
Download Notice
Nedladdningsnotering
-
+
Skipping Local Files
Hoppa ƶver lokala filer
-
-
+
+
Sorry
Ledsen
-
-
+
+
This function is not yet implemented.
Denna funktion Ƥr inte implemeterad Ƥn.
@@ -10101,7 +10561,7 @@ p, li { white-space: pre-wrap; }
Sƶk-Id
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10110,7 +10570,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10118,6 +10583,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10139,9 +10640,8 @@ 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;">Val av nedladdning</p></body></html>
-
Close All Search Results
- StƤng alla sƶkresultat
+ StƤng alla sƶkresultat
@@ -10615,74 +11115,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
Kopiera retrosharelƤnk
-
Send retroshare Link
Skicka retrosharelƤnk
-
+
Recommend (Automated message) To
Rekommendera (automatiserat meddelande) till
-
+
Recommend in a message to
Rekommendera i ett meddelande till
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
Ćppna fil
-
+
Open Folder
Ćppna katalog
-
+
Set command for opening this file
Ange kommando fƶr ƶppning av denna fil
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -11254,42 +11767,42 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Please, paste your friends PGP certificate into the box below
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
Save as...
Spara som...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
@@ -11307,7 +11820,7 @@ p, li { white-space: pre-wrap; }
Texten nedan Ƥr ditt XPGP-certifikat. Du mƄste ge detta till din vƤn
-
+
Run Email program
Kƶr epostklient
@@ -11316,7 +11829,7 @@ p, li { white-space: pre-wrap; }
Klistra in dina vƤnners XPGP-certifikat i rutan nedan
-
+
Connect Friend Help
Anslut vƤn-hjƤlp
@@ -11325,7 +11838,7 @@ p, li { white-space: pre-wrap; }
Du kan kopiera denna text och skicka till dina vƤnner via epost, ICQ eller annat sƤtt
-
+
Certificate Load Failed
InlƤsning av certifikat misslyckades
@@ -11371,42 +11884,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -11422,18 +11935,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Avbryt
-
+
Clear Completed
Tƶm fƤrdiga
-
+
Status
Status
@@ -11444,14 +11957,14 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
Filnamn
-
+
Size
i.e: file size
Storlek
@@ -11474,13 +11987,12 @@ p, li { white-space: pre-wrap; }
KƤllor
-
Remaining
i.e: Estimated Time of Arrival / Time left
- Ć
terstƄr
+ Ć
terstƄr
-
+
Core-ID
KƤrn-ID
@@ -11496,80 +12008,86 @@ p, li { white-space: pre-wrap; }
-
- Speed / Queue priority
+
+ Remaining
+ Ć
terstƄr
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
-
+
Peer
i.e: user name
Klient
-
+
Progress
i.e: % uploaded
Fƶrlopp
-
+
Speed
i.e: upload speed
Hastighet
-
+
Transferred
Ćverfƶrt
-
+
Hash
Hash
-
+
Play
Spela
-
+
Pause
Paus
-
+
Resume
Ć
teruppta
-
+
Open Folder
Ćppna katalog
-
+
Open File
Ćppna fil
-
+
Preview File
Fƶrhandsgranska fil
-
+
Details...
-
+
Copy retroshare Link
Kopiera retrosharelƤnk
-
+
Paste retroshare Link
Klistra in retrosharelƤnk
@@ -11584,111 +12102,111 @@ p, li { white-space: pre-wrap; }
Ange rot Ƥr dekorerad
-
+
View
Visa
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
-
-
-
-
- Priority (Speed)
-
-
-
-
- Low
-
-
-
-
- Normal
-
-
-
-
- High
-
-
-
-
- Auto
-
-
-
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
version:
-
+
Queued
-
+
+ Speed / Queue position
+
+
+
+
+ Down
+
+
+
+
+ Up
+
+
+
+
+ Top
+
+
+
+
+ Bottom
+
+
+
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
RetroShare
RetroShare
-
+
Details:
-
+
Open Transfer
Ćppna ƶverfƶring
-
+
File %1 is not completed. If it is a media file, try to preview it.
Fil %1 Ƥr inte komplett. Om det Ƥr en mediafil, fƶrsƶk att fƶrhandsgranska den.
-
+
Are you sure that you want to cancel and delete these files?
Ćr du sƤker att du vill avbryta och ta bort dessa filer?
@@ -11752,52 +12270,52 @@ 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:9pt; font-weight:600;">Uppladdningar:</span></p></body></html>
-
-
-
-
+
+
+
+
Failed
Misslyckades
-
-
-
-
+
+
+
+
Okay
Okej
-
-
-
+
+
+
Waiting
VƤntar
-
-
+
+
Downloading
HƤmtar
-
-
-
-
-
-
+
+
+
+
+
+
Complete
FullstƤndig
-
+
Unknown
OkƤnd
-
-
+
+
Uploading
Laddar upp
@@ -11825,21 +12343,6 @@ p, li { white-space: pre-wrap; }
Visar: hela nƤtverket
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -11848,69 +12351,25 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- Filnamn
+ Filnamn
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
Hash
- Hash
+ Hash
-
- Last transfer
-
-
-
-
Type
- Typ
+ Typ
-
- Request id
-
-
-
-
- Origin
-
-
-
-
Age
- Ć
lder
+ Ć
lder
diff --git a/retroshare-gui/src/lang/retroshare_tr.qm b/retroshare-gui/src/lang/retroshare_tr.qm
index 3a2fbc344..98ef4b2ab 100644
Binary files a/retroshare-gui/src/lang/retroshare_tr.qm and b/retroshare-gui/src/lang/retroshare_tr.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_tr.ts b/retroshare-gui/src/lang/retroshare_tr.ts
index 2d3b23ed7..703c68ddd 100644
--- a/retroshare-gui/src/lang/retroshare_tr.ts
+++ b/retroshare-gui/src/lang/retroshare_tr.ts
@@ -493,6 +493,64 @@ p, li { white-space: pre-wrap; }
About
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+ baÄlantılı
+
+
BlogDialog
@@ -598,12 +656,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -612,26 +670,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+ Ekle
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -640,12 +698,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -654,61 +712,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
Name
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -718,12 +791,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -732,7 +805,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; }
@@ -741,42 +814,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
Hide
@@ -851,7 +910,7 @@ p, li { white-space: pre-wrap; }
Add
-
+ Ekle
@@ -870,48 +929,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -920,28 +979,28 @@ p, li { white-space: pre-wrap; }
Certificates (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1147,49 +1206,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1499,12 +1558,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
yaratmak kanal
-
+
Subscribe To Channel
Subscribe To Kanal
@@ -1525,10 +1584,10 @@ p, li { white-space: pre-wrap; }
Add
-
+ Ekle
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -1537,32 +1596,32 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubcribe To Channel
-
+
Unsubscribe
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
@@ -1573,49 +1632,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1644,69 +1723,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Yapı ArkadaÅ
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1714,15 +1781,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
geƧersiz kılmak
-
-
Port:
- Port:
+ Port:
Trust Settings
@@ -1745,6 +1810,16 @@ Available: %3
Details
Details
+
+
+ Name
+ Name
+
+
+
+ Loc
+
+
Peer Address
@@ -1765,11 +1840,6 @@ Available: %3
Peer Info
-
-
- Name:
-
-
Peer ID
@@ -1780,21 +1850,6 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
@@ -1807,13 +1862,13 @@ Available: %3
-
+
RetroShare
Retroshare
-
+
Error : cannot get peer details.
@@ -1838,37 +1893,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -1878,62 +1933,78 @@ Available: %3
-
+
Deny Friend
-
- Make Friends
-
-
-
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Local Address
-
- Your trust in this peer is :
+
+ External Address
-
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
-
+
+ SignGPG Key
+
+
+
+
+ Make Friend
+ Yapı ArkadaÅ
+
+
+
OK
@@ -2012,12 +2083,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -2026,67 +2097,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
Name
-
+
Description
-
+
Type:
Tip:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
-
+
Create
-
+
RetroShare
Retroshare
-
+
Please add a Name
@@ -2094,65 +2165,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
Retroshare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2334,7 +2665,7 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Close
baÄlantılı
@@ -2354,30 +2685,56 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
+ Paste retroshare Link
+ YapıÅtır retroshare Link
+
+
+
+
+ RetroShare
+ Retroshare
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2407,7 +2764,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; }
@@ -2416,12 +2773,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2430,7 +2787,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2698,29 +3055,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+ Date
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
-
+
Cancel
@@ -2830,12 +3202,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3031,57 +3403,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -3104,57 +3493,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3504,7 +3893,7 @@ p, li { white-space: pre-wrap; }
Add
-
+ Ekle
@@ -3882,33 +4271,33 @@ p, li { white-space: pre-wrap; }
Generate New Certificate
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
Select Trusted Friend
-
+
Certificates (*.pqi *.pem)
Certificates (*.pqi *.pem)
@@ -3994,8 +4383,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Message
@@ -4017,18 +4406,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4956,55 +5345,70 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
- iletiÅim aÄı
+ AÄ
-
+
Friends
- Sohbet ile ArkadaÅ
+ ArkadaÅlar
-
+
Transfers
- Transfers
+ Aktarımlar
-
+
Messages
- Email
+ Mesajlar
-
+
Channels
- Kanals
+ Kanallar
-
+
+ Blogs
+
+
+
+
+ You has a new message
+
+
+
+
Internal Error
-
+
Options
- Opsiyon
+ SeƧenekler
-
+
Hide
- Hide
+ Gizle
-
+
Show
- Show
+ Gƶster
-
+
+
+
+
+
+
RetroShare
- Retroshare
+ Retroshare
Invite Friend
@@ -5013,90 +5417,90 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
toolBar
-
+
Add Friend
- eklemek
+ ArkadaÅ ekle
Add a Friend Wizard
-
+ ArkadaŠEkleme Sihirbazı
Add Share
- eklemek
+ PaylaÅ ekle
Quick Start Wizard
-
+ Hızlı BaÅlangıƧ Sihirbazı
-
+
Search
- araÅtırmak
+ AraÅtır
-
+
Files
- dosya
+ Dosya
Add Shared Directory
eklemek paylaÅmak rehber kitap
-
+
Show/Hide
-
+ Gƶster/Gizle
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
Help
@@ -5106,22 +5510,22 @@ p, li { white-space: pre-wrap; }
About
-
+
News Feed
-
+
Forums
-
+ Forumlar
-
+
Open Messages
-
+
Applications
@@ -5130,22 +5534,22 @@ p, li { white-space: pre-wrap; }
Settings
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5219,29 +5623,29 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
New Message
Yeni Mesaj
-
+
Reply to Message
Reply to Mesaj
-
+
Remove Message
Remove Mesaj
-
+
Date
Date
-
+
From
From
@@ -5308,22 +5712,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
Email-Inbox
-
-
+
+
Outbox
Email-Outbox
-
-
+
+
Draft
MĆ¼svedde
@@ -5395,7 +5799,7 @@ p, li { white-space: pre-wrap; }
Download All
-
+
Print Document
@@ -5410,107 +5814,107 @@ p, li { white-space: pre-wrap; }
Sources
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward selected Message
-
+
Remove Messages
-
+
Forward Message
-
+
Download
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
-
-
+
+
Reply to All
-
+
Subject
@@ -5664,114 +6068,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
GrupSohbet
-
+
Message Friend
-
+
Connect To Friend
Connect To ArkadaÅ
-
+
Peer Details
Peer ayrıntılar
-
+
Export Friend
Export ArkadaÅ
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Offline
-
+
Save Certificate
Save Certificate
-
+
Certificates (*.pqi)
Certificates (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
GƶrĆ¼ntĆ¼
@@ -5800,7 +6204,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5810,39 +6214,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5857,17 +6266,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5920,7 +6329,7 @@ p, li { white-space: pre-wrap; }
All
-
+ Hepsi
@@ -6159,73 +6568,53 @@ p, li { white-space: pre-wrap; }
YĆ¼klemek Sertifika
-
-
+
+
Select a pem/pqi File
Select a pem/pqi File
-
-
+
+
File Not Found
File Not Found
-
-
+
+
%1 does not exist. Would you like to create it?
%1 does not exist. Would you like to create it?
-
-
+
+
Failed to Create File
Failed to Create File
-
-
+
+
Unable to create %1 [%2]
Unable to create %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
Select Certificate
-
+
Certificates (*.pqi *.pem)
Certificates (*.pqi *.pem)
@@ -6250,9 +6639,9 @@ p, li { white-space: pre-wrap; }
-
+
Name
- Name
+ Isim
Peer Address
@@ -6271,124 +6660,144 @@ p, li { white-space: pre-wrap; }
Country
-
-
+
+
Cert Id
Cert Id
-
+
Welcome to RetroShare.
-
+
Menu
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
+
+ Authenticated
+ DoÄrulanmıÅ
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+ DoÄrulanmamıÅ
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
- Retroshare
+ Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
DHT is not working (down).
@@ -6403,7 +6812,18 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg 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; }
@@ -6412,39 +6832,33 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6453,72 +6867,72 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
External ip address finder
-
+
Clear
-
+
Set Tabs Right
-
+
Set Tabs North
-
+
Set Tabs South
-
+
Set Tabs Left
-
+
Set Tabs Rounded
-
+
Set Tabs Triangular
-
+
Add Friend
eklemek
-
+
Copy My Key to Clipboard
-
+
Export My Key
-
+
Create New Profile
-
+
Create a new Profile
@@ -6655,7 +7069,7 @@ p, li { white-space: pre-wrap; }
Forums
-
+ Forumlar
@@ -6893,12 +7307,12 @@ p, li { white-space: pre-wrap; }
PeersDialog
-
+
Chat
Sohbet
-
+
Export Friend
Export ArkadaÅ
@@ -6907,12 +7321,12 @@ p, li { white-space: pre-wrap; }
Remove ArkadaÅ
-
+
Save Certificate
Save Certificate
-
+
Certificates (*.pqi)
Certificates (*.pqi)
@@ -6934,7 +7348,7 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">ArkadaÅ</span></p></body></html>
-
+
Connect To Friend
Connect To ArkadaÅ
@@ -6949,158 +7363,158 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Message Friend
-
+
Peer Details
Peer ayrıntılar
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
+
Send
Gƶndermek
-
+
Profile View
@@ -7126,7 +7540,7 @@ p, li { white-space: pre-wrap; }
Add
-
+ Ekle
@@ -7150,7 +7564,7 @@ p, li { white-space: pre-wrap; }
Edit Personal message
-
+ DeÄiÅtir KiÅisel mesaj
@@ -7163,62 +7577,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
eklemek
-
+
Create new Profile
@@ -7228,7 +7648,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; }
@@ -7237,12 +7657,12 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Clear Chat History
@@ -7547,37 +7967,37 @@ p, li { white-space: pre-wrap; }
PopupChatDialog
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
Send
Gƶndermek
@@ -7592,8 +8012,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -7601,7 +8021,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -7609,111 +8029,121 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -8000,7 +8430,7 @@ p, li { white-space: pre-wrap; }
Edit Personal message
-
+ DeÄiÅtir KiÅisel mesaj
@@ -8009,7 +8439,11 @@ p, li { white-space: pre-wrap; }
p, li { 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;"><img src=":/images/info16.png" /><span style=" font-size:8pt;"> </span><span style=" font-size:12pt;">Public Information</span></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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;"><img src=":/images/info16.png" /><span style=" font-size:8pt;"> </span><span style=" font-size:12pt;">Public Information</span></p></body></html>
@@ -8045,7 +8479,11 @@ p, li { white-space: pre-wrap; }
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=" 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; color:#76746c;">Location:</span></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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=" 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; color:#76746c;">Yer:</span></p></body></html>
@@ -8063,7 +8501,11 @@ p, li { white-space: pre-wrap; }
p, li { 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:11pt; font-weight:600; color:#808080;">Other Information</span></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { 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:11pt; font-weight:600; color:#808080;">DiÄer Bilgiler</span></p></body></html>
@@ -8093,7 +8535,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8102,12 +8553,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -8214,7 +8661,7 @@ p, li { white-space: pre-wrap; }
Quick Start Wizard
-
+ Hızlı BaÅlangıƧ Sihirbazı
@@ -8251,7 +8698,7 @@ p, li { white-space: pre-wrap; }
Next >
-
+ Sonraki >
@@ -8259,63 +8706,63 @@ p, li { white-space: pre-wrap; }
Exit
-
+ ĆıkıÅ
For best performance, RetroShare needs to know a little about your connection to the internet.
-
+ En iyi performans iƧin, Retroshare biraz Ä°nternet baÄlantınız hakkında bilmelidir
Choose your upload speed limit:
-
+ upload hız sınırı seƧ:
KB/s
-
+
Choose your download speed limit:
-
+ download hız sınırı seƧ:
Connection :
-
+ BaÄlantı
Automatic (UPnP)
-
+
Firewalled
-
+ GĆ¼venlik duvarı
Manually forwarded port
-
+ Port yƶnlendirme
Dicovery :
-
+ KeÅif:
Share Ip and information with your friend (Disc On)
-
+ Ip ve bilgi paylaÅ arkadaÅınız ile
Don't share any information (Disc Off)
-
+ (Disk Kapalı) herhangi bir bilgi paylaÅmayın
@@ -8331,7 +8778,7 @@ p, li { white-space: pre-wrap; }
< Back
-
+ < Geri
@@ -8348,27 +8795,27 @@ p, li { white-space: pre-wrap; }
Directory
-
+ Klasƶr
Network Wide
-
+ GeniÅ aÄı
Browseable
-
+ Taranabilir
Add
-
+ Ekle
Remove
- Remove
+ Kaldır
@@ -8406,32 +8853,33 @@ p, li { white-space: pre-wrap; }
Start RetroShare when my System Starts.
-
+ Windows ile baÅlat
Finish
-
+ Bitir
Select A Folder To Share
-
+ Bir klasƶr seƧin PaylaÅım iƧin
Shared Directory Added!
-
+ PaylaÅılan Dizin Eklendi!
Do you really want to stop sharing this directory ?
-
+ GerƧekten bu dizinin paylaÅımını durdurmak istiyor musunuz?
Warning!
-
+ Uyarı!
+
@@ -8544,7 +8992,7 @@ p, li { white-space: pre-wrap; }
Age
-
+ YaÅ
@@ -8648,18 +9096,18 @@ p, li { white-space: pre-wrap; }
Sources
- Sources
+ Kaynak
Results
- Results
+ SonuƧ
-
-
+
+
Download
- Download
+ Indir
@@ -8667,47 +9115,48 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
Kopyala retroshare Link
-
+
Send retroshare Link
-
+ Gƶnder retroshare Link Mesajla
-
+
Broadcast on Channel
Broadcast on Channel
-
+
Recommend to Friends
Recommend to ArkadaÅ
-
-
-
-
+
+
+
+
/
-
+
Remove
- Remove
+ Kaldır
-
+
Remove All
- Remove All
+ Hepsini Kaldır
-
+
+
Folder
-
+ Klasƶr
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -8719,17 +9168,17 @@ p, li { white-space: pre-wrap; }
Any
- Any
+ Herhangi
Audio
- Audio
+ Ses
Video
- Video
+ GƶrĆ¼ntĆ¼
Images
@@ -8748,66 +9197,66 @@ p, li { white-space: pre-wrap; }
Documents
-
+
Download Notice
-
+
Skipping Local Files
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
Size
- Size
+ Boyut
Type
- Type
+ TĆ¼rĆ¼
Archive
-
+ ArÅiv
CD-Image
-
+ CD-imajı
Document
-
+ Belge
Picture
-
+ Resim
Program
-
+
Directory
-
+ Klasƶr
@@ -8819,42 +9268,91 @@ 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:'Arial'; 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;">Close all Search Resullts</span></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">TĆ¼mĆ¼np Kapat</span></p></body></html>
-
+
+ Clear all Search Results
+ TĆ¼mĆ¼nĆ¼ Kapat
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; 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;">Download Selected</span></p></body></html>
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;">Indir</span></p></body></html>
+
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+ kendi dosyalarini gƶster
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+ ArkadaÅlari ara
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+ F2F ara
+
+
+
+ Limit number of results to :
Filename
-
+ Dosya Adı
Start Search
-
+ BaÅlat
Search
- araÅtırmak
+ BaÅlat
Reset
- Reset
+ Iptal
@@ -8869,7 +9367,7 @@ p, li { white-space: pre-wrap; }
Age
-
+ YaÅ
@@ -8886,11 +9384,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -8964,7 +9457,7 @@ p, li { white-space: pre-wrap; }
Firewalled
-
+ GĆ¼venlik duvarı
@@ -9151,12 +9644,12 @@ behind a firewall or a VPN.
Select A Folder To Share
-
+ Bir klasƶr seƧin PaylaÅım iƧin
Do you really want to stop sharing this directory ?
-
+ GerƧekten bu dizinin paylaÅımını durdurmak istiyor musunuz?
@@ -9167,12 +9660,13 @@ behind a firewall or a VPN.
Warning!
-
+ Uyarı!
+
Shared Directory Added!
-
+ PaylaÅılan Dizin Eklendi!
@@ -9209,12 +9703,12 @@ p, li { white-space: pre-wrap; }
Directory
-
+ Klasƶr
Network Wide
-
+ GeniÅ aÄı
@@ -9224,7 +9718,7 @@ p, li { white-space: pre-wrap; }
Add
-
+ Ekle
@@ -9233,7 +9727,7 @@ p, li { white-space: pre-wrap; }
Download
- Download
+ Indir
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -9245,100 +9739,113 @@ p, li { white-space: pre-wrap; }
Checking...
-
+ Kontrol ediliyor ...
Check files
-
+ Onay dosyaları
-
Copy retroshare Link
- Kopyala retroshare Link
+ Kopyala retroshare Link
-
Send retroshare Link
-
+ Gƶnder retroshare Link Mesajla
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
+ retroshare Link Panoya Kopyala
+
+
+
+ Copy retroshare Links to Clipboard (HTML)
+ reroshare Link Panoya Kopyala (HTML)
+
+
+
+ Send retroshare Links
+ Gƶnder retroshare link Mesajla
+
+
+
+ Send retroshare Links (HTML)
+ Gƶnder retroshare link Mesajla (HTML)
+
+
+
+ Send retroshare Links to Chat
+ Gƶnder retroshare link Chat
+
+
+
+ Send retroshare Links to Cloud
-
- Send retroshare Link to Chat
+
+ Add Links to Cloud
-
- Send retroshare Link to Cloud
-
-
-
-
- Add Link to Cloud
-
-
-
-
-
+
+
Open File
- Dosyayı AƧ
+ Dosyayı AƧ
-
+
Open Folder
- Klasƶr AƧ
+ Klasƶr AƧ
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+ <strong>PaylaÅılan Dosyalar</strong>
-
+
<strong>Friends Files</strong>
-
+ <strong>ArkadaÅların Dosyaları</strong>
-
+
<strong>Files</strong>
-
+ <strong>Dosyalar</strong>
Splitted View
-
+ Pencereyi Bƶl
Friends Folders
-
+ ArkadaÅların Dosyaları
My Folders
-
+ Klasƶrlerim
@@ -9347,37 +9854,41 @@ p, li { white-space: pre-wrap; }
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; 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-weight:600;">Files</span></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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-weight:600;">Dosyalar</span></p></body></html>
All
-
+ Hepsi
One day old
-
+ Bir gĆ¼n olan
One Week old
-
+ Bir Haft
One month old
-
+ Bir ay
Download selected
-
+ Indir
check files
-
+ Onay dosyaları
@@ -9852,22 +10363,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -9877,37 +10388,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
sertifika yĆ¼klemek baÅaramamak
@@ -9953,42 +10464,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10004,18 +10515,18 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Iptal
-
+
Clear Completed
Tamanları Temizle
-
+
Status
Durum
@@ -10039,7 +10550,11 @@ p, li { white-space: pre-wrap; }
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; 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;"><span style=" font-weight:600;">Downloads:</span></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; 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;"><span style=" font-weight:600;">Indirenler:</span></p></body></html>
@@ -10080,17 +10595,17 @@ p, li { white-space: pre-wrap; }
-
+
Name
i.e: file name
- Name
+ Dosya Adı
-
+
Size
i.e: file size
- Size
+ Boyut
Progress
@@ -10101,7 +10616,7 @@ p, li { white-space: pre-wrap; }
Speed
i.e: Download speed
- Hız
+ Hız
@@ -10116,250 +10631,266 @@ p, li { white-space: pre-wrap; }
Kaynak
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
-
+
Progress
i.e: % uploaded
Ilerleme
-
+
Speed
i.e: upload speed
Speed
-
+
Transferred
Aktarıldı
-
+
Hash
-
+
-
+
Play
BaÅlat
-
+
Pause
Duraklat
-
+
Resume
Devam
-
+
Open Folder
Klasƶr AƧ
-
+
Open File
Dosyayı AƧ
-
+
Preview File
Ćnizleme
-
+
Details...
Ayrıntılar
-
+
Copy retroshare Link
Kopyala retroshare Link
-
+
Paste retroshare Link
YapıÅtır retroshare Link
-
+
View
GƶrĆ¼ntĆ¼
-
- Low
- DĆ¼Åuk
+
+ Down
+
-
- Normal
- Normal
+
+ Up
+
-
- High
- YĆ¼ksek
+
+ Top
+
-
- Auto
- Otomatik
-
-
-
- Streaming
+
+ Bottom
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+ Low
+ DĆ¼Åuk
+
+
+ Normal
+ Normal
+
+
+ High
+ YĆ¼ksek
+
+
+ Auto
+ Otomatik
+
+
+
+ Streaming
+
+
+
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
RetroShare
Retroshare
-
+
Details:
Ayrıntılar
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
-
+
+ Speed / Queue position
+
+
+
+
+ Remaining
+ Kalan
+
+
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
+ Indirme zamani
+
+
+
Peer
i.e: user name
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
+ YavaÅ
-
-
-
+
+
+
Average
-
+ Ortalama
-
-
+
+
Faster
-
+ Daha hızlı
-
- Priority (Queue)
-
+
+
+
+
+ Failed
+ BaÅarısız
-
- Priority (Speed)
-
+
+
+
+
+ Okay
+ Tamam
-
-
-
- Failed
-
-
-
-
-
-
-
- Okay
-
-
-
-
-
-
+
+
Waiting
Bekliyor
-
-
+
+
Downloading
Indiriliyor
-
-
-
-
-
-
+
+
+
+
+
+
Complete
BitmıÅ
-
+
Unknown
-
+
version:
-
-
+
+
Uploading
Gƶnderiliyor
@@ -10387,21 +10918,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -10410,69 +10926,17 @@ active transfers will block the transfer process.
-
+
+ F2F router information
+
+
+
File Name
- File Name
+ File Name
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
Type
- Type
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
-
+ Type
diff --git a/retroshare-gui/src/lang/retroshare_zh_CN.qm b/retroshare-gui/src/lang/retroshare_zh_CN.qm
index 6013dd8d2..9f86da2b6 100644
Binary files a/retroshare-gui/src/lang/retroshare_zh_CN.qm and b/retroshare-gui/src/lang/retroshare_zh_CN.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_zh_CN.ts b/retroshare-gui/src/lang/retroshare_zh_CN.ts
index f0bb9177a..99e9bc389 100644
--- a/retroshare-gui/src/lang/retroshare_zh_CN.ts
+++ b/retroshare-gui/src/lang/retroshare_zh_CN.ts
@@ -1,11 +1,11 @@
-
+
AboutDialog
-
+
About RetroShare
@@ -188,6 +188,45 @@ p, li { white-space: pre-wrap; }
+
+ AppearancePage
+
+
+ Language
+ čÆčØ (Language)
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html>
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ę¹åčÆčØęēęåéåRetroshare!</p></body></html>
+
+
+
+ Style
+
+
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html>
+
+
+
+
+ Style Sheet
+
+
+
ApplicationWindow
@@ -249,8 +288,8 @@ p, li { white-space: pre-wrap; }
ē»č®” (Statistics)
-
+
RetroShare
@@ -281,8 +320,8 @@ p, li { white-space: pre-wrap; }
BandwidthGraph
-
+
Show Settings
ę¾ē¤ŗč®¾ē½®
@@ -382,7 +421,7 @@ p, li { white-space: pre-wrap; }
Last Post
-
+ ęååč”Ø
@@ -402,7 +441,7 @@ p, li { white-space: pre-wrap; }
OK
-
+ ē”®å®
@@ -420,7 +459,7 @@ p, li { white-space: pre-wrap; }
Blogs
-
+ å客
@@ -493,7 +532,7 @@ p, li { white-space: pre-wrap; }
Subject
-
+ é¢ē®
@@ -678,8 +717,8 @@ p, li { white-space: pre-wrap; }
-
+
Expand
@@ -744,7 +783,7 @@ p, li { white-space: pre-wrap; }
Status:
-
+ ē¶ę:
@@ -945,7 +984,7 @@ p, li { white-space: pre-wrap; }
Compose:
-
+ č°±åäŗäæ”ęÆęø é
@@ -1113,7 +1152,7 @@ Do you want to save message ?
Subject:
-
+ é¢ē®:
@@ -1158,7 +1197,7 @@ Do you want to save message ?
Attach File
-
+ éå ę件
@@ -1250,8 +1289,8 @@ p, li { white-space: pre-wrap; }
-
+
Expand
@@ -1342,7 +1381,7 @@ p, li { white-space: pre-wrap; }
Forum Name
-
+ č®ŗååē§°
@@ -1352,12 +1391,12 @@ p, li { white-space: pre-wrap; }
Last Post
-
+ ęååč”Ø
Forum ID
-
+ č®ŗåčŗ«ä»½čÆ
@@ -1372,7 +1411,7 @@ p, li { white-space: pre-wrap; }
OK
-
+ ē”®å®
@@ -1383,12 +1422,12 @@ p, li { white-space: pre-wrap; }
ChannelFeed
-
+
Create Channel
åå»ŗé¢é
-
+
Subscribe To Channel
č®¢é²é¢é (Subscribe)
@@ -1412,7 +1451,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; }
@@ -1421,32 +1460,32 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
Subscribe
č®¢é
-
+
Auto Download On
-
+
Auto Download Off
-
+
Post To Channel
-
+
Unsubcribe To Channel
@@ -1457,64 +1496,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+ ęµč”åŗ¦
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
Post to Channel
-
+
Subscribe to Channel
-
+
Unsubscribe to Channel
-
+
Show Channel Details
-
+
Create a new Channel
-
+ åå»ŗäøäøŖę°é¢é
-
+
New Channel
-
+ ę°é¢é
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1606,15 +1650,13 @@ Available: %3
ConfCertDialog
-
+
Cancel
åę¶
-
-
Port:
- ipē«Æå£
+ ipē«Æå£
Trust Settings
@@ -1637,6 +1679,11 @@ Available: %3
Details
čƦę
+
+
+ Loc
+
+
Peer Address
@@ -1656,7 +1703,7 @@ Available: %3
RetroShare
-
+ Retroshare
@@ -1717,7 +1764,7 @@ Available: %3
Maybe password is wrong
-
+ åÆē éčÆÆ
@@ -1725,15 +1772,19 @@ Available: %3
-
Name:
- åå
+ åå
Peer Details
ē»ē¹čƦē»äæ”ęÆ
+
+
+ Name
+ å§å
+
Peer ID
@@ -1744,25 +1795,10 @@ Available: %3
Version
-
-
- Loc:
-
-
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
Addresses list
-
+ å°ååč”Ø
@@ -1770,64 +1806,80 @@ Available: %3
-
- Your trust in this peer is :
+
+ Local Address
-
+
+ External Address
+
+
+
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
-
- Sign GPG Key
-
-
-
-
+
Sign GPG key
-
- Deny Friend
+
+ SignGPG Key
-
+
+ Deny Friend
+ ęē»å„½å
+
+
+
Make Friend
-
+
OK
-
+ ē”®å®
@@ -1925,7 +1977,7 @@ p, li { white-space: pre-wrap; }
Description
-
+ ęčæ°
@@ -1935,22 +1987,22 @@ p, li { white-space: pre-wrap; }
Public - Anyone can read and publish (Shared Publish Key)
-
+ å
Œ
± - ä»»ä½äŗŗé½åÆ仄é
čÆ»åååøļ¼ååøå
±äŗ«åÆé„ļ¼
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+ éå¶ - ä»»ä½äŗŗé½åÆ仄é
čÆ»ļ¼ęéēåŗēļ¼ē§äŗŗååøé®ļ¼
Private - (Private Publish Key required to view Messages)
-
+ ē§äŗŗ - ļ¼ē§äŗŗååøēå
³é®č¦ę±ļ¼ä»„ę„ēę¶ęÆļ¼
Allowed Messages
-
+ å
č®øé®ä»¶
@@ -1960,7 +2012,7 @@ p, li { white-space: pre-wrap; }
Anonymous Messages
-
+ åæåé®ä»¶
@@ -1970,12 +2022,12 @@ p, li { white-space: pre-wrap; }
Create
-
+ åå»ŗ
RetroShare
-
+ Retroshare
@@ -2024,7 +2076,7 @@ p, li { white-space: pre-wrap; }
Attachments
-
+ é件
@@ -2114,7 +2166,7 @@ p, li { white-space: pre-wrap; }
RetroShare
-
+ Retroshare
@@ -2124,7 +2176,7 @@ p, li { white-space: pre-wrap; }
&File
-
+ (&F)ę件
@@ -2368,7 +2420,7 @@ p, li { white-space: pre-wrap; }
Attachments
-
+ é件
@@ -2383,7 +2435,7 @@ p, li { white-space: pre-wrap; }
RetroShare
-
+ Retroshare
@@ -2537,13 +2589,13 @@ p, li { white-space: pre-wrap; }
Paste retroshare Link
-
+ ē²č““retroshareé¾ę„
RetroShare
-
+ Retroshare
@@ -2599,7 +2651,7 @@ p, li { white-space: pre-wrap; }
RetroShare
-
+ Retroshare
@@ -2804,8 +2856,8 @@ p, li { white-space: pre-wrap; }
-
+
Comments
čÆč®ŗ
@@ -2874,7 +2926,7 @@ p, li { white-space: pre-wrap; }
Add a Share Directory
-
+ ę·»å åäŗ«ē®å½
@@ -3172,6 +3224,13 @@ p, li { white-space: pre-wrap; }
File size:
ę件大å°:
+
+
+
+
+ bytes
+
+
Chunk size:
@@ -3350,7 +3409,7 @@ p, li { white-space: pre-wrap; }
Forum Name
-
+ č®ŗååē§°
@@ -3436,7 +3495,7 @@ p, li { white-space: pre-wrap; }
Forum Description
-
+ č®ŗåē®ä»
@@ -3843,7 +3902,7 @@ p, li { white-space: pre-wrap; }
Server
-
+ ęå”åØ
@@ -4037,20 +4096,20 @@ p, li { white-space: pre-wrap; }
-
+
Channel
é¢é
-
+
Forum
č®ŗå
-
+
Blog
å客
@@ -4064,9 +4123,9 @@ p, li { white-space: pre-wrap; }
-
+
Message
äæ”ęÆ
@@ -4095,7 +4154,7 @@ p, li { white-space: pre-wrap; }
Attachments
-
+ é件
@@ -4826,8 +4885,8 @@ p, li { white-space: pre-wrap; }
å
éØéčÆÆ
-
+
Options
é锹
@@ -5093,14 +5152,14 @@ p, li { white-space: pre-wrap; }
ęø
é¤č®ÆęÆ
-
+
Date
ę„ę
-
+
From
ä»
@@ -5166,23 +5225,23 @@ p, li { white-space: pre-wrap; }
é件
+
-
Inbox
ę¶ä»¶ē®±
+
-
Outbox
å件ē®±
+
-
Draft
čēØæ
@@ -5372,8 +5431,8 @@ p, li { white-space: pre-wrap; }
å
ØéØåå¤
-
+
Subject
é¢ē®
@@ -5518,7 +5577,7 @@ p, li { white-space: pre-wrap; }
PrintPreview
-
+ ęå°é¢č§
@@ -5526,12 +5585,12 @@ p, li { white-space: pre-wrap; }
Expand all
-
+ å
ØéØå±å¼
Collapse all
-
+ ęå å
ØéØ
@@ -5561,22 +5620,22 @@ p, li { white-space: pre-wrap; }
Deny Friend
-
+ ęē»å„½å
Remove Friend Location
-
+ å é¤å„½åä½ē½®
<strong>GPG Key</strong>
-
+ <strong>GPG é„å</strong>
<strong>RetroShare instance</strong>
-
+ <strong>RetroShare å®ä¾</strong>
@@ -5590,7 +5649,7 @@ p, li { white-space: pre-wrap; }
location :
-
+ ä½ē½®:
@@ -5602,12 +5661,12 @@ p, li { white-space: pre-wrap; }
Available
-
+ éę©äøå
Offline
-
+ ē¦»ēŗæ
@@ -5622,13 +5681,14 @@ p, li { white-space: pre-wrap; }
Friend Not Online
-
+ 儽åäøåØēŗæ
Your Friend is offline
Do you want to send them a Message instead
-
+ ęØēęåē¦»ēŗæ
+ęÆå¦č¦åéäæ”ęÆē»ä»ä»¬ļ¼čäøęÆ
@@ -5663,10 +5723,10 @@ p, li { white-space: pre-wrap; }
-
+
Online
-
+ åØēŗæ
@@ -5789,7 +5849,7 @@ p, li { white-space: pre-wrap; }
All
-
+ å
ØéØ
@@ -5799,7 +5859,7 @@ p, li { white-space: pre-wrap; }
Subject
-
+ é¢ē®
@@ -5944,140 +6004,140 @@ p, li { white-space: pre-wrap; }
å č½½čÆ书
-
+
RetroShare %1 started.
RetroShare %1å·²ē»åÆåØ
-
+
Menu
-
+
Export my Cert
-
-
+
+
Select a pem/pqi File
éę©äøäøŖę件 PEM/PQI
-
-
+
+
File Not Found
ęŖę¾å°ę件
-
-
+
+
%1 does not exist. Would you like to create it?
%1 äøååØ. ä½ ę³åå»ŗå®å?
-
-
+
+
Failed to Create File
åå»ŗęä»¶å¤±č“„
-
-
+
+
Unable to create %1 [%2]
ę ę³åå»ŗ %1 [%2]
-
+
Authenticated
čŗ«ä»½éŖčÆ
-
+
GPG key signed
GPGåÆé„ē¾ē½²
-
+
Not Authenticated
ęŖéčæčŗ«ä»½éŖčÆ
-
+
GPG key not signed
GPGåÆé„ę²”ęē¾å
-
+
Has authenticated me
ęå·²ē»éŖčÆ
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
å·²éŖčÆä½ ć
å³é®åå»å¹¶éę©'äŗ¤å'č½å¤čæę„ć
-
+
Select Certificate
éę©čÆ书
-
+
Certificates (*.pqi *.pem)
čÆ书 (*.pqi *.pem)
-
-
+
+
RetroShare
-
+
Certificate file successfully created
čÆ书åå»ŗęå
-
+
Sorry, certificate file creation failed
ę±ęļ¼čÆ书åå»ŗå¤±č“„
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
@@ -6134,7 +6194,7 @@ p, li { white-space: pre-wrap; }
RetroShare %1å·²ē»åÆåØ
-
+
Welcome to RetroShare.
ę¬¢čæä½æēØRetroShareć
@@ -6149,7 +6209,7 @@ Right-click and select 'make friend' to be able to connect.
äæ”ä»»ä½ ćē¹å»å³é®éę©āęäøŗ儽åāļ¼å°±åÆ仄čē³»ć
-
+
Trust matrix
äæ”ä»»ē©éµ
@@ -6158,7 +6218,7 @@ Right-click and select 'make friend' to be able to connect.
ę„ē
-
+
Deny friend
ęē»å„½å
@@ -6167,17 +6227,17 @@ Right-click and select 'make friend' to be able to connect.
ę„å儽å
-
+
Make friend
ęäøŗ儽å
-
+
Delete certificate
å é¤čÆ书
-
+
Peer details...
čē¹čƦē»čµę
@@ -6194,7 +6254,7 @@ Right-click and select 'make friend' to be able to connect.
äæ”ä»»ę
-
+
Unknown
ęŖē„
@@ -6203,17 +6263,17 @@ Right-click and select 'make friend' to be able to connect.
ä»ęŖč§čæ
-
+
UPNP is active.
UpNPęÆę“»åØē
-
+
UPNP NOT FOUND.
ę²”ęåē°UPNP
-
+
DHT is not working (down).
DHTę²”ęå·„ä½ć
@@ -6519,7 +6579,7 @@ p, li { white-space: pre-wrap; }
Blogs
-
+ å客
@@ -6664,7 +6724,7 @@ p, li { white-space: pre-wrap; }
Status:
-
+ ē¶ę:
@@ -7197,7 +7257,7 @@ p, li { white-space: pre-wrap; }
Peer
-
+ čē¹
@@ -7259,7 +7319,7 @@ p, li { white-space: pre-wrap; }
Description
-
+ ęčæ°
@@ -7272,7 +7332,7 @@ p, li { white-space: pre-wrap; }
Date:
-
+ ę„ę:
@@ -7372,7 +7432,7 @@ p, li { white-space: pre-wrap; }
Pause
-
+ ęå
@@ -7587,7 +7647,7 @@ p, li { white-space: pre-wrap; }
Disable Emoticons
-
+ ē¦ēØč”Øę
@@ -7653,7 +7713,7 @@ p, li { white-space: pre-wrap; }
Profile
-
+ å¤å½¢
@@ -7740,8 +7800,8 @@ p, li { white-space: pre-wrap; }
ę“ę¹ē
§ē
-
+
Edit Profile
ē¼č¾ē®ä»
@@ -8100,7 +8160,7 @@ p, li { white-space: pre-wrap; }
Quick Start Wizard
-
+ åæ«éåÆåØååƼ
@@ -8641,8 +8701,8 @@ 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:9pt;">ę¬¢čæäøč½½éę© </span></p></body></html>
-
+
Download
äøč½½
@@ -8969,7 +9029,7 @@ p, li { white-space: pre-wrap; }
Firewalled
-
+ é²ē«å¢
@@ -9138,20 +9198,20 @@ behind a firewall or a VPN.
Select A Folder To Share
-
+ éę©äøäøŖę件夹å
±äŗ«
Do you really want to stop sharing this directory ?
-
+ ä½ ēēč¦åę¢å
±äŗ«ę¤ē®å½ļ¼
Remove selected Shared Directory
ē§»é¤éå®ēåäŗ«ē®å½
-
+
Remove
ē§»é¤
@@ -9216,12 +9276,12 @@ p, li { white-space: pre-wrap; }
Directory
-
+ ē®å½
Network Wide
-
+ ę“äøŖē½ē»
@@ -9237,8 +9297,8 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
äøč½½
@@ -9708,8 +9768,8 @@ p, li { white-space: pre-wrap; }
äøč½½éåŗ¦:
-
+
Show Settings
ę¾ē¤ŗč®¾ē½®
@@ -9919,7 +9979,7 @@ p, li { white-space: pre-wrap; }
Pause
-
+ ęå
@@ -9962,7 +10022,7 @@ p, li { white-space: pre-wrap; }
RetroShare
-
+ Retroshare
@@ -10052,42 +10112,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+ ęµ
-
+
Random
-
+ éęŗ
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -10206,15 +10266,15 @@ p, li { white-space: pre-wrap; }
ęę¾
-
+
RetroShare
-
-
-
-
+
+
+
+
Failed
å¤±č“„
@@ -10225,9 +10285,8 @@ p, li { white-space: pre-wrap; }
čæåŗ¦
-
Speed / Queue priority
- éåŗ¦/éåä¼å
+ éåŗ¦/éåä¼å
@@ -10297,58 +10356,51 @@ p, li { white-space: pre-wrap; }
ę„ē
-
Remove all queued
- å é¤ęęęé
+ å é¤ęęęé
-
Low
- ä½
+ ä½
-
Normal
- ę®é
+ ę®é
-
High
- é«
+ é«
-
Auto
- ę±½č½¦
+ ę±½č½¦
-
+
Slower
ę
¢
-
-
+
+
Average
å¹³å
-
+
Faster
ę“åæ«
-
Priority (Queue)
- ä¼å
ļ¼éåļ¼
+ ä¼å
ļ¼éåļ¼
-
Priority (Speed)
- ä¼å
ēŗ§ļ¼éåŗ¦ļ¼
+ ä¼å
ēŗ§ļ¼éåŗ¦ļ¼
@@ -10366,74 +10418,109 @@ p, li { white-space: pre-wrap; }
åēē„
-
-
-
-
+
+
+
+
Okay
ē”®å®
-
-
-
+
+
+
Waiting
č½®å
-
-
+
+
Downloading
äøč½½
-
-
-
-
-
-
+
+
+
+
+
+
Complete
å®ę
-
+
Unknown
ęŖē„
-
+
version:
ēę¬:
-
+
Queued
ęé
-
-
+
+ Speed / Queue position
+
+
+
+
+ Down
+
+
+
+
+ Up
+
+
+
+
+ Top
+
+
+
+
+ Bottom
+
+
+
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
+
Uploading
äøä¼
-
+
Are you sure that you want to cancel and delete these files?
ęØē”®å®č¦åę¶ļ¼å¹¶å é¤čæäŗę件ļ¼
-
+
Details:
čƦę
:
-
+
Open Transfer
å¼ę¾å¼ä¼ č¾
-
+
File %1 is not completed. If it is a media file, try to preview it.
ę件 %1 ę²”ęå®ęćå¦ęå®ęÆäøäøŖåŖä½ę件ļ¼å°čÆé¢č§ć
diff --git a/retroshare-gui/src/lang/retroshare_zh_TW.ts b/retroshare-gui/src/lang/retroshare_zh_TW.ts
index 3aab66db7..12ab2b080 100644
--- a/retroshare-gui/src/lang/retroshare_zh_TW.ts
+++ b/retroshare-gui/src/lang/retroshare_zh_TW.ts
@@ -1,6 +1,6 @@
-
+
AboutDialog
@@ -383,6 +383,64 @@ p, li { white-space: pre-wrap; }
+
+ BlogDetails
+
+
+ Blog Details
+
+
+
+
+ Blogl Details
+
+
+
+
+ Blog Info
+
+
+
+
+ Blog Name
+
+
+
+
+ Popularity
+
+
+
+
+ Last Post
+
+
+
+
+ Blog ID
+
+
+
+
+ Blog Description
+
+
+
+
+ Cancel
+
+
+
+
+ OK
+
+
+
+
+ Close
+
+
+
BlogDialog
@@ -488,12 +546,12 @@ p, li { white-space: pre-wrap; }
BlogsDialog
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -502,26 +560,26 @@ p, li { white-space: pre-wrap; }
-
+
Add
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt;">Blog Name</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans'; font-size:14pt; color:#ffffff;">Blog Name</span></p></body></html>
-
+
Post To Channel
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -530,12 +588,12 @@ p, li { white-space: pre-wrap; }
-
+
Unsubscribe
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -544,61 +602,76 @@ p, li { white-space: pre-wrap; }
-
+
Subscribe
-
-
+
+
Create New Blog
-
+
Name
-
+
ID
-
+
Own Blogs
-
+
Subscribed Blogs
-
+
Popular Blogs
-
+
Other Blogs
-
- Show Channel Details
+
+ Post to Blog
-
+
+ Subscribe to Blog
+
+
+
+
+ Unsubscribe to Blog
+
+
+
+
+ Show Blog Details
+
+
+
+
Create a new Blog
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -608,12 +681,12 @@ Available: %3
BlogsMsgItem
-
+
Form
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -622,7 +695,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; }
@@ -631,42 +704,28 @@ 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;">Blog Message</span></p></body></html>
-
-
-
-
+
Unsubscribe From Channel
-
+
Remove Item
-
-
+
+
Expand
-
- TextLabel
-
-
-
-
+
Comments here
-
+
Hide
@@ -760,74 +819,74 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
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...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -965,49 +1024,49 @@ p, li { white-space: pre-wrap; }
-
+
Open File...
-
-
+
+
HTML-Files (*.htm *.html);;All Files (*)
-
+
Save as...
-
+
Print Document
-
+
Save Message
-
+
Message has not been Sent.
Do you want to save message ?
-
+
Choose Image
-
+
Image Files supported (*.png *.jpeg *.jpg *.gif)
-
+
Add Extra File
@@ -1350,7 +1409,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; }
@@ -1359,42 +1418,42 @@ p, li { white-space: pre-wrap; }
-
+
Post To Channel
-
+
Unsubscribe
-
+
Subscribe To Channel
-
+
Subscribe
-
+
Auto Download On
-
+
Auto Download Off
-
+
Create Channel
-
+
Unsubcribe To Channel
@@ -1405,49 +1464,69 @@ p, li { white-space: pre-wrap; }
+ Popularity
+
+
+
+
ID
-
+
Own Channels
-
+
Subscribed Channels
-
+
Popular Channels
-
+
Other Channels
-
+
+ Post to Channel
+
+
+
+
+ Subscribe to Channel
+
+
+
+
+ Unsubscribe to Channel
+
+
+
+
Show Channel Details
-
+
Create a new Channel
-
+
New Channel
-
-
-
-
+
+
+
+
Popularity: %1
Fetches: %2
Available: %3
@@ -1465,69 +1544,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
-
- Add as friend and Sign GPG Key
+
+ Authenticate friend (Sign GPG Key)
-
-
- Add as friend but don't sign GPG Key
+
+ Add as friend to connect with
-
- Peer is already a retroshare friend. Sign his GPG key.
-
-
-
-
- GPG key is already signed, make it a retroshare friend.
-
-
-
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -1545,13 +1612,13 @@ Available: %3
-
- Name:
+
+ Peer Details
-
- Peer Details
+
+ Name
@@ -1569,39 +1636,23 @@ Available: %3
Version
-
-
- Loc:
-
-
Peer Address
-
-
- Local Address:
-
-
-
-
- External Address:
-
-
-
-
-
- Port:
-
-
Addresses list
-
+
+ Make Friend
+
+
+
+
Cancel
@@ -1612,13 +1663,13 @@ Available: %3
-
+
RetroShare
-
+
Error : cannot get peer details.
@@ -1643,37 +1694,37 @@ Available: %3
-
+
Your trust in this peer is marginal.
-
+
Your trust in this peer is none.
-
+
Your trust in this peer is not set.
-
+
Peer has authenticated me as a friend and did sign my GPG key
-
+
Peer has not authenticated me as a friend and did not sign my GPG key
-
+
Signature Failure
-
+
Maybe password is wrong
@@ -1683,62 +1734,78 @@ Available: %3
-
+
Deny Friend
-
- Make Friends
-
-
-
-
+
Sign GPG key
-
- Sign GPG Key
+
+ Loc
-
- Your trust in this peer is :
+
+ Local Address
-
+
+ External Address
+
+
+
+
+
+ Port
+
+
+
+
+ Your trust in this peer is:
+
+
+
+
None
-
+
Marginal
-
+
Full
-
+
GPG Key
-
+
Peer has signed my GPG key
-
+
Peer key is signed by :
-
+
+ SignGPG Key
+
+
+
+
OK
@@ -1817,12 +1884,12 @@ p, li { white-space: pre-wrap; }
CreateBlog
-
+
Create new Blog
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -1831,67 +1898,67 @@ p, li { white-space: pre-wrap; }
-
+
Name
-
+
Description
-
+
Type:
-
+
Public - Anyone can read and publish (Shared Publish Key)
-
+
Restricted - Anyone can read, limited publishing (Private Publish Key)
-
+
Private - (Private Publish Key required to view Messages)
-
+
Allowed Messages
-
+
Authemticated Messages
-
+
Anonymous Messages
-
+
Cancel
-
+
Create
-
+
RetroShare
-
+
Please add a Name
@@ -1899,65 +1966,325 @@ p, li { white-space: pre-wrap; }
CreateBlogMsg
-
+
New Blog Post
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { 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:26pt; color:#ffffff;">New Blog Post</span></p></body></html>
-
-
-
-
+
Blog Post
-
+
Blog Post to:
-
+
+ Visual Editor
+
+
+
+
Blog Message
-
+
Subject :
-
-
+
+ Html Editor
+
+
+
+
+
Attachments
-
- Drag and Drop Files from Search Results
+
+ toolBar
-
+
+ toolBar_2
+
+
+
+
+ blockquoute
+
+
+
+
+ Increase font Size
+
+
+
+
+ Decrease font size
+
+
+
+
+ Bold
+
+
+
+
+ Underline
+
+
+
+
+ Italic
+
+
+
+
+ Publish
+
+
+
+
+ New
+
+
+
+
+ Code
+
+
+
+
+ splitPost
+
+
+
+
+ Ordered List
+
+
+
+
+ Unordered List
+
+
+
+
+ Clipboard
+
+
+
+
+ Undo
+
+
+
+
Add Extra File
-
+
RetroShare
-
+
Please add a Subject
+
+
+ &File
+
+
+
+
+ &New
+
+
+
+
+ &Open...
+
+
+
+
+ &Save
+
+
+
+
+ Save &As...
+
+
+
+
+ &Print...
+
+
+
+
+ Print Preview...
+
+
+
+
+ &Export PDF...
+
+
+
+
+ &Quit
+
+
+
+
+ &Edit
+
+
+
+
+ &Undo
+
+
+
+
+ &Redo
+
+
+
+
+ Cu&t
+
+
+
+
+ &Copy
+
+
+
+
+ &Paste
+
+
+
+
+ &View
+
+
+
+
+ &Insert
+
+
+
+
+ &Image
+
+
+
+
+ F&ormat
+
+
+
+
+ &Bold
+
+
+
+
+ &Italic
+
+
+
+
+ &Underline
+
+
+
+
+
+ &Left
+
+
+
+
+
+ C&enter
+
+
+
+
+
+ &Right
+
+
+
+
+ &Justify
+
+
+
+
+ &Text Color...
+
+
+
+
+ Application
+
+
+
+
+ The document has been modified.
+Do you want to save your changes?
+
+
+
+
+ Open File...
+
+
+
+
+ HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Save as...
+
+
+
+
+ ODF files (*.odt);;HTML-Files (*.htm *.html);;All Files (*)
+
+
+
+
+ Print Document
+
+
+
+
+ Choose Image
+
+
+
+
+ Image Files supported (*.png *.jpeg *.jpg *.gif)
+
+
CreateChannelMsg
@@ -2154,35 +2481,61 @@ p, li { white-space: pre-wrap; }
-
+
+ Paste retroshare link
+
+
+
+
Forum Post
-
+
Sign Message
-
+
toolBar
-
+
Post Forum Msg
-
+
Close
-
+
+ Paste retroshare Link
+
+
+
+
+
+ RetroShare
+
+
+
+
+ Please set a Forum Subject and Forum Message
+
+
+
+
Add Extra File
+
+
+ Clipboard does not contains RetroShare link('s)
+
+
CryptoPage
@@ -2212,7 +2565,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; }
@@ -2221,12 +2574,12 @@ p, li { white-space: pre-wrap; }
-
+
Copy 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; }
@@ -2235,7 +2588,7 @@ p, li { white-space: pre-wrap; }
-
+
Save Key
@@ -2412,29 +2765,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Date
+
+
+
+
+ Download time:
+
+
+
+
+ Download Time Label
+
+
+
+
Comments
-
-
+
+
retroshare link(s)
-
+
Copy
-
+
OK
-
+
Cancel
@@ -2521,12 +2889,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -2715,57 +3083,74 @@ p, li { white-space: pre-wrap; }
FileTransferInfoWidget
-
+
Chunk map:
-
+
Active chunks:
-
+
Availability map (
-
+
sources
-
+
File info:
-
+
+ File hash:
+
+
+
+
File size:
-
+
+
+
+ bytes
+
+
+
+
Chunk size:
-
+
Number of chunks:
-
+
+ Transfered:
+
+
+
+
Number of sources:
-
+
Chunk strategy:
-
+
Transfer type:
@@ -2773,57 +3158,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
-
+
Select now who you want to make friends with.
-
+
Show me:
-
+
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
-
+
Make friend with these peers
-
+
*** None ***
@@ -3430,33 +3815,33 @@ p, li { white-space: pre-wrap; }
GenCertDialog
-
-
+
+
Generate GPG key Failure
-
+
Location field is required with a minimum of 3 characters
-
+
All fields are required with a minimum of 3 characters
-
+
Generating new GPG key, please be patient. Fill in your GPG password when asked.
-
+
Select Trusted Friend
-
+
Certificates (*.pqi *.pem)
@@ -3533,8 +3918,8 @@ p, li { white-space: pre-wrap; }
GeneralMsgDialog
-
-
+
+
Message
@@ -3588,18 +3973,18 @@ p, li { white-space: pre-wrap; }
-
+
Message Destination
-
-
+
+
Attachments
-
+
Subject :
@@ -4261,148 +4646,163 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
-
+
Friends
-
+
Search
-
+
Transfers
-
+
Files
-
+
Messages
-
+
Links Cloud
-
+
Forums
-
+
Channels
-
+
+ Blogs
+
+
+
+
News Feed
-
+
Plugins
-
+
Unfinished
-
+
Show/Hide
-
+
Minimize
-
+
Maximize
-
+
&Quit
-
+
+
+
+
+
+
RetroShare
-
+
Options
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Open Messages
-
+
Applications
-
+
Help
-
+
Really quit ?
-
+
Internal Error
-
+
Hide
-
+
Show
-
+
RetroShare %1 a secure decentralised commmunication platform
-
+
+ You has a new message
+
+
+
+
Do you really want to exit RetroShare ?
@@ -4504,121 +4904,121 @@ p, li { white-space: pre-wrap; }
MessagesDialog
-
+
Forward selected Message
-
+
New Message
-
+
Remove Messages
-
+
Reply to Message
-
-
+
+
Reply to All
-
+
#
-
+
SRCID
-
+
MSGID
-
+
Forward Message
-
+
Remove Message
-
+
Download
-
-
+
+
Re:
-
-
-
+
+
+
Compose:
-
+
Fwd:
-
+
Print Document
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -4640,22 +5040,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Inbox
-
-
+
+
Outbox
-
-
+
+
Draft
@@ -4666,13 +5066,13 @@ p, li { white-space: pre-wrap; }
-
+
From
-
+
Subject
@@ -4718,7 +5118,7 @@ p, li { white-space: pre-wrap; }
-
+
Date
@@ -4876,114 +5276,114 @@ p, li { white-space: pre-wrap; }
MessengerWindow
-
+
Expand all
-
+
Collapse all
-
+
Chat
-
+
Message Friend
-
+
Peer Details
-
+
Export Friend
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
-
+
+
-
-
-
-
-
+
+
+
+
location :
-
-
+
+
-
+
Available
-
+
Save Certificate
-
+
Certificates (*.pqi)
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
View
-
+
Connect To Friend
-
+
Offline
@@ -5008,7 +5408,7 @@ p, li { white-space: pre-wrap; }
-
+
Online
@@ -5018,39 +5418,44 @@ p, li { white-space: pre-wrap; }
-
+
+ Change your Personal Status here...
+
+
+
+
TextLabel
-
+
Sort Descending Order
-
+
Sort Ascending Order
-
+
Set root is Decorated
-
+
Set Root Decorated
-
+
Set Root is not Decorated
-
+
Hide Offline Friends
@@ -5065,17 +5470,17 @@ p, li { white-space: pre-wrap; }
-
+
Share Files for your Friends
-
+
...
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5231,189 +5636,189 @@ p, li { white-space: pre-wrap; }
NetworkDialog
-
+
Welcome to RetroShare.
-
+
Menu
-
+
Deny friend
-
+
Make friend
-
+
Delete certificate
-
+
Export my Cert
-
+
Peer details...
-
-
+
+
Select a pem/pqi File
-
-
+
+
File Not Found
-
-
+
+
%1 does not exist. Would you like to create it?
-
-
+
+
Failed to Create File
-
-
+
+
Unable to create %1 [%2]
-
- Marginnal
-
-
-
-
- Full
-
-
-
-
- Ultimate
-
-
-
-
- None
-
-
-
-
+
Has authenticated me
-
+
has authenticated you.
Right-click and select 'make friend' to be able to connect.
-
+
Select Certificate
-
+
Certificates (*.pqi *.pem)
-
+
DHT OK.
-
+
Stun external address detection is working.
-
+
Stun is not working.
-
+
Local network detected
-
+
No local network detected
-
+
ip found via external address finder
-
+
external address finder didn't found anything
-
+
Trust matrix
-
+
RetroShare %1 started.
-
+
+ Authenticated
+
+
+
+
+ GPG key signed
+
+
+
+
+ Not Authenticated
+
+
+
+
+ GPG key not signed
+
+
+
+
Unknown
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
UPNP is active.
-
+
UPNP NOT FOUND.
-
+
DHT is not working (down).
@@ -5429,18 +5834,29 @@ Right-click and select 'make friend' to be able to connect.
-
+
Name
-
-
+
+
+ Did I authenticated peer
+
+
+
+
+ Did I sign his gpg key
+
+
+
+
+
Cert Id
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5449,59 +5865,53 @@ p, li { white-space: pre-wrap; }
-
+
Log
-
+
Network Status
-
+
Local network
-
+
UPnP
-
+
External ip address finder
-
+
Create New Profile
-
+
Create a new Profile
-
+
Clear
-
-
- GPG key validity
-
-
-
-
-
+
+
Did peer authenticated me
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5510,52 +5920,52 @@ p, li { white-space: pre-wrap; }
-
+
Show keys that are not validated by the GPG web of trust
-
+
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
@@ -5900,178 +6310,178 @@ p, li { white-space: pre-wrap; }
-
+
Expand all
-
+
Collapse all
-
+
Chat
-
+
Message Friend
-
+
Connect To Friend
-
+
Peer Details
-
+
Profile View
-
+
Export Friend
-
+
Deny Friend
-
+
Remove Friend Location
-
+
<strong>GPG Key</strong>
-
+
<strong>RetroShare instance</strong>
-
+
Friend Not Online
-
+
Your Friend is offline
Do you want to send them a Message instead
-
+
Create a new Channel
-
+
New Channel
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
File not found or file name not accepted.
-
+
Directory can't be dropped, only files are accepted.
-
+
(me)
-
+
-
-
-
+
+
location :
-
+
Online
-
+
Available
-
+
Offline
-
+
Save Certificate
-
+
Certificates (*.pqi)
@@ -6144,62 +6554,68 @@ p, li { white-space: pre-wrap; }
-
+
Create New Forum
-
+
Create new Forum
-
+
F
-
+
Create New Channel
-
+
Create new Channel
-
+
C
-
+
Add your Avatar Picture
-
+
A
-
+
Set your Personal Message
-
+
Edit your status Message
-
+
+
+ Disable Emoticons
+
+
+
+
Add Friend
-
+
Create new Profile
@@ -6209,7 +6625,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; }
@@ -6218,17 +6634,17 @@ p, li { white-space: pre-wrap; }
-
+
Attach File
-
+
Send
-
+
Clear Chat History
@@ -6538,47 +6954,47 @@ p, li { white-space: pre-wrap; }
-
+
Hide Avatar
-
+
:images/hide_toolbox_frame.png
-
+
Show Avatar
-
+
:images/show_toolbox_frame.png
-
+
Open Style
-
+
Styles (*.htm)
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it, or you're already downloading it.
-
+
File not found or file name not accepted.
@@ -6588,8 +7004,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+
QLabel{
border-image: url(:/images/mystatus_bg.png);
@@ -6597,7 +7013,7 @@ border-image: url(:/images/mystatus_bg.png);
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
@@ -6605,101 +7021,111 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Bold
-
-
+
+
Underline
-
-
+
+
Italic
-
+
Set Font
-
+
Text Color
-
+
Send
-
+
toolBar
-
+
Strike
-
+
Avatar
-
+
Set your Avatar Picture
-
+
+ Clear Chat
+
+
+
+
+ Disable Emoticons
+
+
+
+
Chatting with
-
+
Add Extra File
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request Error
-
+
The file link is malformed.
-
-
+
+
Drop file error.
-
+
Directory can't be dropped, only files are accepted.
-
+
Add a File for your Friend
@@ -7044,7 +7470,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:'DejaVu 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;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#76746c;">Local Address:</span></p></body></html>
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7053,12 +7488,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; color:#76746c;">Local Address</span></p></body></html>
+
+ Addresses list
@@ -7593,8 +8024,8 @@ p, li { white-space: pre-wrap; }
SearchDialog
-
-
+
+
Download
@@ -7604,67 +8035,68 @@ p, li { white-space: pre-wrap; }
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Broadcast on Channel
-
+
Recommend to Friends
-
+
Download Notice
-
+
Skipping Local Files
-
-
-
-
+
+
+
+
/
-
-
+
+
Sorry
-
-
+
+
This function is not yet implemented.
-
+
Remove
-
+
Remove All
-
+
+
Folder
@@ -7723,7 +8155,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; }
@@ -7732,7 +8164,12 @@ p, li { white-space: pre-wrap; }
-
+
+ Clear all Search Results
+
+
+
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7740,6 +8177,42 @@ 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:9pt;">Download Selected</span></p></body></html>
+
+
+ Include files from your own file list in the search result
+
+
+
+
+ Include own files
+
+
+
+
+ Search inside "browsable" files of your friends
+
+
+
+
+ Search in friends lists
+
+
+
+
+ Multi-hop search at distance 6 in the network
+(always reports available files)
+
+
+
+
+ F2F search
+
+
+
+
+ Limit number of results to :
+
+
Filename
@@ -7810,11 +8283,6 @@ p, li { white-space: pre-wrap; }
Search Id
-
-
- Close All Search Results
-
-
SendLinkDialog
@@ -8111,74 +8579,87 @@ p, li { white-space: pre-wrap; }
-
Copy retroshare Link
-
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
- Send retroshare Link (html)
+
+ Copy retroshare Links to Clipboard
-
- Send retroshare Link to Chat
+
+ Copy retroshare Links to Clipboard (HTML)
-
- Send retroshare Link to Cloud
+
+ Send retroshare Links
-
- Add Link to Cloud
+
+ Send retroshare Links (HTML)
-
-
+
+ Send retroshare Links to Chat
+
+
+
+
+ Send retroshare Links to Cloud
+
+
+
+
+ Add Links to Cloud
+
+
+
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -8693,22 +9174,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
@@ -8718,37 +9199,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
@@ -8794,42 +9275,42 @@ p, li { white-space: pre-wrap; }
-
+
Maximum Download speed per file:
-
+
kB/s
-
+
Default chunk strategy:
-
+
Streaming
-
+
Random
-
+
Show Cache Transfers
-
+
F2F Routing
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -8846,14 +9327,14 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Name
i.e: file name
-
+
Size
i.e: file size
@@ -8877,7 +9358,7 @@ p, li { white-space: pre-wrap; }
-
+
Status
@@ -8888,210 +9369,210 @@ p, li { white-space: pre-wrap; }
-
- Speed / Queue priority
-
-
-
-
- Remaining
- i.e: Estimated Time of Arrival / Time left
-
-
-
-
+
Core-ID
-
+
Peer
i.e: user name
-
+
Progress
i.e: % uploaded
-
+
Speed
i.e: upload speed
-
+
Transferred
-
+
Hash
-
+
Play
-
+
Pause
-
+
Resume
-
+
Cancel
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Clear Completed
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
- Remove all queued
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
- Priority (Queue)
+
+ Remaining
-
- Priority (Speed)
+
+ Download time
+ i.e: Estimated Time of Arrival / Time left
-
- Low
-
-
-
-
- Normal
-
-
-
-
- High
-
-
-
-
- Auto
-
-
-
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
version:
-
+
Queued
-
+
+ Speed / Queue position
+
+
+
+
+ Down
+
+
+
+
+ Up
+
+
+
+
+ Top
+
+
+
+
+ Bottom
+
+
+
+
+ Move in queue...
+
+
+
+
+ Priority (Speed)...
+
+
+
+
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
-
+
Are you sure that you want to cancel and delete these files?
@@ -9135,52 +9616,52 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+
Failed
-
-
-
-
+
+
+
+
Okay
-
-
-
+
+
+
Waiting
-
-
+
+
Downloading
-
-
-
-
-
-
+
+
+
+
+
+
Complete
-
+
Unknown
-
-
+
+
Uploading
@@ -9208,21 +9689,6 @@ p, li { white-space: pre-wrap; }
-
- TurtleRouterDialog
-
-
- As a helper, you can manually remove hashes
-from there. Warning: doing so on currently
-active transfers will block the transfer process.
-
-
-
-
- Stop handling this hash
-
-
-
TurtleRouterDialogForm
@@ -9231,68 +9697,8 @@ active transfers will block the transfer process.
-
- File Name
-
-
-
-
- Active tunnels
-
-
-
-
- Last tunnel request
-
-
-
-
- Handled file hash
-
-
-
-
- Current Tunnel id
-
-
-
-
- Source
-
-
-
-
- Destination
-
-
-
-
- Hash
-
-
-
-
- Last transfer
-
-
-
-
- Type
-
-
-
-
- Request id
-
-
-
-
- Origin
-
-
-
-
- Age
+
+ F2F router information