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 + + + Blog Details + + + + + Blogl Details + + + + + Blog Info + + + + + Blog Name + + + + + Popularity + + + + + Last Post + + + + + Blog ID + + + + + Blog Description + + + + + Cancel + + + + + OK + + + + + Close + Toemaak + + 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 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 @@ -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 Hide @@ -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 Select Certificate - + RetroShare Certificates (*.rsc) - + Not implemented @@ -924,28 +983,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 @@ -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 kreĆ«er kanaal - + Subscribe To Channel Subscribe To Kanaal @@ -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 Maak Vriend - + 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 kanselleer - - Port: - Port: + Port: Trust Settings @@ -1749,6 +1814,16 @@ Available: %3 Details Details + + + Name + Name + + + + Loc + + Peer Address @@ -1769,11 +1844,6 @@ Available: %3 Peer Info - - - Name: - - Peer ID @@ -1784,21 +1854,6 @@ Available: %3 Version - - - Loc: - - - - - Local Address: - - - - - External Address: - - Addresses list @@ -1811,13 +1866,13 @@ Available: %3 - + RetroShare Retroshare - + Error : cannot get peer details. @@ -1842,37 +1897,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 @@ -1882,62 +1937,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 + Maak Vriend + + + OK @@ -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 Name - + Description - + Type: Tipe: - + 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 Toemaak @@ -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 + Date + + + + Download time: + + + + + Download Time Label + + + + Comments - - + + retroshare link(s) - + Copy - + 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; } 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) @@ -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 : @@ -4960,53 +5349,68 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Network - + Friends Praat saam met Vriend - + Transfers Oorsteek - + Messages Email - + Channels Kanaal - + + Blogs + + + + + You has a new message + + + + Internal Error - + Options Options - + Hide Hide - + Show Show - + + + + + + RetroShare Retroshare @@ -5046,12 +5450,12 @@ p, li { white-space: pre-wrap; } - + Search Search - + Files Files Biblioteek @@ -5060,47 +5464,47 @@ p, li { white-space: pre-wrap; } Byvoeg Gedeelte Katalogus - + Show/Hide - + &Quit - + Bandwidth Graph - + Open Messenger - + Minimize - + Maximize - + Links Cloud - + Unfinished - + Help Help @@ -5110,22 +5514,22 @@ p, li { white-space: pre-wrap; } About - + News Feed - + Forums - + Open Messages - + Applications @@ -5134,22 +5538,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 ? @@ -5223,29 +5627,29 @@ p, li { white-space: pre-wrap; } MessagesDialog - + New Message Nuut Boodskap - + Reply to Message Antwoord aan Boodskap - + Remove Message Remove Boodskap - + Date Date - + From From @@ -5312,22 +5716,22 @@ p, li { white-space: pre-wrap; } - - + + Inbox Email-Inbox - - + + Outbox Email-Outbox - - + + Draft Konsep @@ -5399,7 +5803,7 @@ p, li { white-space: pre-wrap; } Download All - + Print Document @@ -5414,107 +5818,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 @@ -5668,114 +6072,114 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat GroepPraat - + Message Friend - + Connect To Friend Verbind to Vriend - + Peer Details Peer Details - + Export Friend Configure Friend - + 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 @@ -5804,7 +6208,7 @@ p, li { white-space: pre-wrap; } - + Online @@ -5814,39 +6218,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 @@ -5861,17 +6270,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;"> @@ -6163,73 +6572,53 @@ p, li { white-space: pre-wrap; } belaai sertifikaat - - + + 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) @@ -6254,7 +6643,7 @@ p, li { white-space: pre-wrap; } - + Name Name @@ -6275,13 +6664,13 @@ p, li { white-space: pre-wrap; } Country - - + + Cert Id Cert Id - + Welcome to RetroShare. @@ -6291,113 +6680,133 @@ p, li { white-space: pre-wrap; } 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). @@ -6407,7 +6816,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; } @@ -6416,39 +6836,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; } @@ -6457,72 +6871,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 Byvoeg Vriend - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile @@ -6897,12 +7311,12 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Praat - + Export Friend Configure Friend @@ -6911,12 +7325,12 @@ p, li { white-space: pre-wrap; } Remove Friend - + Save Certificate Save Certificate - + Certificates (*.pqi) 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> - + Connect To Friend Verbind to Vriend @@ -6953,158 +7367,158 @@ p, li { white-space: pre-wrap; } - + Expand all - + Collapse all - + Message Friend - + Peer Details 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 Oorsend - + Profile View @@ -7167,62 +7581,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 Byvoeg Vriend - + Create new Profile @@ -7232,7 +7652,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; } @@ -7241,12 +7661,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -7551,37 +7971,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 Oorsend @@ -7596,8 +8016,8 @@ p, li { white-space: pre-wrap; } - - + + QLabel{ border-image: url(:/images/mystatus_bg.png); @@ -7605,7 +8025,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;"> @@ -7613,111 +8033,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 @@ -8097,7 +8527,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; } @@ -8106,12 +8545,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 @@ -8660,8 +9095,8 @@ p, li { white-space: pre-wrap; } Results - - + + Download Download @@ -8671,45 +9106,46 @@ p, li { white-space: pre-wrap; } - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel Broadcast on Channe - + Recommend to Friends Recommend to Friends - - - - + + + + / - + Remove Remove - + Remove All Remove All - + + Folder @@ -8752,24 +9188,24 @@ p, li { white-space: pre-wrap; } Documents - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -8823,7 +9259,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; } @@ -8832,7 +9268,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; } @@ -8840,6 +9281,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 @@ -8890,11 +9367,6 @@ p, li { white-space: pre-wrap; } Search Id - - - Close All Search Results - - SendLinkDialog @@ -9258,74 +9730,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> @@ -9856,22 +10341,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 @@ -9881,37 +10366,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 sertifikaat belaai nee werk @@ -9957,42 +10442,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; } @@ -10008,18 +10493,18 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Kanselleer - + Clear Completed Clear Completed - + Status Status @@ -10083,14 +10568,14 @@ 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 &lt;kunalagon@gmail.com&gt;</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">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;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'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 &lt;kunalagon@gmail.com&gt;</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">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;"> &lt;</span><span style=" font-size:8pt;">wester@speedmail.se</span><span style=" font-size:8pt; font-weight:600;">&gt;</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">German: </span><span style=" font-size:8pt;">Jan</span><span style=" font-size:8pt; font-weight:600;"> </span><span style=" font-size:8pt;">Keller</span> &lt;<span style=" font-size:8pt;">trilarion@users.sourceforge.net</span>&gt;</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish: </span>Maciej Mrug</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'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