diff --git a/retroshare-gui/src/gui/MessagesDialog.cpp b/retroshare-gui/src/gui/MessagesDialog.cpp index 24f8b7a12..7323b7784 100644 --- a/retroshare-gui/src/gui/MessagesDialog.cpp +++ b/retroshare-gui/src/gui/MessagesDialog.cpp @@ -264,6 +264,13 @@ MessagesDialog::MessagesDialog(QWidget *parent) MessagesModel->setHeaderData(COLUMN_DATE, Qt::Horizontal, tr("Date")); MessagesModel->setHeaderData(COLUMN_TAGS, Qt::Horizontal, tr("Tags")); MessagesModel->setHeaderData(COLUMN_CONTENT, Qt::Horizontal, tr("Content")); + + MessagesModel->setHeaderData(COLUMN_ATTACHEMENTS, Qt::Horizontal, tr("Click to sort by attachments"), Qt::ToolTipRole); + MessagesModel->setHeaderData(COLUMN_SUBJECT, Qt::Horizontal, tr("Click to sort by subject"), Qt::ToolTipRole); + MessagesModel->setHeaderData(COLUMN_UNREAD, Qt::Horizontal, tr("Click to sort by read"), Qt::ToolTipRole); + MessagesModel->setHeaderData(COLUMN_FROM, Qt::Horizontal, tr("Click to sort by from"), Qt::ToolTipRole); + MessagesModel->setHeaderData(COLUMN_DATE, Qt::Horizontal, tr("Click to sort by date"), Qt::ToolTipRole); + MessagesModel->setHeaderData(COLUMN_TAGS, Qt::Horizontal, tr("Click to sort by tags"), Qt::ToolTipRole); proxyModel = new QSortFilterProxyModel(this); proxyModel->setDynamicSortFilter(true); @@ -1115,8 +1122,10 @@ void MessagesDialog::insertMessages() if (msgbox == RS_MSG_INBOX) { MessagesModel->setHeaderData(COLUMN_FROM, Qt::Horizontal, tr("From")); + MessagesModel->setHeaderData(COLUMN_FROM, Qt::Horizontal, tr("Click to sort by from"), Qt::ToolTipRole); } else { MessagesModel->setHeaderData(COLUMN_FROM, Qt::Horizontal, tr("To")); + MessagesModel->setHeaderData(COLUMN_FROM, Qt::Horizontal, tr("Click to sort by to"), Qt::ToolTipRole); } if (bFill) { diff --git a/retroshare-gui/src/lang/retroshare_af.ts b/retroshare-gui/src/lang/retroshare_af.ts index f3b459ebb..3f949d4d4 100644 --- a/retroshare-gui/src/lang/retroshare_af.ts +++ b/retroshare-gui/src/lang/retroshare_af.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -873,32 +873,32 @@ 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... - + Browse - + Select Certificate Select Certificate @@ -907,62 +907,62 @@ p, li { white-space: pre-wrap; } Certificates (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare Retroshare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1048,52 +1048,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Hide @@ -1101,25 +1107,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1204,12 +1225,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel kreĆ«er kanaal - + Subscribe To Channel Subscribe To Kanaal @@ -1231,97 +1252,117 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name Name - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1523,17 +1564,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1541,67 +1582,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Maak Vriend - + Details about your friend : - + Key validity: - + Email: - + Options Options - + Add friend to group: - + 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 @@ -1609,7 +1650,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel kanselleer @@ -1683,79 +1724,79 @@ p, li { white-space: pre-wrap; } - + 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 - + Copy Peer @@ -1780,13 +1821,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend - - + + Sign GPG key @@ -1852,17 +1893,39 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Make Friend Maak Vriend - + Certificate - + OK @@ -2512,33 +2575,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare Retroshare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2627,7 +2706,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Toemaak @@ -2642,17 +2721,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2662,23 +2741,23 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2709,17 +2788,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3050,7 +3129,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3076,22 +3155,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name File Name - + Not Rated - + No Comments @@ -3123,17 +3202,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3141,32 +3220,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Shared Directories - + Edit Share @@ -3175,33 +3264,18 @@ you plug it in. Incoming files - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - - Add Shared Directory - - - - + Set Incoming Directory - + Set Partials Directory @@ -3331,37 +3405,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3369,12 +3443,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3673,60 +3747,98 @@ p, li { white-space: pre-wrap; } Size + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + Size + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3808,66 +3920,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send Oorsend - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3880,22 +3992,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3921,167 +4033,173 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Hide - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Date - - + + Title Koplyn: - - + + Start New Thread @@ -4090,12 +4208,12 @@ p, li { white-space: pre-wrap; } Nuut Boodskap - + 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; } @@ -4104,33 +4222,33 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4139,7 +4257,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4148,22 +4271,22 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Content - + Create Forum - + Print @@ -4177,32 +4300,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4418,77 +4541,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Name - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + Location + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4497,7 +4607,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4509,12 +4619,18 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - + + + Your profile is associated to a GPG key + + + + Info @@ -4604,36 +4720,31 @@ Fill in your GPG password when asked, to sign your new key. Certificates (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! - - - Location: - - GeneralDialog @@ -4747,17 +4858,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4841,17 +4957,17 @@ p, li { white-space: pre-wrap; } - + Title Koplyn: - + Description - + Reset Reset @@ -5868,55 +5984,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Network - + Friends Praat saam met Vriend - - + + Transfers Oorsteek - - + + Messages Email - - + + Channels Kanaal - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5925,112 +6041,112 @@ p, li { white-space: pre-wrap; } - + Status Status - + Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options Options - + Hide Hide - + Show Show - + RetroShare Retroshare @@ -6044,33 +6160,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Byvoeg Vriend - + Add a Friend Wizard - + Add Share Byvoeg Gedeelte - - + + Quick Start Wizard - + Search Search - + Files Files Biblioteek @@ -6079,81 +6195,81 @@ p, li { white-space: pre-wrap; } Byvoeg Gedeelte Katalogus - + Show/Hide - + &Quit - - - - + + + + You have %1 new message - + Bandwidth Graph - + Open Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help Help - + About About - - + + Forums - + Open Messages - + Applications @@ -6162,32 +6278,32 @@ p, li { white-space: pre-wrap; } Settings - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Quit - + SMPlayer - + Messenger @@ -6196,7 +6312,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose kreĆ«er @@ -6432,249 +6548,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare Retroshare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6761,41 +6877,41 @@ Do you want to save message ? MessagesDialog - - + + New Message Nuut Boodskap - + Reply to Message Antwoord aan Boodskap - + Remove Message Remove Boodskap - - + + Date Date - - - + + + From From - + Size 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;"> @@ -6803,17 +6919,17 @@ 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:10pt; font-weight:600;">Vasstel Tou</span></p></body></html> - + Reply - + Reply all - + Foward @@ -6825,178 +6941,183 @@ 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;">remove selected message</p></body></html> - + Delete - + Compose kreĆ«er - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset Reset - + Attachments - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Email-Inbox - - - - + + + + Outbox Email-Outbox - + Draft Konsep - - + + Sent Email-Sent - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... @@ -7019,12 +7140,12 @@ p, li { white-space: pre-wrap; } Download All - + Print Document - + File Name File Name @@ -7033,153 +7154,181 @@ p, li { white-space: pre-wrap; } Sources - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Download - + Empty trash - + Hide Hide - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files Files Biblioteek - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - + + Subject - + Subject: - + From: - + 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 @@ -7749,8 +7898,8 @@ p, li { white-space: pre-wrap; } - - + + Name Name @@ -7772,7 +7921,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Cert Id @@ -7832,7 +7981,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -7851,12 +8000,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7865,23 +8014,23 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + Did peer authenticated me @@ -7891,77 +8040,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -8067,6 +8216,11 @@ p, li { white-space: pre-wrap; } Remove All Remove All + + + Options + Options + NotifyDialog @@ -8260,17 +8414,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8486,7 +8640,7 @@ p, li { white-space: pre-wrap; } Certificates (*.pqi) - + Status Status @@ -8627,10 +8781,8 @@ p, li { white-space: pre-wrap; } - - RetroShare - Retroshare + Retroshare @@ -8654,33 +8806,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8696,27 +8853,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send Oorsend - + Italic - + Underline @@ -8730,184 +8887,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Byvoeg Vriend - + Create new Profile - + Font - + Friends Praat saam met Vriend - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -9231,188 +9384,193 @@ p, li { white-space: pre-wrap; } Retroshare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Oorsend - + Close Toemaak - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9420,39 +9578,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare Retroshare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9888,117 +10052,179 @@ p, li { white-space: pre-wrap; } Size - - + + RetroShare Retroshare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -10014,6 +10240,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -10055,15 +10286,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -10073,7 +10304,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -10084,7 +10315,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -10140,8 +10371,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -10183,7 +10414,12 @@ p, li { white-space: pre-wrap; } Remove - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10194,7 +10430,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.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,27 +10442,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -10254,67 +10490,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General General - + Directories - + Server - + Transfer - + Notify - + Security - + Message - + Forum - + Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10344,81 +10580,40 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - Friends Directories - - - - - My Directories - - - - Size - Size - - - - Share Type - - - - - What's new - + Size Rank Rank - - Age - + Files + Files Biblioteek + + + RetroshareDirModel - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Files Biblioteek - - - - File - - - - - - DIR - - Rshare @@ -10486,32 +10681,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10542,79 +10737,78 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Sources - + Results Results - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Download - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link - - - - - Send retroshare Link - - - - Broadcast on Channel - Broadcast on Channe + Broadcast on Channe - Recommend to Friends - Recommend to Friends + Recommend to Friends - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Remove - + Remove All Remove All - - + + Folder - + New RetroShare Link(s) @@ -10657,34 +10851,34 @@ p, li { white-space: pre-wrap; } Documents - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size Size - + Type Tipe: @@ -10719,78 +10913,78 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name File Name - + File Size - + 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 Search - + Reset Reset @@ -10800,32 +10994,32 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Age - + Hash - + KeyWords - + Search Id @@ -11262,30 +11456,46 @@ p, li { white-space: pre-wrap; } - + Remove Remove - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11355,7 +11565,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11363,8 +11573,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Download @@ -11376,119 +11586,119 @@ 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;">Files</span></p></body></html> - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11502,47 +11712,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset Reset - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11608,17 +11828,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11681,39 +11901,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11722,7 +11946,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -12076,7 +12300,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12085,7 +12309,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12094,15 +12318,73 @@ p, li { white-space: pre-wrap; } - + OK - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Style + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12209,7 +12491,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12255,17 +12537,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12275,47 +12557,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed sertifikaat belaai nee werk @@ -12617,27 +12904,37 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -12700,20 +12997,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -12725,8 +13022,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -12741,11 +13038,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Files Biblioteek + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + Size + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -12760,68 +13117,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust Vertroue - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12829,14 +13186,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_bg.ts b/retroshare-gui/src/lang/retroshare_bg.ts index 90b0ade58..08bef3cd8 100644 --- a/retroshare-gui/src/lang/retroshare_bg.ts +++ b/retroshare-gui/src/lang/retroshare_bg.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -860,32 +860,32 @@ 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... - + Browse - + Select Certificate Š˜Š·Š±ŠµŃ€ŠµŃ‚Šµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ @@ -894,62 +894,62 @@ p, li { white-space: pre-wrap; } Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1035,52 +1035,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download Š”Š²Š°Š»ŃŠ½Šµ - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Š”ŠŗрŠøŠ²Š°Š½Šµ @@ -1088,25 +1094,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1191,12 +1212,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Š”ъŠ·Š“Š°Š²Š°Š½Šµ Š½Š° ŠŗŠ°Š½Š°Š» - + Subscribe To Channel ŠŠ±Š¾Š½Š°Š¼ŠµŠ½Ń‚ Š·Š° ŠŗŠ°Š½Š°Š» @@ -1218,97 +1239,117 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name Š˜Š¼Šµ - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1514,17 +1555,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1532,67 +1573,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend ŠŠ¾Š² ŠæрŠøятŠµŠ» - + Details about your friend : - + Key validity: - + Email: - + Options ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø - + Add friend to group: - + 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 @@ -1600,7 +1641,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel ŠžŃ‚ŠŗŠ°Š· @@ -1674,79 +1715,79 @@ p, li { white-space: pre-wrap; } - + 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 - + Copy Peer @@ -1771,13 +1812,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend - - + + Sign GPG key @@ -1843,17 +1884,39 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Make Friend ŠŠ¾Š² ŠæрŠøятŠµŠ» - + Certificate - + OK @@ -2503,33 +2566,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2618,7 +2697,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Š—Š°Ń‚Š²Š°Ń€ŃŠ½Šµ @@ -2633,17 +2712,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2653,23 +2732,23 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2700,17 +2779,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3021,7 +3100,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3047,22 +3126,22 @@ p, li { white-space: pre-wrap; } ŠžŃ‚ŠŗŠ°Š· - + Rating - + File Name Š˜Š¼Šµ Š½Š° фŠ°Š¹Š» - + Not Rated - + No Comments @@ -3094,17 +3173,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3112,32 +3191,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Š”ŠæŠ¾Š“ŠµŠ»ŠµŠ½Šø Š“ŠøрŠµŠŗтŠ¾Ń€ŠøŠø - + Edit Share @@ -3146,33 +3235,22 @@ you plug it in. Š’Ń…Š¾Š“ящŠø фŠ°Š¹Š»Š¾Š²Šµ - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - Add Shared Directory - Š”Š¾Š±Š°Š²ŃŠ½Šµ Š½Š° Š“ŠøрŠµŠŗтŠ¾Ń€Šøя Š·Š° сŠæŠ¾Š“ŠµŠ»ŃŠ½Šµ + Š”Š¾Š±Š°Š²ŃŠ½Šµ Š½Š° Š“ŠøрŠµŠŗтŠ¾Ń€Šøя Š·Š° сŠæŠ¾Š“ŠµŠ»ŃŠ½Šµ - + Set Incoming Directory - + Set Partials Directory @@ -3302,37 +3380,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3340,12 +3418,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3647,60 +3725,98 @@ p, li { white-space: pre-wrap; } Š Š°Š·Š¼ŠµŃ€ + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + Š Š°Š·Š¼ŠµŃ€ + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3782,66 +3898,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send Š˜Š·ŠæрŠ°Ń‰Š°Š½Šµ - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3854,22 +3970,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3895,167 +4011,173 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Š”ŠŗрŠøŠ²Š°Š½Šµ - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Š”Š°Ń‚Š° - - + + Title Š—Š°Š³Š»Š°Š²ŠøŠµ - - + + Start New Thread @@ -4064,12 +4186,12 @@ 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; } @@ -4078,33 +4200,33 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4113,7 +4235,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4122,22 +4249,22 @@ p, li { white-space: pre-wrap; } - + Reset Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ - + Content - + Create Forum - + Print @@ -4151,32 +4278,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4392,77 +4519,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Š˜Š¼Šµ - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + ŠœŠµŃŃ‚Š¾ŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŠµ + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4471,7 +4585,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4483,12 +4597,18 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - + + + Your profile is associated to a GPG key + + + + Info @@ -4584,36 +4704,31 @@ Fill in your GPG password when asked, to sign your new key. Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! - - - Location: - - GeneralDialog @@ -4711,17 +4826,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4805,17 +4925,17 @@ p, li { white-space: pre-wrap; } - + Title Š—Š°Š³Š»Š°Š²ŠøŠµ - + Description - + Reset Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ @@ -5609,55 +5729,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network ŠœŃ€ŠµŠ¶Š° - + Friends ŠŸŃ€ŠøятŠµŠ»Šø - - + + Transfers Š¢Ń€Š°Š½ŃŃ„ŠµŃ€ - - + + Messages Š”ъŠ¾Š±Ń‰ŠµŠ½Šøя - - + + Channels ŠšŠ°Š½Š°Š»Šø - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5666,112 +5786,112 @@ p, li { white-space: pre-wrap; } - + Status Š”ъстŠ¾ŃŠ½ŠøŠµ - + Chat Š Š°Š·Š³Š¾Š²Š¾Ń€ - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø - + Hide Š”ŠŗрŠøŠ²Š°Š½Šµ - + Show ŠŸŠ¾ŠŗŠ°Š·Š²Š°Š½Šµ - + RetroShare RetroShare @@ -5785,33 +5905,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Š”Š¾Š±Š°Š²ŃŠ½Šµ Š½Š° ŠæрŠøятŠµŠ» - + Add a Friend Wizard - + Add Share Š”Š¾Š±Š°Š²ŃŠ½Šµ Š½Š° Š“ŠøрŠµŠŗтŠ¾Ń€Šøя - - + + Quick Start Wizard - + Search Š¢ŃŠŃ€ŃŠµŠ½Šµ - + Files Š¤Š°Š¹Š»Š¾Š²Šµ @@ -5820,81 +5940,81 @@ p, li { white-space: pre-wrap; } Š”Š¾Š±Š°Š²ŃŠ½Šµ Š½Š° Š“ŠøрŠµŠŗтŠ¾Ń€Šøя Š·Š° сŠæŠ¾Š“ŠµŠ»ŃŠ½Šµ - + Show/Hide - + &Quit - - - - + + + + You have %1 new message - + Bandwidth Graph - + Open Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help ŠŸŠ¾Š¼Š¾Ń‰ - + About Š—Š° ŠæрŠ¾Š³Ń€Š°Š¼Š°Ń‚Š° - - + + Forums - + Open Messages - + Applications @@ -5903,32 +6023,32 @@ p, li { white-space: pre-wrap; } ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Quit - + SMPlayer - + Messenger @@ -5937,7 +6057,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Š”ъŠ·Š“Š°Š²Š°Š½Šµ @@ -6173,249 +6293,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6502,41 +6622,41 @@ Do you want to save message ? 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;"> @@ -6547,17 +6667,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:10pt; font-weight:600;">ŠŸŃ€ŠµŠæŠ¾Ń€ŃŠŃ‡Š°Š½Šø фŠ°Š¹Š»Š¾Š²Šµ</span></p></body></html> - + Reply - + Reply all - + Foward @@ -6572,178 +6692,183 @@ 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;">ŠøŠ·Ń‚Ń€ŠøŠ²Š°Š½Šµ Š½Š° ŠøŠ·Š±Ń€Š°Š½ŠøтŠµ съŠ¾Š±Ń‰ŠµŠ½Šøя</p></body></html> - + Delete - + Compose Š”ъŠ·Š“Š°Š²Š°Š½Šµ - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ - + Attachments - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Š’Ń…Š¾Š“ящŠ° ŠŗутŠøя - - - - + + + + Outbox Š˜Š·Ń…Š¾Š“ящŠ° ŠŗутŠøя - + Draft Š§ŠµŃ€Š½Š¾Š²Šø - - + + Sent Š˜Š·ŠæрŠ°Ń‚ŠµŠ½Šø - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... @@ -6772,12 +6897,12 @@ p, li { white-space: pre-wrap; } Š˜Š·Ń‚ŠµŠ³Š»ŃŠ½Šµ Š½Š° Š²ŃŠøчŠŗŠø - + Print Document - + File Name Š˜Š¼Šµ Š½Š° фŠ°Š¹Š» @@ -6786,153 +6911,181 @@ p, li { white-space: pre-wrap; } Š˜Š·Ń‚Š¾Ń‡Š½ŠøцŠø - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Š”Š²Š°Š»ŃŠ½Šµ - + Empty trash - + Hide Š”ŠŗрŠøŠ²Š°Š½Šµ - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files Š¤Š°Š¹Š»Š¾Š²Šµ - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - + + Subject - + Subject: - + From: - + 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 @@ -7530,8 +7683,8 @@ p, li { white-space: pre-wrap; } - - + + Name Š˜Š¼Šµ @@ -7553,7 +7706,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ @@ -7613,7 +7766,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -7632,12 +7785,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7646,23 +7799,23 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + Did peer authenticated me @@ -7672,77 +7825,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -7851,6 +8004,11 @@ p, li { white-space: pre-wrap; } Remove All Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ Š½Š° Š²ŃŠøчŠŗŠ¾ + + + Options + ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø + NotifyDialog @@ -8048,17 +8206,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8274,7 +8432,7 @@ p, li { white-space: pre-wrap; } Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi) - + Status Š”ъстŠ¾ŃŠ½ŠøŠµ @@ -8418,10 +8576,8 @@ p, li { white-space: pre-wrap; } - - RetroShare - RetroShare + RetroShare @@ -8445,33 +8601,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8487,27 +8648,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send Š˜Š·ŠæрŠ°Ń‰Š°Š½Šµ - + Italic - + Underline @@ -8521,184 +8682,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Š”Š¾Š±Š°Š²ŃŠ½Šµ Š½Š° ŠæрŠøятŠµŠ» - + Create new Profile - + Font - + Friends ŠŸŃ€ŠøятŠµŠ»Šø - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -9022,188 +9179,193 @@ p, li { white-space: pre-wrap; } RetroShare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Š˜Š·ŠæрŠ°Ń‰Š°Š½Šµ - + Close Š—Š°Ń‚Š²Š°Ń€ŃŠ½Šµ - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9211,39 +9373,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9679,117 +9847,179 @@ p, li { white-space: pre-wrap; } Š Š°Š·Š¼ŠµŃ€ - - + + RetroShare RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -9805,6 +10035,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -9846,15 +10081,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -9864,7 +10099,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -9875,7 +10110,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -9931,8 +10166,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -9974,7 +10209,12 @@ p, li { white-space: pre-wrap; } Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9985,7 +10225,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9997,27 +10237,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -10045,67 +10285,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General ŠžŠ±Ń‰Šø - + Directories Š”ŠøрŠµŠŗтŠ¾Ń€ŠøŠø - + Server Š”ърŠ²ŃŠŃ€ - + Transfer - + Notify - + Security - + Message - + Forum - + Chat Š Š°Š·Š³Š¾Š²Š¾Ń€ - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10135,81 +10375,40 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - Friends Directories - - - - - My Directories - - - - Size - Š Š°Š·Š¼ŠµŃ€ - - - - Share Type - - - - - What's new - + Š Š°Š·Š¼ŠµŃ€ Rank Š Š°Š½Š³ - - Age - + Files + Š¤Š°Š¹Š»Š¾Š²Šµ + + + RetroshareDirModel - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Š¤Š°Š¹Š»Š¾Š²Šµ - - - - File - - - - - - DIR - - Rshare @@ -10277,32 +10476,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10333,79 +10532,78 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Š˜Š·Ń‚Š¾Ń‡Š½ŠøцŠø - + Results Š ŠµŠ·ŃƒŠ»Ń‚Š°Ń‚Šø - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Š”Š²Š°Š»ŃŠ½Šµ - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link - - - - - Send retroshare Link - - - - Broadcast on Channel - Š˜Š·Š»ŃŠŃ‡Š²Š°Š½Šµ ŠæŠ¾ ŠŗŠ°Š½Š°Š» + Š˜Š·Š»ŃŠŃ‡Š²Š°Š½Šµ ŠæŠ¾ ŠŗŠ°Š½Š°Š» - Recommend to Friends - ŠŸŃ€ŠµŠæŠ¾Ń€ŃŠŠŗŠ° Š·Š° ŠæрŠøятŠµŠ»Šø + ŠŸŃ€ŠµŠæŠ¾Ń€ŃŠŠŗŠ° Š·Š° ŠæрŠøятŠµŠ»Šø - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ - + Remove All Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ Š½Š° Š²ŃŠøчŠŗŠ¾ - - + + Folder - + New RetroShare Link(s) @@ -10451,34 +10649,34 @@ p, li { white-space: pre-wrap; } Š”Š¾ŠŗуŠ¼ŠµŠ½Ń‚Šø - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size Š Š°Š·Š¼ŠµŃ€ - + Type Š’ŠøŠ“ @@ -10513,78 +10711,78 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name Š˜Š¼Šµ Š½Š° фŠ°Š¹Š» - + File Size - + 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 Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ @@ -10594,32 +10792,32 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Age - + Hash - + KeyWords - + Search Id @@ -11065,7 +11263,7 @@ p, li { white-space: pre-wrap; } - + Remove Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ @@ -11074,25 +11272,41 @@ p, li { white-space: pre-wrap; } Š”Š¾Š±Š°Š²ŃŠ½Šµ Š½Š° Š“ŠøрŠµŠŗтŠ¾Ń€Šøя Š·Š° сŠæŠ¾Š“ŠµŠ»ŃŠ½Šµ - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11162,7 +11376,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11170,8 +11384,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Š”Š²Š°Š»ŃŠ½Šµ @@ -11186,119 +11400,119 @@ 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> - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11312,47 +11526,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11418,17 +11642,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11491,39 +11715,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11532,7 +11760,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -11886,7 +12114,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11895,7 +12123,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11904,15 +12132,73 @@ p, li { white-space: pre-wrap; } - + OK - + Cancel ŠžŃ‚ŠŗŠ°Š· + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12019,7 +12305,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12065,17 +12351,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12085,47 +12371,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed ŠŠµŃƒŃŠæŠµŃˆŠ½Š¾ Š·Š°Ń€ŠµŠ¶Š“Š°Š½Šµ Š½Š° сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ @@ -12433,27 +12724,37 @@ p, li { white-space: pre-wrap; } - + RetroShare RetroShare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -12516,20 +12817,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -12541,8 +12842,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -12557,11 +12858,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Š¤Š°Š¹Š»Š¾Š²Šµ + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + Š Š°Š·Š¼ŠµŃ€ + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -12576,68 +12937,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust Š”Š¾Š²ŠµŃ€ŠøŠµ - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12645,14 +13006,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_da.ts b/retroshare-gui/src/lang/retroshare_da.ts index 3b092b391..fa4cb7f9d 100644 --- a/retroshare-gui/src/lang/retroshare_da.ts +++ b/retroshare-gui/src/lang/retroshare_da.ts @@ -19,28 +19,28 @@ Luk - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -821,32 +821,32 @@ 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... - + Browse Gennemse - + Select Certificate VƦlg certifikat @@ -855,62 +855,62 @@ p, li { white-space: pre-wrap; } Certifikater (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) RetroShare Certificate (*.rsc); Alle filer (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1134,52 +1134,58 @@ Do you want to save message ? ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play Lege - + Remove Item - - + + Expand udvide - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Skjul @@ -1187,26 +1193,37 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - New Channel - Ny kanal + + Unknown Channel + - + + New Channel + Ny kanal + + + + Updated Channel + + + + Subscribe to Channel - + Expand udvide - + Channel Decscription @@ -1287,12 +1304,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Opret kanal - + Subscribe To Channel AbonnĆ©r pĆ„ kanal @@ -1314,35 +1331,40 @@ p, li { white-space: pre-wrap; } - + Add TilfĆøj - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name Navn @@ -1352,63 +1374,78 @@ p, li { white-space: pre-wrap; } Popularitet - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1622,17 +1659,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1640,67 +1677,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Bliv venner - + Details about your friend : Oplysninger om din ven: - + Key validity: - + Email: - + Options Indstillinger - + Add friend to group: - + 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 Peer Detaljer - + Name: Navn: - + Loc: - + Signers @@ -1708,7 +1745,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Annuller @@ -1733,7 +1770,7 @@ p, li { white-space: pre-wrap; } Underskriv certifikatet - + OK OK @@ -1812,23 +1849,45 @@ p, li { white-space: pre-wrap; } Fuld - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend Afvis ven - + Make Friend Bliv venner - + Certificate - - + + Sign GPG key @@ -1884,79 +1943,79 @@ p, li { white-space: pre-wrap; } - + Apply and Close Anvend og Luk - - + + RetroShare RetroShare - - + + Error : cannot get peer details. - + Your key is signed by : Din nĆøgle er underskrevet af: - + Peer key is signed by : - + Your trust in this peer is ultimate, it's probably a key you own. Deres tillid i denne peer er ultimative, er det sikkert en nĆøgle, du ejer. - + Your trust in this peer is full. Deres tillid i denne peer er fuld. - + Your trust in this peer is marginal. Deres tillid i denne peer er marginal. - + Your trust in this peer is none. Deres tillid i denne peer er ingen. - + Your trust in this peer is not set. Deres tillid i denne peer er ikke indstillet. - + 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 MĆ„ske password er forkert - + Copy Peer @@ -2631,33 +2690,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File TilfĆøj ekstra fil - - + + RetroShare RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2754,7 +2829,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Luk @@ -2773,17 +2848,17 @@ p, li { white-space: pre-wrap; } Forum Post Emne - + Attach File VedhƦft fil - + Forum Post - + Sign Message @@ -2793,23 +2868,23 @@ p, li { white-space: pre-wrap; } Om - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2840,17 +2915,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3101,7 +3176,7 @@ p, li { white-space: pre-wrap; } - + Comments Kommentarer @@ -3127,22 +3202,22 @@ p, li { white-space: pre-wrap; } Annuller - + Rating Bewertung - + File Name Filnavn - + Not Rated - + No Comments @@ -3150,33 +3225,30 @@ p, li { white-space: pre-wrap; } DirectoriesPage - Add a Share Directory - TilfĆøj en Del Directory + TilfĆøj en Del Directory - Remove Shared Directory - Fjern Delt Directory + Fjern Delt Directory - - + + Browse Gennemse - Add Shared Directory - TilfĆøj Delt Directory + TilfĆøj Delt Directory - + Set Incoming Directory SƦt IndgĆ„ende Directory - + Set Partials Directory SƦt Partials Directory @@ -3186,17 +3258,17 @@ p, li { white-space: pre-wrap; } IndgĆ„ende filer - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3204,31 +3276,41 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache + + + Auto-check shared directories every + + + + + minute(s) + + Partials Direcrtory Partials filer - + Shared Directories Delte Mapper @@ -3237,7 +3319,7 @@ you plug it in. Automatisk aksjer indgĆ„ende bibliotek (anbefalet) - + Edit Share Rediger aksjer @@ -3367,37 +3449,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3405,12 +3487,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3742,60 +3824,98 @@ p, li { white-space: pre-wrap; } StĆørrelse + + FlatStyle_RDM + + + Friends Directories + Venner mapper + + + + My Directories + Min mapper + + + + Size + StĆørrelse + + + + Age + Alder + + + + Friend + + + + + Share Type + Del Type + + + + Directory + Mapper + + 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 *** @@ -3877,7 +3997,7 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item @@ -3886,61 +4006,61 @@ p, li { white-space: pre-wrap; } Forum navn - + Expand udvide - - - + + + Subject: - + Unsubscribe To Forum - + Reply Svar - + Send - + Signed Underskrevet - + Forum Post - + Unknown Forum Post - - - + + + Anonymous Anonym - + In Reply to - + Please give a Text Message @@ -3953,22 +4073,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum Abonner pĆ„ forum - + Expand udvide - + Forum Description Forum Beskrivelse @@ -3994,57 +4114,63 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum Abonner pĆ„ forum - + Unsubscribe to Forum Afmeld til Forum - + New Forum Nye Forum - + Show Forum Details Vis Forum detaljer - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply Svar - + Reply to Author Svar til forfatter - + Expand all Udvid alle - + Collapse all Skjul alle - + AUTHD @@ -4053,112 +4179,112 @@ p, li { white-space: pre-wrap; } Popularitet: - + Your Forums Din Forums - + Subscribed Forums Abonnerede Forums - + Popular Forums PopulƦre Forums - + Other Forums Andre Forums - - + + Mark as read - - + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Skjul - + Expand udvide - - + + Anonymous Anonym - - + + signed underskrevet - - + + none ingen - - + + RetroShare RetroShare - + No Forum Selected! Ikke Forum Udvalgte! - + You cant reply a Anonymous Author Du kan ikke besvare en Anonym Author - - + + Date Dato - - + + Title Titel - - + + Start New Thread Start ny trĆ„d @@ -4167,7 +4293,7 @@ p, li { white-space: pre-wrap; } Ny besked - + Add TilfĆøj @@ -4196,7 +4322,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;">Svar 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; } @@ -4209,33 +4335,33 @@ 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;">Forum:</p></body></html> - + Last Post Sidste indlƦg - + Threaded View - + Flat View - - + + Author Forfatter - + Signed Underskrevet - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4248,7 +4374,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:10pt; font-weight:600;">TrĆ„d:</span></p></body></html> - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4257,22 +4388,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum Opret Forum - + Print Udskriv @@ -4290,32 +4421,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-family:'Arial'; font-weight:600;">Forums</span></p></body></html> - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview Udskriftsvisning @@ -4551,28 +4682,28 @@ Fill in your GPG password when asked, to sign your new key. Certifikater (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -4589,77 +4720,64 @@ Fill in your GPG password when asked, to sign your new key. - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Navn - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + Lokation + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4668,7 +4786,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4680,18 +4798,19 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - - Info + + + Your profile is associated to a GPG key - - Location: + + Info @@ -4753,17 +4872,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4847,17 +4971,17 @@ p, li { white-space: pre-wrap; } - + Title Titel - + Description Beskrivelse - + Reset @@ -5647,91 +5771,91 @@ p, li { white-space: pre-wrap; } MainWindow - + Network NetvƦrk - + Friends Venner - - + + Transfers OverfĆørsler - - + + Messages Beskeder - - + + Channels Kanaler - - + + Options Indstillinger - + Hide Skjul - + Show Vis - + RetroShare RetroShare - + RetroShare %1 a secure decentralised communication platform - + Search SĆøg - + Files Filer - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5740,68 +5864,68 @@ p, li { white-space: pre-wrap; } - + Show/Hide Vis/Skjul - + Status - + &Quit &Afslut - + Chat Samtale - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. @@ -5810,145 +5934,145 @@ p, li { white-space: pre-wrap; } Du har en ny besked - + Bandwidth Graph BĆ„ndbredde graf - + Open Messenger ƅbn Messenger - + Internal Error - + Minimize Minimer - + Maximize Maksimer - + Links Cloud - + Unfinished - + Help HjƦlp - - + + Forums - - - - - - You have %1 new messages - - - + + You have %1 new messages + + + + + + + You have %1 new message - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Open Messages ƅbn Beskeder - + Applications AnsĆøgninger - + Plugins - + Really quit ? Virkelig holde op? - + Do you really want to exit RetroShare ? Vil du virkelig afslutte RetroShare? - + Add Friend TilfĆøj ven - + Add a Friend Wizard TilfĆøj en ven guiden - + Add Share TilfĆøj Del - + Quit Afslut - - + + Quick Start Wizard Quick Start Guiden - + SMPlayer - + Messenger @@ -5958,7 +6082,7 @@ p, li { white-space: pre-wrap; } - + About Om @@ -5967,7 +6091,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose KomponĆ©r @@ -6203,18 +6327,18 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message Gem besked - + Message has not been Sent. Do you want to save message to draft box? @@ -6224,233 +6348,233 @@ Do you want to save message to draft box? KomponĆ©r: - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown Ukendt - + Unknown friend - + &File &Filer - + &New - + &Open... &ƅbn... - + &Save &Gem - + Save &As File - + Save &As Draft - + &Print... &Udskriv... - + &Export PDF... - + &Quit &Afslut - + &Edit &Rediger - + &Undo &Fortryd - + &Redo - + Cu&t - + &Copy &Kopier - + &Paste &IndsƦt - + &View &Vis - + &Contacts Sidebar - + &Insert &IndsƦt - + &Image - + &Horizontal Line - + &Format - + Open File... ƅbn fil... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... Gem som... - + Print Document Udskriv dokument - + Export PDF - + Message has not been Sent. Do you want to save message ? Beskeden er ikke blevet sendt. Ƙnsker du at gemme beskeden? - + Choose Image VƦlg Billede - + Image Files supported (*.png *.jpeg *.jpg *.gif) Billedfiler understĆøttes (*.png *.jpeg *.jpg *.gif) - + Add Extra File TilfĆøj ekstra fil - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6537,36 +6661,36 @@ Do you want to save message ? MessagesDialog - - + + New Message Ny besked - + Reply to Message Besvar Besked - + Remove Message Fjern Besked - - + + Date Dato - - - + + + From Fra - + Size StĆørrelse @@ -6575,72 +6699,108 @@ Do you want to save message ? Hent alle - + Print Document Udskriv dokument - + Forward selected Message Frem udvalgte Besked - + Remove Messages Fjern Besked - + Forward Message Videresend meddelelse - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + + Click to sort by to + + + + File - + Files Filer @@ -6649,24 +6809,24 @@ Do you want to save message ? KomponĆ©r: - + Hide Skjul - + Expand udvide - - - + + + Drafts - + To @@ -6675,27 +6835,27 @@ Do you want to save message ? Anonym - + Save as... Gem som... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All Svar til alle @@ -6720,110 +6880,115 @@ 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;">svar til udvalgte besked</p></body></html> - + Reply Svar - + Reply all Svar alle - + Foward Videresend - + Delete Slet - + Compose KomponĆ©r - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - - - - + + + + Inbox Indbakke - - - - + + + + Outbox Udbakke - + Draft Udkast til - - + + Sent Sendte - - + + Subject Om - + Reset - + Attachments VedhƦftede filer - + + Download all Recommended Files + + + + Subject: Om: - + From: Fra: @@ -6832,12 +6997,12 @@ p, li { white-space: pre-wrap; } Dato: - + To: Til: - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -6848,75 +7013,74 @@ 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;">Anbefalet filer</span></p></body></html> - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - <html><head><meta name="qrichtext" content="1" /><style type="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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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 alle Anbefalet Filer</p></body></html> - + Cc: - + Bcc: - + Tags: - + File Name Filnavn @@ -6925,49 +7089,49 @@ p, li { white-space: pre-wrap; } Kilder - + Hash - - + + Print... Udskriv... - + Print Preview Udskriftsvisning - - + + Buttons Icon Only Knapper Icon Kun - + Buttons Text Beside Icon Knapper Tekst Udover Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... Gem som... @@ -6982,7 +7146,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;">fjerne valgte meddelelse</p></body></html> - + Print Udskriv @@ -7509,8 +7673,8 @@ Right-click and select 'make friend' to be able to connect. - - + + Name Navn @@ -7532,7 +7696,7 @@ Right-click and select 'make friend' to be able to connect. - + Cert Id Cert Id @@ -7604,7 +7768,7 @@ Right-click and select 'make friend' to be able to connect. - + Did I authenticated peer @@ -7615,7 +7779,7 @@ Right-click and select 'make friend' to be able to connect. - + Did peer authenticated me @@ -7632,7 +7796,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-weight:600;">NetvƦrk:</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -7645,7 +7809,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-weight:600;">Display</span></p></body></html> - + Show keys that are not validated by the GPG web of trust @@ -7664,92 +7828,92 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + Peer ID - + Network Status NetvƦrk Status - + Local network Lokale netvƦrk - + UPnP - + External ip address finder Eksterne ip-adresse sĆøg - + Clear - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend TilfĆøj ven - + Copy My Key to Clipboard - + Export My Key - + Create New Profile - + Create a new Profile @@ -7825,6 +7989,11 @@ p, li { white-space: pre-wrap; } Remove All Fjern alle + + + Options + Indstillinger + NotifyDialog @@ -8014,17 +8183,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8338,10 +8507,8 @@ p, li { white-space: pre-wrap; } Ven ikke online - - RetroShare - RetroShare + RetroShare @@ -8362,23 +8529,23 @@ p, li { white-space: pre-wrap; } Ny kanal - + Add Extra File TilfĆøj ekstra fil - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8440,27 +8607,32 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Save as... Gem som... - + Text File (*.txt );;All Files (*) - + Send Sende @@ -8469,27 +8641,27 @@ p, li { white-space: pre-wrap; } Profil Vis - + Add TilfĆøj - + Display - + Status - + Italic - + Underline @@ -8511,17 +8683,17 @@ p, li { white-space: pre-wrap; } skjul uvedkommende - + Add or Change your Avatar TilfĆøje eller Ʀndre din avatar - + Edit Personal message Rediger Personlig hilsen - + Bold @@ -8530,13 +8702,13 @@ p, li { white-space: pre-wrap; } Opret ny Forum - - + + Create new Forum Opret ny Forum - + F @@ -8545,152 +8717,156 @@ p, li { white-space: pre-wrap; } Opret ny kanal - - + + Create new Channel Opret ny kanal - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend TilfĆøj ven - + + Text Color + + + + Create new Profile - + Font - + Friends Venner - + Group Chat - + Messages entered here are sent to all collected friends - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">set Text Color</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;">sƦt Tekstfarve</span></p></body></html> - + Attach File VedhƦft fil - + Clear Chat History Ryd Chatoversigt @@ -9014,188 +9190,193 @@ p, li { white-space: pre-wrap; } RetroShare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... Gem som... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Send - + Close Luk - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History Ryd Chatoversigt - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File TilfĆøj ekstra fil - - + + 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 @@ -9203,39 +9384,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9703,117 +9890,179 @@ p, li { white-space: pre-wrap; } Popularitet - - + + RetroShare RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure Log ind Manglende - + Maybe password is wrong MĆ„ske password er forkert - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -9829,6 +10078,11 @@ p, li { white-space: pre-wrap; } Peer details Peer Detaljer + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -9870,15 +10124,15 @@ p, li { white-space: pre-wrap; } - + Next > NƦste > - - + + Exit Afslut @@ -9888,7 +10142,7 @@ p, li { white-space: pre-wrap; } For den bedste ydeevne, skal RetroShare at vide lidt om din forbindelse til internettet. - + Choose your upload speed limit: VƦlg din upload hastighed grƦnse: @@ -9899,7 +10153,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: VƦlg din download hastighed grƦnse: @@ -9955,8 +10209,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < Tilbage @@ -9998,7 +10252,12 @@ p, li { white-space: pre-wrap; } Fjerne - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10015,7 +10274,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-family:'MS Shell Dlg 2'; font-size:8pt;">Nyd bruger 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; } @@ -10027,27 +10286,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized Start Minimeret - + Start RetroShare when my System Starts. Start RetroShare nĆ„r min System Starter. - + Start minimized on system start - + Finish @@ -10075,52 +10334,52 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General Generelt - + Directories Mapper - + Server - + Transfer OverfĆørsel - + Notify AdvisĆ©r - + Security Sikkerhed - + Message - + Forum - + Chat Samtale - + Appearance Udseende @@ -10129,17 +10388,17 @@ p, li { white-space: pre-wrap; } Filassociationer - + Sound Lyd - + UnknownPage - + Error Saving Configuration on page @@ -10177,81 +10436,60 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - Venner mapper + Venner mapper - My Directories - Min mapper + Min mapper - Size - StĆørrelse + StĆørrelse - Share Type - Del Type - - - - What's new - + Del Type Rank Placering - Age - Alder + Alder - - - FILE - + Anonymous + Anonym - + Files + Filer + + + + RetroshareDirModel + + Anonymous Anonym - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Filer - - - - File - - - - - - DIR - - Rshare @@ -10319,32 +10557,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10375,86 +10613,85 @@ p, li { white-space: pre-wrap; } SearchDialog - - + + Download - - Broadcast on Channel - - - - Recommend to Friends - Anbefal til venner + Anbefal til venner - + Remove Fjerne - + Remove All Fjern alle - + Download Notice Download meddelelse - + Enter a keyword here (at least 3 char long) - Copy retroshare Link - Kopier retroshare Link + Kopier retroshare Link - - Send retroshare Link + + + Copy RetroShare Link - + + Send RetroShare Link + + + + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - - + + Folder Mappe - + New RetroShare Link(s) - + Size StĆørrelse - + Type Type @@ -10504,32 +10741,32 @@ p, li { white-space: pre-wrap; } Mapper - + Filter Search Result - + Clear Filter - + File Name Filnavn - + File Size - + Close all Search Resullts - + Download Selected @@ -10558,7 +10795,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;">Close all Search Resullts</span></p></body></html> - + Close All Search Results @@ -10579,59 +10816,59 @@ 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 udvalgte</span></p></body></html> - + Include files from your own file list in the search result Inkluder filer fra din egen fil listen i sĆøgeresultatet - + Include own files Omfatter egne filer - + Search inside "browsable" files of your friends SĆøg Til indenfor "sĆøgbar" filer AF spise Venner - + Search in friends lists SĆøg i vennelister - + Multi-hop search at distance 6 in the network (always reports available files) Multi-hop sĆøgning pĆ„ afstand 6 i nettet (Altid rapporter tilgƦngelige filer)s) - + F2F search F2F sĆøgning - + Limit number of results to : BegrƦns antallet af resultater til: - + Filename Filnavn - + Start Search Start sĆøgning - + Search SĆøg - + Reset @@ -10641,42 +10878,42 @@ p, li { white-space: pre-wrap; } - + Advanced Search Avanceret sĆøgning - + Advanced Avanceret - + Sources Kilder - + Age Alder - + Hash - + KeyWords NĆøgleords - + Results Resultater - + Search Id @@ -11091,30 +11328,46 @@ p, li { white-space: pre-wrap; } - + Remove Fjerne - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + Shared Directory Added! Delt Directory tilfĆøjet! @@ -11192,7 +11445,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11200,28 +11453,28 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download - + Checking... Kontrol ... - + Check files Check-filer - + Copy retroshare Link Kopier retroshare Link - + Send retroshare Link @@ -11234,99 +11487,99 @@ p, li { white-space: pre-wrap; } Anbefal en besked til - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File ƅben fil - + Open Folder ƅben mappe - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file SƦt kommando for Ć„bning af denne fil - + <strong>My Shared Files</strong> <strong>Min Delte filer</strong> - + <strong>Friends Files</strong> <strong>Venner Filer</strong> - + <strong>Files</strong> <strong>Filer</strong> - + Splitted View Opsplittes View - + Friends Folders Venner mapper - + My Folders Mine mapper @@ -11344,47 +11597,57 @@ 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:'MS Shell Dlg 2'; font-weight:600;">Filer</span></p></body></html> - + All Alle - + One day old En dag gammel - + One Week old En uge gammel - + One month old En mĆ„ned gammel - + Search files - + Start Search Start sĆøgning - + Reset - + + Tree view + + + + + Flat view + + + + Download selected Download udvalgte - + check files Check-filer @@ -11450,17 +11713,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11544,39 +11807,43 @@ p, li { white-space: pre-wrap; } Navn (GPG Id) - placering: - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure Log ind Manglende - + Maybe password is wrong MĆ„ske password er forkert - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11585,7 +11852,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -11933,7 +12200,7 @@ This choice can be reverted in settings. Status besked - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11946,7 +12213,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:14pt; font-weight:600;">Personlig besked</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11959,15 +12226,73 @@ 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;">Indtast din status besked</span></p></body></html> - + OK OK - + Cancel Annuller + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12078,7 +12403,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12124,7 +12449,7 @@ p, li { white-space: pre-wrap; } Teksten nedenfor er din PGP-certifikat. Du er nĆødt til at give den til din ven - + Please, paste your friends PGP certificate into the box below Please, indsƦt dine venner PGP certifikat i boksen nedenfor @@ -12133,12 +12458,12 @@ p, li { white-space: pre-wrap; } Din Cert er kopieret til klippebordet, indsƦtte og sende det til din ven via email eller pĆ„ anden mĆ„de - + You can copy this text and send it to your friend via email or some other way Du kan kopiere denne tekst og send den til din ven via email eller pĆ„ anden mĆ„de - + RetroShare RetroShare @@ -12148,47 +12473,52 @@ p, li { white-space: pre-wrap; } Tekst certifikat - + Copy your Cert to Clipboard Kopier Cert til klippebordet - + Save your Cert into a File Gem Cert i en fil - + Run Email program KĆør E-mail-program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help Connect Ven HjƦlp - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... Gem som... - + RetroShare Certificate (*.rsc );;All Files (*) RetroShare Certificate (*.rsc); Alle filer (*) - + Certificate Load Failed Certifikat indlƦsning fejlede @@ -12492,27 +12822,37 @@ p, li { white-space: pre-wrap; } Kontrol ... - + RetroShare RetroShare - + Details: Detaljer: - + + File preview + + + + + File %1 preview failed. + + + + 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? Er du sikker pĆ„ at du vil annullere og slette disse filer? @@ -12567,20 +12907,20 @@ p, li { white-space: pre-wrap; } - + Failed Mislykket - + Okay OK - + Waiting Venter @@ -12592,8 +12932,8 @@ p, li { white-space: pre-wrap; } - - + + Complete Komplet @@ -12603,11 +12943,71 @@ p, li { white-space: pre-wrap; } Ukendt - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Filer + + + + File + + + + + + DIR + + + + + Friends Directories + Venner mapper + + + + My Directories + Min mapper + + + + Size + StĆørrelse + + + + Age + Alder + + + + Friend + + + + + Share Type + Del Type + + + + What's new + + + TrustView @@ -12622,68 +13022,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust Trust - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12691,14 +13091,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_de.qm b/retroshare-gui/src/lang/retroshare_de.qm index 1981889af..564d06bb2 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 cf149f196..701d58464 100644 --- a/retroshare-gui/src/lang/retroshare_de.ts +++ b/retroshare-gui/src/lang/retroshare_de.ts @@ -19,7 +19,7 @@ Schliessen - + About RetroShare %1 Ɯber RestroShare %1 @@ -1600,7 +1600,7 @@ p, li { white-space: pre-wrap; } Ɯbernehmen und Schliessen - + RetroShare @@ -3688,7 +3688,7 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum Forum abonnieren @@ -3803,7 +3803,7 @@ p, li { white-space: pre-wrap; } Du kannst einem anonymen Autor nicht antworten - + Your Forums Deine Foren @@ -3880,24 +3880,24 @@ p, li { white-space: pre-wrap; } - + Date Datum - - + + Title Titel - - + + Author Autor - + Signed Unterzeichnet @@ -3915,7 +3915,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;">Thema:</span></p></body></html> - + Previous Thread Vorheriger Beitrag @@ -3950,7 +3950,7 @@ p, li { white-space: pre-wrap; } Druckvorschau - + Start New Thread Erstelle neues Thema @@ -6210,7 +6210,7 @@ Willst Du die Nachricht speichern ? MessagesDialog - + New Message Neue Nachricht @@ -6226,24 +6226,24 @@ Willst Du die Nachricht speichern ? - + Date Datum - + From Von - + Size Grƶsse - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -6318,15 +6318,15 @@ p, li { white-space: pre-wrap; } - + Inbox Posteingang - - + + Outbox Postausgang @@ -6338,7 +6338,7 @@ p, li { white-space: pre-wrap; } - + Sent Gesendet @@ -6348,12 +6348,12 @@ p, li { white-space: pre-wrap; } Alle Dateien runterladen - + Cc: Cc: - + Bcc: Bcc: @@ -6363,7 +6363,7 @@ p, li { white-space: pre-wrap; } Schlagwƶrter: - + Print... Drucken... @@ -6405,33 +6405,33 @@ p, li { white-space: pre-wrap; } Speichern unter... - + Print Document Dokument drucken - - + + Subject Betreff - + Subject: Betreff: - + From: Von: - + To: An: - + File Name Dateiname @@ -6441,12 +6441,12 @@ p, li { white-space: pre-wrap; } PrĆ¼fsumme - + Print Drucken - + Forward selected Message GewƤhlte Nachricht weiterleiten @@ -6461,7 +6461,38 @@ p, li { white-space: pre-wrap; } Weiterleiten - + + Click to sort by attachments + Klicken, um nach Anhang zu sortieren + + + + Click to sort by subject + Klicken, um nach Betreff zu sortieren + + + + Click to sort by read + Klicken, um nach Gelesen / Ungelesen zu sortieren + + + + + Click to sort by from + Klicken, um nach Von zu sortieren + + + + Click to sort by date + Klicken, um nach Datum zu sortieren + + + + Click to sort by tags + Klicken, um nach Schlagwƶrter zu sortieren + + + Download Herunterladen @@ -6476,7 +6507,12 @@ p, li { white-space: pre-wrap; } Empfohlene Dateien einblenden - + + Click to sort by to + Klicken, um nach EmpfƤnger zu sortieren + + + File Datei @@ -6496,7 +6532,7 @@ p, li { white-space: pre-wrap; } HTML-Dateien (*.htm *.html);;Alle Dateien (*) - + Reply to All Allen antworten @@ -6515,7 +6551,7 @@ p, li { white-space: pre-wrap; } - + Content Inhalt @@ -6523,7 +6559,7 @@ p, li { white-space: pre-wrap; } - + Tags Schlagwƶrter @@ -6535,7 +6571,7 @@ p, li { white-space: pre-wrap; } - + Trash Papierkorb @@ -6551,7 +6587,7 @@ p, li { white-space: pre-wrap; } Ordner - + Remove All Tags Alle Schlagwƶrter entfernen @@ -6582,23 +6618,23 @@ p, li { white-space: pre-wrap; } - + Drafts EntwĆ¼rfe - + To An - + Edit... Editieren... - + @@ -8624,7 +8660,7 @@ Do you want to send them a Message instead ProfileView - + Clear Photo Photo entfernen @@ -8993,7 +9029,7 @@ Lockdatei: Die Datei wurde zur Downloadliste hinzugefĆ¼gt. - + File Request canceled Dateianforderung abgebrochen @@ -11227,7 +11263,7 @@ Du kannst die Auswahl in den Optionen zurĆ¼cksetzen. Statusnachricht - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11262,6 +11298,11 @@ p, li { white-space: pre-wrap; } Cancel Abbrechen + + + Paste RetroShare Link + RetroShare Link einfĆ¼gen + StyleDialog @@ -11352,7 +11393,7 @@ p, li { white-space: pre-wrap; } - + Play File Datei abspielen diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts index 3b124aea1..8bbe40a55 100644 --- a/retroshare-gui/src/lang/retroshare_en.ts +++ b/retroshare-gui/src/lang/retroshare_en.ts @@ -19,28 +19,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -747,92 +747,92 @@ 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... - + Browse - + Select Certificate - + Please choose a filename - - - - + + + + RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -840,52 +840,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide @@ -893,25 +899,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelDetails @@ -994,103 +1015,123 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubscribe - + Subscribe To Channel - + Subscribe - + Set all to read - + + Enable Auto-download + + + + Create Channel - + Unsubcribe To Channel - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1281,17 +1322,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1299,67 +1340,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend - + Details about your friend : - + Key validity: - + Email: - + Options - + Add friend to group: - + 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 @@ -1422,89 +1463,89 @@ p, li { white-space: pre-wrap; } - + Make Friend - + Cancel - + 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 - + Copy Peer @@ -1514,13 +1555,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend - - + + Sign GPG key @@ -1591,12 +1632,34 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Certificate - + OK @@ -2231,33 +2294,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2352,17 +2431,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2372,28 +2451,28 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg - + Close @@ -2424,17 +2503,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2674,7 +2753,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -2700,22 +2779,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name - + Not Rated - + No Comments @@ -2723,33 +2802,18 @@ p, li { white-space: pre-wrap; } DirectoriesPage - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - - Add Shared Directory - - - - + Set Incoming Directory - + Set Partials Directory @@ -2759,17 +2823,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -2777,32 +2841,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories - + Edit Share @@ -2932,37 +3006,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -2970,12 +3044,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3252,60 +3326,98 @@ p, li { white-space: pre-wrap; } + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3387,66 +3499,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3459,22 +3571,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3500,165 +3612,171 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Start New Thread - + 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; } @@ -3667,55 +3785,55 @@ p, li { white-space: pre-wrap; } - + Last Post - + Threaded View - + Flat View - - + + Date - - + + Title - + Start new Thread for Selected Forum - + Display - - + + 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; } @@ -3724,7 +3842,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3733,22 +3856,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum - + Print @@ -3762,22 +3885,22 @@ p, li { white-space: pre-wrap; } - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4013,28 +4136,28 @@ Fill in your GPG password when asked, to sign your new key. - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -4051,77 +4174,64 @@ Fill in your GPG password when asked, to sign your new key. - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4130,7 +4240,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4142,18 +4252,19 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - - Info + + + Your profile is associated to a GPG key - - Location: + + Info @@ -4200,17 +4311,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4294,17 +4410,17 @@ p, li { white-space: pre-wrap; } - + Title - + Description - + Reset @@ -5083,91 +5199,91 @@ p, li { white-space: pre-wrap; } MainWindow - + Network - + Friends - - + + Transfers - - + + Messages - - + + Channels - - + + Options - + Hide - + Show - + RetroShare - + RetroShare %1 a secure decentralised communication platform - + Search - + Files - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5176,211 +5292,211 @@ p, li { white-space: pre-wrap; } - + Show/Hide - + Status - + &Quit - + Chat - - - - - - You have %1 new messages - - - - - - - - %1 new messages - - - - - - - - %1 new message - - - - - You have %1 completed downloads - - - - - You have %1 completed download - - - - - %1 completed downloads - - - - - %1 completed download - - - - - Down: %1 (kB/s) - - - - - Up: %1 (kB/s) - - - - - %1 friend connected - - - - - %1 friends connected - - - - - Bandwidth Graph - - - - - Open Messenger - - - - - Internal Error - - - - - It seems to be an old RetroShare link. Please use copy instead. - - - - - The file link is malformed. - - - - - Minimize - - - - - Maximize - - - - - Links Cloud - - - - - Unfinished - - - - - Help - - - - - - Forums - - - - You have %1 new message + + You have %1 new messages - - Open Messages + + + + + %1 new messages - - Applications + + + + + %1 new message + + + + + You have %1 completed downloads + + + + + You have %1 completed download + + + + + %1 completed downloads + + + + + %1 completed download + + + + + Down: %1 (kB/s) + + + + + Up: %1 (kB/s) + + + + + %1 friend connected + + + + + %1 friends connected + + + + + Bandwidth Graph + + + + + Open Messenger + + + + + Internal Error + + + + + It seems to be an old RetroShare link. Please use copy instead. + + + + + The file link is malformed. + + + + + Minimize + + + + + Maximize + Links Cloud + + + + + Unfinished + + + + + Help + + + + + + Forums + + + + + + + + You have %1 new message + + + + + Open Messages + + + + + Applications + + + + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Add Friend - + Add a Friend Wizard - + Add Share - + Quit - - + + Quick Start Wizard - + SMPlayer - + Messenger @@ -5390,7 +5506,7 @@ p, li { white-space: pre-wrap; } - + About @@ -5399,7 +5515,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose @@ -5631,249 +5747,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -5952,266 +6068,307 @@ Do you want to save message ? MessagesDialog - - + + New Message - + Reply to Message - + Remove Message - + Print Document - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - - - + + + + Inbox - - - - + + + + Outbox - + Draft - - + + Sent - - - + + + From - - + + Subject - + Reply - + Reply all - + Foward - + Delete - + Compose - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset - + Attachments - - + + Date - + + Download all Recommended Files + + + + Subject: - + From: - + 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; text-decoration:none;"> @@ -6219,129 +6376,121 @@ p, li { white-space: pre-wrap; } - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - - <html><head><meta name="qrichtext" content="1" /><style type="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> - - - - + Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Print @@ -6671,14 +6820,14 @@ Right-click and select 'make friend' to be able to connect. - - + + Name - + Did I authenticated peer @@ -6689,7 +6838,7 @@ Right-click and select 'make friend' to be able to connect. - + Cert Id @@ -6703,12 +6852,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -6717,43 +6866,43 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + External ip address finder - + Create New Profile - + Create a new Profile - + Clear - + Did peer authenticated me @@ -6763,57 +6912,57 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -6885,6 +7034,11 @@ p, li { white-space: pre-wrap; } Remove All + + + Options + + NotifyPage @@ -7063,17 +7217,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -7343,12 +7497,6 @@ p, li { white-space: pre-wrap; } Remove Friend Location - - - - RetroShare - - News Feed @@ -7406,33 +7554,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -7448,32 +7601,32 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Add - + Status - + Italic - + Underline @@ -7487,184 +7640,180 @@ p, li { white-space: pre-wrap; } - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend - + Create new Profile - + Font - + Friends - + Group 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:400; font-style:normal;"> -<p style=" 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 - + Send - + Clear Chat History @@ -7969,188 +8118,193 @@ p, li { white-space: pre-wrap; } PopupChatDialog - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Close - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + Send - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -8158,39 +8312,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -8579,117 +8739,179 @@ p, li { white-space: pre-wrap; } QObject - - + + RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -8705,6 +8927,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -8746,15 +8973,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -8764,7 +8991,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -8775,7 +9002,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -8831,8 +9058,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -8874,7 +9101,12 @@ p, li { white-space: pre-wrap; } - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8885,7 +9117,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8897,27 +9129,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -8945,67 +9177,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General - + Directories - + Server - + Transfer - + Notify - + Security - + Message - + Forum - + Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -9029,79 +9261,27 @@ p, li { white-space: pre-wrap; } - RemoteDirModel + RetroshareDirModel - - Friends Directories - - - - - My Directories - - - - - Size - - - - - Share Type - - - - - What's new - - - - - Age - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - - FILE - - - - - Files - - - - - File - - - - - - DIR - - Rshare @@ -9169,32 +9349,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -9225,76 +9405,67 @@ p, li { white-space: pre-wrap; } SearchDialog - - + + Download - - Broadcast on Channel - - - - - Recommend to Friends - - - - + Remove - + Remove All - + Download Notice - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link + + + Copy RetroShare Link - - Send retroshare Link + + Send RetroShare Link - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - - + + Folder - + New RetroShare Link(s) @@ -9344,93 +9515,93 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name - + File Size - + Close all Search Resullts - + Download Selected - + Close All Search Results - + 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 @@ -9440,52 +9611,52 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Size - + Sources - + Type - + Age - + Hash - + KeyWords - + Results - + Search Id @@ -9847,30 +10018,46 @@ p, li { white-space: pre-wrap; } - + Remove - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -9940,7 +10127,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -9948,125 +10135,125 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -10080,47 +10267,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -10186,17 +10383,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -10259,39 +10456,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -10300,7 +10501,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -10638,7 +10839,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10647,7 +10848,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10656,15 +10857,73 @@ p, li { white-space: pre-wrap; } - + OK - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -10763,7 +11022,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -10809,17 +11068,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -10829,47 +11088,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed @@ -11169,27 +11433,37 @@ p, li { white-space: pre-wrap; } - + RetroShare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -11240,20 +11514,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -11265,8 +11539,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -11276,11 +11550,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -11295,68 +11629,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -11364,14 +11698,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_es.ts b/retroshare-gui/src/lang/retroshare_es.ts index eeb35244c..d7c9a47fa 100644 --- a/retroshare-gui/src/lang/retroshare_es.ts +++ b/retroshare-gui/src/lang/retroshare_es.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -869,32 +869,32 @@ 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... - + Browse - + Select Certificate Seleccionar el certificado @@ -903,62 +903,62 @@ p, li { white-space: pre-wrap; } Certificados (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare Retroshare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1044,52 +1044,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Piel @@ -1097,25 +1103,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1200,12 +1221,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Crear el canal - + Subscribe To Channel Suscribir al canal @@ -1227,97 +1248,117 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name Nombre - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1519,17 +1560,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1537,67 +1578,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Hacer a amigo - + Details about your friend : - + Key validity: - + Email: - + Options - + Add friend to group: - + 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 @@ -1605,7 +1646,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Cancelar @@ -1630,7 +1671,7 @@ p, li { white-space: pre-wrap; } Firmar el certificado - + OK OK @@ -1714,23 +1755,45 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend - + Make Friend Hacer a amigo - + Certificate - - + + Sign GPG key @@ -1781,79 +1844,79 @@ p, li { white-space: pre-wrap; } - + 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 - + Copy Peer @@ -2508,33 +2571,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare Retroshare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2623,7 +2702,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Cierre @@ -2638,17 +2717,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2658,23 +2737,23 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2705,17 +2784,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3046,7 +3125,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3072,22 +3151,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name Nombre del archivo - + Not Rated - + No Comments @@ -3119,17 +3198,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3137,32 +3216,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Directorios compartidos - + Edit Share @@ -3171,33 +3260,22 @@ you plug it in. Archivos entrantes - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - Add Shared Directory - Agregar el directorio compartido + Agregar el directorio compartido - + Set Incoming Directory - + Set Partials Directory @@ -3327,37 +3405,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3365,12 +3443,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3665,60 +3743,98 @@ p, li { white-space: pre-wrap; } TamaƱo + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + TamaƱo + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3800,66 +3916,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send Enviar - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3872,22 +3988,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3913,167 +4029,173 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Piel - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Fecha - - + + Title TĆ­tulo - - + + Start New Thread @@ -4082,12 +4204,12 @@ p, li { white-space: pre-wrap; } Nuevo mensaje - + 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; } @@ -4096,33 +4218,33 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4131,7 +4253,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4140,22 +4267,22 @@ p, li { white-space: pre-wrap; } - + Reset Reajuste - + Content - + Create Forum - + Print @@ -4169,32 +4296,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4410,77 +4537,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Nombre - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + LocalizaciĆ³n + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4489,7 +4603,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4501,12 +4615,18 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - + + + Your profile is associated to a GPG key + + + + Info @@ -4596,36 +4716,31 @@ Fill in your GPG password when asked, to sign your new key. Certificados (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! - - - Location: - - GeneralDialog @@ -4739,17 +4854,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4833,17 +4953,17 @@ p, li { white-space: pre-wrap; } - + Title TĆ­tulo - + Description - + Reset Reajuste @@ -5637,55 +5757,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Red (Network Settings) - + Friends Amigos - - + + Transfers Transferencias - - + + Messages Email Mensajes - - + + Channels Canales - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5694,112 +5814,112 @@ p, li { white-space: pre-wrap; } - + Status Estado - + Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options Opciones - + Hide Piel - + Show DemostraciĆ³n - + RetroShare Retroshare @@ -5813,33 +5933,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Agregar a amigo - + Add a Friend Wizard - + Add Share Agregar la parte - - + + Quick Start Wizard - + Search BĆŗsqueda - + Files Archivos del Biblioteca @@ -5848,81 +5968,81 @@ p, li { white-space: pre-wrap; } Agregar el directorio compartido - + Show/Hide - + &Quit - - - - + + + + You have %1 new message - + Bandwidth Graph - + Open Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help Ayuda - + About Sobre - - + + Forums - + Open Messages - + Applications @@ -5931,32 +6051,32 @@ p, li { white-space: pre-wrap; } Ajustes - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Quit - + SMPlayer - + Messenger @@ -5965,7 +6085,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Componer @@ -6201,249 +6321,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare Retroshare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6530,41 +6650,41 @@ Do you want to save message ? MessagesDialog - - + + New Message Nuevo mensaje - + Reply to Message ContestaciĆ³n al mensaje - + Remove Message Quitar el mensaje - - + + Date Fecha/Tiempo - - - + + + From De - + Size TamaƱo - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -6572,17 +6692,17 @@ 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:10pt; font-weight:600;">Archivos recomendados</span></p></body></html> - + Reply - + Reply all - + Foward @@ -6594,178 +6714,183 @@ 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;">remove selected message</p></body></html> - + Delete - + Compose Componer - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset Reajuste - + Attachments - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Email Inbox - - - - + + + + Outbox Email Outbox - + Draft Bosquejos - - + + Sent Email Enviado - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... @@ -6788,12 +6913,12 @@ p, li { white-space: pre-wrap; } Descargar todos - + Print Document - + File Name Nombre del archivo @@ -6802,153 +6927,181 @@ p, li { white-space: pre-wrap; } Fuentes - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide Piel - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files Archivos del Biblioteca - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - + + Subject - + Subject: - + From: - + 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 @@ -7482,8 +7635,8 @@ p, li { white-space: pre-wrap; } - - + + Name Nombre @@ -7505,7 +7658,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Cert ID @@ -7565,7 +7718,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -7584,12 +7737,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7598,23 +7751,23 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + Did peer authenticated me @@ -7624,77 +7777,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -7800,6 +7953,11 @@ p, li { white-space: pre-wrap; } Remove All Quitar todos + + + Options + + NotifyDialog @@ -7993,17 +8151,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8219,7 +8377,7 @@ p, li { white-space: pre-wrap; } Certificados (*.pqi) - + Status Estado @@ -8360,10 +8518,8 @@ p, li { white-space: pre-wrap; } - - RetroShare - Retroshare + Retroshare @@ -8387,33 +8543,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8429,27 +8590,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send Enviar - + Italic - + Underline @@ -8463,184 +8624,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Agregar a amigo - + Create new Profile - + Font - + Friends Amigos - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -8964,188 +9121,193 @@ p, li { white-space: pre-wrap; } Retroshare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Enviar - + Close Cierre - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9153,39 +9315,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare Retroshare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9621,117 +9789,179 @@ p, li { white-space: pre-wrap; } TamaƱo - - + + RetroShare Retroshare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -9747,6 +9977,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -9788,15 +10023,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -9806,7 +10041,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -9817,7 +10052,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -9873,8 +10108,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -9916,7 +10151,12 @@ p, li { white-space: pre-wrap; } Quitar - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9927,7 +10167,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9939,27 +10179,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -9987,67 +10227,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General General - + Directories Directorios - + Server - + Transfer - + Notify - + Security - + Message - + Forum - + Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10077,81 +10317,40 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - Friends Directories - - - - - My Directories - - - - Size - TamaƱo - - - - Share Type - - - - - What's new - + TamaƱo Rank Fila - - Age - + Files + Archivos del Biblioteca + + + RetroshareDirModel - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Archivos del Biblioteca - - - - File - - - - - - DIR - - Rshare @@ -10219,32 +10418,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10275,79 +10474,78 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Fuentes - + Results Resultados - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Transferencia directa (Download) - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link - - - - - Send retroshare Link - - - - Broadcast on Channel - DifusiĆ³n en el canal + DifusiĆ³n en el canal - Recommend to Friends - Recomendar a los amigos + Recomendar a los amigos - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Quitar - + Remove All Quitar todos - - + + Folder - + New RetroShare Link(s) @@ -10390,34 +10588,34 @@ p, li { white-space: pre-wrap; } Documentos - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size TamaƱo - + Type Tipo @@ -10452,78 +10650,78 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name Nombre del archivo - + File Size - + 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 BĆŗsqueda - + Reset Reajuste @@ -10533,32 +10731,32 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Age - + Hash - + KeyWords - + Search Id @@ -10995,7 +11193,7 @@ p, li { white-space: pre-wrap; } - + Remove Quitar @@ -11004,25 +11202,41 @@ p, li { white-space: pre-wrap; } Agregar el directorio compartido - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11092,7 +11306,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11100,8 +11314,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Transferencia directa (Download) @@ -11113,119 +11327,119 @@ 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;">Archivos</span></p></body></html> - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11239,47 +11453,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset Reajuste - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11345,17 +11569,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11418,39 +11642,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11459,7 +11687,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -11813,7 +12041,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11822,7 +12050,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11831,15 +12059,73 @@ p, li { white-space: pre-wrap; } - + OK OK - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Estilo + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -11946,7 +12232,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -11992,17 +12278,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12012,47 +12298,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed La carga del certificado fallĆ³ @@ -12354,27 +12645,37 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -12437,20 +12738,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -12462,8 +12763,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -12478,11 +12779,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Archivos del Biblioteca + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + TamaƱo + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -12497,68 +12858,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust Confianza - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12566,14 +12927,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_fi.ts b/retroshare-gui/src/lang/retroshare_fi.ts index 294c66bf2..54c9531ed 100644 --- a/retroshare-gui/src/lang/retroshare_fi.ts +++ b/retroshare-gui/src/lang/retroshare_fi.ts @@ -33,28 +33,28 @@ sulje - - + + About RetroShare %1 Tietoja RetroSharesta %1 - + Max score: %1 Max. pisteet: %1 - + Score: %1 Pisteet: %1 - + Level: %1 Taso: %1 - + Have fun ;-) PidƤ hauskaa ;-) @@ -934,32 +934,32 @@ p, li { white-space: pre-wrap; } CertificatePage - + Certificate files Varmennetiedostot - + Use PGP certificates saved in files. KƤytƤ tiedostoihin tallennettuja PGP-varmenteita. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. Sinun tulee generoida tiedosto, joka sisƤltƤƤ varmenteesi ja antaa se ystƤvƤllesi. Voit myƶs kƤyttƤƤ aiemmin generoitua tiedostoa. - + Export my certificate... Vie varmenteeni... - + Browse Selaa - + Select Certificate Valitse varmenne @@ -968,62 +968,62 @@ p, li { white-space: pre-wrap; } Varmenteet (*.pqi *.pem) - + Please choose a filename Ole hyvƤ ja valitse tiedostonimi - - - - + + + + RetroShare RetroShare - + Import friend's certificate... Tuo ystƤvƤn varmenne... - + Drag and Drop your friends's certificate in this Window or specify path in the box below VedƤ ja pudota ystƤviesi varmenteita tƤhƤn ikkunaan tai mƤƤritƤ polku allaolevaan laatikkoon - - + + RetroShare Certificate (*.rsc );;All Files (*) RetroSharen varmenne (*.rsc );;Kaikki tiedostot (*) - + Sorry, create certificate failed Varmenteen luominen epƤonnistui - + Certificate file successfully created Varmennetiedosto luotiin - - + + Sorry, certificate file creation failed Varmennetiedoston luominen epƤonnistui - + Certificate Load Failed:something is wrong with %1 Varmenteen avaaminen epƤonnistui: jotakin on vialla %1 - + Certificate Load Failed:can't read from file %1 Varmenteen avaaminen epƤonnistui: ei voitu lukea tiedostosta %1 - + Certificate Load Failed:file %1 not found Varmenteen avaaminen epƤonnistui: tiedostoa %1 ei lƶydy @@ -1109,56 +1109,70 @@ p, li { white-space: pre-wrap; } ChanMsgItem - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</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:'Sans'; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vaihda viestin lukemistilaa</p></body></html> - + + Toggle Message Read Status + + + + New Uusi - + Download Lataa - + Play Toista - + Remove Item Poista kohde - - + + Expand Laajenna - + + Copy RetroShare Link + Kopioi RetroShare-linkki + + + Unsubscribe From Channel Lopeta kanavan tilaus - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. Varoitus! Sinulla on vƤhemmƤn kuin %1 tuntia ja %2 minuuttia ennen kuin tƤmƤ tiedosto tuhotaan. Harkitse sen tallentamista. - + Hide Piilota @@ -1166,25 +1180,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item Poista kohde - + Subscribe to Channel Tilaa kanava - + Expand Laajenna - + Channel Decscription Kanavan kuvaus + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1273,12 +1302,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Luo kanava - + Subscribe To Channel Tilaa kanava @@ -1312,35 +1341,40 @@ 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;">Kanavat</span></p></body></html> - + Add LisƤƤ - + Display NƤytƤ - + Unsubcribe To Channel Lopeta kanavan tilaus - + Unsubscribe Lopeta tilaus - + Subscribe Tilaa - + Set all to read Merkitse kaikki luetuiksi + + + Enable Auto-download + + Name Nimi @@ -1350,67 +1384,82 @@ p, li { white-space: pre-wrap; } Suosio - + Own Channels Omat kanavat - + Subscribed Channels Tilatut kanavat - + Popular Channels Suositut kanavat - + Other Channels Muut kanavat - + Share Channel Jaa kanava + + + Copy RetroShare Link + Kopioi RetroShare-linkki + + + + Disable Auto-Download + + + + + Enable Auto-Download + + Popularity: %1 Suosio: %1 - + No Channel Selected Ei kanavaa valittuna - - + + Post to Channel LƤhetƤ viesti kanavaan - + Subscribe to Channel Tilaa kanava - + Unsubscribe to Channel Lopeta kanavan tilaus - + Show Channel Details NƤytƤ kanavan yksityiskohdat - + Restore Publish Rights for Channel Palauta kanavan julkaisuoikeudet - + Edit Channel Details Muokkaa kanavan yksityiskohtia @@ -1627,17 +1676,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat Vakiotyyli ryhmƤkeskustelulle - + Standard style for private chat Vakiotyyli yksityiselle keskustelulle - + Standard style for history Vakiotyyli historialle @@ -1645,67 +1694,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Tee ystƤvƤksi - + Details about your friend : Tietoja ystƤvƤstƤ: - + Key validity: Avaimen kelpoisuus: - + Email: SƤhkƶposti: - + Options Valinnat - + Add friend to group: LisƤƤ ystƤvƤ ryhmƤƤn: - + Authenticate friend (Sign GPG Key) Varmenna ystƤvƤ (GPG-allekirjoitus) - + Add as friend to connect with LisƤƤ ystƤvƤksi, johon ottaa yhteys - + It seems your friend is already registered. Adding it might just set it's ip address. YstƤvƤsi nƤyttƤƤ olevan jo rekisterƶitynyt. HƤnen lisƤƤmisensƤ saattaa ainoastaan mƤƤrittƤƤ IP-osoitteen. - + Peer details Vertaisen yksityiskohdat - + Name: Nimi: - + Loc: Sijainti: - + Signers Allekirjoittajat @@ -1713,7 +1762,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Peru @@ -1738,7 +1787,7 @@ p, li { white-space: pre-wrap; } Allekirjoita varmenne - + OK OK @@ -1822,23 +1871,45 @@ p, li { white-space: pre-wrap; } TƤysi - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend Torju ystƤvƤ - + Make Friend Tee ystƤvƤksi - + Certificate Varmenne - - + + Sign GPG key Allekirjoita GPG-avain @@ -1889,79 +1960,79 @@ p, li { white-space: pre-wrap; } Vertaisen avaimen on allekirjoittanut: - + Apply and Close KƤytƤ ja sulje - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Virhe: vertaisen yksityiskohtia ei saatu. - + Your key is signed by : Avaimesi on allekirjoittanut: - + Peer key is signed by : Vertaisen avaimen on allekirjoittanut: - + Your trust in this peer is ultimate, it's probably a key you own. Luottamuksesi tƤhƤn vertaiseen on ƤƤrimmƤinen, se on luultavasti oma avaimesi. - + Your trust in this peer is full. Luottamuksesi tƤhƤn vertaiseen on tƤysi. - + Your trust in this peer is marginal. Luottamuksesi tƤhƤn vertaiseen on rajallinen. - + Your trust in this peer is none. Luottamuksesi tƤhƤn vertaiseen on nolla. - + Your trust in this peer is not set. Luottamustasi tƤhƤn vertaiseen ei ole asetettu. - + Peer has authenticated me as a friend and did sign my GPG key Vertainen on varmentanut minut ystƤvƤkseen ja allekirjoittanut GPG-avaimeni - + Peer has not authenticated me as a friend and did not sign my GPG key Vertainen ei ole varmentanut minua ystƤvƤkseen, eikƤ allekirjoittanut GPG-avaintani - + Signature Failure Virhe allekirjoitettaessa - + Maybe password is wrong Salasana saattaa olla vƤƤrƤ - + Copy Peer Kopioi vertainen @@ -2632,33 +2703,49 @@ p, li { white-space: pre-wrap; } VedƤ ja pudota tiedostoja hakutuloksista - + + + Drop file error. + Virhe pudotettaessa tiedostoa. + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + Tiedostoa ei lƶytynyt tai tiedoston nimeƤ ei hyvƤksytty. + + + Add Extra File LisƤƤ ylimƤƤrƤinen tiedosto - - + + RetroShare RetroShare - + File already Added and Hashed Tiedosto on jo lisƤtty ja tiivistetty (hash) - + Please add a Subject Ole hyvƤ ja lisƤƤ aihe - + Load File Avaa tiedosto - + Pictures (*.png *.xpm *.jpg) Kuvat (*.png *.xpm *.jpg) @@ -2751,7 +2838,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Sulje @@ -2766,17 +2853,17 @@ p, li { white-space: pre-wrap; } Foorumi - + Attach File LiitƤ tiedosto - + Forum Post Foorumikirjoitus - + Sign Message Allekirjoita viesti @@ -2786,23 +2873,23 @@ p, li { white-space: pre-wrap; } Aihe - + Paste RetroShare Link LiitƤ RetroShare-linkki - + Attach files via drag and drop LiitƤ tiedostoja vetƤmƤllƤ ja pudottamalla - + You can attach files via drag and drop here in this window Voit liittƤƤ tiedostoja vetƤmƤllƤ ja pudottamalla niitƤ tƤhƤn ikkunaan - + Post Forum Msg LƤhetƤ viesti foorumiin @@ -2833,17 +2920,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. Virhe pudotettaessa tiedostoa. - + File not found or file name not accepted. Tiedostoa ei lƶytynyt tai tiedoston nimeƤ ei hyvƤksytty. - + Directory can't be dropped, only files are accepted. Hakemistoa ei voi pudottaa, ainoastaan tiedostot ovat hyvƤksyttyjƤ. @@ -3186,7 +3273,7 @@ p, li { white-space: pre-wrap; } - + Comments Kommentit @@ -3212,22 +3299,22 @@ p, li { white-space: pre-wrap; } Peru - + Rating Arvostelu - + File Name Tiedoston nimi - + Not Rated Ei arvosteltu - + No Comments Ei kommentteja @@ -3255,17 +3342,17 @@ p, li { white-space: pre-wrap; } SisƤƤntulevien hakemisto - + Partials Directory KeskenerƤisten hakemisto - + Automatically share incoming directory (Recommended) Jaa sisƤƤntulevien hakemisto automaattisesti (suositeltavaa) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3276,32 +3363,42 @@ kiintolevyltƤ, jolloin voit vƤlttyƤ tekemƤstƤ tiivisteitƤ tiedostoille uudelleen, kun kytket sen kiiinni. - + Remember hashed files for Muista tiivistetyt (hashed) tiedostot - + days pƤivƤƤ - + Forget any hashed file that is not anymore shared. Unohda kaikki tiivistetyt (hashed) tiedostot, jotka eivƤt ole enƤƤ jaossa. - + Clean Hash Cache TyhjennƤ tiivisteiden (hash) vƤlimuisti - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Jaetut hakemistot - + Edit Share Muokkaa jakoa @@ -3310,33 +3407,30 @@ tiedostoille uudelleen, kun kytket sen kiiinni. SisƤƤntulevat tiedostot - Add a Share Directory - LisƤƤ jaettu hakemisto + LisƤƤ jaettu hakemisto - Remove Shared Directory - Poista jaettu hakemisto + Poista jaettu hakemisto - - + + Browse Selaa - Add Shared Directory - LisƤƤ jaettu hakemisto + LisƤƤ jaettu hakemisto - + Set Incoming Directory MƤƤritƤ sisƤƤntulevien hakemisto - + Set Partials Directory MƤƤritƤ keskenerƤisten hakemisto @@ -3470,37 +3564,37 @@ tiedostoille uudelleen, kun kytket sen kiiinni. EmailPage - + Invite Friends by Email Kutsu ystƤviƤ sƤhkƶpostilla - + Enter your friends' email addresses (seperate each on with a semicolon) Kirjoita ystƤviesi sƤhkƶpostiosoitteet (erottele osoitteet puolipisteellƤ) - + Your friends' email addresses: YstƤviesi sƤhkƶpostiosoitteet: - + Enter Friends Email addresses Kirjoita ystƤviesi sƤhkƶpostiosoitteet - + Subject: Aihe: - + Friend invites you to check out RetroShare YstƤvƤsi kutsuu sinut kokeilemaan RetroSharea - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! YstƤvƤsi kƤyttƤƤ RetroSharea kommunikoidakseen turvallisesti ja kutsuu sinut jakamaan kanssaan tiedostoja. <br>RetroShare on ilmainen ja sen kƤyttƤminen on turvallista: se ei sisƤllƤ viruksia, vakoiluohjelmia, eikƤ mainoksia ja sen asennus voidaan poistaa vaivattomasti. <br>LisƤtietoja saat verkkosivuiltamme http://retroshare.sourceforge.net tai voit ladata ohjelman tƤƤltƤ: http://retroshare.sourceforge.net/downloads.html <br>Pikaisiin nƤkemisiin RetroSharessa! @@ -3508,12 +3602,12 @@ tiedostoille uudelleen, kun kytket sen kiiinni. ErrorMessagePage - + Sorry, some error appeared Valitettavasti on tapahtunut jokin virhe - + Here is the error message: TƤssƤ on virheen viesti: @@ -3866,60 +3960,98 @@ p, li { white-space: pre-wrap; } Koko + + FlatStyle_RDM + + + Friends Directories + YstƤvien hakemistot + + + + My Directories + Omat hakemistot + + + + Size + Koko + + + + Age + IkƤ + + + + Friend + YstƤvƤ + + + + Share Type + Jakamisen tyyppi + + + + Directory + Hakemisto + + FofPage - + Friends of friends YstƤvien ystƤvƤt - + Select now who you want to make friends with. Valitse nyt, kenen kanssa haluat ystƤvystyƤ. - + Show me: NƤytƤ minulle: - + Any peer I've not signed Kaikki vertaiset, joita en ole allekirjoittanut - + Friends of my friends who already trust me YstƤvieni ystƤvƤt, jotka jo luottavat minuun - + Signed peers showing as denied Allekirjoitetut vertaiset, jotka nƤkyvƤt torjuttuina - + Peer name Vertaisen nimi - + Also signed by Muita allekirjoittaneita - + Peer id Vertaisen tunniste - + Make friend with these peers YstƤvysty nƤiden vertaisten kanssa - + *** None *** ***Ei mitƤƤn*** @@ -4001,66 +4133,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item Poista kohde - + Expand Laajenna - - - + + + Subject: Aihe: - + Unsubscribe To Forum Lopeta foorumin tilaus - + Reply Vastaa - + Send LƤhetƤ - + Signed Allekirjoitettu - + Forum Post Foorumikirjoitus - + Unknown Forum Post - - - + + + Anonymous Nimetƶn - + In Reply to Vastauksena viestiin - + Please give a Text Message @@ -4073,22 +4205,22 @@ p, li { white-space: pre-wrap; } Lomake - + Remove Item Poista kohde - + Subscribe to Forum Tilaa foorumi - + Expand Laajenna - + Forum Description Foorumin kuvaus @@ -4114,115 +4246,121 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum Subscribe to Forum - + Unsubscribe to Forum Lopeta foorumin tilaus - + New Forum Uusi foorumi - + Show Forum Details NƤytƤ foorumin yksityiskohdat - + Edit Forum Details Muokkaa foorumin yksityiskohtia - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + Kopioi RetroShare-linkki + + + Reply Vastaa - + Reply to Author Vastaa kirjoittajalle - + Expand all Laajenna kaikki - + Collapse all Kutista kaikki - + AUTHD - + Your Forums Foorumisi - + Subscribed Forums Tilatut foorumit - + Popular Forums Suositut foorumit - + Other Forums Muut foorumit - - + + Mark as read Merkitse luetuksi - - + + Mark as unread Merkitse lukemattomaksi - + with children jƤlkelƤisten kanssa - + Mark all as read Merkitse kaikki luetuiksi - + Mark all as unread Merkitse kaikki lukemattomiksi - + Hide Piilota - + Expand Laajenna @@ -4231,54 +4369,54 @@ p, li { white-space: pre-wrap; } Suosio: - - + + Anonymous Nimetƶn - - + + signed allekirjoitettu - - + + none ei mitƤƤn - - + + RetroShare RetroShare - + No Forum Selected! Ei valittua foorumia! - + You cant reply a Anonymous Author Et voi vastata nimettƶmƤlle kirjoittajalle - - + + Date PƤivƤys - - + + Title Otsikko - - + + Start New Thread Aloita uusi viestiketju @@ -4287,7 +4425,7 @@ p, li { white-space: pre-wrap; } Uusi viesti - + Add LisƤƤ @@ -4296,7 +4434,7 @@ p, li { white-space: pre-wrap; } RetroSharen foorumit - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4309,33 +4447,33 @@ 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;">Foorumi:</p></body></html> - + Last Post Viimeisin viesti - + Threaded View KetjunƤkymƤ - + Flat View TasanƤkymƤ - - + + Author Kirjoittaja - + Signed Allekirjoitettu - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4348,7 +4486,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:10pt; font-weight:600;">Viestiketju:</span></p></body></html> - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4361,22 +4504,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:8pt;">Hae foorumeista</span></p></body></html> - + Reset Palauta asetukset - + Content SisƤltƶ - + Create Forum Luo foorumi - + Print Tulosta @@ -4394,32 +4537,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-family:'Arial'; font-weight:600;">Foorumit</span></p></body></html> - + Start new Thread for Selected Forum Aloita uusi viestiketju valitussa foorumissa - + Display NƤytƤ - + Previous Thread Edellinen viestiketju - + Next Thread Seuraava viestiketju - + Reply Message Vastaa viestiin - + PrintPreview Tulostuksen esikatselu @@ -4638,58 +4781,56 @@ p, li { white-space: pre-wrap; } NƤyttƤƤ siltƤ, ettƤ sinulla ei ole yhtƤƤn profiilia (GPG-avaimia). Ole hyvƤ ja tƤytƤ oheinen lomake generoidaksesi profiilin tai kƤytƤ omavalintaista gnupg-avainten hallintaohjelmaa. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></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;"> <pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Profiilisi on sidoksissa GPG-avaimeen</span></pre></body></html> - + Generate a new Profile Generoi uusi profiili - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</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-family:'Courier New,courier'; font-size:8pt;">Profiilisi on sidoksissa GPG-avaimeen</span></p></body></html> - + Use Profile KƤytƤ profiilia - + Name Nimi - + Enter here your nickname Kirjoita nimimerkkisi - + Email SƤhkƶposti - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. @@ -4698,27 +4839,32 @@ ystƤville. GPG tarvitsee tƤmƤn tiedon, mutta pysyƤksesi nimettƶmƤnƤ voit kƤyttƤƤ keksittyƤ osoitetta. - + This Password is for GPG TƤmƤ salasana on GPG:tƤ varten - + Password Salasana - + Put a strong password here. This password protects your GPG key. Laita tƤhƤn vahva salasana. TƤmƤ salasana suojelee GPG-avaintasi. - + + Location + Sijainti + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (gpg key). Laita tƤhƤn sijainti, jolla on merkitys, esim.: koti, kannettava, jne. TƤtƤ kenttƤƤ kƤytetƤƤn erottamaan toisistaan saman profiilin (GPG-avain) eri paikoissa sijaitsevat asennukset. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4731,7 +4877,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-family:'Arial'; font-size:16pt; color:#ffffff;">Luo uusi profiili</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4750,12 +4896,18 @@ 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:8pt; font-weight:600;">Voit asentaa RetroSharen eri paikkoihin ja kƤyttƤƤ silti samaa profiilia (GPG-avain).</span></p></body></html> - + Generate New Profile Generoi uusi profiili - + + + Your profile is associated to a GPG key + + + + Info Tiedot @@ -4853,35 +5005,34 @@ Kirjoita GPG-salasanasi pyydettƤessƤ allekirjoittaaksesi uuden avaimesi.Varmenteet (*.pqi *.pem) - - + + Multiple instances Useita instansseja - + Another RetroShare using the same profile is already running on your system. Please close that instance first Toinen RetroShare, joka kƤyttƤƤ samaa profiilia on jo kƤynnissƤ jƤrjestelmƤssƤsi. Ole hyvƤ ja sulje se ensin - + An unexpected error occurred when Retrosharetried to acquire the single instance lock Odottamaton virhe haettaessa yhden instanssin lukitusta - + Generate ID Failure Virhe generoitaessa tunnistetta - + Failed to Load your new Certificate! Uuden varmenteesi avaaminen epƤonnistui! - Location: - Sijainti: + Sijainti: @@ -5002,17 +5153,22 @@ p, li { white-space: pre-wrap; } Automaattinen kirjautuminen - + + Register retroshare:// as url protocol (Restart required) + + + + Idle Jouten - + Idle Time Joutenoloaika - + seconds sekuntia @@ -5096,17 +5252,17 @@ p, li { white-space: pre-wrap; } - + Title Otsikko - + Description Kuvaus - + Reset Palauta asetukset @@ -6413,55 +6569,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Verkko - + Friends YstƤvƤt - - + + Transfers Siirrot - - + + Messages Viestit - - + + Channels Kanavat - + Blogs Blogit - + Low disk space warning Varoitus: levytila vƤhissƤ - + The disk space in your Levytila - + directory is running low (current limit is -hakemistossasi kƤy vƤhiin (tƤmƤnhetkinen raja on - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -6474,112 +6630,112 @@ p, li { white-space: pre-wrap; } Ole hyvƤ ja vapauta tilaa ja paina Ok. - + Status Tila - + Chat Keskustelu - - - - + + + + You have %1 new messages Sinulle on uusia viestejƤ %1 kpl - - - - - - %1 new messages - %1 kappalettal uusia viestejƤ - - + + %1 new messages + %1 kappalettal uusia viestejƤ + + + + + + %1 new message %1 uusi viesti - + You have %1 completed downloads Sinulla on %1 valmista latausta - + You have %1 completed download Sinulla on %1 valmis lataus - + %1 completed downloads %1 valmiita latauksia - + %1 completed download %1 valmis lataus - + Down: %1 (kB/s) Lataus: %1 (kB/s) - + Up: %1 (kB/s) LƤhetys: %1 (kB/s) - + %1 friend connected %1 ystƤvƤ yhdistettynƤ - + %1 friends connected %1 ystƤvƤƤ yhdistettynƤ - + Internal Error SisƤinen virhe - + It seems to be an old RetroShare link. Please use copy instead. TƤmƤ nƤyttƤisi olevan vanha RetroShare-linkki. KƤytƤ mielummin kopiointia. - + The file link is malformed. Linkki on virheellinen. - - + + Options Valinnat - + Hide Piilota - + Show NƤytƤ - + RetroShare RetroShare @@ -6593,33 +6749,33 @@ p, li { white-space: pre-wrap; } PƤƤikkuna - + Add Friend LisƤƤ ystƤvƤ - + Add a Friend Wizard Ohjattu toiminto ystƤvƤn lisƤƤmiseksi - + Add Share LisƤƤ jako - - + + Quick Start Wizard Ohjattu nopea kƤynnistys - + Search Etsi - + Files Tiedostot @@ -6628,81 +6784,81 @@ p, li { white-space: pre-wrap; } LisƤƤ jaettu hakemisto - + Show/Hide Piilota/NƤytƤ - + &Quit Lo&peta - - - - + + + + You have %1 new message Sinulle on %1 uusi viesti - + Bandwidth Graph Siirtonopeuskuvaaja - + Open Messenger Avaa pikaviestin - + Minimize PienennƤ - + Maximize Suurenna - + Links Cloud Linkkipilvi - + RetroShare %1 a secure decentralised communication platform RetroShare %1 turvallinen hajautettu kommunikaatioalusta - + Unfinished Kesken - + Help Ohje - + About Tietoja - - + + Forums Foorumit - + Open Messages Avaa viestit - + Applications Ohjelmat @@ -6711,32 +6867,32 @@ p, li { white-space: pre-wrap; } Asetukset - + Plugins LisƤosat - + Really quit ? Lopeta? - + Do you really want to exit RetroShare ? Haluatko todella poistua RetroSharesta? - + Quit Lopeta - + SMPlayer SMPlayer - + Messenger Pikaviestin @@ -6745,7 +6901,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Kirjoita viesti @@ -6981,31 +7137,31 @@ p, li { white-space: pre-wrap; } Tasaa &molemmat reunat - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list Suosittelen hyvƤƤ ystƤvƤƤni, voit luottaa hƤneen, kun luotat minuun. <br> Kopioi ystƤvƤlinkki ja liitƤ se ystƤvƤlistaan - - + + Save Message Tallenna viesti - + Message has not been Sent. Do you want to save message to draft box? ViestiƤ ei ole lƤhetetty. Haluatko tallentaa viestin luonnoslaatikkoon? - + Friend Recommendation(s) YstƤvƤsuositukset - - + + Paste RetroShare Link LiitƤ RetroShare-linkki @@ -7014,222 +7170,222 @@ Haluatko tallentaa viestin luonnoslaatikkoon? Ei otsikkoa - + Re: Vs: - + Fwd: Fwd: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? Haluatko lƤhettƤƤ viestin ilman otsikkoa? - + Please insert at least one recipient. Ole hyvƤ ja lisƤƤ ainakin yksi vastaanottaja. - + To Vastaanottaja - + Cc Kopio - + Bcc Piilokopio - + Unknown Tuntematon - + Unknown friend Tuntematon ystƤvƤ - + &File &Tiedosto - + &New &Uusi - + &Open... &Avaa... - + &Save &Tallenna - + Save &As File Tallenna t&iedostona - + Save &As Draft Tallenna &luonnoksena - + &Print... Tu&losta... - + &Export PDF... &Vie PDF... - + &Quit Lo&peta - + &Edit &Muokkaa - + &Undo K&umoa - + &Redo To&ista - + Cu&t &Leikkaa - + &Copy K&opioi - + &Paste Lii&tƤ - + &View &NƤytƤ - + &Contacts Sidebar &Kontaktit sivupalkissa - + &Insert Lis&ƤƤ - + &Image Ku&va - + &Horizontal Line V&aakaviiva - + &Format Muotoil&e - + Open File... Avaa tiedosto... - - + + HTML-Files (*.htm *.html);;All Files (*) HTML-tiedostot (*.htm *.html);;Kaikki tiedostot (*) - + Save as... Tallenna nimellƤ... - + Print Document Tulosta asiakirja - + Export PDF - + Message has not been Sent. Do you want to save message ? ViestiƤ ei ole lƤhetetty. Haluatko tallentaa viestin? - + Choose Image Valitse kuva - + Image Files supported (*.png *.jpeg *.jpg *.gif) Tuetut kuvatiedostot (*.png *.jpeg *.jpg *.gif) - + Add Extra File LisƤƤ ylimƤƤrƤinen tiedosto - - + + Drop file error. Virhe pudotettaessa tiedostoa. - + Directory can't be dropped, only files are accepted. Hakemistoa ei voi pudottaa, ainoastaan tiedostoja. - + File not found or file name not accepted. Tiedostoa ei lƶytynyt tai tiedoston nimeƤ ei hyvƤksytty. @@ -7328,41 +7484,41 @@ Haluatko tallentaa viestin? MessagesDialog - - + + New Message Uusi viesti - + Reply to Message Vastaa viestiin - + Remove Message Poista viesti - - + + Date PƤivƤys - - - + + + From LƤhettƤjƤ - + Size Koko - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -7373,17 +7529,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:10pt; font-weight:600;">Suositellut tiedostot</span></p></body></html> - + Reply Vastaa - + Reply all Vastaa kaikille - + Foward VƤlitƤ @@ -7395,178 +7551,183 @@ p, li { white-space: pre-wrap; } poista valittu viesti - + Delete Tuhoa - + Compose Kirjoita viesti - + Reply to selected message Vastaa valittuun viestiin - + Reply all to selected message Vastaa kaikkiin valittuihin viesteihin - + Forward selected message VƤlitƤ valittu viesti - + Remove selected message Poista valittu viesti - + Print selected message Tulosta valittu viesti - + Display NƤytƤ - + Reset Palauta asetukset - + Attachments Liitteet - - + + Content SisƤltƶ - - - - + + + + Tags Merkkaukset - + Tag Merkkaus - - - - + + + + Inbox Saapuneet - - - - + + + + Outbox LƤhtevƤt - + Draft Luonnokset - - + + Sent LƤhetetyt - - - - + + + + Trash Roskat - + Favorite Tags Suosikkimerkkaukset - + Total Inbox: Saapuneet yhteensƤ: - + Folders Hakemistot - + + Download all Recommended Files + + + + Cc: Kopio: - + Bcc: Piilokopio: - + Tags: Merkkaukset: - - + + Print... Tulosta... - + Print Preview Tulostuksen esikatselu - - + + Buttons Icon Only Painikkeet vain kuvakkeella - + Buttons Text Beside Icon Painikkeet tekstillƤ kuvakkeen vieressƤ - + Buttons with Text Painikkeet tekstillƤ - + Buttons Text Under Icon Painikkeet tekstillƤ kuvakkeen alla - + Set Text Under Icon Aseta teksti kuvakkeen alle - + Save As... Tallenna nimellƤ... @@ -7595,12 +7756,12 @@ p, li { white-space: pre-wrap; } Lataa kaikki - + Print Document Tulosta asiakirja - + File Name Tiedoston nimi @@ -7609,156 +7770,191 @@ p, li { white-space: pre-wrap; } LƤhteet - + Forward selected Message VƤlitƤ valittu viesti - + Remove Messages Poista viestit - + Forward Message VƤlitƤ viesti - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags Poista kaikki merkkaukset - + New tag ... Uusi merkkaus... - + Edit... Muokkaa... - + Mark as read Merkitse luetuksi - + Mark as unread Merkitse lukemattomaksi - + Undelete Kumoa tuhoaminen - + Download Lataa - + Empty trash TyhjennƤ roskat - + Hide Piilota - + Expand Laajenna - - - + + + Drafts Luonnokset - + To Vastaanottaja - + + Click to sort by to + + + + File Tiedosto - + Files Tiedostot - + Save as... Tallenna nimellƤ... - + HTML-Files (*.htm *.html);;All Files (*) HTML-tiedostot (*.htm *.html);;Kaikki tiedostot (*) - - - - - + + + + + Total: YhteensƤ: - - + + Reply to All Vastaa kaikille - - + + Subject Aihe - + Subject: Aihe: - + From: LƤhettƤjƤ: - + To: Vastaanottaja: - <html><head><meta name="qrichtext" content="1" /><style type="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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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;">Lataa kaikki suositellut tiedostot</p></body></html> - + Hash Tiiviste (hash) - + Print Tulosta @@ -8361,8 +8557,8 @@ p, li { white-space: pre-wrap; } - - + + Name Nimi @@ -8384,7 +8580,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Varmennetunniste @@ -8468,7 +8664,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer Varmensinko vertaisen @@ -8491,12 +8687,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-weight:600;">Verkko</span></p></body></html> - + Peer ID Vertaisen tunniste - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8509,23 +8705,23 @@ 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;">NƤkymƤ</span></p></body></html> - + Network Status Verkon tila - + Local network Paikallinen verkko - + UPnP UPnP - + Did peer authenticated me Varmensiko vertainen minut @@ -8535,77 +8731,77 @@ p, li { white-space: pre-wrap; } Etsi verkosta - + Clear Filter TyhjennƤ suodatin - + Show keys that are not validated by the GPG web of trust NƤytƤ avaimet, jotka eivƤt ole GPG:n luottamuksen verkon varmentamia - + External ip address finder Ulkoisen IP-osoitteen paikallistaminen - + Clear TyhjennƤ - + Set Tabs Right Aseta vƤlilehdet oikealle - + Set Tabs North Aseta vƤlilehdet pohjoiseen - + Set Tabs South Aseta vƤlilehdet etelƤƤn - + Set Tabs Left Aseta vƤlilehdet vasemmalle - + Set Tabs Rounded Aseta vƤlilehdet pyƶristetyiksi - + Set Tabs Triangular Aseta vƤlilehdet kolmikulmaisiksi - + Add Friend LisƤƤ ystƤvƤ - + Copy My Key to Clipboard Kopioi avaimeni leikepƶydƤlle - + Export My Key Vie avaimeni - + Create New Profile Luo uusi profiili - + Create a new Profile Luo uusi profiili @@ -8726,6 +8922,11 @@ p, li { white-space: pre-wrap; } Remove All Poista kaikki + + + Options + Valinnat + NotifyDialog @@ -8923,17 +9124,17 @@ p, li { white-space: pre-wrap; } Ole hyvƤ ja anna salasana avataksesi seuraavan GPG-avaimen lukituksen: - + Examining shared files... Tarkastellaan jaettuja tiedostoja... - + Hashing file Luodaan tiivistettƤ (hash) tiedostolle - + Saving file index... Tallennetaan tiedostoluetteloa... @@ -9153,7 +9354,7 @@ p, li { white-space: pre-wrap; } Varmeneet (*.pqi) - + Status Tila @@ -9301,10 +9502,8 @@ p, li { white-space: pre-wrap; } Saatavilla - - RetroShare - RetroShare + RetroShare @@ -9328,33 +9527,38 @@ p, li { white-space: pre-wrap; } Uusi ryhmƤkeskustelu - + + Do you really want to physically delete the history? + + + + Load File Avaa tiedosto - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File LisƤƤ ylimƤƤrƤinen tiedosto - - + + Drop file error. Virhe pudotettaessa tiedostoa. - + File not found or file name not accepted. Tiedostoa ei lƶytynyt tai tiedoston nimeƤ ei hyvƤksytty. - + Directory can't be dropped, only files are accepted. Hakemistoa ei voi pudottaa, ainoastaan tiedostot ovat hyvƤksyttyjƤ. @@ -9370,27 +9574,27 @@ p, li { white-space: pre-wrap; } sijainti - + Save as... Tallenna nimellƤ... - + Text File (*.txt );;All Files (*) Tekstitiedosto (*.txt );;Kaikki tiedostot (*) - + Send LƤhetƤ - + Italic Kursivoitu - + Underline Alleviivattu @@ -9408,155 +9612,160 @@ 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;">YstƤvƤt</span></p></body></html> - + Add LisƤƤ - + Display NƤytƤ - + Add or Change your Avatar LisƤƤ tai vaihda avatar - + Edit Personal message Muokkaa henkilƶkohtaista viestiƤ - + Messages entered here are sent to all collected friends - + Bold Lihavoitu - - + + Text Color + Tekstin vƤri + + + + Create new Forum Luo uusi foorumi - + F F - - + + Create new Channel Luo uusi kanava - + C C - + Add your Avatar Picture LisƤƤ avatarkuva - + A A - + Set your Personal Message Aseta henkilƶkohtainen viesti - + Edit your status Message Muokkaa tilaviestiƤsi - + Browse Message History Selaa viestihistoriaa - + Browse History Selaa historiaa - - + + Save Chat History Tallenna keskusteluhistoria - + Hide Offline Friends Piilota offline-ystƤvƤt - + Hide Status Column Piilota tilasarake - - + + Sort by State JƤrjestƤ tilan mukaan - + Hide State - - + + Add a new Group LisƤƤ uusi ryhmƤ - - + + Sort Descending Order Laskeva jƤrjestys - - + + Sort Ascending Order Nouseva jƤrjestys - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend LisƤƤ ystƤvƤ - + Create new Profile Luo uusi profiili - + Font Fontti @@ -9573,35 +9782,34 @@ 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;">NƤkymƤ</span></p></body></html> - + Friends YstƤvƤt - + Group Chat RyhmƤkeskustelu - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" 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> - <!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;">Aseta tekstin vƤri</span></p></body></html> - + Attach File LiitƤ tiedosto - + Clear Chat History TyhjennƤ keskusteluhistoria @@ -9928,147 +10136,156 @@ p, li { white-space: pre-wrap; } RetroShare - + Your Friend is offline Do you want to send them a Message instead YstƤvƤsi ei ole kytkeytyneenƤ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin - + Friend not Online YstƤvƤ ei ole linjoilla - + is typing... kirjoittaa... - + Hide Avatar Piilota avatar - + Messages you send will be delivered after Friend is again Online LƤhettƤmƤsi viestit toimitetaan kunhan ystƤvƤsi palaa jƤlleen linjoille - + Show Avatar NƤytƤ avatar - + Paste RetroShare Link LiitƤ RetroShare-linkki - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... Tallenna nimellƤ... - + Text File (*.txt );;All Files (*) Tekstitiedosto (*.txt );;Kaikki tiedostot (*) - + apears to be Offline. nƤyttƤƤ olevan poissa linjoilta. - + is Idle and may not reply on jouten, eikƤ vƤlttƤmƤttƤ vastaa - + is Away and may not reply on poissa, eikƤ vƤlttƤmƤttƤ vastaa - + is Busy and may not reply on kiireinen, eikƤ vƤlttƤmƤttƤ vastaa - + Send LƤhetƤ - + Close Sulje - - + + Bold Lihavoitu - - + + Underline Alleviivattu - - + + Italic Kursivoitu - Set Font - Aseta fontti + Aseta fontti - + Text Color Tekstin vƤri - + Clear Chat History TyhjennƤ keskusteluhistoria - + Browse Message History Selaa viestihistoriaa - + Browse History Selaa historiaa - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture LiitƤ kuva - + + Font + Fontti + + + Strike Yliviivaus @@ -10077,44 +10294,44 @@ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin TyhjennƤ keskustelu - + Disable Emoticons Kytke hymiƶt pois - - + + Save Chat History Tallenna keskusteluhistoria - + Clear offline messages TyhjennƤ offline-viestit - + Add Extra File LisƤƤ ylimƤƤrƤinen tiedosto - - + + Drop file error. Virhe pudotettaessa tiedostoa. - + File not found or file name not accepted. Tiedostoa ei lƶytynyt tai tiedoston nimeƤ ei hyvƤksytty. - + Directory can't be dropped, only files are accepted. Hakemistoa ei voi pudottaa, ainoastaan tiedostot ovat hyvƤksyttyjƤ. - + Add a File for your Friend LisƤƤ tiedosto ystƤvƤllesi @@ -10122,39 +10339,45 @@ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin PopupChatWindow - + Avatar Avatar - + Set your Avatar Picture Aseta avatarkuvasi - - + + Dock tab Telakoi vƤlilehti - - + + Undock tab Irrota vƤlilehti - + + + Set Chat Window Color + + + + RetroShare RetroShare - + Load File Avaa tiedosto - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -10650,117 +10873,187 @@ p, li { white-space: pre-wrap; } Koko - - + + RetroShare RetroShare - + Inititialize failed. Wrong or missing installation of gpg. KƤynnistys epƤonnistui. VƤƤrƤ tai puuttuva GPG:n asennust. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Odottamaton virhe. Ole hyvƤ ja raportoi 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances Useita instansseja - + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + + + + + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + + + + Another RetroShare using the same profile is already running on your system. Please close that instance first - Toinen RetroShare, joka kƤyttƤƤ samaa profiilia on jo kƤynnissƤ jƤrjestelmƤssƤsi. Ole hyvƤ ja sulje se ensin + Toinen RetroShare, joka kƤyttƤƤ samaa profiilia on jo kƤynnissƤ jƤrjestelmƤssƤsi. Ole hyvƤ ja sulje se ensin - An unexpected error occurred when Retrosharetried to acquire the single instance lock - Odottamaton virhe haettaessa yhden instanssin lukitusta + Odottamaton virhe haettaessa yhden instanssin lukitusta - + Login Failure Kirjautuminen epƤonnistui - + Maybe password is wrong EhkƤ salasana on vƤƤrƤ - + File Request Confirmation Tiedostopyynnƶn vahvistus - + The file has been added to your download list. Tiedosto on lisƤtty latauslistaasi. - - + + File Request canceled Tiedostopyyntƶ peruttu - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. Tiedostoa ei lisƤtty latausluetteloosi, koska sinulla on se jo. - - + + Friend Request Confirmation YstƤvƤpyynnƶn vahvistus - + The friend is already in your list. YstƤvƤ on jo luettelossasi. - + The friend has been added to your list. YstƤvƤ lisƤttiin luetteloosi. - - + + Friend Request canceled YstƤvƤpyyntƶ peruttu - + The friend could not be added to your list. YstƤvƤƤ ei voitu lisƤtƤ luetteloosi. - + The friend could not be found. YstƤvƤƤ ei lƶdetty. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error Virhe tiedostopyynnƶssƤ - + The file link is malformed. Tiedoston linkki on virheellinen. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -10776,6 +11069,11 @@ p, li { white-space: pre-wrap; } Peer details Vertaisen yksityiskohdat + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -10837,15 +11135,15 @@ p, li { white-space: pre-wrap; } - + Next > Seuraava > - - + + Exit Lopeta @@ -10855,7 +11153,7 @@ p, li { white-space: pre-wrap; } Varmistaakseen tehokkaan toimivuuden, RetroSharen tulee tietƤƤ hieman internetyhteydestƤsi. - + Choose your upload speed limit: Valitse lƤhetysnopeutesi ylƤraja: @@ -10866,7 +11164,7 @@ p, li { white-space: pre-wrap; } Kt/s - + Choose your download speed limit: Valitse latausnopeutesi ylƤraja: @@ -10922,8 +11220,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < Takaisin @@ -10972,7 +11270,12 @@ p, li { white-space: pre-wrap; } Poista - + + Automatically share incoming directory (Recommended) + Jaa sisƤƤntulevien hakemisto automaattisesti (suositeltavaa) + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10989,7 +11292,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-family:'MS Shell Dlg 2'; font-size:8pt;">Toivomme, ettƤ nautit RetroSharen kƤytƶstƤ!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11008,27 +11311,27 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-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 ƄlƤ nƤytƤ viestiƤ RetroSharea suljettaessa - + Start Minimized KƤynnistƤ pienennettynƤ - + Start RetroShare when my System Starts. KƤynnistƤ RetroShare jƤrjestelmƤn kƤynnistyessƤ. - + Start minimized on system start - + Finish Valmis @@ -11056,67 +11359,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General Yleiset - + Directories Hakemistot - + Server Palvelin - + Transfer Siirto - + Notify Huomauta - + Security Turvallisuus - + Message Viesti - + Forum Foorumi - + Chat Keskustelu - + Appearance Ulkoasu - + Sound ƄƤni - + UnknownPage Tuntematon sivu - + Error Saving Configuration on page Virhe tallennettaessa asetuksia sivulle @@ -11146,80 +11449,87 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - YstƤvien hakemistot + YstƤvien hakemistot - My Directories - Omat hakemistot + Omat hakemistot - Size - Koko + Koko - Share Type - Jakamisen tyyppi + Jakamisen tyyppi - What's new - Uusia + Uusia Rank Sijaluku - Age - IkƤ + IkƤ - - FILE - TIEDOSTO + TIEDOSTO - Anonymous - Nimetƶn + Nimetƶn - Anonymous and browsable by friends - Nimetƶn ja ystƤvien selattavissa + Nimetƶn ja ystƤvien selattavissa - Only browsable by friends - Vain ystƤvien selattavissa + Vain ystƤvien selattavissa - NEW - UUSI + UUSI - Files - Tiedostot + Tiedostot - File - Tiedosto + Tiedosto - - DIR - HAK + HAK + + + + RetroshareDirModel + + + Anonymous + Nimetƶn + + + + Anonymous and browsable by friends + Nimetƶn ja ystƤvien selattavissa + + + + Only browsable by friends + Vain ystƤvien selattavissa + + + + NEW + UUSI @@ -11288,32 +11598,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID RetroShare-tunniste - + Use RetroShare ID for adding a Friend which is available in your network. KƤytƤ RetroShare-tunnistetta verkossasi olevan ystƤvƤn lisƤƤmiseen. - + Add Friends RetroShare ID... LisƤƤ ystƤvƤn RetroShare-tunniste... - + Paste Friends RetroShare ID in the box below LiitƤ ystƤvƤn RetroShare-tunniste allaolevaan laatikkoon - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF Kirjoita ystƤvƤsi RetroShare-tunniste, esim. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network TƤmƤ vertainen %1 ei ole verkossasi @@ -11344,79 +11654,86 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources LƤhteet - + Results Tulokset - + Close all Search Resullts Sulje kaikki hakutulokset - + Close All Search Results Sulje kaikki hakutulokset - + Download Selected Lataa valitut - - + + Download Lataa - + Enter a keyword here (at least 3 char long) Anna hakusana (vƤhintƤƤn 3 merkkiƤ) - Copy retroshare Link - Kopioi RetroShare-linkki + Kopioi RetroShare-linkki - Send retroshare Link - LƤhetƤ RetroShare-linkki + LƤhetƤ RetroShare-linkki - Broadcast on Channel - YleislƤhetƤ kanavalla + YleislƤhetƤ kanavalla - Recommend to Friends - Suosittele kavereille + Suosittele kavereille - + + + Copy RetroShare Link + Kopioi RetroShare-linkki + + + + Send RetroShare Link + + + + Remove Poista - + Remove All Poista kaikki - - + + Folder Kansio - + New RetroShare Link(s) Uusi RetroShare-linkki tai -linkit @@ -11462,34 +11779,34 @@ p, li { white-space: pre-wrap; } Asiakirjat - + Download Notice Lataushuomautus - + Skipping Local Files Paikallisten tiedostojen ohittaminen - - + + Sorry Anteeksi - - + + This function is not yet implemented. TƤtƤ toimintoa ei ole vielƤ otettu kƤyttƶƶn. - + Size Koko - + Type Tyyppi @@ -11524,79 +11841,79 @@ p, li { white-space: pre-wrap; } Hakemisto - + Filter Search Result - + Clear Filter TyhjennƤ suodatin - + File Name Tiedoston nimi - + File Size - + Include files from your own file list in the search result SisƤllytƤ hakutuloksiin oman tiedostoluettelosi tiedostot - + Include own files SisƤllytƤ omat tiedostot - + Search inside "browsable" files of your friends Etsi ystƤviesi "selattavien" tiedostojen joukosta - + Search in friends lists Etsi ystƤvƤluettelosta - + Multi-hop search at distance 6 in the network (always reports available files) Usean hypyn haku verkossa etƤisyydellƤ 6 (nƤyttƤƤ aina saatavilla olevat tiedostot) - + F2F search F2F-haku - + Limit number of results to : Rajoita tulosten lukumƤƤrƤ: - + Filename Tiedostonimi - + Start Search Aloita haku - + Search Etsi - + Reset Palauta asetukset @@ -11606,32 +11923,32 @@ p, li { white-space: pre-wrap; } Anna hakusana tƤhƤn - + Advanced Search Tarkennettu haku - + Advanced Tarkennettu - + Age IkƤ - + Hash Tiiviste (hash) - + KeyWords Hakusanat - + Search Id Hakutunniste @@ -12096,7 +12413,7 @@ p, li { white-space: pre-wrap; } - + Remove Poista @@ -12105,25 +12422,41 @@ p, li { white-space: pre-wrap; } LisƤƤ jaettu hakemisto - + If checked, the share is anonymously shared to anybody. Jos rastitat tƤmƤn, kyseinen jako on nimettƶmƤsti kaikkien saatavissa. - + If checked, the share is browsable by your friends. Jos rastitat tƤmƤn, kyseinen jako on ystƤviesi selattavissa. - + Warning! Varoitus! - + Do you really want to stop sharing this directory ? Haluatko todella lopettaa tƤmƤn hakemiston jakamisen? + + + + Drop file error. + Virhe pudotettaessa tiedostoa. + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -12205,7 +12538,7 @@ p, li { white-space: pre-wrap; } - + Edit Muokkaa @@ -12213,8 +12546,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Lataa @@ -12229,119 +12562,119 @@ 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;">Tiedostot</span></p></body></html> - + Checking... Tarkistaa... - + Check files Tarkista tiedostot - + Copy retroshare Link Kopioi RetroShare-linkki - + Send retroshare Link LƤhetƤ RetroShare-linkki - + Copy retroshare Links to Clipboard Kopioi RetroShare-linkkejƤ leikepƶydƤlle - + Copy retroshare Links to Clipboard (HTML) Kopioi RetroShare-linkkejƤ leikepƶydƤlle (HTML) - + Send retroshare Links LƤhetƤ RetroShare-linkkejƤ - + Send retroshare Links (HTML) LƤhetƤ RetroShare-linkkejƤ (HTML) - + Send retroshare Links to Cloud LƤhetƤ RetroShare-linkkejƤ pilveen - + Add Links to Cloud LisƤƤ linkkejƤ pilveen - - + + Open File Avaa tiedosto - + Open Folder Avaa kansio - - + + Recommend in a message to Suosittele viestissƤ vastaanottajalle - - - + + + RetroShare Link RetroShare-linkki - - - - + + + + Recommendation(s) Suositukset - + Set command for opening this file Aseta komento tƤmƤn tiedoston avaamiseksi - + <strong>My Shared Files</strong> <strong>Omat jaetut tiedostot</strong> - + <strong>Friends Files</strong> <strong>YstƤvien tiedostot</strong> - + <strong>Files</strong> <strong>Tiedostot</strong> - + Splitted View Jaettu nƤkymƤ - + Friends Folders YstƤvien kansiot - + My Folders Omat kansioni @@ -12359,47 +12692,57 @@ 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:'MS Shell Dlg 2'; font-weight:600;">Tiedostot</span></p></body></html> - + All Kaikki - + One day old PƤivƤn vanhat - + One Week old Viikon vanhat - + One month old Kuukauden vanhat - + Search files Etsi tiedostoja - + Start Search Aloita haku - + Reset Palauta asetukset - + + Tree view + + + + + Flat view + + + + Download selected Lataa valitut - + check files tarkista tiedostot @@ -12465,17 +12808,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile Avaa profiili - + Load configuration Avaa asetukset - + Create interface Luo kƤyttƶliittymƤ @@ -12559,28 +12902,26 @@ p, li { white-space: pre-wrap; } Nimi (GPG-tunniste) - sijainti: - - + + Multiple instances Useita instansseja - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile - Toinen RetroShare, joka kƤyttƤƤ samaa profiilia on jo kƤynnissƤ jƤrjestelmƤssƤsi. Ole hyvƤ ja sulje se ensin + Toinen RetroShare, joka kƤyttƤƤ samaa profiilia on jo kƤynnissƤ jƤrjestelmƤssƤsi. Ole hyvƤ ja sulje se ensin - An unexpected error occurred when Retrosharetried to acquire the single instance lock - Odottamaton virhe haettaessa yhden instanssin lukitusta + Odottamaton virhe haettaessa yhden instanssin lukitusta - + Login Failure Kirjautuminen epƤonnistui - + Maybe password is wrong EhkƤ salasana on vƤƤrin @@ -12595,13 +12936,27 @@ p, li { white-space: pre-wrap; } Oletko varma, ettƤ haluat jatkaa? - - + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + + + + + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + + + + + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -12610,7 +12965,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -12978,7 +13333,7 @@ TƤmƤn valinnan voi muuttaa asetuksista. Tilaviesti - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12991,7 +13346,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:14pt; font-weight:600;">Henkilƶkohtainen viesti</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -13004,15 +13359,73 @@ 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;">Kirjoita tilaviestisi<span style=" font-size:8pt; color:#666666;"></span></p></body></html> - + OK OK - + Cancel Peru + + + Paste RetroShare Link + LiitƤ RetroShare-linkki + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + Valitse vƤri + + + + Color 2 + + + + + Color 1 + + + + + Style + Tyyli + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -13119,7 +13532,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause Tauko @@ -13165,17 +13578,17 @@ p, li { white-space: pre-wrap; } Allaoleva teksti on PGP-varmenteesi. Sinun tƤytyy antaa se ystƤvƤllesi - + Please, paste your friends PGP certificate into the box below Ole hyvƤ ja liitƤ ystƤvƤsi PGP-varmenne allaolevaan laatikkoon - + You can copy this text and send it to your friend via email or some other way Voit kopioida tƤmƤn tekstin ja lƤhettƤƤ sen ystƤvƤllesi sƤhkƶpostilla tai muulla tavoin - + RetroShare RetroShare @@ -13185,47 +13598,52 @@ p, li { white-space: pre-wrap; } Tekstivarmenne - + Copy your Cert to Clipboard Kopioi varmenne leikepƶydƤlle - + Save your Cert into a File Tallenna varmenne tiedostoon - + Run Email program KƤynnistƤ sƤhkƶpostiohjelma - + + Clean certificate + + + + RetroShare Invite RetroSharekutsu - + Connect Friend Help Ohje ystƤvƤn yhdistƤmisestƤ - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way Varmenteesi on kopioitu leikepƶydƤlle, liitƤ ja lƤhetƤ se ystƤvƤllesi sƤhkƶpostilla tai muulla tavoin - + Save as... Tallenna nimellƤ... - + RetroShare Certificate (*.rsc );;All Files (*) RetroSharen varmenne (*.rsc );;Kaikki tiedostot (*) - + Certificate Load Failed Varmenteen lataus epƤonnistui @@ -13545,27 +13963,37 @@ p, li { white-space: pre-wrap; } Tarkistaa... - + RetroShare RetroShare - + Details: Yksityiskohdat: - + + File preview + + + + + File %1 preview failed. + + + + Open Transfer Avaa siirto - + File %1 is not completed. If it is a media file, try to preview it. Tiedosto %1 ei ole valmis. Jos se on mediatiedosto, voit yrittƤƤ esikatsella sitƤ. - + Are you sure that you want to cancel and delete these files? Oletko varma, ettƤ haluat perua ja tuhota nƤmƤ tiedostot? @@ -13628,20 +14056,20 @@ p, li { white-space: pre-wrap; } - + Failed EpƤonnistunut - + Okay OK - + Waiting Odottaa @@ -13653,8 +14081,8 @@ p, li { white-space: pre-wrap; } - - + + Complete Valmis @@ -13669,11 +14097,71 @@ p, li { white-space: pre-wrap; } versio: - + Uploading LƤhettƤƤ + + TreeStyle_RDM + + + + FILE + TIEDOSTO + + + + Files + Tiedostot + + + + File + Tiedosto + + + + + DIR + HAK + + + + Friends Directories + YstƤvien hakemistot + + + + My Directories + Omat hakemistot + + + + Size + Koko + + + + Age + IkƤ + + + + Friend + YstƤvƤ + + + + Share Type + Jakamisen tyyppi + + + + What's new + Uusia + + TrustView @@ -13688,22 +14176,22 @@ p, li { white-space: pre-wrap; } - + Showing: whole network NƤyttƤƤ: koko verkon - + This table normaly auto-updates every 10 seconds. TƤmƤ taulukko pƤivittƤƤ itsensƤ normaalisti joka kymmenes sekunti. - + Self Itse - + Trust Luottamus @@ -13728,48 +14216,48 @@ p, li { white-space: pre-wrap; } varmennettu - + is authenticated (one way) by - + Half Puolet - + authenticated himself - + authenticated each other - + Full TƤysi - - + + peers, including him(her)self. vertaiset, mukaanlukien hƤn itse. - + is authenticated by - + authenticated - + Showing: peers connected to NƤyttƤƤ: vertaiset yhteydessƤ @@ -13777,14 +14265,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests Hakupyynnƶt - - + + Tunnel requests Tunnelointipyynnƶt diff --git a/retroshare-gui/src/lang/retroshare_fr.ts b/retroshare-gui/src/lang/retroshare_fr.ts index 83dcecefb..e5379d7a0 100644 --- a/retroshare-gui/src/lang/retroshare_fr.ts +++ b/retroshare-gui/src/lang/retroshare_fr.ts @@ -19,28 +19,28 @@ Fermer - - + + About RetroShare %1 A propos de Retroshare %1 - + Max score: %1 Meilleur score :%1 - + Score: %1 Score :%1 - + Level: %1 Niveau : %1 - + Have fun ;-) Amusez-vous ;-) @@ -916,7 +916,7 @@ p, li { white-space: pre-wrap; } CertificatePage - + Certificate files Se connecter en utilisant les certificats @@ -925,17 +925,17 @@ p, li { white-space: pre-wrap; } Utilisez des certificats XPGP sauvĆ©s dans les fichiers. - + Use PGP certificates saved in files. Utilisez les certificats PGP contenu dans 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 votre certificat sous forme de fichier et le transmettrer Ć  vos amis. - + Export my certificate... Exporter mon certificat... @@ -944,12 +944,12 @@ p, li { white-space: pre-wrap; } SpĆ©cifiez le chemin du certificat de votre ami dans la boĆ®te ci-dessous - + Browse Parcourir - + Select Certificate SĆ©lectionner le certificat @@ -966,62 +966,62 @@ p, li { white-space: pre-wrap; } Certificats (*.pqi *.pem) - + Please choose a filename Veuillez spĆ©cifier un nom de fichier - - - - + + + + RetroShare RetroShare - + Import friend's certificate... Exporter ou importer un certificat - + Drag and Drop your friends's certificate in this Window or specify path in the box below Importez le certificat Ć  partir de votre disque dur - - + + RetroShare Certificate (*.rsc );;All Files (*) Certificat RetroShare (*.rsc );;Tous les fichiers (*) - + Sorry, create certificate failed Erreur ! La gĆ©nĆ©ration de votre certificat a Ć©chouĆ© - + Certificate file successfully created Votre certificat a Ć©tĆ© gĆ©nĆ©rĆ© avec succĆØs - - + + Sorry, certificate file creation failed Erreur ! La gĆ©nĆ©ration de votre certificat a Ć©chouĆ© - + Certificate Load Failed:something is wrong with %1 L'importation du certificat a Ć©chouĆ© : un problĆØme est survenu avec %1 - + Certificate Load Failed:can't read from file %1 L'importation du certificat a Ć©chouĆ© : impossible de lire le fichier %1 - + Certificate Load Failed:file %1 not found L'importation du certificat a Ć©chouĆ© : le fichier %1 n'a pas Ć©tĆ© trouvĆ© @@ -1069,45 +1069,54 @@ 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;">Description rapide</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</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:'Sans'; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Marquer le message comme lu</p></body></html> - + + Toggle Message Read Status + + + + New Nouveau - + Download TĆ©lĆ©charger - + Play Lecture - + Remove Item Supprimer l'article + + + Copy RetroShare Link + Copier le lien RetroShare + Connected ConnectĆ© - - + + Expand DĆ©velopper @@ -1116,7 +1125,7 @@ p, li { white-space: pre-wrap; } Sujet - + Unsubscribe From Channel Se dĆ©sabonner de la ChaĆ®ne @@ -1134,12 +1143,17 @@ p, li { white-space: pre-wrap; } Tappez votre texte iƧi - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. Attention! Vous avez moins de %1 heures et %2 minutes avant que ce fichier soit supprimĆ©. Pensez Ć  l'enregistrer. - + Hide Cacher @@ -1151,7 +1165,7 @@ p, li { white-space: pre-wrap; } Formulaire - + Remove Item Supprimer l'article @@ -1160,25 +1174,36 @@ p, li { white-space: pre-wrap; } ConnectĆ© + + Unknown Channel + + + + New Channel - Nouveau canal + Nouveau canal + + + + Updated Channel + name Nom - + Subscribe to Channel S'abonner Ć  la ChaĆ®ne - + Expand DĆ©velopper - + Channel Decscription Description de la ChaĆ®ne @@ -1269,12 +1294,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel CrĆ©er une ChaĆ®ne - + Subscribe To Channel S'abonner Ć  la ChaĆ®ne @@ -1300,7 +1325,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-family:'Arial'; font-size:10pt; font-weight:600;">ChaĆ®nes</span></p></body></html> - + Add Ajouter @@ -1337,30 +1362,35 @@ p, li { white-space: pre-wrap; } RĆ©initialiser - + Display Affichage - + Unsubcribe To Channel Se dĆ©sabonner de la ChaĆ®ne - + Unsubscribe Se dĆ©sabonner - + Subscribe S'abonner - + Set all to read Tout marquer comme lu + + + Enable Auto-download + + Auto Download On TĆ©lĆ©chargement automatique activĆ© @@ -1386,67 +1416,82 @@ p, li { white-space: pre-wrap; } ID - + Own Channels Mes chaĆ®nes - + Subscribed Channels ChaĆ®nes abonnĆ©es - + Popular Channels ChaĆ®nes populaires - + Other Channels Autres chaĆ®nes - + Share Channel Partager la Chaine + + + Copy RetroShare Link + Copier le lien RetroShare + + + + Disable Auto-Download + + + + + Enable Auto-Download + + Popularity: %1 PopularitĆ©: %1 - + No Channel Selected Aucune ChaĆ®ne sĆ©lectionnĆ©e - - + + Post to Channel Poster un article sur la ChaĆ®ne - + Subscribe to Channel S'abonner Ć  la ChaĆ®ne - + Unsubscribe to Channel Se dĆ©sabonner de la ChaĆ®ne - + Show Channel Details Montrer les dĆ©tails de la ChaĆ®ne - + Restore Publish Rights for Channel Restaurer les droits de publication de la ChaĆ®ne - + Edit Channel Details Editer les dĆ©tails de la ChaĆ®ne @@ -1661,17 +1706,17 @@ Disponible : %3 ChatStyle - + Standard style for group chat PrĆ©fĆ©rences du Chat public - + Standard style for private chat PrĆ©fĆ©rences du Chat privĆ© - + Standard style for history PrĆ©fĆ©rences de l'historique @@ -1697,42 +1742,42 @@ Disponible : %3 ConclusionPage - + Make Friend Devenir ami - + Details about your friend : A propos de votre ami - + Key validity: ValiditĆ© de la clĆ© : - + Email: Mail : - + Options Options supplĆ©mentaires - + Add friend to group: Ajouter votre ami Ć  un groupe : - + Authenticate friend (Sign GPG Key) Authentifier cet ami (Signer la clĆ© PGP) - + Add as friend to connect with Ajouter cet ami pour communiquer avec lui @@ -1753,7 +1798,7 @@ Disponible : %3 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. Vous avez dĆ©jĆ  ajoutĆ© cet ami. L'ajouter se limitera Ć  enregistrer son adresse IP. @@ -1762,7 +1807,7 @@ Disponible : %3 Remplissez ici, les dĆ©tails de votre ami - + Peer details Informations sur ce contact @@ -1771,12 +1816,12 @@ Disponible : %3 Confiance : - + Name: Nom : - + Loc: Emplacement : @@ -1785,7 +1830,7 @@ Disponible : %3 Pays: - + Signers Ils lui font aussi confiance : @@ -1797,7 +1842,7 @@ Disponible : %3 ConfCertDialog - + Cancel Annuler @@ -1822,7 +1867,7 @@ Disponible : %3 Signer le certificat - + OK OK @@ -1850,79 +1895,79 @@ Disponible : %3 DerniĆØre fois vu : - + Apply and Close Appliquer et fermer - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Erreur : impossible d'obtenir les dĆ©tails de ce contact. - + Your key is signed by : Votre clĆ© PGP a Ć©tĆ© signĆ©e par : - + Peer key is signed by : La clĆ© PGP du contact a Ć©tĆ© signĆ©e par : - + Your trust in this peer is ultimate, it's probably a key you own. Vous faĆ®tes totalement confiance Ć  ce contact, c'est probablement une de vos propre clĆ©s. - + Your trust in this peer is full. Vous faĆ®tes totalement confiance Ć  ce contact. - + Your trust in this peer is marginal. Vous faĆ®tes moyennement confiance Ć  ce contact. - + Your trust in this peer is none. Vous ne faites pas confiance Ć  ce contact. - + Your trust in this peer is not set. Vous n'avez pas encore dĆ©terminĆ© votre degrĆ© de confiance pour ce contact. - + Peer has authenticated me as a friend and did sign my GPG key Ce contact 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 Ce contact ne m'a pas authentifiĆ© comme ami et n'a pas signĆ© ma clĆ© PGP - + Signature Failure La signature a Ć©chouĆ© - + Maybe password is wrong Le mot de passe est incorrect - + Copy Peer Copier le contact @@ -1987,17 +2032,39 @@ Disponible : %3 Totale - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend Ignorer cet ami - + Make Friend Devenir ami - + Certificate Certificat @@ -2006,8 +2073,8 @@ Disponible : %3 Devenir amis - - + + Sign GPG key Signer la clĆ© PGP @@ -2796,33 +2863,49 @@ p, li { white-space: pre-wrap; } Glisser/dĆ©poser les fichiers Ć  partir des rĆ©sultats de recherche - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + On ne peut pas dĆ©poser un rĆ©pertoire, seuls les fichiers sont acceptĆ©s. + + + + File not found or file name not accepted. + + + + Add Extra File Ajouter un fichier supplĆ©mentaire - - + + RetroShare RetroShare - + File already Added and Hashed Fichier dĆ©jĆ  ajoutĆ© - + Please add a Subject Veuillez ajouter un sujet Ć  votre message - + Load File Joindre un fichier - + Pictures (*.png *.xpm *.jpg) Images (*.png *.xpm *.jpg) @@ -2931,7 +3014,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Fermer @@ -2950,7 +3033,7 @@ p, li { white-space: pre-wrap; } Sujet du message du forum - + Attach File Joindre un fichier @@ -2959,12 +3042,12 @@ p, li { white-space: pre-wrap; } Coller le lien Retroshare - + Forum Post Message - + Sign Message Signer le message @@ -2974,18 +3057,18 @@ p, li { white-space: pre-wrap; } Sujet : - + Paste RetroShare Link Coller le lien RetroShare - + Attach files via drag and drop Joindre un fichier par glisser/dĆ©poser - + You can attach files via drag and drop here in this window Vous pouvez joindre des fichiers par glisser/dĆ©poser @@ -2994,7 +3077,7 @@ p, li { white-space: pre-wrap; } Barre d'outils - + Post Forum Msg Poster @@ -3033,17 +3116,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. Erreur lors de l'ajout 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, seuls les fichiers sont acceptĆ©s. @@ -3363,7 +3446,7 @@ p, li { white-space: pre-wrap; } - + Comments Commentaires @@ -3389,22 +3472,22 @@ p, li { white-space: pre-wrap; } Annuler - + Rating Evaluation - + File Name Nom du fichier - + Not Rated Non Ć©valuĆ© - + No Comments Pas de commentaires @@ -3412,22 +3495,22 @@ p, li { white-space: pre-wrap; } DirectoriesPage - + Partials Directory Dossier des fichiers incomplets - + Shared Directories Dossiers partagĆ©s - + Automatically share incoming directory (Recommended) Partager le dossier de rĆ©ception (RecommandĆ©) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3438,61 +3521,68 @@ situĆ©s sur un disque dur externe afin d'Ć©viter un nouvel hachage des fichiers qui utilise les ressources du systĆØme. - + Remember hashed files for Sauvegarder le hachage pendant - + days jours - + Forget any hashed file that is not anymore shared. Effacer le hachage des fichiers qui ne sont plus partagĆ©s. - + Clean Hash Cache Effacer le cache de la table de hachage + + + Auto-check shared directories every + + + + + minute(s) + + Incoming files Fichiers entrants - Add Shared Directory - Partager un rĆ©pertoire + Partager un rĆ©pertoire All Files (*) Tous les fichiers (*) - Add a Share Directory - Partager un rĆ©pertoire + Partager un rĆ©pertoire - Remove Shared Directory - Supprimer un rĆ©pertoire partagĆ© + Supprimer un rĆ©pertoire partagĆ© - - + + Browse Parcourir - + Set Incoming Directory Fichiers terminĆ©s - + Set Partials Directory Fichiers temporaires SpĆ©cifier le dossier temporaire @@ -3511,7 +3601,7 @@ hachage des fichiers qui utilise les ressources du systĆØme. Partager automatiquement le dossier de rĆ©ception (RecommandĆ©) - + Edit Share Ajouter dossier dossier @@ -3649,37 +3739,37 @@ hachage des fichiers qui utilise les ressources du systĆØme. Invite un ami par e-mail - + Invite Friends by Email Inviter un ami Ć  rejoindre RetroShare par e-mail - + Enter your friends' email addresses (seperate each on with a semicolon) Entrez les adresses e-mail de vos amis (sĆ©parĆ©es par un point-virgule) - + Your friends' email addresses: Destinataire(s) : - + Enter Friends Email addresses Entrez les adresses e-mail de vos amis - + Subject: Sujet : - + Friend invites you to check out RetroShare Un ami vous invite Ć  dĆ©couvrir Retroshare (plateforme dĆ©centralisĆ©e de communictation et de partage de fichier) - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! Votre ami utilise RetroShare pour communiquer de maniĆØre sĆ©curisĆ©e, et vous invite Ć  le rejoindre pour partager des fichiers avec vous. <br>RetroShare est gratuit et son utilisation est sĆ»re: il ne contient aucun virus, aucun spyware, aucun logiciel de publicitĆ© et peut ĆŖtre facilement dĆ©sinstallĆ©. <br>Pour plus d'informations, consultez notre site web : http://retroshare.sourceforge.net/downloads.html <br>A bientĆ“t sur RetroShare ! @@ -3687,12 +3777,12 @@ hachage des fichiers qui utilise les ressources du systĆØme. ErrorMessagePage - + Sorry, some error appeared DĆ©solĆ©, des erreurs sont survenues - + Here is the error message: Voici le message d'erreur : @@ -4032,60 +4122,98 @@ p, li { white-space: pre-wrap; } Type de transfert : + + FlatStyle_RDM + + + Friends Directories + Dossiers partagĆ©s de mes amis + + + + My Directories + Mes partages + + + + Size + Taille + + + + Age + + + + + Friend + Ami + + + + Share Type + MĆ©thode de partage + + + + Directory + RĆ©pertoire + + 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: Afficher : - + Any peer I've not signed Toutes les personnes dont je n'ai pas signĆ© leur certificat - + 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 Contacts signĆ©es montrĆ©s comme refusĆ©s - + Peer name Nom du contact - + Also signed by Ɖgalement signĆ© par - + Peer id ID du contact - + Make friend with these peers Devenir ami avec ces contacts - + *** None *** *** Aucune *** @@ -4171,7 +4299,7 @@ p, li { white-space: pre-wrap; } Formulaire - + Remove Item Supprimer @@ -4180,24 +4308,24 @@ p, li { white-space: pre-wrap; } Nom du Forum - + Expand DĆ©velopper - - - + + + Subject: Sujet : - + Send Envoyer - + Signed SignĆ© @@ -4210,12 +4338,12 @@ p, li { white-space: pre-wrap; } Noms des personnes - + Unsubscribe To Forum Se dĆ©sabonner du Forum - + Reply RĆ©pondre @@ -4232,29 +4360,29 @@ p, li { white-space: pre-wrap; } Message actuel.. - + Forum Post Message du Forum - + Unknown Forum Post Message inconnu - - - + + + Anonymous Anonyme - + In Reply to En rĆ©ponse Ć  - + Please give a Text Message Veuillez tapper votre texte @@ -4267,7 +4395,7 @@ p, li { white-space: pre-wrap; } Formulaire - + Remove Item Effacer l'article @@ -4280,17 +4408,17 @@ p, li { white-space: pre-wrap; } nom - + Subscribe to Forum S'abonner au Forum - + Expand DĆ©velopper - + Forum Description Description du Forum @@ -4321,67 +4449,73 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum S'abonner au Forum - + Unsubscribe to Forum Se dĆ©sabonner du Forum - + New Forum Nouveau Forum - + Show Forum Details Voir les dĆ©tails Forum - + Edit Forum Details Editer les dĆ©tails du Forum - + Restore Publish Rights for Forum Restaurer les droits de publication du Forum - + + + Copy RetroShare Link + Copier le lien RetroShare + + + Mark all as read Tout marquer comme lu - + Mark all as unread Tout marquer comme non lu - + Reply RĆ©pondre - + Reply to Author RĆ©pondre Ć  l'auteur - + Expand all Tout dĆ©plier - + Collapse all Tout replier - + AUTHD Authentificaiton @@ -4390,50 +4524,50 @@ p, li { white-space: pre-wrap; } PopularitĆ© : - + Your Forums Vos Forums - + Subscribed Forums Forums abonnĆ©s - + Popular Forums Forums populaires - + Other Forums Autres Forums - - + + Mark as read Marquer comme lu - - + + Mark as unread Marquer comme non lu - + with children et toute la sous-arborescence - + Hide Cacher - + Expand DĆ©plier @@ -4442,31 +4576,31 @@ p, li { white-space: pre-wrap; } PopularitĆ©: - - + + Anonymous Anonyme - - + + signed SignĆ© - - + + none Aucun - - + + RetroShare RetroShare - + No Forum Selected! Aucun forum selectionnĆ© ! @@ -4475,7 +4609,7 @@ p, li { white-space: pre-wrap; } Re: - + You cant reply a Anonymous Author Vous ne pouvez pas rĆ©pondre Ć  un auteur anonyme @@ -4504,20 +4638,20 @@ p, li { white-space: pre-wrap; } Le lien du fichier est mauvais. - - + + Date Date - - + + Title Titre - - + + Start New Thread Nouveau sujet @@ -4551,7 +4685,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-family:'Arial'; font-weight:600;">Forums</span></p></body></html> - + Add Ajouter @@ -4580,7 +4714,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;">RĆ©pondre au message</p></body></html> - + Start new Thread for Selected Forum CrĆ©er un nouveau sujet dans les Forum sĆ©lectionnĆ© @@ -4589,12 +4723,12 @@ p, li { white-space: pre-wrap; } Forums RetroShare - + Display Affichage - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4607,33 +4741,33 @@ 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;">Forum :</p></body></html> - + Last Post Dernier message - + Threaded View Affichage en arborescence - + Flat View Affichage sans arborescence - - + + Author Auteur - + Signed SignĆ© - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4646,17 +4780,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:10pt; font-weight:600;">Fil :</span></p></body></html> - + Previous Thread Fil prĆ©cĆ©dent - + Next Thread Fil suivant - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4669,22 +4808,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:8pt;">Chercher un Forum</span></p></body></html> - + Reset RĆ©initialiser - + Content Contenu - + Reply Message RĆ©pondre au message - + Create Forum CrĆ©er un Forum @@ -4697,12 +4836,12 @@ p, li { white-space: pre-wrap; } Suivant - + Print Imprimer - + PrintPreview AperƧu avant impression @@ -4928,53 +5067,57 @@ p, li { white-space: pre-wrap; } Il semblerait que vous ne possĆ©diez pas de clĆ© PGP. Veuillez remplir ce formulaire pour en gĆ©nĆ©rer une, ou utilisez votre gestionnaire de clĆ© GNUPG prĆ©fĆ©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; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></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;"> <pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Votre profil est associĆ© Ć  une clĆ© PGP</span></pre></body></html> - + Generate a new Profile GĆ©nĆ©rer un nouveau profil - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</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-family:'Courier New,courier'; font-size:8pt;">Votre profile est associĆ© Ć  une clĆ© PGP</span></p></body></html> - + + + Your profile is associated to a GPG key + + + + Use Profile Utiliser un profile existant - + Name Pseudo - + Enter here your nickname Entrez votre pseudo - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. @@ -4983,27 +5126,31 @@ de vos amis. Cette information est requise pour la gĆ©nĆ©ration de votre clĆ© PG mais pour rester anonyme, vous pouvez utiliser un faux courrier Ć©lectronique. - + This Password is for GPG Mot de passe PGP - + Put a strong password here. This password protects your GPG key. Entrez un mot de passe robuste, il protĆØgera votre clĆ© PGP. - - Location: - Emplacement : + + Location + - + Location: + Emplacement : + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (gpg key). Indiquez un emplacement Ć  cette installation de RetroShare qui permettra de diffĆ©rencier parmis vos autres installations. Ex: PC Portable, PC de Bureau, PC de Travail. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5016,7 +5163,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-family:'Arial'; font-size:16pt; color:#ffffff;">GĆ©nĆ©rer un nouveau profil</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5035,7 +5182,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-family:'Arial'; font-size:8pt; font-weight:600;">Vous pouvez installer RestroShare sur diffĆ©rents ordinateurs en utilisant le mĆŖme profil (clĆ© GPG).</span></p></body></html> - + Email Courrier Ć©lectronique @@ -5066,7 +5213,7 @@ p, li { white-space: pre-wrap; } Mot de passe GPG - + Generate New Profile GĆ©nĆ©rer un nouveau profil @@ -5083,12 +5230,12 @@ p, li { white-space: pre-wrap; } GĆ©nĆ©rer un nouvelle clĆ© GPG - + Info Aide - + Password Mot de passe @@ -5180,28 +5327,28 @@ Fill in your GPG password when asked, to sign your new key. Introduisez votre mot de passe PGP lorsqu'il vous sera demandĆ© afin de signer votre nouvelle clĆ©. - - + + Multiple instances Multiples instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first Une autre instance de RetroShare utilise actuellement le mĆŖme profil sur votre systĆØme. Veuillez dans un premier temps fermer ce profil puis rĆ©essayez de l'ouvrir - + An unexpected error occurred when Retrosharetried to acquire the single instance lock Une erreur inattendue s'est produite lorsque RetroShare a essayĆ© d'acquĆ©rir le verrou d'instance unique - + Generate ID Failure La crĆ©ation de l'ID a Ć©chouĆ© - + Failed to Load your new Certificate! Le chargement de votre nouveau certificat a Ć©chouĆ© ! @@ -5293,17 +5440,22 @@ Introduisez votre mot de passe PGP lorsqu'il vous sera demandĆ© afin de sig Connexion automatique - + + Register retroshare:// as url protocol (Restart required) + + + + Idle InactivitĆ© - + Idle Time Inactif aprĆØs - + seconds secondes @@ -5409,17 +5561,17 @@ Introduisez votre mot de passe PGP lorsqu'il vous sera demandĆ© afin de sig Entrez un mot clĆ© - + Title Titre - + Description Description - + Reset Effacer @@ -6292,55 +6444,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network RĆ©seau - + Friends Amis - - + + Transfers Transferts - - + + Messages Messages - - + + Channels ChaĆ®nes - + Blogs Blogs - + Low disk space warning Alerte : Espace disque faible - + The disk space in your L'espace disque dans votre - + directory is running low (current limit is dossier diminue (l'espace restant est de - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -6353,91 +6505,91 @@ RetroShare va suspendre tout accĆØs Ć  ce dossier en toute sĆ©curitĆ© . Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. - + Status Statut - + Chat Chat - - - - + + + + You have %1 new messages Vous avez %1 nouveau(x) message(s) - - - - - - %1 new messages - %1 nouveaux messages - - + + %1 new messages + %1 nouveaux messages + + + + + + %1 new message %1 nouveau message - + You have %1 completed downloads Vous avez %1 tĆ©lĆ©chargements terminĆ©s - + You have %1 completed download Vous avez %1 tĆ©lĆ©chargement terminĆ© - + %1 completed downloads %1 tĆ©lĆ©chargements terminĆ©s - + %1 completed download %1 tĆ©lĆ©chargement terminĆ© - + Down: %1 (kB/s) RĆ©ception : %1 (Ko/s) - + Up: %1 (kB/s) Envoi : %1 (Ko/s) - + %1 friend connected %1 ami connectĆ© - + %1 friends connected %1 amis connectĆ©s - + Internal Error Erreur interne - + It seems to be an old RetroShare link. Please use copy instead. Il s'agit d'un ancien lien RetroShare. Veuillez copier/coller le lien. - + The file link is malformed. Le lien du fichier est corrompu. @@ -6450,23 +6602,23 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Absent(e) - - + + Options Options - + Hide Cacher - + Show Afficher - + RetroShare RetroShare @@ -6484,33 +6636,33 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Barre d'outils - + Add Friend Ajouter un ami - + Add a Friend Wizard Assistant "Ajouter un ami" - + Add Share Ajouter un partage - - + + Quick Start Wizard Assistant de configuration rapide - + Search Recherche - + Files Fichiers @@ -6519,70 +6671,70 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Ajouter un dossier partagĆ© - + Messenger Messenger - + Show/Hide Montrer/Cacher - + &Quit &Quitter - - - - + + + + You have %1 new message Vous avez %1 nouveau message - + Bandwidth Graph Traffic - + Open Messenger Messenger - + Minimize RĆ©duire - + Maximize Agrandir - + Links Cloud Nuage de Liens - + RetroShare %1 a secure decentralised communication platform RetroShare %1 - Logiciel de communication sĆ©curisĆ© et dĆ©centralisĆ© - + Unfinished InachevĆ© - + Help Aide - + About A propos @@ -6591,18 +6743,18 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Fil d'actualitĆ© - - + + Forums Forums - + Open Messages Messagerie - + Applications Applications @@ -6615,17 +6767,17 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. 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 ? @@ -6634,7 +6786,7 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Barre d'outils_2 - + Quit Quitter @@ -6643,7 +6795,7 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Couleur - + SMPlayer SMPlayer @@ -6652,7 +6804,7 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. MessageComposer - + Compose Nouveau @@ -6888,31 +7040,31 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Justifier le texte - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list Je vous recommande un de mes amis, vous pouvez lui faire confiance autant qu'Ć  moi <br> Cliquez sur le lien suivant afin de le rajouter Ć  votre liste d'amis. - - + + Save Message Enregistrer le message - + Message has not been Sent. Do you want to save message to draft box? Le message n'a pas Ć©tĆ© envoyĆ© DĆ©sirez-vous enregistrer le message dans les brouillons? - + Friend Recommendation(s) Recommendation d'ami(s) - - + + Paste RetroShare Link Coller le lien RetroShare @@ -6921,222 +7073,222 @@ DĆ©sirez-vous enregistrer le message dans les brouillons? Pas de titre - + Re: Re: - + Fwd: Tr: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? Souhaitez-vous envoyer ce message sans objet ? - + Please insert at least one recipient. Veuillez inscrire au moins un destinataire. - + To ƀ... - + Cc Cc... - + Bcc Cci... - + Unknown Inconnu - + Unknown friend Ami inconnu - + &File &Fichier - + &New &Nouveau - + &Open... &Ouvrir... - + &Save Enregi&strer - + Save &As File Enregistrer sous... - + Save &As Draft Enregistrer comme brouillon - + &Print... Im&primer - + &Export PDF... Exporter en P&DF - + &Quit &Quitter - + &Edit &Editer - + &Undo Ann&uler - + &Redo &RĆ©tablir - + Cu&t Couper - + &Copy &Copier - + &Paste Coller - + &View &Affichage - + &Contacts Sidebar Barre latĆ©rale des &Contacts - + &Insert &InsĆ©rer - + &Image &Image - + &Horizontal Line Ligne &horizontale - + &Format &Format - + Open File... Ouvrir un fichier... - - + + HTML-Files (*.htm *.html);;All Files (*) Fichiers HTML (*.htm *.html);;tous les fichiers (*) - + Save as... Enregistrer sous... - + Print Document Imprimer le message - + Export PDF Exporter en PDF - + Message has not been Sent. Do you want to save message ? Le message n'a pas Ć©tĆ© envoyĆ©. Voulez-vous enregistrer votre message ? - + Choose Image InsĆ©rer une image - + Image Files supported (*.png *.jpeg *.jpg *.gif) Type de fichiers supportĆ©s (*.png *.jpeg *.jpg *.gif) - + Add Extra File Ajouter un fichier supplĆ©mentaire - - + + Drop file error. Erreur lors de l'ajout du fichier. - + Directory can't be dropped, only files are accepted. On ne peut pas dĆ©poser un rĆ©pertoire, seuls les fichiers sont acceptĆ©s. - + File not found or file name not accepted. Le fichier n'a pas Ć©tĆ© trouvĆ© ou le nom du fichiern'est pas acceptĆ©. @@ -7243,41 +7395,41 @@ Voulez-vous enregistrer votre message ? MessagesDialog - - + + New Message Nouveau Message - + Reply to Message RĆ©pondre au Message - + Remove Message Supprimer le Message - - + + Date Date - - - + + + From De - + Size Taille - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -7288,17 +7440,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:10pt; font-weight:600;">Fichiers recommandĆ©s</span></p></body></html> - + Reply RĆ©pondre - + Reply all RĆ©pondre Ć  tous - + Foward TransfĆ©rer @@ -7313,178 +7465,183 @@ 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;">Supprimer le message sĆ©lectionnĆ©</p></body></html> - + Delete Supprimer - + Compose Nouveau - + Reply to selected message RĆ©pondre au(x) Message(s) sĆ©lectionnĆ©(s) - + Reply all to selected message RĆ©pondre Ć  tous les destinataires du(des) Message(s) sĆ©lectionnĆ©(s) - + Forward selected message TransfĆ©rer le(s) Message(s) sĆ©lectionnĆ©(s) - + Remove selected message Supprimer le(s) Message(s) sĆ©lectionnĆ©(s) - + Print selected message Imprimer le(s) Message(s) sĆ©lectionnĆ©(s) - + Display Affichage - + Reset RĆ©initialiser - + Attachments Fichiers joints - - + + Content Contenu - - - - + + + + Tags Tags - + Tag Tag - - - - + + + + Inbox BoĆ®te de rĆ©ception - - - - + + + + Outbox BoĆ®te d'envoi - + Draft Brouillons - - + + Sent ElĆ©ments envoyĆ©s - - - - + + + + Trash ElĆ©ments supprimĆ©s - + Favorite Tags Tags favoris - + Total Inbox: Tous les messages : - + Folders Dossiers courrier - + + Download all Recommended Files + + + + Cc: Cc : - + Bcc: Cci : - + Tags: Tags : - - + + Print... Imprimer... - + Print Preview AperƧu avant impression - - + + Buttons Icon Only IcĆ“nes seulement - + Buttons Text Beside Icon Texte Ć  cĆ“tĆ© des l'icĆ“nes - + Buttons with Text IcĆ“nes avec texte - + Buttons Text Under Icon Texte en dessous des l'icĆ“nes - + Set Text Under Icon DĆ©finir le texte sous les icĆ“nes - + Save As... Enregistrer sous... @@ -7513,12 +7670,12 @@ p, li { white-space: pre-wrap; } Tout tĆ©lĆ©charger - + Print Document Imprimer le Message - + File Name Nom du fichier @@ -7539,67 +7696,103 @@ p, li { white-space: pre-wrap; } MSGID - + Forward selected Message TransfĆ©rer le(s) Message(s) sĆ©lectionnĆ©(s) - + Remove Messages Supprimer le(s) Message(s) - + Forward Message Faire suivre le(s) Message(s) - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags Supprimer tous les tags - + New tag ... Nouveau tag ... - + Edit... Editer... - + Mark as read Marquer comme lu - + Mark as unread Marquer comme non lu - + Undelete Annuler la suppression - + Download TĆ©lĆ©charger - + Empty trash Vider la corbeille - + + Click to sort by to + + + + File Fichier - + Files Fichiers @@ -7616,24 +7809,24 @@ p, li { white-space: pre-wrap; } Fwd: - + Hide Cacher - + Expand DĆ©velopper - - - + + + Drafts Brouillons - + To ƀ @@ -7666,21 +7859,21 @@ p, li { white-space: pre-wrap; } Le lien du fichier est corrompu. - + Save as... Enregistrer sous... - + HTML-Files (*.htm *.html);;All Files (*) Fichiers HTML (*.htm *.html);;tous les fichiers (*) - - - - - + + + + + Total: Total : @@ -7689,24 +7882,24 @@ p, li { white-space: pre-wrap; } RĆ©pondre Ć  tous - - + + Reply to All RĆ©pondre Ć  tous - - + + Subject Objet - + Subject: Objet : - + From: De : @@ -7715,28 +7908,27 @@ p, li { white-space: pre-wrap; } Date : - + To: A : - <html><head><meta name="qrichtext" content="1" /><style type="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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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;">TĆ©lĆ©chargez tous les fichiers recommandĆ©s</p></body></html> - + Hash Hash - + Print Imprimer @@ -8269,8 +8461,8 @@ p, li { white-space: pre-wrap; } - - + + Name Nom @@ -8288,7 +8480,7 @@ p, li { white-space: pre-wrap; } - + Cert Id ID du certificat @@ -8579,17 +8771,17 @@ p, li { white-space: pre-wrap; } Chercher dans le rĆ©seau - + Clear Filter Supprimer le filtre - + Peer ID ID du contact - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8606,32 +8798,32 @@ p, li { white-space: pre-wrap; } 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 @@ -8640,17 +8832,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Ć© @@ -8688,7 +8880,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer J'ai authentifiĆ© le contact @@ -8699,7 +8891,7 @@ p, li { white-space: pre-wrap; } - + Did peer authenticated me Le contact m'a authentifiĆ© @@ -8716,42 +8908,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 toutes les clĆ©s du trousseau 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 @@ -8928,6 +9120,11 @@ p, li { white-space: pre-wrap; } Remove All Tout effacer + + + Options + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -9136,17 +9333,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... Analyse des fichiers partagĆ©s... - + Hashing file Hash des fichiers - + Saving file index... Enregistrement de l'index des fichiers... @@ -9433,7 +9630,7 @@ p, li { white-space: pre-wrap; } Certificats (*.pqi) - + Status Statut @@ -9591,10 +9788,8 @@ Do you want to send them a Message instead Voulez-vous lui envoyer un message Ć  la place ? - - RetroShare - RetroShare + RetroShare @@ -9615,7 +9810,7 @@ Voulez-vous lui envoyer un message Ć  la place ? Nouveau canal - + Add Extra File Joindre un fichier @@ -9644,18 +9839,18 @@ Voulez-vous lui envoyer un message Ć  la place ? Le lien du fichier est corrompu. - - + + Drop file error. Erreur lors du dĆ©pĆ“t de fichier. - + File not found or file name not accepted. Le fichier n'a pas Ć©tĆ© trouvĆ© ou le nom du fichier n'est pas acceptĆ©. - + Directory can't be dropped, only files are accepted. On ne peut pas dĆ©poser un rĆ©pertoire, seuls les fichiers sont acceptĆ©s. @@ -9717,22 +9912,27 @@ Voulez-vous lui envoyer un message Ć  la place ? Nouveau Message Ć  ce groupe - + + Do you really want to physically delete the history? + + + + Load File Charger un fichier - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) Images (*.png *.xpm *.jpg) - + Save as... Enregistrer sous... - + Text File (*.txt );;All Files (*) Fichier Texte (*.txt);;Tous les fichiers (*) @@ -9746,7 +9946,7 @@ Voulez-vous lui envoyer un message Ć  la place ? - - + Send Envoyer @@ -9759,12 +9959,12 @@ Voulez-vous lui envoyer un message Ć  la place ? Groupe de discution live: - + Italic Italique - + Underline Souligner @@ -9782,7 +9982,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-weight:600;">Amis</span></p></body></html> - + Add Ajouter @@ -9791,7 +9991,7 @@ p, li { white-space: pre-wrap; } Cacher les amis dĆ©connectĆ©s - + Add or Change your Avatar Ajouter ou modifier votre image perso @@ -9808,7 +10008,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:14pt; color:#00aa00;">Pseudonyme (Moi)</span></p></body></html> - + Edit Personal message Editer mon message perso @@ -9817,7 +10017,7 @@ p, li { white-space: pre-wrap; } Chat Live - + Bold Gras @@ -9826,13 +10026,13 @@ p, li { white-space: pre-wrap; } CrĆ©er un nouveau Forum - - + + Create new Forum CrĆ©er un nouveau Forum - + F F @@ -9841,92 +10041,92 @@ p, li { white-space: pre-wrap; } CrĆ©er un nouveau canal - + Display Affichage - + Messages entered here are sent to all collected friends Les Messages inscrits ici sont envoyĆ©s Ć  tous les amis sĆ©lectionnĆ©s - - + + Create new Channel CrĆ©er une nouvelle ChaĆ®ne - + C C - + Add your Avatar Picture Ajouter votre image perso - + A A - + Set your Personal Message DĆ©finir votre message perso - + Edit your status Message Editer votre message perso - + Browse Message History Parcourir l'historique des messages - + Browse History Parcourir l'historique - - + + Sort by State Trier par statut - + Hide State Cacher le statut - - + + Add a new Group Ajouter un nouveau groupe - - + + Sort Descending Order Trier par ordre dĆ©croissant - - + + Sort Ascending Order Trier par ordre croissant - + Delete Chat History Supprimer l'historique du Chat - + Deletes all stored and displayed chat history Supprimer tous les historiques de Chat affichĆ©s et enregistrĆ©s @@ -9935,38 +10135,39 @@ p, li { white-space: pre-wrap; } DĆ©sactiver les Ć©moticĆ“nes - - + + Save Chat History Sauvegarder l'historique du Chat - + Hide Offline Friends Cacher mes amis hors-ligne - + Hide Status Column Cacher la colonne des statuts + Text Color - Couleur du texte + Couleur du texte - + Add Friend Ajouter un ami - + Create new Profile CrĆ©er un nouveau profil - + Font Police @@ -9983,35 +10184,34 @@ 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;">Affichage</span></p></body></html> - + Friends Amis - + Group Chat Chat public - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" 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> - <!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;">DĆ©finir la couleur du texte</span></p></body></html> - + Attach File Joindre un fichier - + Clear Chat History Effacer l'historique du chat @@ -10331,7 +10531,7 @@ p, li { white-space: pre-wrap; } Coller le lien RetroShare - + Your Friend is offline Do you want to send them a Message instead Votre ami est hors-ligne @@ -10342,12 +10542,12 @@ Voulez-vous lui envoyer un Message Ć  la place ? Discussion avec - + is typing... est en train d'Ć©crire... - + Hide Avatar Cacher l'image perso @@ -10356,7 +10556,7 @@ Voulez-vous lui envoyer un Message Ć  la place ? :images/hide_toolbox_frame.png - + Show Avatar Montrer l'image perso @@ -10377,57 +10577,62 @@ Voulez-vous lui envoyer un Message Ć  la place ? RetroShare - + Friend not Online Ami Hors-ligne - + Paste RetroShare Link Coller le lien RetroShare - + + Do you really want to physically delete the history? + + + + Add Extra File Joindre un fichier - + Load Picture File Joindre une image - + Save as... Enregistrer sous... - + Text File (*.txt );;All Files (*) Fichier texte (*.txt );;Tous les fichiers (*) - + apears to be Offline. semble ĆŖtre hors-ligne. - + Messages you send will be delivered after Friend is again Online Les messages que vous enverrez seront dĆ©livrĆ©s lorsque votre ami sera en ligne - + is Idle and may not reply est inactif et peut ne pas rĆ©pondre - + is Away and may not reply est absent et peut ne pas rĆ©pondre - + is Busy and may not reply est occupĆ© et peut ne pas rĆ©pondre @@ -10456,23 +10661,23 @@ Voulez-vous lui envoyer un Message Ć  la place ? Le lien du fichier est corrompu. - - + + Drop file error. Erreur lors de l'ajout du fichier. - + File not found or file name not accepted. Le fichier n'a pas Ć©tĆ© trouvĆ© ou le nom du fichier n'est pas acceptĆ©. - + Directory can't be dropped, only files are accepted. On ne peut pas dĆ©poser un rĆ©pertoire, seuls les fichiers sont acceptĆ©s. - + Send Envoyer @@ -10499,7 +10704,7 @@ border-image: url(:/images/mystatus_bg.png); Etiquette - + Close Fermer @@ -10526,65 +10731,69 @@ 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;">DĆ©finir le style visuel de la fenĆŖtre Chat</p></body></html> - - + + Bold Gras - - + + Underline Souligner - - + + Italic Italique - Set Font - DĆ©finir la police + DĆ©finir la police - + + Font + Police + + + Text Color Couleur du texte - + Clear Chat History Effacer l'historique du chat - + Browse Message History Parcourir l'historique des messages - + Browse History Parcourir l'historique - + Delete Chat History Supprimer l'historique du chat - + Deletes all stored and displayed chat history Cela supprime tous les historiques de chat affichĆ©s et enregistrĆ©s - + Attach a Picture Joindre une image - + Add a File for your Friend Joindre un fichier @@ -10593,7 +10802,7 @@ p, li { white-space: pre-wrap; } Barre d'outils - + Strike DĆ©couverte @@ -10610,18 +10819,18 @@ p, li { white-space: pre-wrap; } Effacer l'historique - + Disable Emoticons DĆ©sactiver les Ć©moticĆ“nes - - + + Save Chat History Sauvegarder l'historique du chat - + Clear offline messages Effacer les messages hors-ligne @@ -10629,39 +10838,45 @@ p, li { white-space: pre-wrap; } PopupChatWindow - + Avatar Image perso - + Set your Avatar Picture DĆ©finir votre image perso - - + + Dock tab Activer les onglets - - + + Undock tab DĆ©sactiver les onglets - + + + Set Chat Window Color + + + + RetroShare RetroShare - + Load File Charger une image - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) Images (*.png *.xpm *.jpg) @@ -11238,118 +11453,188 @@ p, li { white-space: pre-wrap; } Hash - - + + RetroShare RetroShare - + Inititialize failed. Wrong or missing installation of gpg. L'initialisation a Ć©chouĆ©. Installation de PGP corrompue ou manquante. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. Une erreur inattendue s'est produite. Vous pouvez la reporter 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances Multiples instances - + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + + + + + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + + + + Another RetroShare using the same profile is already running on your system. Please close that instance first - Une autre instance de Retroshare utilise actuellement le mĆŖme profil sur votre systĆØme. Veuillez fermer d'abord cette instance + Une autre instance de Retroshare utilise actuellement le mĆŖme profil sur votre systĆØme. Veuillez fermer d'abord cette instance - An unexpected error occurred when Retrosharetried to acquire the single instance lock - Une erreur inattendue s'est produite lorsque Retroshare a essayĆ© d'acquĆ©rir le verrou d'instance unique + Une erreur inattendue s'est produite lorsque Retroshare a essayĆ© d'acquĆ©rir le verrou d'instance unique - + Login Failure La connexion Ć©chouĆ©e - + Maybe password is wrong Veuillez vĆ©rifier votre mot de passe - + 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 following 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, parce que vous l'avez dĆ©jĆ  : - + 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Ć . - - + + Friend Request Confirmation Confirmation de demande d'ami - + The friend is already in your list. Cet ami est dĆ©jĆ  dans votre liste. - + The friend has been added to your list. Cet ami a Ć©tĆ© ajoutĆ© Ć  votre liste. - - + + Friend Request canceled Demande d'ami annulĆ©e - + The friend could not be added to your list. Cet ami n'a pas pu ĆŖtre ajoutĆ© Ć  votre liste. - + The friend could not be found. Cet ami n'a pas pu ĆŖtre trouvĆ©. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error Erreur de demande de fichier - + The file link is malformed. Le lien du fichier est corrompu. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + File Request Demande de fichier @@ -11373,6 +11658,11 @@ p, li { white-space: pre-wrap; } Peer details DĆ©tails du contact + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -11433,15 +11723,15 @@ p, li { white-space: pre-wrap; } - + Next > Suivant > - - + + Exit Fin @@ -11451,7 +11741,7 @@ p, li { white-space: pre-wrap; } Pour obtenir de meilleures performances, RetroShare a besoin d'informations au sujet de votre connexion internet. - + Choose your upload speed limit: Vitesse d'envoi maximale : @@ -11462,7 +11752,7 @@ p, li { white-space: pre-wrap; } Ko/s - + Choose your download speed limit: Vitesse de rĆ©ception maximale : @@ -11579,8 +11869,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < PrĆ©cĆ©dent @@ -11629,7 +11919,12 @@ p, li { white-space: pre-wrap; } Supprimer - + + Automatically share incoming directory (Recommended) + Partager le dossier de rĆ©ception (RecommandĆ©) + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11646,7 +11941,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-family:'MS Shell Dlg 2'; font-size:8pt;">Amusez-vous bien avec 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; } @@ -11665,27 +11960,27 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-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 Ne pas afficher d'avertissement Ć  la fermeture de RetroShare - + Start Minimized DĆ©marrer en mode rĆ©duit - + Start RetroShare when my System Starts. DĆ©marrer RetroShare au lancement du systĆØme - + Start minimized on system start Minimiser au dĆ©marrage du systĆØme - + Finish Fin de la configuration @@ -11713,52 +12008,52 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General GĆ©nĆ©ral - + Directories RĆ©pertoires - + Server Connexion - + Transfer Transferts - + Notify Notifications - + Security SĆ©curitĆ© - + Message Messages - + Forum Forums - + Chat Chat - + Appearance Apparence @@ -11767,17 +12062,17 @@ p, li { white-space: pre-wrap; } Association de fichiers - + Sound Sons - + UnknownPage Page inconnue - + Error Saving Configuration on page Une erreur est survenue lors de l'enregistrement de la configuration @@ -11815,80 +12110,87 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - Dossiers partagĆ©s de mes amis + Dossiers partagĆ©s de mes amis - My Directories - Mes partages + Mes partages - Size - Taille + Taille - Share Type - MĆ©thode de partage + MĆ©thode de partage - What's new - Quoi de neuf ? + Quoi de neuf ? Rank Classement - Age - AnciennetĆ© + AnciennetĆ© - - FILE - Fichier + Fichier - Anonymous - Anonyme + Anonyme - Anonymous and browsable by friends - Anonyme et visible par mes amis + Anonyme et visible par mes amis - Only browsable by friends - Visible seulement par mes amis + Visible seulement par mes amis - NEW - Nouveau + Nouveau - Files - Fichiers + Fichiers - File - Fichier + Fichier - - DIR - RĆ©pertoire + RĆ©pertoire + + + + RetroshareDirModel + + + Anonymous + + + + + Anonymous and browsable by friends + Anonyme et visible par mes amis + + + + Only browsable by friends + Visible seulement par mes amis + + + + NEW + Nouveau @@ -11961,32 +12263,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID ID Retroshare - + Use RetroShare ID for adding a Friend which is available in your network. Utilisez l'ID RetroShare pour ajouter un ami qui est disponible sur le rĆ©seau. - + Add Friends RetroShare ID... Ajouter l'ID d'un ami RetroShare... - + Paste Friends RetroShare ID in the box below Coller l'ID RetroShare ci-dessous - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF Entrez l'ID RetroShare de votre ami, ex. Contact@BDE8D16A46D938CF - + This Peer %1 is not available in your Network Ce contact %1 n'est pas disponible dans votre rĆ©seau @@ -12017,12 +12319,12 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Sources - + Results RĆ©sultats @@ -12031,38 +12333,34 @@ p, li { white-space: pre-wrap; } Supprimer toutes les recherches - - + + Download 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 + Copier le lien RetroShare - Send retroshare Link - Evoyer le lien RetroShare + Evoyer le lien RetroShare - Broadcast on Channel - Ɖmettre sur la ChaĆ®ne + Ɖmettre sur la ChaĆ®ne - Recommend to Friends - Recommander aux amis + Recommander aux amis - + New RetroShare Link(s) Nouveau(x) lien(s) RetroShare @@ -12071,18 +12369,18 @@ p, li { white-space: pre-wrap; } / - + Remove Supprimer - + Remove All Tout supprimer - - + + Folder Dossier @@ -12128,34 +12426,45 @@ p, li { white-space: pre-wrap; } Documents - + + + Copy RetroShare Link + Copier le lien RetroShare + + + + Send RetroShare Link + + + + Download Notice TĆ©lĆ©charger la notice - + Skipping Local Files 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. - + Size Taille - + Type Type @@ -12214,84 +12523,84 @@ 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;">Tappez votre recherche ici</p></body></html> - + Start Search DĆ©marrer la recherche - + Search Rechercher - + Filter Search Result RĆ©sultats filtrĆ©s - + Clear Filter Supprimer le filtre - + File Name Nom du fichier - + File Size Taille du fichier - + Close all Search Resullts Fermer tous les rĆ©sultats de recherche - + Download Selected TĆ©lĆ©charger la sĆ©lection - + Include files from your own file list in the search result Afficher vos fichiers dans les rĆ©sultats de recherche - + Include own files Afficher mes fichiers - + Search inside "browsable" files of your friends Chercher dans les dossiers de vos amis - + Search in friends lists Chercher dans la liste de fichier de mes amis - + Multi-hop search at distance 6 in the network (always reports available files) Recherche jusqu'Ć  6 niveaux de contacts dans le rĆ©seau (Toujours proposer des fichiers disponibles) - + F2F search Recherche F2F - + Limit number of results to : Nombre de rĆ©sultats limitĆ©s Ć  : - + Reset RĆ©initialiser @@ -12301,12 +12610,12 @@ p, li { white-space: pre-wrap; } Entrez un mot clĆ© - + Advanced Search Recherche avancĆ©e - + Advanced AvancĆ© @@ -12327,7 +12636,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;">Supprimer toutes les recherches</span></p></body></html> - + Close All Search Results Supprimer toutes les recherches @@ -12352,27 +12661,27 @@ p, li { white-space: pre-wrap; } Outil de Recherche AvancĆ©e - + Filename Nom du fichier - + Age AnciennetĆ© - + Hash Hash - + KeyWords Mots-clĆ©s - + Search Id ID de recherche @@ -12942,7 +13251,7 @@ p, li { white-space: pre-wrap; } - + Remove Supprimer @@ -12951,25 +13260,41 @@ p, li { white-space: pre-wrap; } Ajouter un dossier partagĆ© - + If checked, the share is anonymously shared to anybody. Si cochĆ©, le partage est anonyme avec tout le monde. - + If checked, the share is browsable by your friends. Si cochĆ©, le partage est visible par vos amis. - + Warning! Attention ! - + Do you really want to stop sharing this directory ? Etes-vous certains de ne plus vouloir partager ce dossier ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + Shared Directory Added! Dossier ajoutĆ© avec succĆØs ! @@ -13091,7 +13416,7 @@ p, li { white-space: pre-wrap; } - + Edit Modifier @@ -13099,8 +13424,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download TĆ©lĆ©charger @@ -13127,59 +13452,59 @@ p, li { white-space: pre-wrap; } Message ami - - + + Open File Ouvrir le fichier - + Open Folder Ouvrir le dossier - - + + Recommend in a message to Recommender dans un message Ć  - - - + + + RetroShare Link Lien RetroShare - - - - + + + + Recommendation(s) Recommandation(s) - + Set command for opening this file DĆ©finir une commande d'ouverture pour ce fichier - + Copy retroshare Link Copier le lien RetroShare - + Checking... VĆ©rification en cours... - + Check files VĆ©rifier les fichiers - + Send retroshare Link Evoyer un lien RetroShare @@ -13192,22 +13517,22 @@ p, li { white-space: pre-wrap; } Recommender dans un message Ć  - + Copy retroshare Links to Clipboard Copier le lien RetroShare - + Copy retroshare Links to Clipboard (HTML) Copier le lien RetroShare (HTML) - + Send retroshare Links Evoyer le lien RetroShare - + Send retroshare Links (HTML) Evoyer le lien RetroShare (HTML) @@ -13216,12 +13541,12 @@ p, li { white-space: pre-wrap; } Envoyer le lien RetroShare dans le Chat public - + Send retroshare Links to Cloud Envoyer les liens RetroShare dans le nuage de liens - + Add Links to Cloud Ajouter les liens RetroShare dans le nuage de liens @@ -13242,17 +13567,17 @@ p, li { white-space: pre-wrap; } 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> @@ -13265,17 +13590,17 @@ p, li { white-space: pre-wrap; } Mes fichiers partagĆ©s - + Splitted View Vue partagĆ©e - + Friends Folders Dossiers de mes amis - + My Folders Mes dossiers @@ -13293,47 +13618,57 @@ 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:'MS Shell Dlg 2'; font-weight:600;">Fichiers</span></p></body></html> - + All Tout - + One day old AgĆ© d'un jour - + One Week old AgĆ© d'une semaine - + One month old AgĆ© d'un mois - + Search files Rechercher des fichiers - + Start Search Lancer la recherche - + Reset RĆ©initialiser - + + Tree view + + + + + Flat view + + + + Download selected TĆ©lĆ©charger la sĆ©lection - + check files VĆ©rifier les fichiers @@ -13415,17 +13750,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile Chargement du profil - + Load configuration Chargement de la configuration - + Create interface CrĆ©ation de l' interface @@ -13555,28 +13890,26 @@ p, li { white-space: pre-wrap; } Mot de passe : - - + + Multiple instances Multiples instances - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile - Une autre instance de RetroShare utilise actuellement le mĆŖme profil sur votre ordinateur. Veuillez tout d'abord fermer cette instance + Une autre instance de RetroShare utilise actuellement le mĆŖme profil sur votre ordinateur. Veuillez tout d'abord fermer cette instance - An unexpected error occurred when Retrosharetried to acquire the single instance lock - Une erreur inattendue s'est produite lorsque RetroShare a essayĆ© d'acquĆ©rir le verrou d'instance unique + Une erreur inattendue s'est produite lorsque RetroShare a essayĆ© d'acquĆ©rir le verrou d'instance unique - + Login Failure La connexion a Ć©chouĆ© - + Maybe password is wrong Peut-ĆŖtre que le mot de passe est incorrect @@ -13591,13 +13924,27 @@ p, li { white-space: pre-wrap; } Ɗtes-vous certain de vouloir continuer ? - - + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + + + + + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + + + + + + Warning Attention - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -13610,7 +13957,7 @@ This choice can be reverted in settings. Ce choix peut ĆŖtre modifiĆ© dans les paramĆØtres de RetroShare. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -13992,7 +14339,7 @@ Etes-vous certains de vouloir continuer ? Message d'Ć©tat - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -14005,7 +14352,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:14pt; font-weight:600;">Message perso</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -14018,15 +14365,73 @@ 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;">Entrez votre message perso</span></p></body></html> - + OK OK - + Cancel Annuler + + + Paste RetroShare Link + Coller le lien RetroShare + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + Choix de la couleur + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -14149,7 +14554,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause En pause @@ -14195,22 +14600,27 @@ 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 ci-dessous - + + Clean certificate + + + + RetroShare Invite Invitation RetroShare - + Your Cert is copied to Clipboard, paste and send it to your friend 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 @@ -14219,27 +14629,27 @@ p, li { white-space: pre-wrap; } 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 votre certificat et l'envoyer Ć  vos amis par courrier Ć©lectronique ou par tout autre moyen - + RetroShare RetroShare @@ -14257,7 +14667,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 @@ -14266,7 +14676,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 pour l'envoi du certificat @@ -14275,7 +14685,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 Ć©tĆ© chargĆ© @@ -14695,20 +15105,20 @@ p, li { white-space: pre-wrap; } - + Failed EchouĆ© - + Okay OK - + Waiting En attente @@ -14720,8 +15130,8 @@ p, li { white-space: pre-wrap; } - - + + Complete TerminĆ© @@ -14796,36 +15206,106 @@ p, li { white-space: pre-wrap; } VĆ©rification en cours... - + Uploading En cours d'envoi - + RetroShare RetroShare - + Details: DĆ©tails : - + + File preview + + + + + File %1 preview failed. + + + + 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 supprimer ces fichiers ? + + TreeStyle_RDM + + + + FILE + Fichier + + + + Files + Fichiers + + + + File + Fichier + + + + + DIR + RĆ©pertoire + + + + Friends Directories + Dossiers partagĆ©s de mes amis + + + + My Directories + Mes partages + + + + Size + Taille + + + + Age + + + + + Friend + Ami + + + + Share Type + MĆ©thode de partage + + + + What's new + Quoi de neuf ? + + TrustView @@ -14844,22 +15324,22 @@ p, li { white-space: pre-wrap; } - + Showing: whole network AffichĆ© : rĆ©seau entier - + This table normaly auto-updates every 10 seconds. La table se met automatiquement Ć  jour toutes les 10 secondes. - + Self Moi - + Trust Confiance @@ -14884,48 +15364,48 @@ p, li { white-space: pre-wrap; } AuthentifiĆ© - + is authenticated (one way) by est authentifiĆ©(e) par - + Half Moyenne - + authenticated himself s'est authentifiĆ©(e) - + authenticated each other sont authentifiĆ©s mutuellement - + Full Totale - - + + peers, including him(her)self. personnes, dont lui(elle)-mĆŖme. - + is authenticated by est authentifiĆ© par - + authenticated authentifiĆ© - + Showing: peers connected to AffichĆ© : personnes connectĆ©es Ć  @@ -14945,14 +15425,14 @@ bloquera ce dernier. ArrĆŖter le hash manuel - - + + Search requests RequĆŖtes de recherche - - + + Tunnel requests Requpetes de tunnel diff --git a/retroshare-gui/src/lang/retroshare_gr.ts b/retroshare-gui/src/lang/retroshare_gr.ts index 19fc017e2..40c27fe8d 100644 --- a/retroshare-gui/src/lang/retroshare_gr.ts +++ b/retroshare-gui/src/lang/retroshare_gr.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -869,32 +869,32 @@ 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... - + Browse - + Select Certificate Select Certificate @@ -903,62 +903,62 @@ p, li { white-space: pre-wrap; } Certificates (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare Retroshare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1044,52 +1044,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Hide @@ -1097,25 +1103,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1200,12 +1221,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Ī“Ī·Ī¼Ī¹ĪæĻ…ĻĪ³ĻŽ ĪŗĪ±Ī½Ī¬Ī»Ī¹ - + Subscribe To Channel Subscribe To ĪŗĪ±Ī½Ī¬Ī»Ī¹ @@ -1227,97 +1248,117 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name Name - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1519,17 +1560,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1537,67 +1578,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend ĪŗĪ±Ļ„Ī±ĻƒĪŗĪµĻ…Ī® Ļ†ĪÆĪ»ĪæĻ‚ - + Details about your friend : - + Key validity: - + Email: - + Options - + Add friend to group: - + 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 @@ -1605,7 +1646,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Ī±ĪŗĻ…ĻĻŽĪ½Ļ‰ @@ -1679,79 +1720,79 @@ p, li { white-space: pre-wrap; } - + 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 - + Copy Peer @@ -1776,13 +1817,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend - - + + Sign GPG key @@ -1848,17 +1889,39 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Make Friend ĪŗĪ±Ļ„Ī±ĻƒĪŗĪµĻ…Ī® Ļ†ĪÆĪ»ĪæĻ‚ - + Certificate - + OK @@ -2508,33 +2571,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare Retroshare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2623,7 +2702,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Ī»Ī®Ī¾Ī· @@ -2638,17 +2717,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2658,23 +2737,23 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2705,17 +2784,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3046,7 +3125,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3072,22 +3151,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name File Name - + Not Rated - + No Comments @@ -3119,17 +3198,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3137,32 +3216,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Shared Directories - + Edit Share @@ -3171,33 +3260,18 @@ you plug it in. Incoming files - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - - Add Shared Directory - - - - + Set Incoming Directory - + Set Partials Directory @@ -3327,37 +3401,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3365,12 +3439,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3665,60 +3739,98 @@ p, li { white-space: pre-wrap; } File Name + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3800,66 +3912,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send ĻƒĻ„Ī­Ī»Ī»Ļ‰ - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3872,22 +3984,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3913,167 +4025,173 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Hide - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Date - - + + Title Ļ„ĪÆĻ„Ī»ĪæĻ‚ ĪµĻ†Ī·Ī¼ĪµĻĪÆĪ“Ī±Ļ‚ - - + + Start New Thread @@ -4082,12 +4200,12 @@ 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; } @@ -4096,33 +4214,33 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4131,7 +4249,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4140,22 +4263,22 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Content - + Create Forum - + Print @@ -4169,32 +4292,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4410,77 +4533,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Name - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + Location + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4489,7 +4599,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4501,12 +4611,18 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - + + + Your profile is associated to a GPG key + + + + Info @@ -4596,36 +4712,31 @@ Fill in your GPG password when asked, to sign your new key. Certificates (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! - - - Location: - - GeneralDialog @@ -4739,17 +4850,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4833,17 +4949,17 @@ p, li { white-space: pre-wrap; } - + Title Ļ„ĪÆĻ„Ī»ĪæĻ‚ ĪµĻ†Ī·Ī¼ĪµĻĪÆĪ“Ī±Ļ‚ - + Description - + Reset Reset @@ -5860,55 +5976,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Ī“Ī¹ĪŗĻ„Ļ…Ļ‰Ļ„ĻŒ - + Friends Ļ†Ī¹Ī»Ī¹ĪŗĪ® ĻƒĻ…Ī¶Ī®Ļ„Ī·ĻƒĪ· ĻƒĻ…Ī½ Ļ†ĪÆĪ»ĪæĻ‚ - - + + Transfers Ī­Ī¼Ī²Ī±ĻƒĪ¼Ī± - - + + Messages Ī¼Ī®Ī½Ļ…Ī¼Ī± - - + + Channels ĪŗĪ±Ī½Ī¬Ī»Ī¹ - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5917,112 +6033,112 @@ p, li { white-space: pre-wrap; } - + Status Status - + Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options Ī“Ī¹ĪŗĪ±ĪÆĻ‰Ī¼Ī± ĪµĪŗĪ»ĪæĪ³Ī®Ļ‚ - + Hide Hide - + Show Show - + RetroShare Retroshare @@ -6036,33 +6152,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Ļ€ĻĪæĻƒĪøĪ­Ļ„Ļ‰ Ļ†ĪÆĪ»ĪæĻ‚ - + Add a Friend Wizard - + Add Share Ļ€ĻĪæĻƒĪøĪ­Ļ„Ļ‰ Ī¼ĪµĻĪÆĪ“Ī± - - + + Quick Start Wizard - + Search ĪµĻĪµĻ…Ī½ĻŽ - + Files Ī»ĪÆĪ¼Ī± @@ -6071,81 +6187,81 @@ p, li { white-space: pre-wrap; } Ļ€ĻĪæĻƒĪøĪ­Ļ„Ļ‰ Ī¼ĪµĻĪÆĪ“Ī± Ī“Ī¹ĪµĻ…ĪøĪ·Ī½Ļ„Ī®ĻĪ¹Īæ - + Show/Hide - + &Quit - - - - + + + + You have %1 new message - + Bandwidth Graph - + Open Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help Help - + About About - - + + Forums - + Open Messages - + Applications @@ -6154,32 +6270,32 @@ p, li { white-space: pre-wrap; } Settings - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Quit - + SMPlayer - + Messenger @@ -6188,7 +6304,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose ĻƒĻ…Ī½ĪøĪ­Ļ„Ļ‰ @@ -6424,249 +6540,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare Retroshare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6753,41 +6869,41 @@ Do you want to save message ? 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;"> @@ -6795,17 +6911,17 @@ 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:10pt; font-weight:600;">ĻƒĻ…Ī½Ī¹ĻƒĻ„ĻŽ Ī»ĪÆĪ¼Ī±</span></p></body></html> - + Reply - + Reply all - + Foward @@ -6817,178 +6933,183 @@ 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;">remove selected message</p></body></html> - + Delete - + Compose ĻƒĻ…Ī½ĪøĪ­Ļ„Ļ‰ - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset Reset - + Attachments - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Email-Inbox - - - - + + + + Outbox Email-Outbox - + Draft Ī½ĪæĪ¼ĪæĻƒĻ‡Ī­Ī“Ī¹Īæ - - + + Sent Email-Sent - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... @@ -7011,12 +7132,12 @@ p, li { white-space: pre-wrap; } Download All - + Print Document - + File Name File Name @@ -7025,153 +7146,181 @@ p, li { white-space: pre-wrap; } Sources - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Download - + Empty trash - + Hide Hide - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files Ī»ĪÆĪ¼Ī± - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - + + Subject - + Subject: - + From: - + 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 @@ -7717,8 +7866,8 @@ p, li { white-space: pre-wrap; } - - + + Name Name @@ -7740,7 +7889,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Cert Id @@ -7800,7 +7949,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -7819,12 +7968,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7833,23 +7982,23 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + Did peer authenticated me @@ -7859,77 +8008,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -8035,6 +8184,11 @@ p, li { white-space: pre-wrap; } Remove All Remove All + + + Options + + NotifyDialog @@ -8228,17 +8382,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8454,7 +8608,7 @@ p, li { white-space: pre-wrap; } Certificates (*.pqi) - + Status Status @@ -8595,10 +8749,8 @@ p, li { white-space: pre-wrap; } - - RetroShare - Retroshare + Retroshare @@ -8622,33 +8774,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8664,27 +8821,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send ĻƒĻ„Ī­Ī»Ī»Ļ‰ - + Italic - + Underline @@ -8698,184 +8855,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Ļ€ĻĪæĻƒĪøĪ­Ļ„Ļ‰ Ļ†ĪÆĪ»ĪæĻ‚ - + Create new Profile - + Font - + Friends Ļ†Ī¹Ī»Ī¹ĪŗĪ® ĻƒĻ…Ī¶Ī®Ļ„Ī·ĻƒĪ· ĻƒĻ…Ī½ Ļ†ĪÆĪ»ĪæĻ‚ - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -9199,188 +9352,193 @@ p, li { white-space: pre-wrap; } Retroshare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send ĻƒĻ„Ī­Ī»Ī»Ļ‰ - + Close Ī»Ī®Ī¾Ī· - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9388,39 +9546,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare Retroshare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9856,117 +10020,179 @@ p, li { white-space: pre-wrap; } Size - - + + RetroShare Retroshare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -9982,6 +10208,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -10023,15 +10254,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -10041,7 +10272,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -10052,7 +10283,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -10108,8 +10339,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -10151,7 +10382,12 @@ p, li { white-space: pre-wrap; } Remove - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10162,7 +10398,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10174,27 +10410,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -10222,67 +10458,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General - + Directories Directories - + Server Peer Settings - + Transfer - + Notify - + Security - + Message - + Forum - + Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10311,82 +10547,37 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - - Friends Directories - - - - - My Directories - - - - - Size - - - - - Share Type - - - - - What's new - - Rank Rank - - Age - + Files + Ī»ĪÆĪ¼Ī± + + + RetroshareDirModel - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Ī»ĪÆĪ¼Ī± - - - - File - - - - - - DIR - - Rshare @@ -10454,32 +10645,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10510,79 +10701,78 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Sources - + Results Results - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Download - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link - - - - - Send retroshare Link - - - - Broadcast on Channel - Broadcast on Channel + Broadcast on Channel - Recommend to Friends - Recommend to Friends + Recommend to Friends - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Remove - + Remove All Remove All - - + + Folder - + New RetroShare Link(s) @@ -10625,34 +10815,34 @@ p, li { white-space: pre-wrap; } Documents - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size Size - + Type Ļ„ĻĻ€ĪæĻ‚ @@ -10687,78 +10877,78 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name File Name - + File Size - + 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 @@ -10768,32 +10958,32 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Age - + Hash - + KeyWords - + Search Id @@ -11230,30 +11420,46 @@ p, li { white-space: pre-wrap; } - + Remove Remove - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11323,7 +11529,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11331,8 +11537,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Download @@ -11344,119 +11550,119 @@ 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;">Files</span></p></body></html> - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11470,47 +11676,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset Reset - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11576,17 +11792,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11649,39 +11865,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11690,7 +11910,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -12044,7 +12264,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12053,7 +12273,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12062,15 +12282,73 @@ p, li { white-space: pre-wrap; } - + OK - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Style + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12177,7 +12455,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12223,17 +12501,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12243,47 +12521,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed Ļ€Ļ„Ļ…Ļ‡ĪÆĪæ Ī³ĪµĪ¼ĪÆĪ¶Ļ‰ Ī±Ļ€ĪæĻ„Ļ…Ļ‡Ī·Ī¼Ī­Ī½ĪæĻ‚ @@ -12585,27 +12868,37 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -12668,20 +12961,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -12693,8 +12986,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -12709,11 +13002,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Ī»ĪÆĪ¼Ī± + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -12728,68 +13081,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust ĪµĪ¼Ļ€Ī¹ĻƒĻ„ĪæĻƒĻĪ½Ī· - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12797,14 +13150,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_it.ts b/retroshare-gui/src/lang/retroshare_it.ts index 8d4194e0c..237fffcbc 100644 --- a/retroshare-gui/src/lang/retroshare_it.ts +++ b/retroshare-gui/src/lang/retroshare_it.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -873,32 +873,32 @@ 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... - + Browse - + Select Certificate Selezionare il certificato @@ -907,62 +907,62 @@ p, li { white-space: pre-wrap; } Certificati (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare Retroshare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1048,52 +1048,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Pellame @@ -1101,25 +1107,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1204,12 +1225,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Generare la Manica - + Subscribe To Channel Abbonar alla Manica @@ -1227,97 +1248,117 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name Nome - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1519,17 +1560,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1537,67 +1578,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Fare l'amico - + Details about your friend : - + Key validity: - + Email: - + Options Opzioni - + Add friend to group: - + 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 @@ -1605,7 +1646,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Annullamento @@ -1630,7 +1671,7 @@ p, li { white-space: pre-wrap; } Firmare il certificato - + OK OK @@ -1714,23 +1755,45 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend - + Make Friend Fare l'amico - + Certificate - - + + Sign GPG key @@ -1781,79 +1844,79 @@ p, li { white-space: pre-wrap; } - + 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 - + Copy Peer @@ -2508,33 +2571,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare Retroshare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2623,7 +2702,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Fine @@ -2638,17 +2717,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2658,23 +2737,23 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2705,17 +2784,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3046,7 +3125,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3072,22 +3151,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name Nome di lima - + Not Rated - + No Comments @@ -3119,17 +3198,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3137,32 +3216,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Indici comuni - + Edit Share @@ -3171,33 +3260,22 @@ you plug it in. Lime ricevute - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - Add Shared Directory - Aggiungere l'indice comune + Aggiungere l'indice comune - + Set Incoming Directory - + Set Partials Directory @@ -3327,37 +3405,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3365,12 +3443,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3669,60 +3747,98 @@ p, li { white-space: pre-wrap; } Formato + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + Formato + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3804,66 +3920,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send Trasmettere - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3876,22 +3992,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3917,161 +4033,167 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Pellame - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Data - - + + Start New Thread @@ -4080,12 +4202,12 @@ p, li { white-space: pre-wrap; } Nuovo messaggio - + 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; } @@ -4094,39 +4216,39 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4135,7 +4257,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4144,22 +4271,22 @@ p, li { white-space: pre-wrap; } - + Reset Risistemazione - + Content - + Create Forum - + Print @@ -4173,32 +4300,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4414,77 +4541,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Nome - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + Posizione + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4493,7 +4607,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4505,12 +4619,18 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - + + + Your profile is associated to a GPG key + + + + Info @@ -4600,36 +4720,31 @@ Fill in your GPG password when asked, to sign your new key. Certificati (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! - - - Location: - - GeneralDialog @@ -4743,17 +4858,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4837,17 +4957,17 @@ p, li { white-space: pre-wrap; } - + Title - + Description - + Reset Risistemazione @@ -5641,55 +5761,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Regolazioni della rete - + Friends Messaggio un amico - - + + Transfers Trasferimenti - - + + Messages Email - - + + Channels Scanalature - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5698,112 +5818,112 @@ p, li { white-space: pre-wrap; } - + Status Condizione - + Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options Opzioni - + Hide Pellame - + Show Esposizione - + RetroShare Retroshare @@ -5817,33 +5937,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Aggiungere l'amico - + Add a Friend Wizard - + Add Share Aggiungere la parte - - + + Quick Start Wizard - + Search Ricerca - + Files Lime @@ -5852,81 +5972,81 @@ p, li { white-space: pre-wrap; } Aggiungere l'indice comune - + Show/Hide - + &Quit - - - - + + + + You have %1 new message - + Bandwidth Graph - + Open Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help Aiuto - + About About - - + + Forums - + Open Messages - + Applications @@ -5935,32 +6055,32 @@ p, li { white-space: pre-wrap; } Regolazioni - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Quit - + SMPlayer - + Messenger @@ -5969,7 +6089,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Comporre @@ -6205,249 +6325,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare Retroshare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6534,41 +6654,41 @@ Do you want to save message ? MessagesDialog - - + + New Message Nuovo messaggio - + Reply to Message Risposta al messaggio - + Remove Message Rimuovere il messaggio - - + + Date Data - - - + + + From Da - + Size Formato - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -6576,17 +6696,17 @@ 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:10pt; font-weight:600;">Lime suggerite</span></p></body></html> - + Reply - + Reply all - + Foward @@ -6598,178 +6718,183 @@ 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;">rimuovere il messaggio selezionato</p></body></html> - + Delete - + Compose Comporre - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset Risistemazione - + Attachments - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Email-Inbox - - - - + + + + Outbox Email-Outbox - + Draft Brutta copia - - + + Sent Email-Sent - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... @@ -6792,12 +6917,12 @@ p, li { white-space: pre-wrap; } Download All: Trasferire tutti dal sistema centrale verso i satelliti - + Print Document - + File Name Nome di lima @@ -6806,153 +6931,181 @@ p, li { white-space: pre-wrap; } Fonti - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide Pellame - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files Lime - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - + + Subject - + Subject: - + From: - + 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 @@ -7503,8 +7656,8 @@ p, li { white-space: pre-wrap; } - - + + Name Nome @@ -7526,7 +7679,7 @@ p, li { white-space: pre-wrap; } - + Cert Id ID di cert @@ -7586,7 +7739,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -7605,12 +7758,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7619,23 +7772,23 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + Did peer authenticated me @@ -7645,77 +7798,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -7817,6 +7970,11 @@ p, li { white-space: pre-wrap; } Remove All Rimuovere tutti + + + Options + Opzioni + NotifyDialog @@ -8010,17 +8168,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8236,7 +8394,7 @@ p, li { white-space: pre-wrap; } Certificati (*.pqi) - + Status Condizione @@ -8377,10 +8535,8 @@ p, li { white-space: pre-wrap; } - - RetroShare - Retroshare + Retroshare @@ -8404,33 +8560,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8446,27 +8607,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send Trasmettere - + Italic - + Underline @@ -8480,184 +8641,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Aggiungere l'amico - + Create new Profile - + Font - + Friends Messaggio un amico - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -8981,188 +9138,193 @@ p, li { white-space: pre-wrap; } Retroshare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Trasmettere - + Close Fine - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9170,39 +9332,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare Retroshare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9638,117 +9806,179 @@ p, li { white-space: pre-wrap; } Formato - - + + RetroShare Retroshare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -9764,6 +9994,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -9805,15 +10040,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -9823,7 +10058,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -9834,7 +10069,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -9890,8 +10125,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -9933,7 +10168,12 @@ p, li { white-space: pre-wrap; } Rimuovere - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9944,7 +10184,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9956,27 +10196,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -10004,67 +10244,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General GeneralitĆ  - + Directories Indici - + Server - + Transfer - + Notify - + Security - + Message - + Forum - + Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10094,81 +10334,40 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - Friends Directories - - - - - My Directories - - - - Size - Formato - - - - Share Type - - - - - What's new - + Formato Rank Rank - - Age - + Files + Lime + + + RetroshareDirModel - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Lime - - - - File - - - - - - DIR - - Rshare @@ -10236,32 +10435,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10292,79 +10491,78 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Fonti - + Results Risultati - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Download Trasferimento - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link - - - - - Send retroshare Link - - - - Broadcast on Channel - Radiodiffusione sulla Manica + Radiodiffusione sulla Manica - Recommend to Friends - Suggerire agli amici + Suggerire agli amici - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Rimuovere - + Remove All Rimuovere tutti - - + + Folder - + New RetroShare Link(s) @@ -10407,34 +10605,34 @@ p, li { white-space: pre-wrap; } Documenti - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size Formato - + Type Tipo @@ -10469,78 +10667,78 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name Nome di lima - + File Size - + 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 Ricerca - + Reset Risistemazione @@ -10550,32 +10748,32 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Age - + Hash - + KeyWords - + Search Id @@ -11012,7 +11210,7 @@ p, li { white-space: pre-wrap; } - + Remove Rimuovere @@ -11021,25 +11219,41 @@ p, li { white-space: pre-wrap; } Aggiungere l'indice comune - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11109,7 +11323,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11117,8 +11331,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Download @@ -11130,119 +11344,119 @@ 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;">Files</span></p></body></html> - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11256,47 +11470,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset Risistemazione - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11362,17 +11586,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11435,39 +11659,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11476,7 +11704,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -11830,7 +12058,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11839,7 +12067,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11848,15 +12076,73 @@ p, li { white-space: pre-wrap; } - + OK OK - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Stile + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -11963,7 +12249,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12009,17 +12295,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12029,47 +12315,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed Il carico del certificato ĆØ venuto a mancare @@ -12371,27 +12662,37 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -12454,20 +12755,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -12479,8 +12780,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -12495,11 +12796,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Lime + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + Formato + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -12514,68 +12875,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust Fiducia - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12583,14 +12944,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_ja_JP.ts b/retroshare-gui/src/lang/retroshare_ja_JP.ts index 1d2b06b53..4b1b837ba 100644 --- a/retroshare-gui/src/lang/retroshare_ja_JP.ts +++ b/retroshare-gui/src/lang/retroshare_ja_JP.ts @@ -19,28 +19,28 @@ 閉恘悋 - - + + About RetroShare %1 - + Max score: %1 Max score: %1 - + Score: %1 Score: %1 - + Level: %1 Level: %1 - + Have fun ;-) Have fun ;-) @@ -897,22 +897,22 @@ p, li { white-space: pre-wrap; } CertificatePage - + Certificate files čØ¼ę˜Žę›øćƒ•ć‚”ć‚¤ćƒ« - + Use PGP certificates saved in files. ćƒ•ć‚”ć‚¤ćƒ«ć«äæå­˜ć•ć‚ŒćŸ PGP čØ¼ę˜Žę›ø悒ä½æē”Ø. - + 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... 恂ćŖćŸć®čØ¼ę˜Žę›ø悒ć‚Øć‚Æć‚¹ćƒćƒ¼ćƒˆ... @@ -921,12 +921,12 @@ p, li { white-space: pre-wrap; } äø‹ć®ćƒœćƒƒć‚Æć‚¹ć«ć‚ćŖćŸć®å‹é”ć®čØ¼ę˜Žę›øć®ćƒ‘ć‚¹ć‚’ęŒ‡å®šć—ć¦ćć ć•ć„ - + Browse ćƒ–ćƒ©ć‚¦ć‚ŗ - + Select Certificate čØ¼ę˜Žę›ø悒éøꊞ @@ -943,62 +943,62 @@ p, li { white-space: pre-wrap; } čØ¼ę˜Žę›ø (*.pqi *.pem) - + Please choose a filename ćƒ•ć‚”ć‚¤ćƒ«åć‚’éøęŠžć—ć¦ćć ć•ć„ - - - - + + + + RetroShare RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) RetroShare čØ¼ę˜Žę›ø (*.rsc); ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) - + Sorry, create certificate failed - + Certificate file successfully created čØ¼ę˜Žę›øćƒ•ć‚”ć‚¤ćƒ«ć®ä½œęˆć«ęˆåŠŸć—ć¾ć—ćŸ - - + + Sorry, certificate file creation failed čØ¼ę˜Žę›øćƒ•ć‚”ć‚¤ćƒ«ć®ä½œęˆć«å¤±ę•—ć—ć¾ć—ćŸ - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found čØ¼ę˜Žę›ø恮čŖ­ćæč¾¼ćæć«å¤±ę•—: ćƒ•ć‚”ć‚¤ćƒ« %1 ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ @@ -1311,42 +1311,43 @@ 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;">ē°”単ćŖčŖ¬ę˜Ž</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New ę–°č¦ - + Download ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ - + Play 再ē”Ÿ - + Remove Item ć‚¢ć‚¤ćƒ†ćƒ ć‚’å‰Šé™¤ - - + + Expand 展開 - + + Copy RetroShare Link + + + + Unsubscribe From Channel ćƒćƒ£ćƒćƒ«ć®č³¼čŖ­ć‚’äø­ę­¢ @@ -1355,12 +1356,17 @@ p, li { white-space: pre-wrap; } ćƒ”ćƒ‡ć‚£ć‚¢ć‚’å†ē”Ÿ - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide 非č”Øē¤ŗ @@ -1372,7 +1378,7 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚©ćƒ¼ćƒ  - + Remove Item ć‚¢ć‚¤ćƒ†ćƒ ć‚’å‰Šé™¤ @@ -1381,25 +1387,36 @@ p, li { white-space: pre-wrap; } ꎄē¶šäø­ + + Unknown Channel + + + + New Channel - ę–°č¦ćƒćƒ£ćƒćƒ« + ę–°č¦ćƒćƒ£ćƒćƒ« + + + + Updated Channel + name 名前 - + Subscribe to Channel ćƒćƒ£ćƒćƒ«ć‚’č³¼čŖ­ - + Expand 展開 - + Channel Decscription ćƒćƒ£ćƒćƒ«ć®čŖ¬ę˜Ž @@ -1489,12 +1506,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel ćƒćƒ£ćƒćƒ«ć‚’ä½œęˆ - + Subscribe To Channel ćƒćƒ£ćƒćƒ«ć‚’č³¼čŖ­ @@ -1516,7 +1533,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-family:'Arial'; font-size:10pt; font-weight:600;">ćƒćƒ£ćƒćƒ«</span></p></body></html> - + Add čæ½åŠ  @@ -1549,30 +1566,35 @@ p, li { white-space: pre-wrap; } ćƒŖć‚»ćƒƒćƒˆ - + Display č”Øē¤ŗ - + Unsubcribe To Channel ćƒćƒ£ćƒćƒ«ć®č³¼čŖ­ć‚’äø­ę­¢ - + Unsubscribe č³¼čŖ­äø­ę­¢ - + Subscribe č³¼čŖ­ - + Set all to read + + + Enable Auto-download + + Auto Download On č‡Ŗå‹•ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ ć‚Ŗćƒ³ @@ -1594,63 +1616,78 @@ p, li { white-space: pre-wrap; } ID - + Own Channels č‡Ŗåˆ†ć®ćƒćƒ£ćƒćƒ« - + Subscribed Channels č³¼čŖ­ęøˆćæć®ćƒćƒ£ćƒćƒ« - + Popular Channels äŗŗę°—ć®ćƒćƒ£ćƒćƒ« - + Other Channels ćć®ä»–ć®ćƒćƒ£ćƒćƒ« - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel ćƒćƒ£ćƒćƒ«ć«ęŠ•ēØæ - + Subscribe to Channel ćƒćƒ£ćƒćƒ«ć‚’č³¼čŖ­ - + Unsubscribe to Channel ćƒćƒ£ćƒćƒ«ć®č³¼čŖ­ć‚’äø­ę­¢ - + Show Channel Details ćƒćƒ£ćƒćƒ«ć®č©³ē“°ć‚’č”Øē¤ŗ - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1865,17 +1902,17 @@ Available: %3 ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1905,67 +1942,67 @@ Available: %3 ConclusionPage - + Make Friend å‹é”ć«ćŖ悋 - + Details about your friend : å‹é”ć«ć¤ć„ć¦ć®č©³ē“°: - + Key validity: ć‚­ćƒ¼ć®ęœ‰åŠ¹ę€§: - + Email: Ećƒ”ćƒ¼ćƒ«: - + Options ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ - + Add friend to group: - + Authenticate friend (Sign GPG Key) å‹é”ć‚’čŖčØ¼ć™ć‚‹ (GPG ć‚­ćƒ¼ć«ē½²å) - + Add as friend to connect with ꎄē¶šć™ć‚‹å‹é”ćØ恗恦čæ½åŠ  - + It seems your friend is already registered. Adding it might just set it's ip address. ć“ć®å‹é”ćÆ恙恧恫ē™»éŒ²ć•ć‚Œć¦ć„ć‚‹ć‚ˆć†ć§ć™. čæ½åŠ ć—恦悂 IP ć‚¢ćƒ‰ćƒ¬ć‚¹ć‚’å¤‰ę›“ć™ć‚‹ć ć‘ć‹ć‚‚ć—ć‚Œć¾ć›ć‚“. - + Peer details ćƒ”ć‚¢č©³ē“° - + Name: 名前: - + Loc: å “ę‰€: - + Signers ē½²åč€… @@ -1973,7 +2010,7 @@ Available: %3 ConfCertDialog - + Cancel ć‚­ćƒ£ćƒ³ć‚»ćƒ« @@ -1998,7 +2035,7 @@ Available: %3 čØ¼ę˜Žę›ø恫ē½²åć—ćŖ恕恄 - + OK OK @@ -2082,7 +2119,29 @@ Available: %3 完å…Ø - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Certificate @@ -2115,18 +2174,18 @@ p, li { white-space: pre-wrap; } GPG ć‚­ćƒ¼ć«ē½²å - + Deny Friend å‹é”ć‚’ę‹’å¦ - + Make Friend å‹é”ć«ćŖ悋 - - + + Sign GPG key GPG ć‚­ćƒ¼ć«ē½²å @@ -2189,79 +2248,79 @@ p, li { white-space: pre-wrap; } ćƒ”ć‚¢ć®ć‚­ćƒ¼ćÆ仄äø‹ć«ć‚ˆć£ć¦ē½²åć•ć‚Œć¦ć„ć¾ć™: - + 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 ćƒ”ć‚¢ćÆ恂ćŖćŸć‚’å‹é”ćØ恗恦čŖčØ¼ć—ć€ć‚ćŖćŸć® GPG ć‚­ćƒ¼ć«ē½²åć—ć¾ć—ćŸ - + Peer has not authenticated me as a friend and did not sign my GPG key ćƒ”ć‚¢ćÆ恂ćŖćŸć‚’å‹é”ćØ恗恦čŖčØ¼ć—ć¦ćŠć‚‰ćšć€ć‚ćŖćŸć® GPG ć‚­ćƒ¼ć«ē½²åć—ć¦ć„ć¾ć›ć‚“ - + Signature Failure ē½²åå¤±ę•— - + Maybe password is wrong ćŠćć‚‰ććƒ‘ć‚¹ćƒÆćƒ¼ćƒ‰ćŒé–“é•ć£ć¦ć„ć¾ć™ - + Copy Peer @@ -2984,33 +3043,49 @@ p, li { white-space: pre-wrap; } ꤜē“¢ēµęžœć‹ć‚‰ćƒ•ć‚”ć‚¤ćƒ«ć‚’ćƒ‰ćƒ©ćƒƒć‚° & 惉惭惃惗 - + + + Drop file error. + ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‰ćƒ­ćƒƒćƒ— ć‚Øćƒ©ćƒ¼. + + + + Directory can't be dropped, only files are accepted. + ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆćƒ‰ćƒ­ćƒƒćƒ—ć§ćć¾ć›ć‚“. ćƒ•ć‚”ć‚¤ćƒ«ć®ćæåÆčƒ½ć§ć™. + + + + File not found or file name not accepted. + ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ć‹ćƒ•ć‚”ć‚¤ćƒ«åćŒå—ć‘å…„ć‚Œć‚‰ć‚Œć¾ć›ć‚“. + + + Add Extra File ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  - - + + RetroShare RetroShare - + File already Added and Hashed - + Please add a Subject ä»¶åć‚’čæ½åŠ ć—ć¦ćć ć•ć„ - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -3115,7 +3190,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close 閉恘悋 @@ -3134,7 +3209,7 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ęŠ•ēØæć®ä»¶å - + Attach File ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę·»ä»˜ @@ -3143,12 +3218,12 @@ p, li { white-space: pre-wrap; } Retoroshare ćƒŖćƒ³ć‚Æć‚’č²¼ć‚Šä»˜ć‘ - + Forum Post ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ęŠ•ēØæ - + Sign Message ćƒ”ćƒƒć‚»ćƒ¼ć‚ø恫ē½²å @@ -3158,18 +3233,18 @@ p, li { white-space: pre-wrap; } 件名 - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window @@ -3178,7 +3253,7 @@ p, li { white-space: pre-wrap; } ćƒ„ćƒ¼ćƒ«ćƒćƒ¼ - + Post Forum Msg ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒ꊕēØæ @@ -3217,17 +3292,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‰ćƒ­ćƒƒćƒ— ć‚Øćƒ©ćƒ¼. - + File not found or file name not accepted. ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ć‹ćƒ•ć‚”ć‚¤ćƒ«åćŒå—ć‘å…„ć‚Œć‚‰ć‚Œć¾ć›ć‚“. - + Directory can't be dropped, only files are accepted. ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆćƒ‰ćƒ­ćƒƒćƒ—ć§ćć¾ć›ć‚“. ćƒ•ć‚”ć‚¤ćƒ«ć®ćæåÆčƒ½ć§ć™. @@ -3495,7 +3570,7 @@ p, li { white-space: pre-wrap; } - + Comments ć‚³ćƒ”ćƒ³ćƒˆ @@ -3521,22 +3596,22 @@ p, li { white-space: pre-wrap; } ć‚­ćƒ£ćƒ³ć‚»ćƒ« - + Rating č©•ä¾” - + File Name ćƒ•ć‚”ć‚¤ćƒ«å - + Not Rated ęœŖč©•ä¾” - + No Comments ć‚³ćƒ”ćƒ³ćƒˆćŖ恗 @@ -3549,17 +3624,17 @@ p, li { white-space: pre-wrap; } ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ ćƒ•ć‚©ćƒ«ćƒ€ - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3567,31 +3642,41 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache + + + Auto-check shared directories every + + + + + minute(s) + + Partials Direcrtory ęœŖ完äŗ†ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ•ć‚©ćƒ«ćƒ€ - + Shared Directories å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ @@ -3600,7 +3685,7 @@ you plug it in. ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ ćƒ•ć‚©ćƒ«ćƒ€ć‚’č‡Ŗ動ēš„ć«å…±ęœ‰ć€€(ęŽØå„Ø) - + Edit Share å…±ęœ‰ć‚’ē·Ø集 @@ -3609,33 +3694,30 @@ you plug it in. å…„ć£ć¦ę„ć‚‹ćƒ•ć‚”ć‚¤ćƒ« - Add a Share Directory - å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ć‚’čæ½åŠ  + å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ć‚’čæ½åŠ  - Remove Shared Directory - å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ć‚’å‰Šé™¤ + å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ć‚’å‰Šé™¤ - - + + Browse ćƒ–ćƒ©ć‚¦ć‚ŗ - Add Shared Directory - å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ć‚’čæ½åŠ  + å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ć‚’čæ½åŠ  - + Set Incoming Directory ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ ćƒ•ć‚©ćƒ«ćƒ€ć‚’čح定 - + Set Partials Directory äøå®Œå…Øćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ•ć‚©ćƒ«ćƒ€ć‚’čح定 @@ -3765,37 +3847,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: 件名: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3803,12 +3885,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared ć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸ - + Here is the error message: ć‚Øćƒ©ćƒ¼ćƒ”ćƒƒć‚»ćƒ¼ć‚ø: @@ -4141,60 +4223,98 @@ p, li { white-space: pre-wrap; } č»¢é€ć®ēخ锞: + + FlatStyle_RDM + + + Friends Directories + å‹é”ć®ćƒ•ć‚©ćƒ«ćƒ€ + + + + My Directories + č‡Ŗåˆ†ć®ćƒ•ć‚©ćƒ«ćƒ€ + + + + Size + + + + + Age + ēµŒéŽę™‚é–“ + + + + Friend + 友達 + + + + Share Type + å…±ęœ‰ć®ēخ锞 + + + + Directory + ćƒ•ć‚©ćƒ«ćƒ€ + + 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 ćƒ”ć‚¢ ID - + Make friend with these peers ć“ć‚Œć‚‰ć®ćƒ”ć‚¢ćØå‹é”ć«ćŖ悋 - + *** None *** *** ćŖ恗 *** @@ -4280,7 +4400,7 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚©ćƒ¼ćƒ  - + Remove Item ć‚¢ć‚¤ćƒ†ćƒ ć‚’å‰Šé™¤ @@ -4289,24 +4409,24 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚©ćƒ¼ćƒ©ćƒ å - + Expand 展開 - - - + + + Subject: 件名: - + Send 送äæ” - + Signed ē½²åęøˆ @@ -4319,12 +4439,12 @@ p, li { white-space: pre-wrap; } äŗŗē‰©å - + Unsubscribe To Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć®č³¼čŖ­ć‚’äø­ę­¢ - + Reply čæ”äæ” @@ -4337,29 +4457,29 @@ p, li { white-space: pre-wrap; } ē¾åœØć®ćƒ”ćƒƒć‚»ćƒ¼ć‚ø.. - + Forum Post ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ęŠ•ēØæ - + Unknown Forum Post - - - + + + Anonymous åŒæ名 - + In Reply to - + Please give a Text Message @@ -4372,7 +4492,7 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚©ćƒ¼ćƒ  - + Remove Item ć‚¢ć‚¤ćƒ†ćƒ ć‚’å‰Šé™¤ @@ -4385,17 +4505,17 @@ p, li { white-space: pre-wrap; } 名前 - + Subscribe to Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć‚’č³¼čŖ­ - + Expand 展開 - + Forum Description ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć®čŖ¬ę˜Ž @@ -4421,57 +4541,63 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć‚’č³¼čŖ­ - + Unsubscribe to Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć®č³¼čŖ­ć‚’äø­ę­¢ - + New Forum ę–°č¦ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - + Show Forum Details ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć®č©³ē“°ć‚’č”Øē¤ŗ - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply čæ”äæ” - + Reply to Author ć‚¹ćƒ¬äø»ć«čæ”äæ” - + Expand all ć™ć¹ć¦å±•é–‹ - + Collapse all ć™ć¹ć¦ęŠ˜ć‚ŠćŸćŸćæ - + AUTHD @@ -4480,94 +4606,94 @@ p, li { white-space: pre-wrap; } äŗŗ갗åŗ¦: - + Your Forums 恂ćŖćŸć®ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - + Subscribed Forums č³¼čŖ­ęøˆć®ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - + Popular Forums äŗŗę°—ć®ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - + Other Forums ćć®ä»–ć®ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - - + + Mark as read - - + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide 非č”Øē¤ŗ - + Expand 展開 - - + + Anonymous åŒæ名 - - + + signed ē½²åęøˆ - - + + none ćŖ恗 - - + + RetroShare RetroShare - + No Forum Selected! ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ćŒéøęŠžć•ć‚Œć¦ć„ć¾ć›ć‚“! - + You cant reply a Anonymous Author åŒæåć®ć‚¹ćƒ¬äø»ć«ćÆčæ”äæ”ć§ćć¾ć›ć‚“ @@ -4596,14 +4722,14 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. - - + + Date ę—„ä»˜ - - + + Start New Thread ć‚¹ćƒ¬ćƒƒćƒ‰ć‚’ę–°č¦ä½œęˆ @@ -4612,7 +4738,7 @@ p, li { white-space: pre-wrap; } ę–°ć—ć„ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - + Add čæ½åŠ  @@ -4645,7 +4771,7 @@ p, li { white-space: pre-wrap; } 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; } @@ -4658,39 +4784,39 @@ 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;">ćƒ•ć‚©ćƒ¼ćƒ©ćƒ :</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; } @@ -4703,7 +4829,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:10pt; font-weight:600;">ć‚¹ćƒ¬ćƒƒćƒ‰:</span></p></body></html> - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4712,22 +4843,22 @@ p, li { white-space: pre-wrap; } - + Reset ćƒŖć‚»ćƒƒćƒˆ - + Content - + Create Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć‚’ä½œęˆ - + Print 印刷 @@ -4745,32 +4876,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-family:'Arial'; font-weight:600;">ćƒ•ć‚©ćƒ¼ćƒ©ćƒ </span></p></body></html> - + Start new Thread for Selected Forum - + Display č”Øē¤ŗ - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview å°åˆ·ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ @@ -5000,77 +5131,70 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> + + + Your profile is associated to a GPG key - + Use Profile - + Name 名前 - + Enter here your nickname - + Email Ećƒ”ćƒ¼ćƒ« - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -5079,7 +5203,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5103,12 +5227,12 @@ p, li { white-space: pre-wrap; } ę–°č¦ GPG ć‚­ćƒ¼ć‚’ē”Ÿęˆ - + Generate New Profile ę–°č¦ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē”Ÿęˆ - + Info ęƒ…å ± @@ -5188,28 +5312,28 @@ Fill in your GPG password when asked, to sign your new key. - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -5228,9 +5352,8 @@ Fill in your GPG password when asked, to sign your new key. čØ¼ę˜Žę›ø (*.pqi *.pem) - Location: - å “ę‰€: + å “ę‰€: @@ -5363,17 +5486,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -5461,17 +5589,17 @@ p, li { white-space: pre-wrap; } - + Title ć‚æć‚¤ćƒˆćƒ« - + Description čŖ¬ę˜Ž - + Reset ćƒŖć‚»ćƒƒćƒˆ @@ -6305,35 +6433,35 @@ p, li { white-space: pre-wrap; } MainWindow - + Network 惍惃惈ćƒÆćƒ¼ć‚Æ - + Friends 友達 - - + + Transfers č»¢é€ - - + + Messages ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - - + + Channels ćƒćƒ£ćƒćƒ« - + Blogs 惖惭悰 @@ -6342,28 +6470,28 @@ p, li { white-space: pre-wrap; } ę–°ć—ć„ćƒ”ćƒƒć‚»ćƒ¼ć‚øćŒć‚ć‚Šć¾ć™ - + Internal Error 内éƒØć‚Øćƒ©ćƒ¼ - - + + Options ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ - + Hide 非č”Øē¤ŗ - + Show č”Øē¤ŗ - + RetroShare RetroShare @@ -6381,33 +6509,33 @@ p, li { white-space: pre-wrap; } ćƒ„ćƒ¼ćƒ«ćƒćƒ¼ - + Add Friend å‹é”ć‚’čæ½åŠ  - + Add a Friend Wizard 友達čæ½åŠ ć‚¦ć‚£ć‚¶ćƒ¼ćƒ‰ - + Add Share å…±ęœ‰ć®čæ½åŠ  - - + + Quick Start Wizard ć‚Æć‚£ćƒƒć‚Æ ć‚¹ć‚æćƒ¼ćƒˆ ć‚¦ć‚£ć‚¶ćƒ¼ćƒ‰ - + Search ꤜē“¢ - + Files ćƒ•ć‚”ć‚¤ćƒ« @@ -6416,75 +6544,75 @@ p, li { white-space: pre-wrap; } 共ē”Øē™»éŒ²ē°æć‚’åŠ ćˆćŖ恕恄 - + Show/Hide č”Øē¤ŗ/非č”Øē¤ŗ - + &Quit ēµ‚äŗ† (&Q) - - - - + + + + You have %1 new message - + Bandwidth Graph åøÆåŸŸć‚°ćƒ©ćƒ• - + Open Messenger ćƒ”ćƒƒć‚»ćƒ³ć‚øćƒ£ćƒ¼ć‚’é–‹ć - + Minimize ęœ€å°åŒ– - + Maximize ęœ€å¤§åŒ– - + Links Cloud ćƒŖćƒ³ć‚Æ ć‚Æćƒ©ć‚¦ćƒ‰ - + RetroShare %1 a secure decentralised communication platform RetroShare %1 ć‚»ć‚­ćƒ„ć‚¢ć§åˆ†ę•£åž‹ć®ć‚³ćƒŸćƒ„ćƒ‹ć‚±ćƒ¼ć‚·ćƒ§ćƒ³ ćƒ—ćƒ©ćƒƒćƒˆćƒ•ć‚©ćƒ¼ćƒ  - + Unfinished ęœŖ完äŗ† - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -6493,91 +6621,91 @@ p, li { white-space: pre-wrap; } - + Status - + Chat ćƒćƒ£ćƒƒćƒˆ - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Help ćƒ˜ćƒ«ćƒ— - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. @@ -6594,7 +6722,7 @@ p, li { white-space: pre-wrap; } 退åø­äø­ - + About ćƒćƒ¼ć‚øćƒ§ćƒ³ęƒ…å ± @@ -6603,18 +6731,18 @@ p, li { white-space: pre-wrap; } ćƒ‹ćƒ„ćƒ¼ć‚¹ ćƒ•ć‚£ćƒ¼ćƒ‰ - - + + Forums ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - + Open Messages ćƒ”ćƒƒć‚»ćƒ³ć‚øćƒ£ćƒ¼ć‚’é–‹ć - + Applications ć‚¢ćƒ—ćƒŖć‚±ćƒ¼ć‚·ćƒ§ćƒ³ @@ -6623,17 +6751,17 @@ p, li { white-space: pre-wrap; } Ā čح定 - + Plugins ćƒ—ćƒ©ć‚°ć‚¤ćƒ³ - + Really quit ? ęœ¬å½“ć«ēµ‚äŗ†ć—ć¾ć™ć‹? - + Do you really want to exit RetroShare ? ęœ¬å½“ć« Retoroshare 悒ēµ‚äŗ†ć—ć¾ć™ć‹? @@ -6642,17 +6770,17 @@ p, li { white-space: pre-wrap; } ćƒ„ćƒ¼ćƒ«ćƒćƒ¼_2 - + Quit ēµ‚äŗ† - + SMPlayer - + Messenger ćƒ”ćƒƒć‚»ćƒ³ć‚øćƒ£ćƒ¼ @@ -6661,7 +6789,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose ä½œęˆ @@ -6893,18 +7021,18 @@ p, li { white-space: pre-wrap; } 均ē­‰ęƒćˆ(&J) - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒äæå­˜ - + Message has not been Sent. Do you want to save message to draft box? @@ -6914,233 +7042,233 @@ Do you want to save message to draft box? ä½œęˆ: - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown äøę˜Ž - + Unknown friend - + &File ćƒ•ć‚”ć‚¤ćƒ«(&F) - + &New ę–°č¦(&N) - + &Open... 開恏(&O)... - + &Save äæå­˜(&S) - + Save &As File - + Save &As Draft - + &Print... 印刷(&P)... - + &Export PDF... PDF恫ć‚Øć‚Æć‚¹ćƒćƒ¼ćƒˆ(&E)... - + &Quit - + &Edit ē·Ø集(&E) - + &Undo å…ƒć«ęˆ»ć™(&U) - + &Redo 悄悊ē›“恙(&R) - + Cu&t åˆ‡ć‚Šå–ć‚Š(&T) - + &Copy ć‚³ćƒ”ćƒ¼(&C) - + &Paste č²¼ć‚Šä»˜ć‘(&P) - + &View č”Øē¤ŗ(&V) - + &Contacts Sidebar ć‚³ćƒ³ć‚æć‚Æ惈 ć‚µć‚¤ćƒ‰ćƒćƒ¼(&C) - + &Insert ęŒæå…„(&I) - + &Image ć‚¤ćƒ”ćƒ¼ć‚ø(&I) - + &Horizontal Line - + &Format - + Open File... ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć... - - + + HTML-Files (*.htm *.html);;All Files (*) HTML ćƒ•ć‚”ć‚¤ćƒ« (*.htm *.html);;ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... - + Print Document ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć‚’å°åˆ· - + Export PDF - + Message has not been Sent. Do you want to save message ? ćƒ”ćƒƒć‚»ćƒ¼ć‚øćÆ送äæ”ć•ć‚Œć¦ć„ć¾ć›ć‚“. ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒äæå­˜ć—ć¾ć™ć‹ ? - + Choose Image ć‚¤ćƒ”ćƒ¼ć‚ø悒éøꊞ - + Image Files supported (*.png *.jpeg *.jpg *.gif) ć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹ć‚¤ćƒ”ćƒ¼ć‚ø ćƒ•ć‚”ć‚¤ćƒ« (*.png *.jpeg *.jpg *.gif) - + Add Extra File ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  - - + + Drop file error. ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‰ćƒ­ćƒƒćƒ— ć‚Øćƒ©ćƒ¼. - + Directory can't be dropped, only files are accepted. ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆćƒ‰ćƒ­ćƒƒćƒ—ć§ćć¾ć›ć‚“. ćƒ•ć‚”ć‚¤ćƒ«ć®ćæåÆčƒ½ć§ć™. - + File not found or file name not accepted. ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ć‹ćƒ•ć‚”ć‚¤ćƒ«åćŒå—ć‘å…„ć‚Œć‚‰ć‚Œć¾ć›ć‚“. @@ -7247,41 +7375,41 @@ Do you want to save message ? 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;"> @@ -7289,17 +7417,17 @@ 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:10pt; font-weight:600;">ćŠć™ć™ć‚ć®ćƒ•ć‚”ć‚¤ćƒ« </span></p></body></html> - + Reply čæ”äæ” - + Reply all å…Øå“”ć«čæ”äæ” - + Foward č»¢é€ @@ -7311,178 +7439,183 @@ 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;">éøęŠžć—ćŸćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’å‰Šé™¤</p></body></html> - + Delete ę¶ˆåŽ» - + Compose ä½œęˆ - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display č”Øē¤ŗ - + Reset ćƒŖć‚»ćƒƒćƒˆ - + Attachments 귻付 - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox 受äæ”ē®± - - - - + + + + Outbox 送äæ”ē®± - + Draft äø‹ę›ø恍 - - + + Sent 送äæ”ęøˆ - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... 印刷... - + Print Preview å°åˆ·ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ - - + + Buttons Icon Only ć‚¢ć‚¤ć‚³ćƒ³ć®ćæ - + Buttons Text Beside Icon ć‚¢ć‚¤ć‚³ćƒ³ć®ęØŖć«ćƒ†ć‚­ć‚¹ćƒˆ - + Buttons with Text ćƒ†ć‚­ć‚¹ćƒˆ - + Buttons Text Under Icon ć‚¢ć‚¤ć‚³ćƒ³ć®äø‹ć«ćƒ†ć‚­ć‚¹ćƒˆ - + Set Text Under Icon ć‚¢ć‚¤ć‚³ćƒ³ć®äø‹ć«ćƒ†ć‚­ć‚¹ćƒˆć‚’čح定 - + Save As... åå‰ć‚’ć¤ć‘ć¦äæå­˜... @@ -7505,12 +7638,12 @@ p, li { white-space: pre-wrap; } ć™ć¹ć¦ć‚’ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ćŖ恕恄 - + Print Document ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć‚’å°åˆ· - + File Name ćƒ•ć‚”ć‚¤ćƒ«å @@ -7519,67 +7652,103 @@ p, li { white-space: pre-wrap; } ć‚½ćƒ¼ć‚¹ - + Forward selected Message éøęŠžć—ćŸćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’č»¢é€ - + Remove Messages ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’å‰Šé™¤ - + Forward Message ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’č»¢é€ - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ - + Empty trash - + + Click to sort by to + + + + File ćƒ•ć‚”ć‚¤ćƒ« - + Files ćƒ•ć‚”ć‚¤ćƒ« @@ -7588,24 +7757,24 @@ p, li { white-space: pre-wrap; } ä½œęˆ: - + Hide 非č”Øē¤ŗ - + Expand 展開 - - - + + + Drafts äø‹ę›ø恍 - + To @@ -7638,43 +7807,43 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... - + HTML-Files (*.htm *.html);;All Files (*) HTML ćƒ•ć‚”ć‚¤ćƒ« (*.htm *.html);;ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) - - - - - + + + + + Total: - - + + Reply to All å…Øå“”ć«čæ”äæ” - - + + Subject 件名 - + Subject: 件名: - + From: @@ -7683,28 +7852,27 @@ p, li { white-space: pre-wrap; } ę—„ä»˜: - + 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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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> - + Hash ćƒćƒƒć‚·ćƒ„ - + Print 印刷 @@ -8265,8 +8433,8 @@ p, li { white-space: pre-wrap; } - - + + Name 名前 @@ -8288,7 +8456,7 @@ p, li { white-space: pre-wrap; } - + Cert Id čØ¼ę˜Žę›ø ID @@ -8436,7 +8604,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer ćƒ”ć‚¢ćø恮čŖčؼ @@ -8455,12 +8623,12 @@ p, li { white-space: pre-wrap; } - + Peer ID ćƒ”ć‚¢ 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; } @@ -8477,23 +8645,23 @@ p, li { white-space: pre-wrap; } 惭悰 - + Network Status 惍惃惈ćƒÆćƒ¼ć‚ÆēŠ¶ę…‹ - + Local network ćƒ­ćƒ¼ć‚«ćƒ« 惍惃惈ćƒÆćƒ¼ć‚Æ - + UPnP UPļ½ŽP - + Did peer authenticated me ćƒ”ć‚¢ć«ć‚ˆć‚‹čŖčؼ @@ -8515,77 +8683,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + Show keys that are not validated by the GPG web of trust GPG WOT (Web of Trust) ć«ć‚ˆć£ć¦čŖčØ¼ć•ć‚Œć¦ć„ćŖć„ć‚­ćƒ¼ć‚’č”Øē¤ŗ - + External ip address finder 外éƒØ IP ć‚¢ćƒ‰ćƒ¬ć‚¹ ćƒ•ć‚”ć‚¤ćƒ³ćƒ€ćƒ¼ - + 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 ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę–°č¦ä½œęˆ @@ -8706,6 +8874,11 @@ p, li { white-space: pre-wrap; } Remove All ć™ć¹ć¦ć‚’å‰Šé™¤ + + + Options + ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -8913,17 +9086,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -9206,7 +9379,7 @@ p, li { white-space: pre-wrap; } čØ¼ę˜Žę›ø(*.pqi) - + Status ēŠ¶ę…‹ @@ -9349,10 +9522,8 @@ Do you want to send them a Message instead ä»£ć‚ć‚Šć«ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’é€ć‚Šć¾ć™ć‹ - - RetroShare - RetroShare + RetroShare @@ -9373,7 +9544,7 @@ Do you want to send them a Message instead ę–°č¦ćƒćƒ£ćƒćƒ« - + Add Extra File ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  @@ -9402,18 +9573,18 @@ Do you want to send them a Message instead ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. - - + + Drop file error. ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‰ćƒ­ćƒƒćƒ— ć‚Øćƒ©ćƒ¼. - + File not found or file name not accepted. ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ć‹ćƒ•ć‚”ć‚¤ćƒ«åćŒå—ć‘å…„ć‚Œć‚‰ć‚Œć¾ć›ć‚“. - + Directory can't be dropped, only files are accepted. ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆćƒ‰ćƒ­ćƒƒćƒ—ć§ćć¾ć›ć‚“. ćƒ•ć‚”ć‚¤ćƒ«ć®ćæåÆčƒ½ć§ć™. @@ -9475,22 +9646,27 @@ Do you want to send them a Message instead - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... - + Text File (*.txt );;All Files (*) @@ -9500,7 +9676,7 @@ Do you want to send them a Message instead č‡Ŗ分 - + Send 送äæ” @@ -9509,12 +9685,12 @@ Do you want to send them a Message instead ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«č”Øē¤ŗ - + Italic ę–œä½“ - + Underline äø‹ē·š @@ -9532,7 +9708,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-weight:600;">友達</span></p></body></html> - + Add čæ½åŠ  @@ -9541,7 +9717,7 @@ p, li { white-space: pre-wrap; } ęœŖꎄē¶šć‚’非č”Øē¤ŗ - + Add or Change your Avatar ć‚¢ćƒć‚æćƒ¼ć®čæ½åŠ ć¾ćŸćÆå¤‰ę›“ @@ -9558,7 +9734,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:14pt; color:#00aa00;">惋惃ć‚Æćƒćƒ¼ćƒ  (č‡Ŗ分)</span></p></body></html> - + Edit Personal message ćƒ‘ćƒ¼ć‚½ćƒŠćƒ« ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒ē·Ø集 @@ -9567,7 +9743,7 @@ p, li { white-space: pre-wrap; } ćƒ©ć‚¤ćƒ– ćƒćƒ£ćƒƒćƒˆ - + Bold å¤Ŗ字 @@ -9576,13 +9752,13 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć‚’ę–°č¦ä½œęˆ - - + + Create new Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć‚’ę–°č¦ä½œęˆ - + F @@ -9591,82 +9767,82 @@ p, li { white-space: pre-wrap; } ćƒćƒ£ćƒćƒ«ć‚’ę–°č¦ä½œęˆ - - + + Create new Channel ćƒćƒ£ćƒćƒ«ć‚’ę–°č¦ä½œęˆ - + C - + Add your Avatar Picture ć‚¢ćƒć‚æćƒ¼ć®ē”»åƒć‚’čæ½åŠ  - + A - + Set your Personal Message ćƒ‘ćƒ¼ć‚½ćƒŠćƒ«ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒čح定 - + Edit your status Message ēŠ¶ę…‹ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒ē·Ø集 - + Browse Message History - + Browse History - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order é™é †ć«äø¦ć¹ę›æ恈 - - + + Sort Ascending Order ę˜‡é †ć«äø¦ć¹ę›æ恈 - + Delete Chat History - + Deletes all stored and displayed chat history @@ -9675,77 +9851,81 @@ p, li { white-space: pre-wrap; } ę°—åˆ†ć‚’ē„”効化 - - + + Save Chat History - + Hide Offline Friends ć‚Ŗćƒ•ćƒ©ć‚¤ćƒ³ć®å‹é”ć‚’éš ć™ - + Hide Status Column - + Add Friend å‹é”ć‚’čæ½åŠ  - + Display č”Øē¤ŗ - + + Text Color + ę–‡å­—č‰² + + + Create new Profile ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę–°č¦ä½œęˆ - + Font ćƒ•ć‚©ćƒ³ćƒˆ - + Friends 友達 - + Group Chat - + Messages entered here are sent to all collected friends - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">set Text Color</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;">ę–‡å­—č‰²ć‚’čح定</span></p></body></html> - + Attach File ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę·»ä»˜ - + Clear Chat History ćƒćƒ£ćƒƒćƒˆć®å±„ę­“ć‚’ć‚ÆćƒŖć‚¢ @@ -10108,44 +10288,49 @@ p, li { white-space: pre-wrap; } RetroShare - + Your Friend is offline Do you want to send them a Message instead 恂ćŖćŸć®å‹é”ćÆć‚Ŗćƒ•ćƒ©ć‚¤ćƒ³ć§ć™. ä»£ć‚ć‚Šć«ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’é€ć‚Šć¾ć™ć‹ - + Friend not Online - + Paste RetroShare Link - + is typing... - + Hide Avatar ć‚¢ćƒć‚æćƒ¼ć‚’éžč”Øē¤ŗ - + + Do you really want to physically delete the history? + + + + Load Picture File - + Messages you send will be delivered after Friend is again Online - + Show Avatar ć‚¢ćƒć‚æćƒ¼ć‚’č”Øē¤ŗ @@ -10158,37 +10343,37 @@ Do you want to send them a Message instead ć‚¹ć‚æć‚¤ćƒ« (*.htm) - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send 送äæ” @@ -10201,7 +10386,7 @@ Do you want to send them a Message instead ćƒ”ć‚¤ćƒ³ ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ - + Close 閉恘悋 @@ -10228,60 +10413,64 @@ 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;">ćƒćƒ£ćƒƒćƒˆ ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®ć‚¹ć‚æć‚¤ćƒ«ć‚’čح定</p></body></html> - - + + Bold å¤Ŗ字 - - + + Underline äø‹ē·š - - + + Italic ę–œä½“ - Set Font - ćƒ•ć‚©ćƒ³ćƒˆčح定 + ćƒ•ć‚©ćƒ³ćƒˆčح定 - + + Font + ćƒ•ć‚©ćƒ³ćƒˆ + + + Text Color ę–‡å­—č‰² - + Clear Chat History ćƒćƒ£ćƒƒćƒˆć®å±„ę­“ć‚’ć‚ÆćƒŖć‚¢ - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture @@ -10290,7 +10479,7 @@ p, li { white-space: pre-wrap; } ćƒ„ćƒ¼ćƒ«ćƒćƒ¼ - + Strike @@ -10307,18 +10496,18 @@ p, li { white-space: pre-wrap; } ćƒćƒ£ćƒƒćƒˆć‚’ć‚ÆćƒŖć‚¢ - + Disable Emoticons ę°—åˆ†ć‚’ē„”効化 - - + + Save Chat History - + Clear offline messages @@ -10327,7 +10516,7 @@ p, li { white-space: pre-wrap; } ćƒćƒ£ćƒƒćƒˆć™ć‚‹ - + Add Extra File ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  @@ -10356,23 +10545,23 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. - - + + 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 å‹é”å®›ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  @@ -10380,39 +10569,45 @@ p, li { white-space: pre-wrap; } PopupChatWindow - + Avatar ć‚¢ćƒć‚æćƒ¼ - + Set your Avatar Picture ć‚¢ćƒć‚æćƒ¼ć®ē”»åƒć‚’čح定 - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -10953,117 +11148,179 @@ p, li { white-space: pre-wrap; } ćƒćƒƒć‚·ćƒ„ - - + + RetroShare RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure ćƒ­ć‚°ć‚¤ćƒ³ć«å¤±ę•— - + Maybe password is wrong ćŠćć‚‰ććƒ‘ć‚¹ćƒÆćƒ¼ćƒ‰ćŒé–“é•ć£ć¦ć„ć¾ć™ - + File Request Confirmation - + The file has been added to your download list. ćƒ•ć‚”ć‚¤ćƒ«ćÆć™ć§ć«ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ćƒŖć‚¹ćƒˆć«čæ½åŠ ć•ć‚Œć¦ć„ć¾ć™. - - + + File Request canceled ćƒ•ć‚”ć‚¤ćƒ« ćƒŖć‚Æć‚Øć‚¹ćƒˆćŒć‚­ćƒ£ćƒ³ć‚»ćƒ«ć•ć‚Œć¾ć—ćŸ - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. ćć®ćƒ•ć‚”ć‚¤ćƒ«ćÆć™ć§ć«ęŒć£ć¦ć„ć‚‹ćŸć‚ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ćƒŖć‚¹ćƒˆć«ćÆčæ½åŠ ć•ć‚Œć¾ć›ć‚“. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error ćƒ•ć‚”ć‚¤ćƒ« ćƒŖć‚Æć‚Øć‚¹ćƒˆ ć‚Øćƒ©ćƒ¼ - + The file link is malformed. ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -11079,6 +11336,11 @@ p, li { white-space: pre-wrap; } Peer details ćƒ”ć‚¢č©³ē“° + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -11139,15 +11401,15 @@ p, li { white-space: pre-wrap; } - + Next > ꬔćø > - - + + Exit ēµ‚äŗ† @@ -11157,7 +11419,7 @@ p, li { white-space: pre-wrap; } ć‚ˆć‚Šć‚ˆć„ćƒ‘ćƒ•ć‚©ćƒ¼ćƒžćƒ³ć‚¹ć®ćŸć‚ć«, RetorosharećÆ恂ćŖćŸć®ć‚¤ćƒ³ć‚æćƒ¼ćƒćƒƒćƒˆęŽ„ē¶šć«ć¤ć„ć¦å°‘ć—ēŸ„悋åæ…č¦ćŒć‚ć‚Šć¾ć™. - + Choose your upload speed limit: ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰é€Ÿåŗ¦ć®åˆ¶é™ć‚’éøęŠžć—ć¦ćć ć•ć„: @@ -11168,7 +11430,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć‚¹ćƒ”ćƒ¼ćƒ‰ć®åˆ¶é™ć‚’éøęŠžć—ć¦ćć ć•ć„: @@ -11269,8 +11531,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < ęˆ»ć‚‹ @@ -11319,7 +11581,12 @@ p, li { white-space: pre-wrap; } 削除 - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11336,7 +11603,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-family:'MS Shell Dlg 2'; font-size:8pt;">Retoroshareć‚’ćŠę„½ć—ćæ恏恠恕恄!</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11355,27 +11622,27 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-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 Retoroshare 恌閉恘悋ćØććƒ”ćƒƒć‚»ćƒ¼ć‚ø悒č”Øē¤ŗ恗ćŖ恄 - + Start Minimized ęœ€å°åŒ–ć—ć¦čµ·å‹• - + Start RetroShare when my System Starts. ć‚·ć‚¹ćƒ†ćƒ čµ·å‹•ę™‚ć« Retoroshare ć‚’čµ·å‹•. - + Start minimized on system start - + Finish 完äŗ† @@ -11403,52 +11670,52 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General äø€čˆ¬ - + Directories ćƒ•ć‚©ćƒ«ćƒ€ - + Server ć‚µćƒ¼ćƒ - + Transfer č»¢é€ - + Notify 通ēŸ„ - + Security ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£ - + Message ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - + Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - + Chat ćƒćƒ£ćƒƒćƒˆ - + Appearance å¤–č¦³ @@ -11457,17 +11724,17 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚”ć‚¤ćƒ«ć®é–¢é€£ä»˜ć‘ - + Sound ć‚µć‚¦ćƒ³ćƒ‰ - + UnknownPage äøę˜ŽćŖćƒšćƒ¼ć‚ø - + Error Saving Configuration on page @@ -11505,81 +11772,76 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - å‹é”ć®ćƒ•ć‚©ćƒ«ćƒ€ + å‹é”ć®ćƒ•ć‚©ćƒ«ćƒ€ - My Directories - č‡Ŗåˆ†ć®ćƒ•ć‚©ćƒ«ćƒ€ + č‡Ŗåˆ†ć®ćƒ•ć‚©ćƒ«ćƒ€ - Size - 悵悤ć‚ŗ + 悵悤ć‚ŗ - Share Type - å…±ęœ‰ć®ēخ锞 + å…±ęœ‰ć®ēخ锞 - What's new - ęœ€ę–°ęƒ…å ± + ęœ€ę–°ęƒ…å ± Rank ćƒ©ćƒ³ć‚Æ - Age - ēµŒéŽę™‚é–“ + ēµŒéŽę™‚é–“ - - FILE - ćƒ•ć‚”ć‚¤ćƒ« + ćƒ•ć‚”ć‚¤ćƒ« - + Anonymous + åŒæ名 + + + Files + ćƒ•ć‚”ć‚¤ćƒ« + + + File + ćƒ•ć‚”ć‚¤ćƒ« + + + DIR + ćƒ•ć‚©ćƒ«ćƒ€ + + + + RetroshareDirModel + + Anonymous åŒæ名 - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - ćƒ•ć‚”ć‚¤ćƒ« - - - - File - ćƒ•ć‚”ć‚¤ćƒ« - - - - - DIR - ćƒ•ć‚©ćƒ«ćƒ€ - Rshare @@ -11651,32 +11913,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -11707,79 +11969,86 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources ć‚½ćƒ¼ć‚¹ - + Results ēµęžœ - + Close all Search Resullts - + Close All Search Results ꤜē“¢ēµęžœć‚’ć™ć¹ć¦ć‚ÆćƒŖć‚¢ - + Download Selected - - + + Download ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ - + Enter a keyword here (at least 3 char long) ć‚­ćƒ¼ćƒÆćƒ¼ćƒ‰ć‚’ć“ć“ć«å…„åŠ› (ęœ€ä½Ž3ę–‡å­—ä»„äøŠ) - Copy retroshare Link - Retoroshare ćƒŖćƒ³ć‚Æć‚’ć‚³ćƒ”ćƒ¼ + Retoroshare ćƒŖćƒ³ć‚Æć‚’ć‚³ćƒ”ćƒ¼ - Send retroshare Link - Retoroshare ćƒŖćƒ³ć‚Æ悒送äæ” + Retoroshare ćƒŖćƒ³ć‚Æ悒送äæ” - Broadcast on Channel - ćƒćƒ£ćƒćƒ«ć«ćƒ–ćƒ­ćƒ¼ćƒ‰ć‚­ćƒ£ć‚¹ćƒˆ + ćƒćƒ£ćƒćƒ«ć«ćƒ–ćƒ­ćƒ¼ćƒ‰ć‚­ćƒ£ć‚¹ćƒˆ - Recommend to Friends - å‹é”ć«ćŠć™ć™ć‚ + å‹é”ć«ćŠć™ć™ć‚ - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove 削除 - + Remove All ć™ć¹ć¦ć‚’å‰Šé™¤ - - + + Folder ćƒ•ć‚©ćƒ«ćƒ€ - + New RetroShare Link(s) @@ -11822,34 +12091,34 @@ p, li { white-space: pre-wrap; } ꖇę›ø - + Download Notice ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰é€šēŸ„ - + Skipping Local Files ćƒ­ćƒ¼ć‚«ćƒ« ćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚¹ć‚­ćƒƒćƒ— - - + + Sorry - - + + This function is not yet implemented. ć“ć®ę©Ÿčƒ½ćÆć¾ć å®Ÿč£…ć•ć‚Œć¦ć„ć¾ć›ć‚“. - + Size 悵悤ć‚ŗ - + Type ēخ锞 @@ -11924,59 +12193,59 @@ 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> - + 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) 惍惃惈-ćƒÆćƒ¼ć‚ÆäøŠć§6ćƒ›ćƒƒćƒ—ć¾ć§ćƒžćƒ«ćƒćƒ»ćƒ›ćƒƒćƒ—ę¤œē“¢ (利ē”ØåÆčƒ½ćŖćƒ•ć‚”ć‚¤ćƒ«ć‚’åøøć«å ±å‘Š) - + F2F search F2Fꤜē“¢ - + Limit number of results to : ꤜē“¢ēµęžœę•°ć‚’制限: - + Filename ćƒ•ć‚”ć‚¤ćƒ«å - + Start Search ꤜē“¢é–‹å§‹ - + Search ꤜē“¢ - + Reset ćƒŖć‚»ćƒƒćƒˆ @@ -11986,52 +12255,52 @@ p, li { white-space: pre-wrap; } - + Advanced Search 高åŗ¦ćŖꤜē“¢ - + Advanced 高åŗ¦ - + Filter Search Result - + Clear Filter - + File Name - + File Size - + Age ēµŒéŽę™‚é–“ - + Hash ćƒćƒƒć‚·ćƒ„ - + KeyWords ć‚­ćƒ¼ćƒÆćƒ¼ćƒ‰ - + Search Id ꤜē“¢ ID @@ -12500,30 +12769,46 @@ p, li { white-space: pre-wrap; } - + Remove 削除 - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! č­¦å‘Š! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‰ćƒ­ćƒƒćƒ— ć‚Øćƒ©ćƒ¼. + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + Shared Directory Added! å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ćŒčæ½åŠ ć•ć‚Œć¾ć—ćŸ! @@ -12622,7 +12907,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -12630,8 +12915,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ @@ -12643,22 +12928,22 @@ 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> - + Checking... ē¢ŗčŖäø­... - + Check files ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē¢ŗčŖ - + Copy retroshare Link Retoroshare ćƒŖćƒ³ć‚Æć‚’ć‚³ćƒ”ćƒ¼ - + Send retroshare Link Retoroshare ćƒŖćƒ³ć‚Æ悒送äæ” @@ -12671,22 +12956,22 @@ p, li { white-space: pre-wrap; } ćƒ”ćƒƒć‚»ćƒ¼ć‚ø恧恊恙恙悁恙悋 - + Copy retroshare Links to Clipboard ć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć«Retoroshare ćƒŖćƒ³ć‚Æć‚’ć‚³ćƒ”ćƒ¼ - + Copy retroshare Links to Clipboard (HTML) ć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć«Retoroshare ćƒŖćƒ³ć‚Æć‚’ć‚³ćƒ”ćƒ¼ (HTML) - + Send retroshare Links Retoroshare ćƒŖćƒ³ć‚Æ悒送äæ” - + Send retroshare Links (HTML) Retoroshare ćƒŖćƒ³ć‚Æ悒送äæ” (HTML) @@ -12695,79 +12980,79 @@ p, li { white-space: pre-wrap; } ćƒćƒ£ćƒƒćƒˆć§Retoroshare ćƒŖćƒ³ć‚Æ悒送äæ” - + Send retroshare Links to Cloud ć‚Æćƒ©ć‚¦ćƒ‰ć« Retoroshare ćƒŖćƒ³ć‚Æ悒送äæ” - + Add Links to Cloud ćƒŖćƒ³ć‚Æ悒ć‚Æćƒ©ć‚¦ćƒ‰ć«čæ½åŠ  - - + + Open File ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć - + Open Folder ćƒ•ć‚©ćƒ«ćƒ€ć‚’é–‹ć - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + 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 č‡Ŗåˆ†ć®ćƒ•ć‚©ćƒ«ćƒ€ @@ -12785,47 +13070,57 @@ 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:'MS Shell Dlg 2'; font-weight:600;">ćƒ•ć‚”ć‚¤ćƒ«</span></p></body></html> - + All ć™ć¹ć¦ - + One day old 1ę—„ēµŒéŽ - + One Week old 1週間ēµŒéŽ - + One month old 1ćƒ¶ęœˆēµŒéŽ - + Search files - + Start Search ꤜē“¢é–‹å§‹ - + Reset ćƒŖć‚»ćƒƒćƒˆ - + + Tree view + + + + + Flat view + + + + Download selected éøęŠžć—ćŸć‚‚ć®ć‚’ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ - + check files ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē¢ŗčŖ @@ -12903,17 +13198,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -13001,39 +13296,43 @@ p, li { white-space: pre-wrap; } 名前 - å “ę‰€: - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure ćƒ­ć‚°ć‚¤ćƒ³ć«å¤±ę•— - + Maybe password is wrong ćŠćć‚‰ććƒ‘ć‚¹ćƒÆćƒ¼ćƒ‰ćŒé–“é•ć£ć¦ć„ć¾ć™ - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -13042,7 +13341,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -13418,7 +13717,7 @@ This choice can be reverted in settings. ēŠ¶ę…‹ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -13431,7 +13730,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:14pt; font-weight:600;">ćƒ‘ćƒ¼ć‚½ćƒŠćƒ«ćƒ”ćƒƒć‚»ćƒ¼ć‚ø</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -13444,15 +13743,73 @@ 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;">ēŠ¶ę…‹ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’å…„åŠ›</span></p></body></html> - + OK OK - + Cancel ć‚­ćƒ£ćƒ³ć‚»ćƒ« + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -13575,7 +13932,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause ćƒćƒ¼ć‚ŗ @@ -13621,7 +13978,7 @@ p, li { white-space: pre-wrap; } äø‹čØ˜ćƒ†ć‚­ć‚¹ćƒˆćÆ恂ćŖćŸć®PGPčØ¼ę˜Žę›ø恧恙. 恂ćŖćŸć®å‹é”ć«ęø”ć—ć¦ćć ć•ć„ - + Please, paste your friends PGP certificate into the box below 恂ćŖćŸć®å‹é”ć® PGP čØ¼ę˜Žę›ø悒äø‹ć®ćƒœćƒƒć‚Æć‚¹ć«č²¼ć‚Šä»˜ć‘ć¦ćć ć•ć„ @@ -13630,12 +13987,12 @@ p, li { white-space: pre-wrap; } 恂ćŖćŸć®čØ¼ę˜Žę›øćÆć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć«ć‚³ćƒ”ćƒ¼ć•ć‚Œć¾ć—ćŸ. Ećƒ”ćƒ¼ćƒ«ć«č²¼ć‚Šä»˜ć‘ć‚‹ć‹ćć®ä»–ć®ę–¹ę³•ć§ć‚ćŖćŸć®å‹é”ć«é€ć£ć¦ćć ć•ć„ - + You can copy this text and send it to your friend via email or some other way ć“ć®ćƒ†ć‚­ć‚¹ćƒˆć‚’ć‚³ćƒ”ćƒ¼ć—ć¦Ećƒ”ćƒ¼ćƒ«ć‚„ćć®ä»–ć®ę–¹ę³•ć§ć‚ćŖćŸć®å‹é”ć«é€ć‚‹ć“ćØćŒć§ćć¾ć™ - + RetroShare RetroShare @@ -13645,47 +14002,52 @@ p, li { white-space: pre-wrap; } ćƒ†ć‚­ć‚¹ćƒˆčØ¼ę˜Žę›ø - + Copy your Cert to Clipboard čØ¼ę˜Žę›ø悒ć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć«ć‚³ćƒ”ćƒ¼ - + Save your Cert into a File čØ¼ę˜Žę›øć‚’ćƒ•ć‚”ć‚¤ćƒ«ć«äæå­˜ - + Run Email program Ećƒ”ćƒ¼ćƒ« ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’čµ·å‹• - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help 友達ćØꎄē¶šćƒ˜ćƒ«ćƒ— - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... - + RetroShare Certificate (*.rsc );;All Files (*) RetroShare čØ¼ę˜Žę›ø (*.rsc); ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) - + Certificate Load Failed čØ¼ę˜Žę›ø恮čŖ­ćæč¾¼ćæć«å¤±ę•— @@ -14051,27 +14413,37 @@ p, li { white-space: pre-wrap; } ē¢ŗčŖäø­... - + RetroShare RetroShare - + Details: č©³ē“°: - + + File preview + + + + + File %1 preview failed. + + + + Open Transfer č»¢é€ć‚’é–‹ć - + File %1 is not completed. If it is a media file, try to preview it. ćƒ•ć‚”ć‚¤ćƒ« %1 ćÆ完äŗ†ć—ć¦ć„ć¾ć›ć‚“. ć‚‚ć—ćć‚ŒćŒćƒ”ćƒ‡ć‚£ć‚¢ ćƒ•ć‚”ć‚¤ćƒ«ćŖć‚‰ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’č©¦ćæć¦ćć ć•ć„. - + Are you sure that you want to cancel and delete these files? ęœ¬å½“ć«ć“ć‚Œć‚‰ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚­ćƒ£ćƒ³ć‚»ćƒ«ć—ć¦å‰Šé™¤ć—ć¾ć™ć‹? @@ -14139,20 +14511,20 @@ p, li { white-space: pre-wrap; } - + Failed å¤±ę•— - + Okay OK - + Waiting å¾…ę©Ÿäø­ @@ -14164,8 +14536,8 @@ p, li { white-space: pre-wrap; } - - + + Complete 完äŗ† @@ -14190,11 +14562,71 @@ p, li { white-space: pre-wrap; } - + Uploading ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰äø­ + + TreeStyle_RDM + + + + FILE + ćƒ•ć‚”ć‚¤ćƒ« + + + + Files + ćƒ•ć‚”ć‚¤ćƒ« + + + + File + ćƒ•ć‚”ć‚¤ćƒ« + + + + + DIR + ćƒ•ć‚©ćƒ«ćƒ€ + + + + Friends Directories + å‹é”ć®ćƒ•ć‚©ćƒ«ćƒ€ + + + + My Directories + č‡Ŗåˆ†ć®ćƒ•ć‚©ćƒ«ćƒ€ + + + + Size + + + + + Age + ēµŒéŽę™‚é–“ + + + + Friend + 友達 + + + + Share Type + å…±ęœ‰ć®ēخ锞 + + + + What's new + ęœ€ę–°ęƒ…å ± + + TrustView @@ -14213,22 +14645,22 @@ p, li { white-space: pre-wrap; } - + Showing: whole network č”Øē¤ŗäø­: 惍惃惈ćƒÆćƒ¼ć‚Æå…Ø体 - + This table normaly auto-updates every 10 seconds. 恓恮č”ØćÆ通åøø10ē§’恔ćØ恫č‡Ŗå‹•ę›“ę–°ć•ć‚Œć¾ć™. - + Self - + Trust äæ”é ¼ @@ -14253,48 +14685,48 @@ p, li { white-space: pre-wrap; } ćÆčŖčØ¼ć—ć¦ć„ć¾ć™ - + is authenticated (one way) by - + Half ćƒćƒ¼ćƒ• - + authenticated himself - + authenticated each other - + Full 完å…Ø - - + + peers, including him(her)self. å€‹ć®ćƒ”ć‚¢ (č‡Ŗ分č‡Ŗčŗ«ć‚’å«ć‚€). - + is authenticated by - + authenticated - + Showing: peers connected to č”Øē¤ŗäø­: ꎄē¶šć—ć¦ć„ć‚‹ćƒ”ć‚¢ @@ -14302,14 +14734,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_ko.ts b/retroshare-gui/src/lang/retroshare_ko.ts index 0928a9e21..28112b7f6 100644 --- a/retroshare-gui/src/lang/retroshare_ko.ts +++ b/retroshare-gui/src/lang/retroshare_ko.ts @@ -19,28 +19,28 @@ ė‹«źø° - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -780,32 +780,32 @@ 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... - + Browse - + Select Certificate ģ¦ėŖ…ģ„œė„¼ ģ„ ģ •ķ•˜ģ‹­ģ‹œģ˜¤ @@ -814,62 +814,62 @@ p, li { white-space: pre-wrap; } ģ¦ėŖ…ģ„œ (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) RetroShare ģøģ¦ģ„œ (*.ģ˜ RSC);; ėŖØė“  ķŒŒģ¼ (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -976,52 +976,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play ė†€ģ“ - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide ģ€ģ‹ ģ²˜ @@ -1029,25 +1035,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelDetails @@ -1129,12 +1150,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel ģ±„ė„ģ„ ģ°½ģ”°ķ•˜ģ‹­ģ‹œģ˜¤ - + Subscribe To Channel ģ±„ė„ģ„ źµ¬ė…ķ•˜ģ‹­ģ‹œģ˜¤ @@ -1160,35 +1181,40 @@ p, li { white-space: pre-wrap; } - + Add ģ¶”ź°€ - + Display ķ‘œģ‹œ - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name ģ“ė¦„ @@ -1198,63 +1224,78 @@ p, li { white-space: pre-wrap; } ģøźø°ė„ - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1445,17 +1486,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1477,67 +1518,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend ģ¹œźµ¬ė„¼ ģ‚¬ź·€ģ‹­ģ‹œģ˜¤ - + Details about your friend : ė‹¹ģ‹ ģ˜ ģ¹œźµ¬ģ— ėŒ€ķ•œ ģ„øė¶€ ģ •ė³“ : - + Key validity: ķ‚¤ ģœ ķšØ źø°ź°„ : - + Email: ģ“ė©”ģ¼: - + Options ģ„ ķƒź¶Œ - + Add friend to group: - + Authenticate friend (Sign GPG Key) ģ¹œźµ¬ ģøģ¦ (ė”œź·øģø GPG ķ‚¤ė„¼) - + Add as friend to connect with ģ¹œźµ¬ģ™€ ģ—°ź²°ģ— ė‹“źø° - + It seems your friend is already registered. Adding it might just set it's ip address. ź·øź²ƒģ€ ė‹¹ģ‹ ģ˜ ģ¹œźµ¬ź°€ ģ“ėÆø ė“±ė”ė˜ģ–“ģžˆėŠ” ź²ƒģœ¼ė”œ ė³“ģøė‹¤. ź·øėƒ„ ź·øź²ƒģ˜ IP ģ£¼ģ†Œė„¼ ģ„¤ģ •ķ•  ģˆ˜ģžˆģŠµė‹ˆė‹¤ ģ¶”ź°€. - + Peer details ķ”¼ģ–“ ģ„øė¶€ ģ‚¬ķ•­ - + Name: ģ“ė¦„: - + Loc: ģœ„ģ¹˜: - + Signers ģ„œėŖ…ģž @@ -1545,7 +1586,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel ģ·Øģ†Œ @@ -1634,79 +1675,101 @@ p, li { white-space: pre-wrap; } ģ£¼ģ†Œ ėŖ©ė” - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + 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 ģ•„ė§ˆ ė¹„ė°€ ė²ˆķ˜øź°€ ģž˜ėŖ»ģž…ė‹ˆė‹¤ - + Copy Peer @@ -1731,13 +1794,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend ģ¹œźµ¬ ź±°ė¶€ - - + + Sign GPG key @@ -1796,17 +1859,17 @@ p, li { white-space: pre-wrap; } - + Make Friend ģ¹œźµ¬ė„¼ ģ‚¬ź·€ģ‹­ģ‹œģ˜¤ - + Certificate - + OK ķ™•ģø @@ -2480,33 +2543,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File ģ¶”ź°€ ķŒŒģ¼ ģ¶”ź°€ - - + + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2611,7 +2690,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close ė§ˆģ§€ė§‰ @@ -2630,7 +2709,7 @@ p, li { white-space: pre-wrap; } ķ¬ėŸ¼ ź²Œģ‹œė¬¼ ģ œėŖ© - + Attach File @@ -2639,12 +2718,12 @@ p, li { white-space: pre-wrap; } ė¶™ģ—¬ė„£źø° retroshare ė§ķ¬ - + Forum Post ķ¬ėŸ¼ ź²Œģ‹œė¬¼ - + Sign Message ė”œź·øģø ė©”ģ‹œģ§€ @@ -2654,23 +2733,23 @@ p, li { white-space: pre-wrap; } ģ£¼ģ œ - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg ķ¬ģŠ¤ķŠø ķ¬ėŸ¼ ė©”ģ‹œģ§€ @@ -2705,17 +2784,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2963,7 +3042,7 @@ p, li { white-space: pre-wrap; } - + Comments ėŒ“źø€ @@ -2989,22 +3068,22 @@ p, li { white-space: pre-wrap; } ģ·Øģ†Œ - + Rating ķ‰ź°€ - + File Name ķŒŒģ¼ėŖ… - + Not Rated ģ•„ė‹ˆ ė“±źø‰ - + No Comments ģ½”ė©˜ķŠø ģ—†ģŒ @@ -3017,17 +3096,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3035,32 +3114,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories ź³µģœ  ė””ė ‰ķ† ė¦¬ - + Edit Share @@ -3069,33 +3158,26 @@ you plug it in. ź³µģœ ė””ė ‰ķ† ė¦¬ - Add a Share Directory - ź³µģœ  ė””ė ‰ķ† ė¦¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ + ź³µģœ  ė””ė ‰ķ† ė¦¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ - - Remove Shared Directory - - - - - + + Browse - Add Shared Directory - ź³µģœ  ė””ė ‰ķ† ė¦¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ + ź³µģœ  ė””ė ‰ķ† ė¦¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ - + Set Incoming Directory - + Set Partials Directory @@ -3225,37 +3307,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: ģ£¼ģ œ: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3263,12 +3345,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3597,60 +3679,98 @@ p, li { white-space: pre-wrap; } ģ „ģ†” ģœ ķ˜• : + + FlatStyle_RDM + + + Friends Directories + ģ¹œźµ¬ ė””ė ‰ķ„°ė¦¬ + + + + My Directories + ė‚“ ė””ė ‰ķ† ė¦¬ + + + + Size + ķ¬źø° + + + + Age + ė‚˜ģ“ + + + + Friend + + + + + Share Type + ź³µģœ  ģœ ķ˜• + + + + Directory + ė””ė ‰ķ† ė¦¬ + + 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 *** @@ -3732,7 +3852,7 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item @@ -3741,61 +3861,61 @@ p, li { white-space: pre-wrap; } ķ¬ėŸ¼ ģ“ė¦„ - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply ėŒ€ė‹µ - + Send ė³“ė‚“ģ‹­ģ‹œģ˜¤ - + Signed ģ„œėŖ… - + Forum Post ķ¬ėŸ¼ ź²Œģ‹œė¬¼ - + Unknown Forum Post - - - + + + Anonymous ģµėŖ… - + In Reply to - + Please give a Text Message @@ -3808,22 +3928,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum źµ¬ė… ķ¬ėŸ¼ - + Expand - + Forum Description ķ¬ėŸ¼ģ— ėŒ€ķ•œ ģ„¤ėŖ… @@ -3849,57 +3969,63 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum źµ¬ė… ķ¬ėŸ¼ - + Unsubscribe to Forum ģ·Øģ†Œ ķ¬ėŸ¼ - + New Forum ģƒˆ ķ¬ėŸ¼ - + Show Forum Details ķ¬ėŸ¼ ė‚“ģš©ė³“źø° - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply ėŒ€ė‹µ - + Reply to Author ģž‘ģ„±ģžģ—ź²Œ ķšŒģ‹  - + Expand all ėŖØė‘ ķ™•ģž„ - + Collapse all ėŖØė‘ ģ¶•ģ†Œ - + AUTHD @@ -3908,112 +4034,112 @@ p, li { white-space: pre-wrap; } ģøźø°ė„ : - + Your Forums ź·€ķ•˜ ķ¬ėŸ¼ - + Subscribed Forums ķ¬ėŸ¼ ź°€ģž… - + Popular Forums ģøźø° ķ¬ėŸ¼ - + Other Forums źø°ķƒ€ ķ¬ėŸ¼ - - + + Mark as read - - + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide - + Expand - - + + Anonymous ģµėŖ… - - + + signed ģ„œėŖ… - - + + none ģ—†ģŒ - - + + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + No Forum Selected! ģ•„ė‹ˆ ķ¬ėŸ¼ ģ„ ģ •! - + You cant reply a Anonymous Author - - + + Date ė‚ ģ§œ - - + + Title ģ œėŖ© - - + + Start New Thread ģƒˆ ģŠ¤ė ˆė“œė„¼ ģ‹œģž‘ķ•©ė‹ˆė‹¤ @@ -4022,7 +4148,7 @@ p, li { white-space: pre-wrap; } ģƒˆė”œģš“ ė©”ģ‹œģ§€ - + Add ģ¶”ź°€ @@ -4055,7 +4181,7 @@ p, li { white-space: pre-wrap; } 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; } @@ -4068,33 +4194,33 @@ 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;">ķ¬ėŸ¼:</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; } @@ -4107,7 +4233,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:10pt; font-weight:600;">ģ‹¤:</span></p></body></html> - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4116,22 +4247,22 @@ p, li { white-space: pre-wrap; } - + Reset ė¦¬ģ…‹ - + Content - + Create Forum ķ¬ėŸ¼ ė§Œė“¤źø° - + Print ģøģ‡„ @@ -4149,32 +4280,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-family:'Arial'; font-weight:600;">ķ¬ėŸ¼</span></p></body></html> - + Start new Thread for Selected Forum - + Display ķ‘œģ‹œ - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview ģøģ‡„ ėÆøė¦¬ė³“źø° @@ -4379,77 +4510,70 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> + + + Your profile is associated to a GPG key - + Use Profile - + Name ģ“ė¦„ - + Enter here your nickname - + Email ģ“ė©”ģ¼ - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + ģœ„ģ¹˜ + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4458,7 +4582,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4482,12 +4606,12 @@ p, li { white-space: pre-wrap; } ģƒģ„±ģ˜ ģƒˆė”œģš“ GPG ķ‚¤ė„¼ - + Generate New Profile ģƒˆ ķ”„ė”œķ•„ ģƒģ„± - + Info ģ •ė³“ @@ -4567,28 +4691,28 @@ Fill in your GPG password when asked, to sign your new key. - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -4607,9 +4731,8 @@ Fill in your GPG password when asked, to sign your new key. ģ¦ėŖ…ģ„œ (*.pqi *.pem) - Location: - ģœ„ģ¹˜ : + ģœ„ģ¹˜ : @@ -4702,17 +4825,22 @@ Fill in your GPG password when asked, to sign your new key. - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4796,17 +4924,17 @@ Fill in your GPG password when asked, to sign your new key. - + Title ģ œėŖ© - + Description ģ„¤ėŖ… - + Reset ė¦¬ģ…‹ @@ -5585,55 +5713,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network ė„¤ķŠøģ›Œķ¬ - + Friends ģ¹œźµ¬ė“¤ - - + + Transfers ķŒŒģ¼-ģ „ģ†” - - + + Messages ģ „ģž ģš°ķŽø ė©”ģ‹œģ§€ - - + + Channels ģˆ˜ė”œ - + Blogs ėø”ė”œź·ø - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5642,91 +5770,91 @@ p, li { white-space: pre-wrap; } - + Status ģƒķƒœ - + Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. @@ -5735,23 +5863,23 @@ p, li { white-space: pre-wrap; } ģ˜Øė¼ģø - - + + Options ģ„ ķƒź¶Œ - + Hide ģ€ģ‹ ģ²˜ - + Show ģ‡¼ - + RetroShare Retroshare (ė’¤ģ—ėŖ«) @@ -5765,33 +5893,33 @@ p, li { white-space: pre-wrap; } - + Add Friend ģ¹œźµ¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ - + Add a Friend Wizard ģ¹œźµ¬ė”œ ģ¶”ź°€ ė§ˆė²•ģ‚¬ - + Add Share ėŖ«ģ„ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ - - + + Quick Start Wizard ė¹ ė„ø ģ‹œģž‘ ė§ˆė²•ģ‚¬ - + Search ģˆ˜ģƒ‰ - + Files ķŒŒģ¼ @@ -5800,65 +5928,65 @@ p, li { white-space: pre-wrap; } ź³µģœ  ė””ė ‰ķ† ė¦¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ - + Show/Hide ķ‘œģ‹œ / ģˆØźø°źø° - + &Quit ģ¢…ė£Œ - - - - + + + + You have %1 new message - + Bandwidth Graph ėŒ€ģ—­ķ­ ź·øėž˜ķ”„ - + Open Messenger ģ—“źø° ė©”ģ‹ ģ € - + Minimize ģµœģ†Œķ™” - + Maximize ģµœėŒ€ķ™” - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help ė„ģ›€ - + About ģ— ź“€ķ•˜ģ—¬ @@ -5867,18 +5995,18 @@ p, li { white-space: pre-wrap; } ė‰“ģŠ¤ ķ”¼ė“œ - - + + Forums ķ¬ėŸ¼ - + Open Messages ė©”ģ‹œģ§€ė„¼ ģ—“ - + Applications ģ‘ģš© ķ”„ė”œź·øėžØ @@ -5891,32 +6019,32 @@ p, li { white-space: pre-wrap; } RetroShare %1 ė³“ģ•ˆ ė¶„ģ‚° ģ»¤ė®¤ė‹ˆģ¼€ģ“ģ…˜ ķ”Œėž«ķ¼ - + Plugins ķ”ŒėŸ¬ź·øģø - + Really quit ? ģ •ė§ ź·øė§Œ? - + Do you really want to exit RetroShare ? ģ •ė§ RetroShare ģ¢…ė£Œ ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ? - + Quit ģ¢…ė£Œ - + SMPlayer - + Messenger ė©”ģ‹ ģ € @@ -5925,7 +6053,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose źµ¬ģ„±ķ•˜ģ‹­ģ‹œģ˜¤ @@ -6161,18 +6289,18 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? @@ -6182,232 +6310,232 @@ Do you want to save message to draft box? źµ¬ģ„±ķ•˜ģ‹­ģ‹œģ˜¤ - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown ģ•Œ ģˆ˜ģ—†ėŠ” - + Unknown friend - + &File - + &New - + &Open... - + &Save ģ €ģž„ķ•˜ģ‹­ģ‹œģ˜¤ - + Save &As File - + Save &As Draft - + &Print... ģøģ‡„ - + &Export PDF... - + &Quit ģ¢…ė£Œ - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... ķŒŒģ¼ ģ—“źø° - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File ģ¶”ź°€ ķŒŒģ¼ ģ¶”ź°€ - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6494,41 +6622,41 @@ Do you want to save message ? 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;"> @@ -6536,17 +6664,17 @@ 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:10pt; font-weight:600;">ģ¶”ģ²œėœ ķŒŒģ¼</span></p></body></html> - + Reply ėŒ€ė‹µ - + Reply all ģ „ģ²“ ė‹µģž„ - + Foward ģ•žģœ¼ė”œ @@ -6558,178 +6686,183 @@ 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;">ģ„ ģ •ķ•œ ė©”ģ‹œģ§€ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ </p></body></html> - + Delete ģ‚­ģ œ - + Compose źµ¬ģ„±ķ•˜ģ‹­ģ‹œģ˜¤ - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display ķ‘œģ‹œ - + Reset ė¦¬ģ…‹ - + Attachments ģ²Øė¶€ ķŒŒģ¼ - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox ė“¤ģ–“ģ˜¤ėŠ” ģ „ģž ģš°ķŽø - - - - + + + + Outbox ė‚˜ź°€ėŠ” ģ „ģž ģš°ķŽø - + Draft ģ“ˆģ•ˆ - - + + Sent ė³“ė‚“ģ§„ ģ „ģž ģš°ķŽø - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... ģøģ‡„ - + Print Preview ģøģ‡„ ėÆøė¦¬ė³“źø° - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ @@ -6752,7 +6885,7 @@ p, li { white-space: pre-wrap; } ėŖØė‘ė„¼ ė‹¤ģš“ė”œė“œķ•˜ģ‹­ģ‹œģ˜¤ - + Print Document @@ -6761,67 +6894,103 @@ p, li { white-space: pre-wrap; } ź·¼ģ› - + Forward selected Message ģ „ė‹¬ ė©”ģ‹œģ§€ ģ„ ķƒ - + Remove Messages ė©”ģ‹œģ§€ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - + Forward Message ģ „ė‹¬ ė©”ģ‹œģ§€ - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download ė‹¤ģš“ė”œė“œ - + Empty trash - + + Click to sort by to + + + + File - + Files ķŒŒģ¼ @@ -6830,24 +6999,24 @@ p, li { white-space: pre-wrap; } źµ¬ģ„±ķ•˜ģ‹­ģ‹œģ˜¤ - + Hide - + Expand - - - + + + Drafts - + To @@ -6856,43 +7025,43 @@ p, li { white-space: pre-wrap; } ģµėŖ… - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All ģ „ģ²“ ė‹µģž„ - - + + Subject ģ£¼ģ œ - + Subject: ģ£¼ģ œ: - + From: ģ—ģ„œ: @@ -6901,33 +7070,32 @@ p, li { white-space: pre-wrap; } ė‚ ģ§œ: - + 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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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> - + File Name ķŒŒģ¼ėŖ… - + Hash ķ•“ģ‰¬ - + Print ģøģ‡„ @@ -7387,8 +7555,8 @@ p, li { white-space: pre-wrap; } - - + + Name ģ“ė¦„ @@ -7410,7 +7578,7 @@ p, li { white-space: pre-wrap; } - + Cert Id ģ¦ėŖ…ģ„œ ID @@ -7482,7 +7650,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer ė‚œ ķ”¼ģ–“ ģøģ¦ė‚˜ģš” @@ -7501,12 +7669,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7519,23 +7687,23 @@ 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;">ķ‘œģ‹œ</span></p></body></html> - + Network Status ė„¤ķŠøģ›Œķ¬ ģƒķƒœ - + Local network ė”œģ»¬ ė„¤ķŠøģ›Œķ¬ - + UPnP - + Did peer authenticated me @@ -7545,77 +7713,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -7713,6 +7881,11 @@ p, li { white-space: pre-wrap; } Remove All ėŖØė‘ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ + + + Options + ģ„ ķƒź¶Œ + NotifyPage @@ -7891,17 +8064,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8138,7 +8311,7 @@ p, li { white-space: pre-wrap; } ģ¦ėŖ…ģ„œ (*.pqi) - + Status ģƒķƒœ @@ -8273,10 +8446,8 @@ p, li { white-space: pre-wrap; } ģ¹œźµ¬ź°€ ģ•„ė‹ˆ ģ˜Øė¼ģø - - RetroShare - Retroshare (ė’¤ģ—ėŖ«) + Retroshare (ė’¤ģ—ėŖ«) @@ -8325,33 +8496,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File ģ¶”ź°€ ķŒŒģ¼ ģ¶”ź°€ - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8372,27 +8548,27 @@ p, li { white-space: pre-wrap; } - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + Text File (*.txt );;All Files (*) - + Send ė³“ė‚“ģ‹­ģ‹œģ˜¤ - + Italic źø°ģšøģž„ź¼“ - + Underline ė°‘ģ¤„ @@ -8410,22 +8586,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-weight:600;">ģ¹œźµ¬ė“¤</span></p></body></html> - + Add ģ¶”ź°€ - + Display ķ‘œģ‹œ - + Add or Change your Avatar - + Edit Personal message ķŽøģ§‘ ģƒķƒœ ė©”ģ‹œģ§€ @@ -8434,7 +8610,7 @@ p, li { white-space: pre-wrap; } ė¼ģ“ėøŒ ģ±„ķŒ… - + Bold @@ -8443,13 +8619,13 @@ p, li { white-space: pre-wrap; } ģƒˆ ķ¬ėŸ¼ ė§Œė“¤źø° - - + + Create new Forum ģƒˆ ķ¬ėŸ¼ ė§Œė“¤źø° - + F @@ -8458,82 +8634,82 @@ p, li { white-space: pre-wrap; } ģƒˆ ģ±„ė„ ė§Œė“¤źø° - - + + Create new Channel ģƒˆ ģ±„ė„ ė§Œė“¤źø° - + C - + Add your Avatar Picture ź·€ķ•˜ģ˜ ģ•„ė°”ķƒ€ ģ“ėÆøģ§€ ģ¶”ź°€ - + A - + Set your Personal Message ź°œģø ė©”ģ‹œģ§€ė„¼ ģ„¤ģ •ķ•˜ģ‹­ģ‹œģ˜¤ - + Edit your status Message ķŽøģ§‘ ģƒķƒœ ė©”ģ‹œģ§€ - + Browse Message History - + Browse History - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history @@ -8542,68 +8718,64 @@ p, li { white-space: pre-wrap; } ģ“ėŖØķ‹°ģ½˜ ģ‚¬ģš© ģ•ˆ ķ•Ø - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - + Add Friend ģ¹œźµ¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ - + + Text Color + + + + Create new Profile - + Font źø€ź¼“ - + Friends - + Group Chat - + Messages entered here are sent to all collected friends - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">set Text Color</span></p></body></html> - - - - + Attach File - + Clear Chat History ģ§€ģš°źø° ģ±„ķŒ… ė‚“ģ—­ @@ -8935,83 +9107,88 @@ p, li { white-space: pre-wrap; } Retroshare (ė’¤ģ—ėŖ«) - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar ģ•„ė°”ķƒ€ė³“źø° - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send ė³“ė‚“ģ‹­ģ‹œģ˜¤ - + Close @@ -9028,65 +9205,65 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-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> - - + + Bold - - + + Underline ė°‘ģ¤„ - - + + Italic źø°ģšøģž„ź¼“ - - Set Font - - - - + Text Color - + Clear Chat History ģ§€ģš°źø° ģ±„ķŒ… ė‚“ģ—­ - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + źø€ź¼“ + + + Strike @@ -9103,18 +9280,18 @@ p, li { white-space: pre-wrap; } ģ·Øģ†Œ ģ±„ķŒ… - + Disable Emoticons ģ“ėŖØķ‹°ģ½˜ ģ‚¬ģš© ģ•ˆ ķ•Ø - - + + Save Chat History - + Clear offline messages @@ -9123,28 +9300,28 @@ p, li { white-space: pre-wrap; } ģ±„ķŒ… - + Add Extra File ģ¶”ź°€ ķŒŒģ¼ ģ¶”ź°€ - - + + 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 @@ -9152,39 +9329,45 @@ p, li { white-space: pre-wrap; } PopupChatWindow - + Avatar ģ•„ė°”ķƒ€ - + Set your Avatar Picture ģ„¤ģ • ź·€ķ•˜ģ˜ ģ•„ė°”ķƒ€ ģ“ėÆøģ§€ - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9657,117 +9840,179 @@ p, li { white-space: pre-wrap; } ķ•“ģ‰¬ - - + + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure ė”œź·øģø ģ‹¤ķŒØ - + Maybe password is wrong ģ•„ė§ˆ ė¹„ė°€ ė²ˆķ˜øź°€ ģž˜ėŖ»ģž…ė‹ˆė‹¤ - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -9783,6 +10028,11 @@ p, li { white-space: pre-wrap; } Peer details ķ”¼ģ–“ ģ„øė¶€ ģ‚¬ķ•­ + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -9807,15 +10057,15 @@ p, li { white-space: pre-wrap; } - + Next > ė‹¤ģŒ > - - + + Exit ģ¢…ė£Œ @@ -9825,7 +10075,7 @@ p, li { white-space: pre-wrap; } ģµœģƒģ˜ ģ„±ėŠ„ģ„ ģœ„ķ•“, RetroShare ģ”°źøˆ ģ•Œ ķ•„ģš”ėŠ” ģøķ„°ė„· ģ—°ź²°ģ— ėŒ€ķ•“. - + Choose your upload speed limit: ģ—…ė”œė“œ ģ†ė„ ģ œķ•œģ„ ģ„ ķƒķ•˜ģ‹­ģ‹œģ˜¤ : @@ -9836,7 +10086,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: ė‹¤ģš“ė”œė“œ ģ†ė„ ģ œķ•œģ„ ģ„ ķƒķ•˜ģ‹­ģ‹œģ˜¤ : @@ -9937,8 +10187,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < ė’¤ė”œ @@ -9987,7 +10237,12 @@ p, li { white-space: pre-wrap; } ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.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,7 +10259,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-family:'MS Shell Dlg 2'; font-size:8pt;">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; } @@ -10023,27 +10278,27 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-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 ė©”ģ‹œģ§€ė„¼ ķ‘œģ‹œķ•˜ģ§€ ė§ˆģ‹­ģ‹œģ˜¤ ė‹«ģ„ ė•Œ RetroShare - + Start Minimized ģ‹œģž‘ģ„ ģµœģ†Œķ™” - + Start RetroShare when my System Starts. ė‚“ ģ‹œģŠ¤ķ…œģ„ ģ‹œģž‘ ķ•  ė•Œ RetroShareė„¼ ģ‹œģž‘ķ•©ė‹ˆė‹¤. - + Start minimized on system start - + Finish ė§ˆģ¹Ø @@ -10071,52 +10326,52 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General ģ¼ė°˜ - + Directories ģ „ķ™”ė²ˆķ˜øė¶€ - + Server ė™ė£Œ ģ”°ģ • - + Transfer ģ „ģ†” - + Notify ģ•Œė¦¼ - + Security ė³“ģ•ˆ - + Message ė©”ģ‹œģ§€ - + Forum ķ¬ėŸ¼ - + Chat - + Appearance ģ™øź“€ @@ -10125,17 +10380,17 @@ p, li { white-space: pre-wrap; } ķŒŒģ¼ ķ˜‘ķšŒ - + Sound ģ‚¬ģš“ė“œ - + UnknownPage ģ•Œ ģˆ˜ģ—†ėŠ” ķŽ˜ģ“ģ§€ - + Error Saving Configuration on page @@ -10173,81 +10428,72 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - ģ¹œźµ¬ ė””ė ‰ķ„°ė¦¬ + ģ¹œźµ¬ ė””ė ‰ķ„°ė¦¬ - My Directories - ė‚“ ė””ė ‰ķ† ė¦¬ + ė‚“ ė””ė ‰ķ† ė¦¬ - Size - ķ¬źø° + ķ¬źø° - Share Type - ź³µģœ  ģœ ķ˜• + ź³µģœ  ģœ ķ˜• - What's new - ģ–“ė–¤ ģƒˆė”œģš“ģ“ģ•¼ + ģ–“ė–¤ ģƒˆė”œģš“ģ“ģ•¼ Rank ź³„źø‰ - Age - ė‚˜ģ“ + ė‚˜ģ“ - - FILE - ķŒŒģ¼ + ķŒŒģ¼ - + Anonymous + ģµėŖ… + + + Files + ķŒŒģ¼ + + + DIR + ė””ė ‰ķ† ė¦¬ + + + + RetroshareDirModel + + Anonymous ģµėŖ… - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - ķŒŒģ¼ - - - - File - - - - - - DIR - ė””ė ‰ķ† ė¦¬ - Rshare @@ -10315,32 +10561,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10371,79 +10617,86 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources ź·¼ģ› - + Results ź²°ź³¼ - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download ė‹¤ģš“ė”œė“œ - + Enter a keyword here (at least 3 char long) ģ—¬źø°ģ— ķ‚¤ģ›Œė“œė„¼ ģž…ė „ (ģµœģ†Œ 3 źøøģ“) ģˆÆė¶ˆ - Copy retroshare Link - retroshare ė§ķ¬ ė³µģ‚¬ + retroshare ė§ķ¬ ė³µģ‚¬ - Send retroshare Link - retroshare ė§ķ¬ ė³“ė‚“źø° + retroshare ė§ķ¬ ė³“ė‚“źø° - Broadcast on Channel - ģ±„ė„ģ— ė°©ģ†” + ģ±„ė„ģ— ė°©ģ†” - Recommend to Friends - ģ¹œźµ¬ģ—ź²Œ ģ¶”ģ²œķ•˜ģ‹­ģ‹œģ˜¤ + ģ¹œźµ¬ģ—ź²Œ ģ¶”ģ²œķ•˜ģ‹­ģ‹œģ˜¤ - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - + Remove All ėŖØė‘ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - - + + Folder ķ“ė” - + New RetroShare Link(s) @@ -10486,34 +10739,34 @@ p, li { white-space: pre-wrap; } ė¬øģ„œ - + Download Notice ė‹¤ģš“ė”œė“œ ź³µģ§€ ģ‚¬ķ•­ - + Skipping Local Files ė”œģ»¬ ķŒŒģ¼ģ„ ź±“ė„ˆ ėœė‹ˆė‹¤ - - + + Sorry ģ£„ģ†”ķ•©ė‹ˆė‹¤ - - + + This function is not yet implemented. - + Size ķ¬źø° - + Type ģœ ķ˜• @@ -10588,59 +10841,59 @@ 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> - + 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) ė‹¤ģ¤‘ ė„¤ķŠøģ›Œķ¬ģ—ģ„œ ź±°ė¦¬ė„¼ 6 ķ™‰ ź²€ģƒ‰ (ķ•­ģƒ) ķ•“ė‹¹ ķŒŒģ¼ģ„ė³“ź³  - + F2F search F2F ź²€ģƒ‰ - + Limit number of results to : ź²°ź³¼ģ˜ ķ•œź³„ ė²ˆķ˜ø : - + Filename ķŒŒģ¼ėŖ… - + Start Search ź²€ģƒ‰ ģ‹œģž‘ - + Search ģˆ˜ģƒ‰ - + Reset ė¦¬ģ…‹ @@ -10650,52 +10903,52 @@ p, li { white-space: pre-wrap; } - + Advanced Search ź³ źø‰ ź²€ģƒ‰ - + Advanced ź³ źø‰ - + Filter Search Result - + Clear Filter - + File Name ķŒŒģ¼ėŖ… - + File Size - + Age ė‚˜ģ“ - + Hash ķ•“ģ‰¬ - + KeyWords ķ‚¤ģ›Œė“œ - + Search Id @@ -11129,7 +11382,7 @@ p, li { white-space: pre-wrap; } - + Remove ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ @@ -11138,25 +11391,41 @@ p, li { white-space: pre-wrap; } ź³µģœ  ė””ė ‰ķ† ė¦¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! ź²½ź³ ! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + Shared Directory Added! ź³µģœ  ė””ė ‰ķ† ė¦¬ ģ¶”ź°€! @@ -11234,7 +11503,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11242,8 +11511,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download ė‹¤ģš“ė”œė“œ @@ -11255,119 +11524,119 @@ 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> - + Checking... ķ™•ģøģ¤‘ ... - + Check files ķ™•ģø ķŒŒģ¼ - + Copy retroshare Link retroshare ė§ķ¬ ė³µģ‚¬ - + Send retroshare Link retroshare ė§ķ¬ ė³“ė‚“źø° - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File ķŒŒģ¼ ģ—“źø° - + Open Folder ķ“ė” ģ—“źø° - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + 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 ė‚˜ģ˜ ķ“ė” @@ -11385,47 +11654,57 @@ 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:'MS Shell Dlg 2'; font-weight:600;">ķŒŒģ¼</span></p></body></html> - + All ėŖØė‘ - + One day old ģ–“ėŠė‚  ģ„ø - + One Week old ķ•œ ģ£¼ ģ„ø - + One month old 1 ź°œģ›” - + Search files - + Start Search ź²€ģƒ‰ ģ‹œģž‘ - + Reset ė¦¬ģ…‹ - + + Tree view + + + + + Flat view + + + + Download selected ė‹¤ģš“ė”œė“œ - + check files ķ™•ģø ķŒŒģ¼ @@ -11491,17 +11770,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11589,39 +11868,43 @@ p, li { white-space: pre-wrap; } ģ“ė¦„ - ģœ„ģ¹˜ : - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure ė”œź·øģø ģ‹¤ķŒØ - + Maybe password is wrong ģ•„ė§ˆ ė¹„ė°€ ė²ˆķ˜øź°€ ģž˜ėŖ»ģž…ė‹ˆė‹¤ - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11630,7 +11913,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -11994,7 +12277,7 @@ This choice can be reverted in settings. ģƒķƒœ ė©”ģ‹œģ§€ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12007,7 +12290,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:14pt; font-weight:600;">ź°œģø ė©”ģ‹œģ§€</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12020,15 +12303,73 @@ 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;">ź·€ķ•˜ģ˜ ģƒķƒœ ė©”ģ‹œģ§€ė„¼ ģž…ė „ķ•˜ģ„øģš”</span></p></body></html> - + OK ģ¢‹ģŠµė‹ˆė‹¤ - + Cancel ģ·Øģ†Œ + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12135,7 +12476,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause ģ¼ģ‹œ ģ¤‘ģ§€ @@ -12181,7 +12522,7 @@ p, li { white-space: pre-wrap; } ģ•„ėž˜ģ˜ ķ…ģŠ¤ķŠøė„¼ ź·€ķ•˜ģ˜ PGPėŠ” ģøģ¦ģ„œģž…ė‹ˆė‹¤. ė‹¹ģ‹ ģ€ ģ¹œźµ¬ģ—ź²Œ ź·øź²ƒģ„ ģ œź³µķ•“ģ•¼ - + Please, paste your friends PGP certificate into the box below ģ œė°œ, ģƒģž ģ•„ėž˜ģ— ė“±ė”ėœ PGP ź³µź°œķ‚¤ ģøģ¦ģ„œė„¼ ź·€ķ•˜ģ˜ ģ¹œźµ¬ģ— ė¶™ģ—¬ė„£źø°ķ•˜ģ„øģš” @@ -12190,12 +12531,12 @@ p, li { white-space: pre-wrap; } ź·€ķ•˜ģ˜ ģæ ķ° ķ“ė¦½ ė³“ė“œģ— ė³µģ‚¬ ė¶™ģ—¬ė„£źø°ķ•˜ź³  ė„ˆģ˜ ģ¹œźµ¬ģ“źø°ė„ ģ“ė©”ģ¼ ė˜ėŠ” źø°ķƒ€ ė°©ė²•ģ„ ķ†µķ•“ ė³“ė‚“ģ„øģš” - + You can copy this text and send it to your friend via email or some other way ģ“ ķ…ģŠ¤ķŠøė„¼ ė³µģ‚¬ķ•˜ģ—¬ ģ¹œźµ¬ģ—ź²Œ ģ“ė©”ģ¼ģ„ ķ†µķ•“ ė³“ė‚“ģ„øģš” - + RetroShare Retroshare (ė’¤ģ—ėŖ«) @@ -12205,47 +12546,52 @@ p, li { white-space: pre-wrap; } ķ…ģŠ¤ķŠø ģ¦ėŖ…ģ„œ - + Copy your Cert to Clipboard ķ“ė¦½ ė³“ė“œė”œ ė³µģ‚¬ķ•˜ģ—¬ ģæ ķ° - + Save your Cert into a File ķŒŒģ¼ģ— ģ‚¬ģš©ģž ģæ ķ° ķ• ģø - + Run Email program ģ“ė©”ģ¼ ķ”„ė”œź·øėžØģ„ ģ‹¤ķ–‰ - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help ģ¹œźµ¬ ģ—°ź²° ė„ģ›€ė§ - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + RetroShare Certificate (*.rsc );;All Files (*) RetroShare ģøģ¦ģ„œ (*.ģ˜ RSC);; ėŖØė“  ķŒŒģ¼ (*) - + Certificate Load Failed ģ¦ėŖ…ģ„œ ģ§ģ€ ģ‹¤ķŒØķ–ˆė‹¤ @@ -12588,27 +12934,37 @@ p, li { white-space: pre-wrap; } ķ™•ģøģ¤‘ ... - + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Details: ģ„øė¶€ ģ‚¬ķ•­ : - + + File preview + + + + + File %1 preview failed. + + + + Open Transfer ģ—“źø° ģ „ģ†” - + File %1 is not completed. If it is a media file, try to preview it. %1 ķŒŒģ¼ģ“ ģ™„ė£Œė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ė§Œģ•½ ėÆøė””ģ–“ ėÆøė¦¬ė³“źø°ķ•˜ė ¤ź³ ķ•˜ėŠ” ķŒŒģ¼ģž…ė‹ˆė‹¤. - + Are you sure that you want to cancel and delete these files? ė‹¹ģ‹ ģ„ ģ·Øģ†Œķ•˜ź³  ķ•“ė‹¹ ķŒŒģ¼ģ„ ģ‚­ģ œķ•˜ź² ģŠµė‹ˆź¹Œ? @@ -12676,20 +13032,20 @@ p, li { white-space: pre-wrap; } - + Failed ģ‹¤ķŒØ - + Okay ģ¢‹ģ•„ģš” - + Waiting ėŒ€źø° @@ -12701,8 +13057,8 @@ p, li { white-space: pre-wrap; } - - + + Complete ģ™„ė£Œ @@ -12727,11 +13083,71 @@ p, li { white-space: pre-wrap; } ģ „ģ†” - + Uploading ģ—…ė”œė“œ + + TreeStyle_RDM + + + + FILE + ķŒŒģ¼ + + + + Files + ķŒŒģ¼ + + + + File + + + + + + DIR + ė””ė ‰ķ† ė¦¬ + + + + Friends Directories + ģ¹œźµ¬ ė””ė ‰ķ„°ė¦¬ + + + + My Directories + ė‚“ ė””ė ‰ķ† ė¦¬ + + + + Size + ķ¬źø° + + + + Age + ė‚˜ģ“ + + + + Friend + + + + + Share Type + ź³µģœ  ģœ ķ˜• + + + + What's new + ģ–“ė–¤ ģƒˆė”œģš“ģ“ģ•¼ + + TrustView @@ -12746,68 +13162,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust ģ‹ ė§ - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full ģ „ģ²“ - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12815,14 +13231,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_nl.ts b/retroshare-gui/src/lang/retroshare_nl.ts index fddd40bae..63dcf92ad 100644 --- a/retroshare-gui/src/lang/retroshare_nl.ts +++ b/retroshare-gui/src/lang/retroshare_nl.ts @@ -19,28 +19,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -747,92 +747,92 @@ 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... - + Browse - + Select Certificate - + Please choose a filename - - - - + + + + RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -840,52 +840,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide @@ -893,25 +899,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelDetails @@ -994,103 +1015,123 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubscribe - + Subscribe To Channel - + Subscribe - + Set all to read - + + Enable Auto-download + + + + Create Channel - + Unsubcribe To Channel - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1281,17 +1322,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1299,67 +1340,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend - + Details about your friend : - + Key validity: - + Email: - + Options - + Add friend to group: - + 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 @@ -1468,94 +1509,116 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Make Friend - + Certificate - + Cancel - + 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 - + Copy Peer @@ -1565,13 +1628,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend - - + + Sign GPG key @@ -1596,7 +1659,7 @@ p, li { white-space: pre-wrap; } - + OK @@ -2231,33 +2294,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2352,17 +2431,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2372,28 +2451,28 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg - + Close @@ -2424,17 +2503,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2674,7 +2753,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -2700,22 +2779,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name - + Not Rated - + No Comments @@ -2723,33 +2802,18 @@ p, li { white-space: pre-wrap; } DirectoriesPage - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - - Add Shared Directory - - - - + Set Incoming Directory - + Set Partials Directory @@ -2759,17 +2823,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -2777,32 +2841,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories - + Edit Share @@ -2932,37 +3006,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -2970,12 +3044,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3252,60 +3326,98 @@ p, li { white-space: pre-wrap; } + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3387,66 +3499,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3459,22 +3571,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3500,165 +3612,171 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Start New Thread - + 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; } @@ -3667,55 +3785,55 @@ p, li { white-space: pre-wrap; } - + Last Post - + Threaded View - + Flat View - - + + Date - - + + Title - + Start new Thread for Selected Forum - + Display - - + + 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; } @@ -3724,7 +3842,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3733,22 +3856,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum - + Print @@ -3762,22 +3885,22 @@ p, li { white-space: pre-wrap; } - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4013,28 +4136,28 @@ Fill in your GPG password when asked, to sign your new key. - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -4051,77 +4174,64 @@ Fill in your GPG password when asked, to sign your new key. - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4130,7 +4240,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4142,18 +4252,19 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - - Info + + + Your profile is associated to a GPG key - - Location: + + Info @@ -4200,17 +4311,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4294,17 +4410,17 @@ p, li { white-space: pre-wrap; } - + Title - + Description - + Reset @@ -5083,91 +5199,91 @@ p, li { white-space: pre-wrap; } MainWindow - + Network - + Friends - - + + Transfers - - + + Messages - - + + Channels - - + + Options - + Hide - + Show - + RetroShare - + RetroShare %1 a secure decentralised communication platform - + Search - + Files - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5176,211 +5292,211 @@ p, li { white-space: pre-wrap; } - + Show/Hide - + Status - + &Quit - + Chat - - - - - - You have %1 new messages - - - - - - - - %1 new messages - - - - - - - - %1 new message - - - - - You have %1 completed downloads - - - - - You have %1 completed download - - - - - %1 completed downloads - - - - - %1 completed download - - - - - Down: %1 (kB/s) - - - - - Up: %1 (kB/s) - - - - - %1 friend connected - - - - - %1 friends connected - - - - - Bandwidth Graph - - - - - Open Messenger - - - - - Internal Error - - - - - It seems to be an old RetroShare link. Please use copy instead. - - - - - The file link is malformed. - - - - - Minimize - - - - - Maximize - - - - - Links Cloud - - - - - Unfinished - - - - - Help - - - - - - Forums - - - - You have %1 new message + + You have %1 new messages - - Open Messages + + + + + %1 new messages - - Applications + + + + + %1 new message + + + + + You have %1 completed downloads + + + + + You have %1 completed download + + + + + %1 completed downloads + + + + + %1 completed download + + + + + Down: %1 (kB/s) + + + + + Up: %1 (kB/s) + + + + + %1 friend connected + + + + + %1 friends connected + + + + + Bandwidth Graph + + + + + Open Messenger + + + + + Internal Error + + + + + It seems to be an old RetroShare link. Please use copy instead. + + + + + The file link is malformed. + + + + + Minimize + + + + + Maximize + Links Cloud + + + + + Unfinished + + + + + Help + + + + + + Forums + + + + + + + + You have %1 new message + + + + + Open Messages + + + + + Applications + + + + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Add Friend - + Add a Friend Wizard - + Add Share - + Quit - - + + Quick Start Wizard - + SMPlayer - + Messenger @@ -5390,7 +5506,7 @@ p, li { white-space: pre-wrap; } - + About @@ -5399,7 +5515,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose @@ -5631,249 +5747,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -5952,266 +6068,307 @@ Do you want to save message ? MessagesDialog - - + + New Message - + Reply to Message - + Remove Message - + Print Document - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - - - + + + + Inbox - - - - + + + + Outbox - + Draft - - + + Sent - - - + + + From - - + + Subject - + Reply - + Reply all - + Foward - + Delete - + Compose - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset - + Attachments - - + + Date - + + Download all Recommended Files + + + + Subject: - + From: - + 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; text-decoration:none;"> @@ -6219,129 +6376,121 @@ p, li { white-space: pre-wrap; } - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - - <html><head><meta name="qrichtext" content="1" /><style type="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> - - - - + Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Print @@ -6671,14 +6820,14 @@ Right-click and select 'make friend' to be able to connect. - - + + Name - + Did I authenticated peer @@ -6689,7 +6838,7 @@ Right-click and select 'make friend' to be able to connect. - + Cert Id @@ -6703,12 +6852,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -6717,43 +6866,43 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + External ip address finder - + Create New Profile - + Create a new Profile - + Clear - + Did peer authenticated me @@ -6763,57 +6912,57 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -6885,6 +7034,11 @@ p, li { white-space: pre-wrap; } Remove All + + + Options + + NotifyPage @@ -7063,17 +7217,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -7343,12 +7497,6 @@ p, li { white-space: pre-wrap; } Remove Friend Location - - - - RetroShare - - News Feed @@ -7406,33 +7554,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -7448,32 +7601,32 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Add - + Status - + Italic - + Underline @@ -7487,184 +7640,180 @@ p, li { white-space: pre-wrap; } - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend - + Create new Profile - + Font - + Friends - + Group 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:400; font-style:normal;"> -<p style=" 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 - + Send - + Clear Chat History @@ -7969,188 +8118,193 @@ p, li { white-space: pre-wrap; } PopupChatDialog - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Close - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + Send - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -8158,39 +8312,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -8579,117 +8739,179 @@ p, li { white-space: pre-wrap; } QObject - - + + RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -8705,6 +8927,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -8746,15 +8973,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -8764,7 +8991,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -8775,7 +9002,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -8831,8 +9058,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -8874,7 +9101,12 @@ p, li { white-space: pre-wrap; } - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8885,7 +9117,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8897,27 +9129,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -8945,67 +9177,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General - + Directories - + Server - + Transfer - + Notify - + Security - + Message - + Forum - + Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -9029,79 +9261,27 @@ p, li { white-space: pre-wrap; } - RemoteDirModel + RetroshareDirModel - - Friends Directories - - - - - My Directories - - - - - Size - - - - - Share Type - - - - - What's new - - - - - Age - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - - FILE - - - - - Files - - - - - File - - - - - - DIR - - Rshare @@ -9169,32 +9349,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -9225,76 +9405,67 @@ p, li { white-space: pre-wrap; } SearchDialog - - + + Download - - Broadcast on Channel - - - - - Recommend to Friends - - - - + Remove - + Remove All - + Download Notice - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link + + + Copy RetroShare Link - - Send retroshare Link + + Send RetroShare Link - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - - + + Folder - + New RetroShare Link(s) @@ -9344,93 +9515,93 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name - + File Size - + Close all Search Resullts - + Download Selected - + Close All Search Results - + 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 @@ -9440,52 +9611,52 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Size - + Sources - + Type - + Age - + Hash - + KeyWords - + Results - + Search Id @@ -9847,30 +10018,46 @@ p, li { white-space: pre-wrap; } - + Remove - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -9940,7 +10127,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -9948,125 +10135,125 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -10080,47 +10267,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -10186,17 +10383,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -10259,39 +10456,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -10300,7 +10501,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -10638,7 +10839,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10647,7 +10848,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10656,15 +10857,73 @@ p, li { white-space: pre-wrap; } - + OK - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -10763,7 +11022,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -10809,17 +11068,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -10829,47 +11088,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed @@ -11169,27 +11433,37 @@ p, li { white-space: pre-wrap; } - + RetroShare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -11240,20 +11514,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -11265,8 +11539,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -11276,11 +11550,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -11295,68 +11629,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust - + is authenticated (one way) by - + authenticated himself - + authenticated each other - + is authenticated by - + authenticated - + Half - + Full - - + + peers, including him(her)self. - + Showing: peers connected to @@ -11364,14 +11698,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_pl.ts b/retroshare-gui/src/lang/retroshare_pl.ts index e7b2bab53..db89bbe67 100644 --- a/retroshare-gui/src/lang/retroshare_pl.ts +++ b/retroshare-gui/src/lang/retroshare_pl.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -921,32 +921,32 @@ 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... - + Browse Przeglądaj - + Select Certificate Wybierz certyfikat @@ -955,62 +955,62 @@ p, li { white-space: pre-wrap; } Certyfikaty (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1100,52 +1100,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download Pobieranie - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Ukryj @@ -1153,25 +1159,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1260,12 +1281,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel StwĆ³rz kanał - + Subscribe To Channel Subskrybuj kanał @@ -1287,97 +1308,117 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name Nazwa - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1594,17 +1635,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1634,62 +1675,62 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend TwĆ³rz znajomego - + Details about your friend : - + Key validity: - + Email: - + Options Opcje - + Add friend to group: - + 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: Nazwa: - + Loc: @@ -1698,7 +1739,7 @@ p, li { white-space: pre-wrap; } Kraj: - + Signers @@ -1706,7 +1747,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Anuluj @@ -1731,7 +1772,7 @@ p, li { white-space: pre-wrap; } Znak certyfikatu - + OK Ok @@ -1804,13 +1845,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend - - + + Sign GPG key @@ -1876,89 +1917,111 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Make Friend TwĆ³rz znajomego - + Certificate - + 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 - + Copy Peer @@ -2621,33 +2684,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2732,7 +2811,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Zamknij @@ -2747,17 +2826,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2767,23 +2846,23 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2814,17 +2893,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3151,7 +3230,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3177,22 +3256,22 @@ p, li { white-space: pre-wrap; } Anuluj - + Rating - + File Name Nazwa pliku - + Not Rated - + No Comments @@ -3228,17 +3307,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3246,32 +3325,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories WspĆ³Å‚dzielone katalogi - + Edit Share @@ -3280,33 +3369,18 @@ you plug it in. Przychodzące pliki - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse Przeglądaj - - Add Shared Directory - - - - + Set Incoming Directory - + Set Partials Directory @@ -3436,37 +3510,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3474,12 +3548,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3781,60 +3855,98 @@ p, li { white-space: pre-wrap; } Rozmiar + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + Rozmiar + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3916,66 +4028,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send Wyślij - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3988,22 +4100,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -4029,167 +4141,173 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Ukryj - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Data - - + + Title Tytuł - - + + Start New Thread @@ -4198,12 +4316,12 @@ p, li { white-space: pre-wrap; } Nowa Wiadomość - + 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; } @@ -4212,33 +4330,33 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4247,7 +4365,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4256,22 +4379,22 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Content - + Create Forum - + Print @@ -4285,32 +4408,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4548,72 +4671,53 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Nazwa - + Enter here your nickname - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Put a strong password here. This password protects your GPG key. - Location: - Lokalizacja: + Lokalizacja: - + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4622,7 +4726,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4634,12 +4738,23 @@ p, li { white-space: pre-wrap; } - + Email - + + + Your profile is associated to a GPG key + + + + + Location + Lokalizacja + + + Generate New Profile @@ -4648,12 +4763,12 @@ p, li { white-space: pre-wrap; } Wczytaj zaufany certyfikat (Opcjonalnie) - + Info - + Password Hasło @@ -4753,28 +4868,28 @@ Fill in your GPG password when asked, to sign your new key. Certyfikaty (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -4908,17 +5023,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -5002,17 +5122,17 @@ p, li { white-space: pre-wrap; } - + Title Tytuł - + Description - + Reset Reset @@ -5810,55 +5930,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Sieć - + Friends Znajomi - - + + Transfers Transfery - - + + Messages Wiadomości - - + + Channels Kanały - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5867,91 +5987,91 @@ p, li { white-space: pre-wrap; } - + Status Status - + Chat Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. @@ -5968,23 +6088,23 @@ p, li { white-space: pre-wrap; } Nieobecny - - + + Options Opcje - + Hide Ukryj - + Show Pokaż - + RetroShare Retroshare @@ -5998,33 +6118,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Dodaj znajomego - + Add a Friend Wizard - + Add Share Dodaj udostępniany - - + + Quick Start Wizard - + Search Szukaj - + Files Pliki @@ -6033,86 +6153,86 @@ p, li { white-space: pre-wrap; } Dodaj udostępniane katalogi - + Messenger Messenger - + Show/Hide Pokaż/Ukryj - + &Quit &Zamknij - - - - + + + + You have %1 new message - + Bandwidth Graph Wykres przepustowości łącza - + Open Messenger OtwĆ³rz Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help Pomoc - + About O - - + + Forums - + Open Messages - + Applications @@ -6121,27 +6241,27 @@ p, li { white-space: pre-wrap; } Ustawienia - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Quit - + SMPlayer @@ -6150,7 +6270,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Składać @@ -6386,249 +6506,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit &Zamknij - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6715,41 +6835,41 @@ Do you want to save message ? MessagesDialog - - + + New Message Nowa Wiadomość - + Reply to Message Odpowiedz na wiadomość - + Remove Message Usuń wiadomość - - + + Date Data - - - + + + From Z - + Size Rozmiar - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -6760,17 +6880,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:10pt; font-weight:600;">Rekomendowane pliki</span></p></body></html> - + Reply - + Reply all - + Foward @@ -6785,178 +6905,183 @@ 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;">usuń wybrane wiadomości</p></body></html> - + Delete - + Compose Składać - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset Reset - + Attachments - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Pobrane email - - - - + + + + Outbox Outbox email - + Draft Załącznik - - + + Sent Wysłane email - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... @@ -6985,12 +7110,12 @@ p, li { white-space: pre-wrap; } Pobierz wszystko - + Print Document - + File Name Nazwa pliku @@ -7003,153 +7128,181 @@ p, li { white-space: pre-wrap; } # - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Pobieranie - + Empty trash - + Hide Ukryj - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files Pliki - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - + + Subject - + Subject: - + From: - + 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 @@ -7817,8 +7970,8 @@ p, li { white-space: pre-wrap; } - - + + Name Nazwa @@ -7840,7 +7993,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Cert Id @@ -7900,7 +8053,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -7919,12 +8072,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7933,23 +8086,23 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + Did peer authenticated me @@ -7959,77 +8112,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -8138,6 +8291,11 @@ p, li { white-space: pre-wrap; } Remove All Usuń wszystko + + + Options + Opcje + NotifyDialog @@ -8335,17 +8493,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8565,7 +8723,7 @@ p, li { white-space: pre-wrap; } Certyfikaty (*.pqi) - + Status Status @@ -8689,12 +8847,6 @@ p, li { white-space: pre-wrap; } Available - - - - RetroShare - - News Feed @@ -8752,33 +8904,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8794,27 +8951,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send Wyślij - + Italic - + Underline @@ -8828,184 +8985,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Dodaj znajomego - + Create new Profile - + Font - + Friends Znajomi - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -9325,188 +9478,193 @@ p, li { white-space: pre-wrap; } PopupChatDialog - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Wyślij - + Close Zamknij - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9514,39 +9672,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9982,117 +10146,179 @@ p, li { white-space: pre-wrap; } Rozmiar - - + + RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -10108,6 +10334,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -10149,15 +10380,15 @@ p, li { white-space: pre-wrap; } - + Next > Następny> - - + + Exit @@ -10167,7 +10398,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -10178,7 +10409,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -10234,8 +10465,8 @@ p, li { white-space: pre-wrap; } - - + + < Back <Do tyłu @@ -10277,7 +10508,12 @@ p, li { white-space: pre-wrap; } Usuń - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10288,7 +10524,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10300,27 +10536,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -10348,67 +10584,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General GÅ‚Ć³wne - + Directories Katalogi - + Server Serwer - + Transfer - + Notify - + Security - + Message Wiadomość - + Forum - + Chat Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10438,81 +10674,40 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - Friends Directories - - - - - My Directories - - - - Size - Rozmiar - - - - Share Type - - - - - What's new - + Rozmiar Rank Rząd - - Age - + Files + Pliki + + + RetroshareDirModel - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Pliki - - - - File - - - - - - DIR - - Rshare @@ -10580,32 +10775,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10636,79 +10831,78 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources ŹrĆ³dła - + Results Rezultat - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Pobieranie - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link - - - - - Send retroshare Link - - - - Broadcast on Channel - Kanał rozsiewczy + Kanał rozsiewczy - Recommend to Friends - Zarekomenduj znajomemu + Zarekomenduj znajomemu - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Usuń - + Remove All Usuń wszystko - - + + Folder - + New RetroShare Link(s) @@ -10754,34 +10948,34 @@ p, li { white-space: pre-wrap; } Dokumenty - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size Rozmiar - + Type Typ @@ -10816,78 +11010,78 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name Nazwa pliku - + File Size - + 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 Szukaj - + Reset Reset @@ -10897,32 +11091,32 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Age - + Hash - + KeyWords - + Search Id @@ -11368,30 +11562,46 @@ p, li { white-space: pre-wrap; } - + Remove Usuń - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11461,7 +11671,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11469,8 +11679,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Pobieranie @@ -11497,119 +11707,119 @@ p, li { white-space: pre-wrap; } Wiadomość od znajomego - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11623,47 +11833,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset Reset - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11729,17 +11949,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11810,39 +12030,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11851,7 +12075,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -12205,7 +12429,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12214,7 +12438,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12223,15 +12447,73 @@ p, li { white-space: pre-wrap; } - + OK - + Cancel Anuluj + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Styl + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12338,7 +12620,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12384,17 +12666,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12404,47 +12686,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed Błąd wczytania certyfikatu @@ -12752,27 +13039,37 @@ p, li { white-space: pre-wrap; } - + RetroShare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -12835,20 +13132,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -12860,8 +13157,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -12876,11 +13173,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Pliki + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + Rozmiar + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -12895,68 +13252,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust Zaufaj - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12964,14 +13321,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_pt.ts b/retroshare-gui/src/lang/retroshare_pt.ts index e5764e2da..e40dc3c6d 100644 --- a/retroshare-gui/src/lang/retroshare_pt.ts +++ b/retroshare-gui/src/lang/retroshare_pt.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -865,32 +865,32 @@ 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... - + Browse - + Select Certificate Selecionar o certificado @@ -899,62 +899,62 @@ p, li { white-space: pre-wrap; } Certificados (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare Retroshare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1040,52 +1040,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide nĆ£o mostrar @@ -1093,25 +1099,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1196,12 +1217,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Create Channel - + Subscribe To Channel Subscrever Ć  canaleta @@ -1219,93 +1240,113 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - - Own Channels - - - - - Subscribed Channels + + Enable Auto-download - Popular Channels + Own Channels + Subscribed Channels + + + + + Popular Channels + + + + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1507,17 +1548,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1525,67 +1566,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Fazer o amigo - + Details about your friend : - + Key validity: - + Email: - + Options OpƧƵes - + Add friend to group: - + 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 @@ -1593,7 +1634,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Cancelamento @@ -1618,7 +1659,7 @@ p, li { white-space: pre-wrap; } Assinar o certificado - + OK APROVAƇƃO (OK) @@ -1702,23 +1743,45 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend - + Make Friend Fazer o amigo - + Certificate - - + + Sign GPG key @@ -1769,79 +1832,79 @@ p, li { white-space: pre-wrap; } - + 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 - + Copy Peer @@ -2496,33 +2559,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare Retroshare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2611,7 +2690,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Fim @@ -2626,17 +2705,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2646,23 +2725,23 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2693,17 +2772,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3034,7 +3113,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3060,22 +3139,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name Lima - nome - + Not Rated - + No Comments @@ -3107,17 +3186,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3125,32 +3204,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Shared Directories - + Edit Share @@ -3159,33 +3248,18 @@ you plug it in. Limas entrantes - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - - Add Shared Directory - - - - + Set Incoming Directory - + Set Partials Directory @@ -3315,37 +3389,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3353,12 +3427,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3653,60 +3727,98 @@ p, li { white-space: pre-wrap; } Lima - nome + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3788,66 +3900,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send Emitir - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3860,22 +3972,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3901,161 +4013,167 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide nĆ£o mostrar - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Data - - + + Start New Thread @@ -4064,12 +4182,12 @@ p, li { white-space: pre-wrap; } Mensagem nova - + 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; } @@ -4078,39 +4196,39 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4119,7 +4237,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4128,22 +4251,22 @@ p, li { white-space: pre-wrap; } - + Reset RestauraĆ§Ć£o - + Content - + Create Forum - + Print @@ -4157,32 +4280,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4398,77 +4521,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + PosiĆ§Ć£o + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4477,7 +4587,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4489,12 +4599,18 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - + + + Your profile is associated to a GPG key + + + + Info @@ -4584,36 +4700,31 @@ Fill in your GPG password when asked, to sign your new key. Certificados (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! - - - Location: - - GeneralDialog @@ -4727,17 +4838,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4821,17 +4937,17 @@ p, li { white-space: pre-wrap; } - + Title - + Description - + Reset RestauraĆ§Ć£o @@ -5848,55 +5964,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Rede - + Friends Bate-papo aos amigos - - + + Transfers TransferĆŖncias - - + + Messages Email-Mensagens - - + + Channels Canaletas - + Blogs - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5905,112 +6021,112 @@ p, li { white-space: pre-wrap; } - + Status - + Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options OpƧƵes - + Hide nĆ£o mostrar - + Show Mostra - + RetroShare Retroshare @@ -6024,33 +6140,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Amigo de Convidar o - + Add a Friend Wizard - + Add Share Adicionar a parte - - + + Quick Start Wizard - + Search Busca - + Files Limas @@ -6059,81 +6175,81 @@ p, li { white-space: pre-wrap; } Adicionar o diretĆ³rio compartilhado - + Show/Hide - + &Quit - - - - + + + + You have %1 new message - + Bandwidth Graph - + Open Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help Ajuda - + About Sobre - - + + Forums - + Open Messages - + Applications @@ -6142,32 +6258,32 @@ p, li { white-space: pre-wrap; } Ajustes - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Quit - + SMPlayer - + Messenger @@ -6176,7 +6292,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose CompĆ“r @@ -6408,249 +6524,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare Retroshare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6737,41 +6853,41 @@ Do you want to save message ? MessagesDialog - - + + New Message Mensagem nova - + Reply to Message - + Remove Message Remover a mensagem - - + + Date Data - - - + + + From De - + Size Tamanho - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -6779,17 +6895,17 @@ 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:10pt; font-weight:600;">Limas recomendadas</span></p></body></html> - + Reply - + Reply all - + Foward @@ -6801,178 +6917,183 @@ 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;">remover a mensagem selecionada </p></body></html> - + Delete - + Compose CompĆ“r - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset RestauraĆ§Ć£o - + Attachments - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Email-Inbox - - - - + + + + Outbox Email-Outbox - + Draft EsboƧo - - + + Sent Email-Emitido - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... @@ -6995,12 +7116,12 @@ p, li { white-space: pre-wrap; } Download tudo - + Print Document - + File Name Lima - nome @@ -7009,153 +7130,181 @@ p, li { white-space: pre-wrap; } Fontes - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Download - + Empty trash - + Hide nĆ£o mostrar - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files Limas - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - + + Subject - + Subject: - + From: - + 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 @@ -7697,8 +7846,8 @@ p, li { white-space: pre-wrap; } - - + + Name Nome @@ -7720,7 +7869,7 @@ p, li { white-space: pre-wrap; } - + Cert Id ID do certificado @@ -7780,7 +7929,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -7799,12 +7948,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7813,23 +7962,23 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + Did peer authenticated me @@ -7839,77 +7988,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -8011,6 +8160,11 @@ p, li { white-space: pre-wrap; } Remove All Remover tudo + + + Options + OpƧƵes + NotifyDialog @@ -8204,17 +8358,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8430,7 +8584,7 @@ p, li { white-space: pre-wrap; } Certificados (*.pqi) - + Status Status @@ -8571,10 +8725,8 @@ p, li { white-space: pre-wrap; } - - RetroShare - Retroshare + Retroshare @@ -8598,33 +8750,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8640,27 +8797,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send Emitir - + Italic - + Underline @@ -8674,184 +8831,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Amigo de Convidar o - + Create new Profile - + Font - + Friends Bate-papo aos amigos - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -9175,188 +9328,193 @@ p, li { white-space: pre-wrap; } Retroshare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Emitir - + Close Fim - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9364,39 +9522,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare Retroshare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9832,117 +9996,179 @@ p, li { white-space: pre-wrap; } Tamanho - - + + RetroShare Retroshare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -9958,6 +10184,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -9999,15 +10230,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -10017,7 +10248,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -10028,7 +10259,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -10084,8 +10315,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -10127,7 +10358,12 @@ p, li { white-space: pre-wrap; } Remover - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10138,7 +10374,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10150,27 +10386,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -10198,67 +10434,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General - + Directories DiretĆ³rios - + Server Peer - + Transfer - + Notify - + Security - + Message - + Forum - + Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10287,82 +10523,37 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - - Friends Directories - - - - - My Directories - - - - - Size - - - - - Share Type - - - - - What's new - - Rank Rank - - Age - + Files + Limas + + + RetroshareDirModel - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Limas - - - - File - - - - - - DIR - - Rshare @@ -10430,32 +10621,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10486,79 +10677,78 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Fontes - + Results Resultados - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Download - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link - - - - - Send retroshare Link - - - - Broadcast on Channel - TransmissĆ£o na canaleta + TransmissĆ£o na canaleta - Recommend to Friends - Recomendar aos amigos + Recomendar aos amigos - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Remover - + Remove All Remover tudo - - + + Folder - + New RetroShare Link(s) @@ -10601,34 +10791,34 @@ p, li { white-space: pre-wrap; } Originais - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size Tamanho - + Type Tipo @@ -10663,78 +10853,78 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name Lima - nome - + File Size - + 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 Busca - + Reset RestauraĆ§Ć£o @@ -10744,32 +10934,32 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Age - + Hash - + KeyWords - + Search Id @@ -11206,30 +11396,46 @@ p, li { white-space: pre-wrap; } - + Remove Remover - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11299,7 +11505,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11307,8 +11513,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Download @@ -11320,119 +11526,119 @@ 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;">Limas</span></p></body></html> - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11446,47 +11652,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset RestauraĆ§Ć£o - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11552,17 +11768,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11625,39 +11841,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11666,7 +11886,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -12020,7 +12240,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12029,7 +12249,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12038,15 +12258,73 @@ p, li { white-space: pre-wrap; } - + OK APROVAƇƃO (OK) - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12153,7 +12431,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12199,17 +12477,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12219,47 +12497,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed A carga do certificado falhou @@ -12561,27 +12844,37 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -12644,20 +12937,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -12669,8 +12962,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -12685,11 +12978,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Limas + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -12704,68 +13057,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust ConfianƧa - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12773,14 +13126,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_ru.ts b/retroshare-gui/src/lang/retroshare_ru.ts index 7d29d2304..475891c0c 100644 --- a/retroshare-gui/src/lang/retroshare_ru.ts +++ b/retroshare-gui/src/lang/retroshare_ru.ts @@ -33,28 +33,28 @@ Š·Š°Šŗрыть - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -931,32 +931,32 @@ 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... - + Browse Š’Ń‹Š±Š¾Ń€ фŠ°Š¹Š»Š° - + Select Certificate Š’Ń‹Š±ŠµŃ€ŠøтŠµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ @@ -965,62 +965,62 @@ p, li { white-space: pre-wrap; } Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Ń‹ (*.pqi /*.pem) - + Please choose a filename - - - - + + + + RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1154,52 +1154,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play Š˜Š³Ń€Š°Ń‚ŃŒ - + Remove Item Š£Š“Š°Š»Šøть эŠ»ŠµŠ¼ŠµŠ½Ń‚ - - + + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Š”Šŗрыт @@ -1207,7 +1213,7 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item Š£Š“Š°Š»Šøть эŠ»ŠµŠ¼ŠµŠ½Ń‚ @@ -1216,21 +1222,32 @@ p, li { white-space: pre-wrap; } сŠ²ŃŠ·Š°Š½Š¾ - New Channel - ŠŠ¾Š²Ń‹Š¹ ŠšŠ°Š½Š°Š» + + Unknown Channel + - + + New Channel + ŠŠ¾Š²Ń‹Š¹ ŠšŠ°Š½Š°Š» + + + + Updated Channel + + + + Subscribe to Channel - + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - + Channel Decscription @@ -1318,12 +1335,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Š”Š¾Š·Š“Š°Ń‚ŃŒ Channel - + Subscribe To Channel ŠŸŠ¾Š“ŠæŠøсŠŗŠ° Š½Š° ŠŗŠ°Š½Š°Š» @@ -1345,93 +1362,113 @@ p, li { white-space: pre-wrap; } - + Add Š”Š¾Š±Š°Š²Šøть - + Display ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - - Own Channels - - - - - Subscribed Channels + + Enable Auto-download - Popular Channels + Own Channels + Subscribed Channels + + + + + Popular Channels + + + + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1673,17 +1710,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1706,52 +1743,52 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend ŠžŠ±ŃŠŃŠ²Šøть Š“руŠ³Š¾Š¼ - + Details about your friend : - + Key validity: - + Email: - + Options - + Add friend to group: - + 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 @@ -1760,7 +1797,7 @@ p, li { white-space: pre-wrap; } Š”Š¾Š²ŠµŃ€ŠøŠµ: - + Name: Š˜Š¼Ń: @@ -1769,7 +1806,7 @@ p, li { white-space: pre-wrap; } ŠžŠ³Ń€.: - + Loc: ŠœŠµŃŃ‚Š¾: @@ -1778,7 +1815,7 @@ p, li { white-space: pre-wrap; } Š”трŠ°Š½Š°: - + Signers @@ -1786,7 +1823,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel ŠžŃ‚Š¼ŠµŠ½Š° @@ -1868,79 +1905,79 @@ p, li { white-space: pre-wrap; } Š”ŠæŠøсŠ¾Šŗ Š°Š“рŠµŃŠ¾Š² - + Apply and Close ŠŸŃ€ŠøŠ¼ŠµŠ½Šøть Šø Š·Š°Šŗрыть - - + + RetroShare - - + + Error : cannot get peer details. ŠžŃˆŠøŠ±ŠŗŠ°: Š½Šµ Š¼Š¾Š³Ńƒ ŠæŠ¾Š»ŃƒŃ‡Šøть сŠ¾Š²Š¾ŠŗуŠæŠ½Š¾ŃŃ‚ŃŒ Š“ŠµŃ‚Š°Š»ŠµŠ¹. - + Your key is signed by : Š’Š°Ńˆ ŠŗŠ»ŃŽŃ‡ ŠæŠ¾Š“ŠæŠøсŠ°Š½: - + Peer key is signed by : Peer ŠŗŠ»ŃŽŃ‡Š° ŠæŠ¾Š“ŠæŠøсŠ°Š»Šø: - + 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 Š°ŃƒŃ‚ŠµŠ½Ń‚ŠøфŠøцŠøрŠ¾Š²Š°Š½ Š¼Š½Šµ ŠŗŠ°Šŗ Šŗ Š“руŠ³Ńƒ Šø сŠ“ŠµŠ»Š°Š» Š·Š½Š°Šŗ Š¼Š¾ŠµŠ³Š¾ ŠŗŠ»ŃŽŃ‡Š° GPG - + Peer has not authenticated me as a friend and did not sign my GPG key Peer Š½Šµ Š°ŃƒŃ‚ŠµŠ½Ń‚ŠøфŠøцŠøрŠ¾Š²Š°Š½Š½Ń‹Ń… Š¼Š½Šµ ŠŗŠ°Šŗ Šŗ Š“руŠ³Ńƒ Šø Š½Šµ ŠæŠ¾Š“ŠæŠøсŠ°Š» Š¼Š¾Šµ ŠŗŠ»ŃŽŃ‡Š° GPG - + Signature Failure ŠžŃˆŠøŠ±ŠŗŠ° Š² ŠæŠ¾Š“ŠæŠøсŠø - + Maybe password is wrong ŠœŠ¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ, Š½ŠµŠæрŠ°Š²ŠøŠ»ŃŒŠ½Ń‹Š¹ ŠæŠ°Ń€Š¾Š»ŃŒ - + Copy Peer @@ -1965,13 +2002,35 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend Š—Š°ŠæрŠµŃ‚Šøть Š“руŠ³Ńƒ - - + + Sign GPG key Š’Š¾Š¹Ń‚Šø ŠŗŠ»ŃŽŃ‡Š° GPG @@ -2053,17 +2112,17 @@ p, li { white-space: pre-wrap; } Š’Š¾Š¹Ń‚Šø ŠŗŠ»ŃŽŃ‡Š° GPG - + Make Friend ŠŸŠ¾Š“руŠ¶Šøться - + Certificate - + OK @@ -2768,33 +2827,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + ŠžŃŃ‚Š°Š²ŃŒŃ‚Šµ фŠ°Š¹Š» Š¾ŃˆŠøŠ±Š¾Šŗ. + + + + Directory can't be dropped, only files are accepted. + ŠšŠ°Ń‚Š°Š»Š¾Š³ Š½Šµ Š¼Š¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ уŠ“Š°Š»ŠµŠ½, ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся тŠ¾Š»ŃŒŠŗŠ¾ фŠ°Š¹Š»Ń‹. + + + + File not found or file name not accepted. + Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½ ŠøŠ»Šø ŠøŠ¼Ń фŠ°Š¹Š»Š°, Š½Šµ ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся. + + + Add Extra File Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ - - + + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2895,7 +2970,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Š·Š°Šŗрыть @@ -2914,7 +2989,7 @@ p, li { white-space: pre-wrap; } Š¢ŠµŠ¼Š° фŠ¾Ń€ŃƒŠ¼Š° - + Attach File @@ -2923,12 +2998,12 @@ p, li { white-space: pre-wrap; } Š’стŠ°Š²Šøть ссыŠ»Šŗу RetroShare - + Forum Post Š¤Š¾Ń€ŃƒŠ¼ - + Sign Message Š’Ń‹Š²ŠµŃŠŗŠ° @@ -2938,23 +3013,23 @@ p, li { white-space: pre-wrap; } Š¢ŠµŠ¼Š° - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg ŠŸŠ¾Ń‡Ń‚Š¾Š²Ń‹Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя фŠ¾Ń€ŃƒŠ¼Š° @@ -2989,17 +3064,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. ŠžŃŃ‚Š°Š²ŃŒŃ‚Šµ фŠ°Š¹Š» Š¾ŃˆŠøŠ±Š¾Šŗ. - + File not found or file name not accepted. Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½ ŠøŠ»Šø ŠøŠ¼Ń фŠ°Š¹Š»Š°, Š½Šµ ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся. - + Directory can't be dropped, only files are accepted. ŠšŠ°Ń‚Š°Š»Š¾Š³ Š½Šµ Š¼Š¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ уŠ“Š°Š»ŠµŠ½, ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся тŠ¾Š»ŃŒŠŗŠ¾ фŠ°Š¹Š»Ń‹. @@ -3338,7 +3413,7 @@ p, li { white-space: pre-wrap; } - + Comments ŠšŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŠµŠ² @@ -3364,22 +3439,22 @@ p, li { white-space: pre-wrap; } ŠžŃ‚Š¼ŠµŠ½Š° - + Rating Š ŠµŠ¹Ń‚ŠøŠ½Š³ - + File Name Š˜Š¼Ń фŠ°Š¹Š»Š° - + Not Rated ŠŠµŃ‚ Š¾Ń†ŠµŠ½ŠŗŠø - + No Comments ŠŠµŃ‚ ŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŠµŠ² @@ -3419,17 +3494,17 @@ p, li { white-space: pre-wrap; } Š’Ń…Š¾Š“ящŠøŠ¹ ŠŗŠ°Ń‚Š°Š»Š¾Š³ - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3437,31 +3512,41 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache + + + Auto-check shared directories every + + + + + minute(s) + + Partials Direcrtory чŠ°ŃŃ‚ŠøчŠ½Ń‹Ń… ŠŗŠ°Ń‚Š°Š»Š¾Š³Š° - + Shared Directories ŠžŠ±Ń‰ŠøŠµ сŠæрŠ°Š²Š¾Ń‡Š½ŠøŠŗŠø @@ -3470,7 +3555,7 @@ you plug it in. ŠŠ²Ń‚Š¾Š¼Š°Ń‚ŠøчŠµŃŠŗŠ¾Šµ Š“Š¾Š»ŃŽ Š²Ń…Š¾Š“ящŠøх ŠŗŠ°Ń‚Š°Š»Š¾Š³Š° (рŠµŠŗŠ¾Š¼ŠµŠ½Š“Š¾Š²Š°Š½Š¾) - + Edit Share Š˜Š·Š¼ŠµŠ½Šøть Share @@ -3479,33 +3564,30 @@ you plug it in. Š’Ń…Š¾Š“ящŠøŠµ фŠ°Š¹Š»Ń‹ - Add a Share Directory - Š”Š¾Š±Š°Š²Šøть ŠžŃ‚Šŗрыть ŠŗŠ°Ń‚Š°Š»Š¾Š³ + Š”Š¾Š±Š°Š²Šøть ŠžŃ‚Šŗрыть ŠŗŠ°Ń‚Š°Š»Š¾Š³ - Remove Shared Directory - Š£Š“Š°Š»Šøть Š¾Š±Ń‰ŠøŠ¹ ŠŗŠ°Ń‚Š°Š»Š¾Š³ + Š£Š“Š°Š»Šøть Š¾Š±Ń‰ŠøŠ¹ ŠŗŠ°Ń‚Š°Š»Š¾Š³ - - + + Browse Š’Ń‹Š±Š¾Ń€ фŠ°Š¹Š»Š° - Add Shared Directory - Š”Š¾Š±Š°Š²Šøть рŠ°Š·Š“ŠµŠ»ŃŠµŠ¼ŃƒŃŽ ŠæŠ°ŠæŠŗу + Š”Š¾Š±Š°Š²Šøть рŠ°Š·Š“ŠµŠ»ŃŠµŠ¼ŃƒŃŽ ŠæŠ°ŠæŠŗу - + Set Incoming Directory Š—Š°Š“Š°Ń‚ŃŒ Š²Ń…Š¾Š“ящŠøŠ¹ ŠŗŠ°Ń‚Š°Š»Š¾Š³ - + Set Partials Directory Š—Š°Š“Š°Ń‚ŃŒ чŠ°ŃŃ‚ŠøчŠ½Ń‹Ń… ŠŗŠ°Ń‚Š°Š»Š¾Š³Š° @@ -3635,37 +3717,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: Š¢ŠµŠ¼Š°: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3673,12 +3755,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3969,60 +4051,98 @@ p, li { white-space: pre-wrap; } %1 KB + + FlatStyle_RDM + + + Friends Directories + Š”Ń€ŃƒŠ·ŃŒŃ ŠšŠ°Ń‚Š°Š»Š¾Š³Šø + + + + My Directories + ŠœŠ¾Ń ŠšŠ°Ń‚Š°Š»Š¾Š³Šø + + + + Size + + + + + Age + Š’Š¾Š·Ń€Š°ŃŃ‚ + + + + Friend + + + + + Share Type + Š¢ŠøŠæ Š°ŠŗцŠøŠø + + + + Directory + ŠšŠ°Ń‚Š°Š»Š¾Š³ + + 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 *** @@ -4104,66 +4224,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item Š£Š“Š°Š»Šøть эŠ»ŠµŠ¼ŠµŠ½Ń‚ - + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - - - + + + Subject: - + Unsubscribe To Forum - + Reply ŠžŃ‚Š²ŠµŃ‚ - + Send ŠžŃ‚ŠæрŠ°Š²Šøть - + Signed ŠŸŠ¾Š“ŠæŠøсь - + Forum Post Š¤Š¾Ń€ŃƒŠ¼ - + Unknown Forum Post - - - + + + Anonymous ŠŠ½Š¾Š½ŠøŠ¼ - + In Reply to - + Please give a Text Message @@ -4176,7 +4296,7 @@ p, li { white-space: pre-wrap; } - + Remove Item Š£Š“Š°Š»Šøть эŠ»ŠµŠ¼ŠµŠ½Ń‚ @@ -4185,17 +4305,17 @@ p, li { white-space: pre-wrap; } сŠ²ŃŠ·Š°Š½Š¾ - + Subscribe to Forum ŠŸŠ¾Š“ŠæŠøсŠ°Ń‚ŃŒŃŃ Š½Š° фŠ¾Ń€ŃƒŠ¼ - + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - + Forum Description @@ -4221,57 +4341,63 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum ŠŸŠ¾Š“ŠæŠøсŠ°Ń‚ŃŒŃŃ Š½Š° фŠ¾Ń€ŃƒŠ¼ - + Unsubscribe to Forum ŠžŃ‚ŠŗŠ°Š· Š¾Ń‚ ŠæŠ¾Š“ŠæŠøсŠŗŠø Š½Š° фŠ¾Ń€ŃƒŠ¼ - + New Forum ŠŠ¾Š²Ń‹Š¹ фŠ¾Ń€ŃƒŠ¼ - + Show Forum Details ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ фŠ¾Ń€ŃƒŠ¼Š° ŠŸŠ¾Š“рŠ¾Š±Š½Š¾ŃŃ‚Šø - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply ŠžŃ‚Š²ŠµŃ‚ - + Reply to Author ŠžŃ‚Š²ŠµŃ‚Šøть Š°Š²Ń‚Š¾Ń€Ńƒ - + Expand all Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š²ŃŠµ - + Collapse all Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š²ŃŠµ - + AUTHD @@ -4280,94 +4406,94 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾ŠæуŠ»ŃŃ€Š½Š¾ŃŃ‚ŃŒ: - + Your Forums Š’Š°ŃˆŠø фŠ¾Ń€ŃƒŠ¼Ń‹ - + Subscribed Forums ŠŸŠ¾Š“ŠæŠøсŠŗŠ° Š¤Š¾Ń€ŃƒŠ¼ - + Popular Forums ŠŸŠ¾ŠæуŠ»ŃŃ€Š½Ń‹Šµ фŠ¾Ń€ŃƒŠ¼Ń‹ - + Other Forums Š”Ń€ŃƒŠ³ŠøŠµ фŠ¾Ń€ŃƒŠ¼Ń‹ - - + + Mark as read - - + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Š”Šŗрыт - + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - - + + Anonymous ŠŠ½Š¾Š½ŠøŠ¼ - - + + signed ŠæŠ¾Š“ŠæŠøсŠ°Š½Š¾ - - + + none Š½ŠøŠŗŠ°ŠŗŠ¾Š¹ - - + + RetroShare - + No Forum Selected! ŠŠµŃ‚ Š¤Š¾Ń€ŃƒŠ¼Š° Š—Š°ŠŗŠ»Š°Š“ŠŗŠø! - + You cant reply a Anonymous Author Š’Ń‹ Š½Š°ŠŗŠ»Š¾Š½ŃŃŽ Š¾Ń‚Š²ŠµŃ‚ Š°Š½Š¾Š½ŠøŠ¼Š½Š¾Š³Š¾ Š°Š²Ń‚Š¾Ń€Š° @@ -4396,14 +4522,14 @@ p, li { white-space: pre-wrap; } ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». - - + + Date чŠ°ŃŃ‹ - - + + Start New Thread ŠŠ°Ń‡Š°Ń‚ŃŒ Š½Š¾Š²Š¾Šµ Š¾Š±ŃŃƒŠ¶Š“ŠµŠ½ŠøŠµ @@ -4412,7 +4538,7 @@ p, li { white-space: pre-wrap; } ŠŠ¾Š²Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Add Š”Š¾Š±Š°Š²Šøть @@ -4445,7 +4571,7 @@ p, li { white-space: pre-wrap; } 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; } @@ -4458,39 +4584,39 @@ 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;">Š¤Š¾Ń€ŃƒŠ¼:</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; } @@ -4503,7 +4629,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:10pt; font-weight:600;">тŠµŠ¼Š°:</span></p></body></html> - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4512,22 +4643,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum Š”Š¾Š·Š“Š°Ń‚ŃŒ фŠ¾Ń€ŃƒŠ¼ - + Print Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ @@ -4545,32 +4676,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-family:'Arial'; font-weight:600;">Š¤Š¾Ń€ŃƒŠ¼</span></p></body></html> - + Start new Thread for Selected Forum - + Display ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøтŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæрŠ¾ŃŠ¼Š¾Ń‚Ń€ @@ -4790,77 +4921,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4869,7 +4987,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4881,12 +4999,18 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - + + + Your profile is associated to a GPG key + + + + Info @@ -4980,28 +5104,28 @@ Fill in your GPG password when asked, to sign your new key. Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Ń‹ (*.pqi /*.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -5009,11 +5133,6 @@ Fill in your GPG password when asked, to sign your new key. Name: Š˜Š¼Ń: - - - Location: - - GeneralDialog @@ -5142,17 +5261,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -5236,17 +5360,17 @@ p, li { white-space: pre-wrap; } - + Title ŠŠ°Š·Š²Š°Š½ŠøŠµ - + Description ŠžŠæŠøсŠ°Š½ŠøŠµ - + Reset @@ -6077,35 +6201,35 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Š”ŠµŃ‚ŃŒ - + Friends Š”Ń€ŃƒŠ·ŃŒŃ - - + + Transfers ŠŸŠµŃ€ŠµŠ“Š°Ń‡Š° - - + + Messages Š”Š¾Š¾Š±Ń‰ŠµŠ½Šøя - - + + Channels ŠšŠ°Š½Š°Š»Ń‹ - + Blogs Š‘Š»Š¾Š³Šø @@ -6114,28 +6238,28 @@ p, li { white-space: pre-wrap; } Š’Ń‹ ŠµŃŃ‚ŃŒ Š½Š¾Š²Ń‹Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя - + Internal Error - - + + Options ŠžŠæцŠøŠø - + Hide Š”Šŗрыт - + Show ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ - + RetroShare Retroshare @@ -6149,33 +6273,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Š”Š¾Š±Š°Š²Šøть Š“руŠ³Š° - + Add a Friend Wizard Š”Š¾Š±Š°Š²Šøть Š“руŠ³Š° Š¼Š°ŃŃ‚ŠµŃ€Š° - + Add Share Š”Š¾Š±Š°Š²Šøть рŠ°Š·Š“ŠµŠ»ŃŠµŠ¼Ń‹Š¹ ŠŗŠ°Ń‚Š°Š»Š¾Š³ - - + + Quick Start Wizard Master bystr - + Search ŠŸŠ¾ŠøсŠŗ - + Files Š¤Š°Š¹Š»Ń‹ @@ -6184,55 +6308,55 @@ p, li { white-space: pre-wrap; } Š”Š¾Š±Š°Š²Šøть рŠ°Š·Š“ŠµŠ»ŃŠµŠ¼ŃƒŃŽ Š“ŠøрŠµŠŗтŠ¾Ń€Šøю - + Messenger ŠœŠµŃŃŠµŠ½Š“Š¶ŠµŃ€ - + Show/Hide ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ / Š”Šŗрыть - + &Quit &Š’Ń‹Ń…Š¾Š“ - - - - + + + + You have %1 new message - + Bandwidth Graph ŠæрŠ¾ŠæусŠŗŠ½Š°Ń сŠæŠ¾ŃŠ¾Š±Š½Š¾ŃŃ‚ŃŒ Š³Ń€Š°Ń„Š° - + Open Messenger ŠžŃ‚ŠŗрытŠ¾ ŠœŠµŃŃŠµŠ½Š“Š¶ŠµŃ€ - + Minimize ŠœŠøŠ½ŠøŠ¼ŠøŠ·ŠøрŠ¾Š²Š°Ń‚ŃŒ - + Maximize Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - + Links Cloud ŠžŠ±Š»Š°ŠŗŠ¾ ссыŠ»Š¾Šŗ - + Unfinished Š•Ń‰Šµ Š½Šµ Š³Š¾Ń‚Š¾Š²Š¾ @@ -6241,17 +6365,17 @@ p, li { white-space: pre-wrap; } Š”ŠŗŠ°Ń‡ŠŗŠ°: 0.0 | Š—Š°ŠŗŠ°Ń‡ŠŗŠ°: 0.0 - + SMPlayer SMPlayer - + Help ŠŸŠ¾Š¼Š¾Ń‰ŃŒ - + About Šž ŠæрŠ¾Š³Ń€Š°Š¼Š¼Šµ @@ -6260,33 +6384,33 @@ p, li { white-space: pre-wrap; } ŠŠ¾Š²Š¾ŃŃ‚Šø ŠŗŠ¾Ń€Š¼Šøть - - + + Forums Š¤Š¾Ń€ŃƒŠ¼ - + RetroShare %1 a secure decentralised communication platform - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -6295,96 +6419,96 @@ p, li { white-space: pre-wrap; } - + Status - + Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Open Messages ŠžŃ‚ŠŗрытŠ¾ Š”Š¾Š¾Š±Ń‰ŠµŠ½ŠøŠ¹ - + Applications ŠŸŃ€ŠøŠ¼ŠµŠ½ŠµŠ½Šøя - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». @@ -6405,22 +6529,22 @@ p, li { white-space: pre-wrap; } ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø - + Plugins ŠŸŠ»Š°Š³ŠøŠ½Ń‹ - + Really quit ? ŠŠµ ушŠµŠ»? - + Do you really want to exit RetroShare ? Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøтŠµŠ»ŃŒŠ½Š¾ хŠ¾Ń‚ŠøтŠµ Š²Ń‹Š¹Ń‚Šø RetroShare? - + Quit Š’Ń‹Ń…Š¾Š“ @@ -6429,7 +6553,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose ŠŠ°ŠæŠøсŠ°Ń‚ŃŒ @@ -6665,18 +6789,18 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? @@ -6686,232 +6810,232 @@ Do you want to save message to draft box? ŠŠ°ŠæŠøсŠ°Ń‚ŃŒ: - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Š¾ - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) HTML-фŠ°Š¹Š»Ń‹ (*. HTM *. HTML), Š²ŃŠµ фŠ°Š¹Š»Ń‹ (*) - + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... - + Print Document Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ Š“Š¾ŠŗуŠ¼ŠµŠ½Ń‚ - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ - - + + Drop file error. ŠžŃŃ‚Š°Š²ŃŒŃ‚Šµ фŠ°Š¹Š» Š¾ŃˆŠøŠ±Š¾Šŗ. - + Directory can't be dropped, only files are accepted. ŠšŠ°Ń‚Š°Š»Š¾Š³ Š½Šµ Š¼Š¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ уŠ“Š°Š»ŠµŠ½, ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся тŠ¾Š»ŃŒŠŗŠ¾ фŠ°Š¹Š»Ń‹. - + File not found or file name not accepted. Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½ ŠøŠ»Šø ŠøŠ¼Ń фŠ°Š¹Š»Š°, Š½Šµ ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся. @@ -6998,41 +7122,41 @@ Do you want to save message ? MessagesDialog - - + + New Message ŠŠ¾Š²Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Reply to Message ŠžŃ‚Š²ŠµŃ‚Šøть Š½Š° сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Remove Message Š£Š“Š°Š»Šøть сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - - + + Date чŠ°ŃŃ‹ - - - + + + From рŠ°Š·Š¾ŃŠ»Š°Š½ - + Size 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;"> @@ -7040,17 +7164,17 @@ 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:10pt; font-weight:600;">Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“уŠµŠ¼ Š¤Š°Š¹Š»Ń‹</span></p></body></html> - + Reply ŠžŃ‚Š²ŠµŃ‚ - + Reply all ŠžŃ‚Š²ŠµŃ‚Šøть Š²ŃŠµŠ¼ - + Foward Š’ŠæŠµŃ€ŠµŠ“ @@ -7062,178 +7186,183 @@ 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;">уŠ“Š°Š»Šøть Š²Ń‹Š±Ń€Š°Š½Š½Ń‹Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя</p></body></html> - + Delete Š£Š“Š°Š»Šøть - + Compose ŠŠ°ŠæŠøсŠ°Ń‚ŃŒ - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ - + Reset Š”Š±Ń€Š¾ŃŠøть - + Attachments Š’Š»Š¾Š¶ŠµŠ½Šøя - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Š’Ń…Š¾Š“ящŠøŠµ - - - - + + + + Outbox Š˜ŃŃ…Š¾Š“ящŠøŠµ - + Draft Š”ŠøŠ·Š°Š¹Š½ Š½ŠµŠ¾Ń‚ŠæрŠ°Š²Š»ŠµŠ½Š½Ń‹Ń… (draft) - - + + Sent ŠžŃ‚ŠæрŠ°Š²Š»ŠµŠ½Š¾ - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... ŠŸŠµŃ‡Š°Ń‚ŃŒ ... - + Print Preview ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøтŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæрŠ¾ŃŠ¼Š¾Ń‚Ń€ - - + + Buttons Icon Only ŠšŠ½Š¾ŠæŠŗŠø тŠ¾Š»ŃŒŠŗŠ¾ Š·Š½Š°Ń‡Š¾Šŗ - + Buttons Text Beside Icon ŠšŠ½Š¾ŠæŠŗŠø Š¢ŠµŠŗст ŠšŃ€Š¾Š¼Šµ Icon - + Buttons with Text ŠšŠ½Š¾ŠæŠŗŠø с тŠµŠŗстŠ¾Š¼ - + Buttons Text Under Icon ŠšŠ½Š¾ŠæŠŗŠø тŠµŠŗст ŠæŠ¾Š“ ŠøŠŗŠ¾Š½Ń‹ - + Set Text Under Icon Š£ŃŃ‚Š°Š½Š¾Š²Šøть тŠµŠŗст ŠæŠ¾Š“ ŠøŠŗŠ¾Š½Ń‹ - + Save As... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... @@ -7256,7 +7385,7 @@ p, li { white-space: pre-wrap; } Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Š’сŠµ - + Print Document Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ Š“Š¾ŠŗуŠ¼ŠµŠ½Ń‚ @@ -7265,67 +7394,103 @@ p, li { white-space: pre-wrap; } Š˜ŃŃ‚Š¾Ń‡Š½ŠøŠŗŠø - + Forward selected Message ŠŸŠµŃ€ŠµŃŠ»Š°Ń‚ŃŒ Š²Ń‹Š±Ń€Š°Š½Š½Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Remove Messages Š£Š“Š°Š»Šøть сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Forward Message ŠŸŠµŃ€ŠµŃŠ»Š°Ń‚ŃŒ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ - + Empty trash - + + Click to sort by to + + + + File - + Files Š¤Š°Š¹Š»Ń‹ @@ -7334,24 +7499,24 @@ p, li { white-space: pre-wrap; } ŠŠ°ŠæŠøсŠ°Ń‚ŃŒ: - + Hide Š”Šŗрыт - + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - - - + + + Drafts - + To @@ -7384,43 +7549,43 @@ p, li { white-space: pre-wrap; } ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». - + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... - + HTML-Files (*.htm *.html);;All Files (*) HTML-фŠ°Š¹Š»Ń‹ (*. HTM *. HTML), Š²ŃŠµ фŠ°Š¹Š»Ń‹ (*) - - - - - + + + + + Total: - - + + Reply to All ŠžŃ‚Š²ŠµŃ‚Šøть Š²ŃŠµŠ¼ - - + + Subject Š¢ŠµŠ¼Š° - + Subject: Š¢ŠµŠ¼Š°: - + From: Š¾Ń‚: @@ -7429,33 +7594,32 @@ p, li { white-space: pre-wrap; } Š”Š²ŠøŠ“Š°Š½ŠøŠµ: - + 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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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> - + File Name Š˜Š¼Ń фŠ°Š¹Š»Š° - + Hash Š„эш - + Print Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ @@ -8104,8 +8268,8 @@ p, li { white-space: pre-wrap; } - - + + Name Š˜Š¼Ń @@ -8127,7 +8291,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Š”ŠµŃ€Ń‚ ID @@ -8155,7 +8319,7 @@ p, li { white-space: pre-wrap; } - + Did peer authenticated me Š Š°Š·Š²Šµ сŠ¾Š²Š¾ŠŗуŠæŠ½Š¾ŃŃ‚ŃŒ Authenticated Š¼Š½Šµ @@ -8169,12 +8333,12 @@ p, li { white-space: pre-wrap; } - + Peer ID - + Show keys that are not validated by the GPG web of trust ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŠŗŠ»ŃŽŃ‡ŠµŠ¹, ŠŗŠ¾Ń‚Š¾Ń€Ń‹Šµ Š½Šµ ŠæрŠ¾Š²ŠµŃ€ŃŃŽŃ‚ся Š½Š° Š²ŠµŠ± GPG Š“Š¾Š²ŠµŃ€Šøя @@ -8188,7 +8352,7 @@ p, li { white-space: pre-wrap; } ŠšŠ°Ń€Ń‚Š° сŠµŃ‚Šø - + Clear ŠžŃ‡ŠøстŠøть @@ -8270,7 +8434,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -8285,12 +8449,12 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8299,77 +8463,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 @@ -8475,6 +8639,11 @@ p, li { white-space: pre-wrap; } Remove All + + + Options + + NotifyDialog @@ -8680,17 +8849,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8967,7 +9136,7 @@ p, li { white-space: pre-wrap; } Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Ń‹ (*. pqi) - + Status Š”Š¾ŃŃ‚Š¾ŃŠ½ŠøŠµ @@ -9113,12 +9282,6 @@ Do you want to send them a Message instead Š’Š°Ńˆ Š“руŠ³ фŠ¾Ń€ŃƒŠ¼Š° Š’Ń‹ хŠ¾Ń‚ŠøтŠµ, чтŠ¾Š±Ń‹ Š¾Ń‚ŠæрŠ°Š²Šøть ŠøŠ¼ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ, Š° Š½Šµ - - - - RetroShare - - Do you want to remove this Friend? @@ -9138,7 +9301,7 @@ Do you want to send them a Message instead ŠŠ¾Š²Ń‹Š¹ ŠšŠ°Š½Š°Š» - + Add Extra File Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ @@ -9167,18 +9330,18 @@ Do you want to send them a Message instead ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». - - + + Drop file error. ŠžŃŃ‚Š°Š²ŃŒŃ‚Šµ фŠ°Š¹Š» Š¾ŃˆŠøŠ±Š¾Šŗ. - + File not found or file name not accepted. Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½ ŠøŠ»Šø ŠøŠ¼Ń фŠ°Š¹Š»Š°, Š½Šµ ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся. - + Directory can't be dropped, only files are accepted. ŠšŠ°Ń‚Š°Š»Š¾Š³ Š½Šµ Š¼Š¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ уŠ“Š°Š»ŠµŠ½, ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся тŠ¾Š»ŃŒŠŗŠ¾ фŠ°Š¹Š»Ń‹. @@ -9240,22 +9403,27 @@ Do you want to send them a Message instead - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... - + Text File (*.txt );;All Files (*) @@ -9269,12 +9437,12 @@ Do you want to send them a Message instead Š§Š°Ń‚ Š² Š³Ń€ŃƒŠæŠæŠµ: - + Italic ŠšŃƒŃ€ŃŠøŠ² - + Underline ŠŸŠ¾Š“чŠµŃ€ŠŗŠ½ŃƒŃ‚ŃŒ @@ -9292,7 +9460,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-weight:600;">Š”Ń€ŃƒŠ·ŃŒŃ</span></p></body></html> - + Add Š”Š¾Š±Š°Š²Šøть @@ -9301,12 +9469,12 @@ p, li { white-space: pre-wrap; } ŠæрятŠ°Ń‚ŃŒ сŠ²ŃŠ·Š°Š½Š½Ń‹Š¼ - + Add or Change your Avatar Š”Š¾Š±Š°Š²Šøть ŠøŠ»Šø ŠøŠ·Š¼ŠµŠ½Šøть Avatar - + Edit Personal message ŠŸŃ€Š°Š²Šøть Š›ŠøчŠ½Ń‹Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя @@ -9315,7 +9483,7 @@ p, li { white-space: pre-wrap; } Live чŠ°Ń‚ - + Bold Š–ŠøрŠ½Ń‹Š¼ @@ -9324,13 +9492,13 @@ p, li { white-space: pre-wrap; } Š”Š¾Š·Š“Š°Ń‚ŃŒ фŠ¾Ń€ŃƒŠ¼ - - + + Create new Forum Š”Š¾Š·Š“Š°Ń‚ŃŒ фŠ¾Ń€ŃƒŠ¼ - + F @@ -9339,92 +9507,92 @@ p, li { white-space: pre-wrap; } Š”Š¾Š·Š“Š°Ń‚ŃŒ Š½Š¾Š²Ń‹Š¹ ŠŗŠ°Š½Š°Š» - + Display ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ - + Messages entered here are sent to all collected friends - - + + Create new Channel Š”Š¾Š·Š“Š°Ń‚ŃŒ Š½Š¾Š²Ń‹Š¹ ŠŗŠ°Š½Š°Š» - + C - + Add your Avatar Picture Š”Š¾Š±Š°Š²Šøть ŠŠ²Š°Ń‚Š°Ń€ Š¤Š¾Ń‚Š¾ - + A - + Set your Personal Message Š—Š°Š“Š°Ń‚ŃŒ Š’Š°ŃˆŠµ Š»ŠøчŠ½Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Edit your status Message Š˜Š·Š¼ŠµŠ½Šøть сŠ²Š¾Š¹ стŠ°Ń‚ŃƒŃ - + Browse Message History - + Browse History - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order Š”Š¾Ń€Ń‚ŠøрŠ¾Š²Š°Ń‚ŃŒ уŠ±Ń‹Š²Š°Š½Šøю - - + + Sort Ascending Order Š”Š¾Ń€Ń‚ŠøрŠ¾Š²ŠŗŠ° ŠæŠ¾ Š²Š¾Š·Ń€Š°ŃŃ‚Š°Š½Šøю Š·Š°ŠŗŠ°Š·Š° - + Delete Chat History - + Deletes all stored and displayed chat history @@ -9433,76 +9601,76 @@ p, li { white-space: pre-wrap; } ŠžŃ‚ŠŗŠ»ŃŽŃ‡Šøть сŠ¼Š°Š¹Š»ŠøŠŗŠø - - + + Save Chat History - + Hide Offline Friends Š”Šŗрыть Š·Š½Š°ŠŗŠ¾Š¼Ń‹Ń… - + Hide Status Column + Text Color - Š¦Š²ŠµŃ‚ тŠµŠŗстŠ° + Š¦Š²ŠµŃ‚ тŠµŠŗстŠ° - + Add Friend Š”Š¾Š±Š°Š²Šøть Š“руŠ³Š° - + Create new Profile Š”Š¾Š·Š“Š°Š½ŠøŠµ Š½Š¾Š²Š¾Š³Š¾ ŠæрŠ¾Ń„ŠøŠ»Ń - + Font ŠØрŠøфт - + Friends Š”Ń€ŃƒŠ·ŃŒŃ - + Group 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:400; font-style:normal;"> <p style=" 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> - <!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;">устŠ°Š½Š¾Š²Šøть цŠ²ŠµŃ‚ тŠµŠŗстŠ°</span></p></body></html> - + Attach File - + Send ŠžŃ‚ŠæрŠ°Š²Šøть - + Clear Chat History ŠžŃ‡ŠøстŠøть ŠøстŠ¾Ń€Šøю @@ -9834,127 +10002,137 @@ p, li { white-space: pre-wrap; } Š”Ń€ŃƒŠ³ Š½Šµ ŠžŠ½Š»Š°Š¹Š½ - + Your Friend is offline Do you want to send them a Message instead Š’Š°Ńˆ Š“руŠ³ фŠ¾Ń€ŃƒŠ¼Š° Š’Ń‹ хŠ¾Ń‚ŠøтŠµ, чтŠ¾Š±Ń‹ Š¾Ń‚ŠæрŠ°Š²Šøть ŠøŠ¼ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ, Š° Š½Šµ - + Friend not Online - + is typing... - + Hide Avatar Š”Šŗрыть ŠŠ²Š°Ń‚Š°Ń€Š° - + Messages you send will be delivered after Friend is again Online - + Show Avatar ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŠŠ²Š°Ń‚Š°Ń€Š° - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - - + + Bold Š–ŠøрŠ½Ń‹Š¼ - - + + Underline ŠŸŠ¾Š“чŠµŃ€ŠŗŠ½ŃƒŃ‚ŃŒ - - + + Italic ŠšŃƒŃ€ŃŠøŠ² - + + Font + ŠØрŠøфт + + + Text Color Š¦Š²ŠµŃ‚ тŠµŠŗстŠ° - + Clear Chat History ŠžŃ‡ŠøстŠøть ŠøстŠ¾Ń€Šøю - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Send ŠžŃ‚ŠæрŠ°Š²Šøть @@ -9963,7 +10141,7 @@ Do you want to send them a Message instead RetroShare - ŠšŠ¾Š“ŠøрŠ¾Š²Š°Š½Š½Ń‹Šµ Š§Š°Ń‚ - + Close Š·Š°Šŗрыть @@ -9980,38 +10158,33 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-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> - - Set Font - - - - + Attach a Picture - + Strike - + Disable Emoticons ŠžŃ‚ŠŗŠ»ŃŽŃ‡Šøть сŠ¼Š°Š¹Š»ŠøŠŗŠø - - + + Save Chat History - + Clear offline messages - + Add Extra File Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ @@ -10036,23 +10209,23 @@ p, li { white-space: pre-wrap; } ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». - - + + 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 @@ -10060,39 +10233,45 @@ p, li { white-space: pre-wrap; } PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -10608,117 +10787,179 @@ p, li { white-space: pre-wrap; } Š„эш - - + + RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure Š’Š¾Š¹Ń‚Šø ŠæрŠ¾Š²Š°Š» - + Maybe password is wrong ŠœŠ¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ, Š½ŠµŠæрŠ°Š²ŠøŠ»ŃŒŠ½Ń‹Š¹ ŠæŠ°Ń€Š¾Š»ŃŒ - + File Request Confirmation Š’Š²ŠµŠ“ŠøтŠµ Š·Š°ŠæрŠ¾Ń фŠ°Š¹Š»Š° - + The file has been added to your download list. Š¤Š°Š¹Š» Š±Ń‹Š» Š“Š¾Š±Š°Š²Š»ŠµŠ½ Š² ŠŗŠ¾Ń€Š·ŠøŠ½Ńƒ. - - + + File Request canceled Š—Š°ŠæрŠ¾Ń фŠ°Š¹Š»Š° Š¾Ń‚Š¼ŠµŠ½ŠµŠ½Š° - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. Š¤Š°Š¹Š» Š½Šµ Š±Ń‹Š» Š“Š¾Š±Š°Š²Š»ŠµŠ½ Š² Š²Š°Ńˆ сŠæŠøсŠ¾Šŗ Š·Š°Š³Ń€ŃƒŠ·ŠŗŠø, ŠæŠ¾Ń‚Š¾Š¼Ńƒ чтŠ¾ Š²Ń‹ уŠ¶Šµ ŠæŠ¾Š»ŃƒŃ‡ŠøŠ»Šø ŠµŠ³Š¾. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error Š—Š°ŠæрŠ¾Ń фŠ°Š¹Š»Š° Š¾ŃˆŠøŠ±ŠŗŠµ - + The file link is malformed. ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -10734,6 +10975,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -10794,15 +11040,15 @@ p, li { white-space: pre-wrap; } - + Next > Š’ŠæŠµŃ€ŠµŠ“ > - - + + Exit Š’Ń‹Š¹Ń‚Šø @@ -10812,7 +11058,7 @@ p, li { white-space: pre-wrap; } Š”Š»Ń Š½Š°ŠøŠ»ŃƒŃ‡ŃˆŠµŠ¹ ŠæрŠ¾ŠøŠ·Š²Š¾Š“ŠøтŠµŠ»ŃŒŠ½Š¾ŃŃ‚Šø RetroShare Š½ŠµŠ¾Š±Ń…Š¾Š“ŠøŠ¼Š¾ Š·Š½Š°Ń‚ŃŒ Š½ŠµŠ¼Š½Š¾Š³Š¾ Š¾ Š’Š°ŃˆŠµŠ¼ ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠø Šŗ Š˜Š½Ń‚ŠµŃ€Š½ŠµŃ‚Ńƒ. - + Choose your upload speed limit: Š’Ń‹Š±ŠµŃ€ŠøтŠµ Š”Š¾Š±Š°Š²Šøть ŠæрŠµŠ“ŠµŠ» сŠŗŠ¾Ń€Š¾ŃŃ‚Šø: @@ -10823,7 +11069,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: Š’Ń‹Š±ŠµŃ€Šø сŠŗŠ°Ń‡Š°Ń‚ŃŒ ŠæрŠµŠ“ŠµŠ» сŠŗŠ¾Ń€Š¾ŃŃ‚Šø: @@ -10924,8 +11170,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < ŠŠ°Š·Š°Š“ @@ -10975,7 +11221,12 @@ p, li { white-space: pre-wrap; } Š£Š“Š°Š»Šøть - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10992,7 +11243,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-family:'MS Shell Dlg 2'; font-size:8pt;">ŠŠ°ŃŠ»Š°Š¶Š“Š°Š¹Ń‚ŠµŃŃŒ ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ 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; } @@ -11011,27 +11262,27 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-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 ŠŠµ ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя ŠæрŠø Š·Š°ŠŗрытŠøŠø RetroShare - + Start Minimized ŠŠ°Ń‡Š°Š»Š¾ сŠ²ŠµŃ€Š½ŃƒŃ‚Š¾Šµ - + Start RetroShare when my System Starts. ŠŠ°Ń‡Š°Š»Š¾ RetroShare ŠŗŠ¾Š³Š“Š° Š¼Š¾Ń Š·Š°ŠæусŠŗŠµ сŠøстŠµŠ¼Ń‹. - + Start minimized on system start - + Finish Š“Š¾Ń‚Š¾Š²Š¾ @@ -11059,67 +11310,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General ŠžŠ±Ń‰ŠøŠ¹ - + Directories Š”ŠæрŠ°Š²Š¾Ń‡Š½ŠøŠŗŠø - + Server Š”ŠµŃ€Š²ŠµŃ€ - + Transfer ŠŸŠµŃ€ŠµŠ“Š°Ń‡Š° - + Notify Š£Š²ŠµŠ“Š¾Š¼Šøть - + Security Š‘ŠµŠ·Š¾ŠæŠ°ŃŠ½Š¾ŃŃ‚ŃŒ - + Message - + Forum Š¤Š¾Ń€ŃƒŠ¼ - + Chat - + Appearance Š’Š½ŠµŃˆŠ½ŠøŠ¹ Š²ŠøŠ“ - + Sound Š·Š²ŃƒŠŗ - + UnknownPage - + Error Saving Configuration on page @@ -11157,86 +11408,77 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - Š”Ń€ŃƒŠ·ŃŒŃ ŠšŠ°Ń‚Š°Š»Š¾Š³Šø + Š”Ń€ŃƒŠ·ŃŒŃ ŠšŠ°Ń‚Š°Š»Š¾Š³Šø - My Directories - ŠœŠ¾Ń ŠšŠ°Ń‚Š°Š»Š¾Š³Šø + ŠœŠ¾Ń ŠšŠ°Ń‚Š°Š»Š¾Š³Šø - Size - рŠ°Š·Š¼ŠµŃ€ + рŠ°Š·Š¼ŠµŃ€ - Share Type - Š¢ŠøŠæ Š°ŠŗцŠøŠø + Š¢ŠøŠæ Š°ŠŗцŠøŠø - What's new - Š§Ń‚Š¾ Š½Š¾Š²Š¾Š³Š¾ + Š§Ń‚Š¾ Š½Š¾Š²Š¾Š³Š¾ Rank Š Š°Š½Š³ - Age - Š’Š¾Š·Ń€Š°ŃŃ‚ + Š’Š¾Š·Ń€Š°ŃŃ‚ - - FILE - Š¤ŠŠ™Š›ŠžŠ’ + Š¤ŠŠ™Š›ŠžŠ’ - Anonymous - ŠŠ½Š¾Š½ŠøŠ¼ + ŠŠ½Š¾Š½ŠøŠ¼ - - Anonymous and browsable by friends - - - - - Only browsable by friends - - - - - NEW - - - - Files - Š¤Š°Š¹Š»Ń‹ + Š¤Š°Š¹Š»Ń‹ - - File - - - - - DIR - ŠŸŠ°ŠæŠŗŠ° + ŠŸŠ°ŠæŠŗŠ° Hash Š„эш + + RetroshareDirModel + + + Anonymous + ŠŠ½Š¾Š½ŠøŠ¼ + + + + Anonymous and browsable by friends + + + + + Only browsable by friends + + + + + NEW + + + Rshare @@ -11303,32 +11545,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -11359,79 +11601,86 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Š˜ŃŃ‚Š¾Ń‡Š½ŠøŠŗŠø - + Results Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Š”ŠŗŠ°Ń‡ŠŗŠø - + Enter a keyword here (at least 3 char long) Š’Š²ŠµŠ“ŠøтŠµ ŠŗŠ»ŃŽŃ‡ŠµŠ²Š¾Šµ сŠ»Š¾Š²Š¾ Š·Š“ŠµŃŃŒ (ŠæŠ¾ ŠŗрŠ°Š¹Š½ŠµŠ¹ Š¼ŠµŃ€Šµ 3-Š·Š½Š°Ń‡Š½Ń‹Š¼) - Copy retroshare Link - Š”ŠŗŠ¾ŠæŠøрŠ¾Š²Š°Ń‚ŃŒ ссыŠ»Šŗу RetroShare + Š”ŠŗŠ¾ŠæŠøрŠ¾Š²Š°Ń‚ŃŒ ссыŠ»Šŗу RetroShare - Send retroshare Link - ŠžŃ‚ŠæрŠ°Š²Šøть ссыŠ»Šŗу RetroShare + ŠžŃ‚ŠæрŠ°Š²Šøть ссыŠ»Šŗу RetroShare - Broadcast on Channel - Š’ŠµŃ‰Š°Š½Šøя Š½Š° ŠŗŠ°Š½Š°Š»Šµ + Š’ŠµŃ‰Š°Š½Šøя Š½Š° ŠŗŠ°Š½Š°Š»Šµ - Recommend to Friends - Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“Š¾Š²Š°Ń‚ŃŒ Š”Ń€ŃƒŠ·ŃŒŃ + Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“Š¾Š²Š°Ń‚ŃŒ Š”Ń€ŃƒŠ·ŃŒŃ - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Š£Š“Š°Š»Šøть - + Remove All Remove All - - + + Folder ŠŸŠ°ŠæŠŗŠ° - + New RetroShare Link(s) @@ -11474,34 +11723,34 @@ p, li { white-space: pre-wrap; } Š”Š¾ŠŗуŠ¼ŠµŠ½Ń‚Ń‹ - + Download Notice Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŠµ - + Skipping Local Files ŠŸŃ€Š¾ŠæусŠŗ Š»Š¾ŠŗŠ°Š»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ - - + + Sorry Š˜Š·Š²ŠøŠ½ŠøтŠµ - - + + This function is not yet implemented. Š­Ń‚Š° фуŠ½ŠŗцŠøя ŠµŃ‰Šµ Š½Šµ рŠµŠ°Š»ŠøŠ·Š¾Š²Š°Š½Š°. - + Size Š Š°Š·Š¼ŠµŃ€ - + Type Š¢ŠøŠæ @@ -11588,59 +11837,59 @@ 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> - + 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) Multi-хŠ¾Šæ ŠæŠ¾ŠøсŠŗ Š½Š° рŠ°ŃŃŃ‚Š¾ŃŠ½ŠøŠø 6 Š² сŠµŃ‚Šø (Š²ŃŠµŠ³Š“Š° Š“Š¾ŠŗŠ»Š°Š“Š¾Š² Š“Š¾ŃŃ‚ŃƒŠæŠ½Ń‹ фŠ°Š¹Š»Ń‹) - + F2F search F2F ŠæŠ¾ŠøсŠŗ - + Limit number of results to : ŠžŠ³Ń€Š°Š½ŠøчŠøть чŠøсŠ»Š¾ рŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š²: - + Filename Š˜Š¼Ń фŠ°Š¹Š»Š° - + Start Search ŠŠ°Ń‡Š°Ń‚ŃŒ ŠæŠ¾ŠøсŠŗ - + Search ŠŸŠ¾ŠøсŠŗ - + Reset Š”Š±Ń€Š¾ŃŠøть @@ -11650,52 +11899,52 @@ p, li { white-space: pre-wrap; } - + Advanced Search Š Š°ŃŃˆŠøрŠµŠ½Š½Ń‹Š¹ ŠæŠ¾ŠøсŠŗ - + Advanced Š Š°ŃŃˆŠøрŠµŠ½Š½Ń‹Š¹ - + Filter Search Result - + Clear Filter - + File Name Š˜Š¼Ń фŠ°Š¹Š»Š° - + File Size - + Age Š’Š¾Š·Ń€Š°ŃŃ‚ - + Hash Š„эш - + KeyWords ŠšŠ»ŃŽŃ‡ŠµŠ²Ń‹Šµ сŠ»Š¾Š²Š° - + Search Id ŠŸŠ¾ŠøсŠŗ ID @@ -12179,7 +12428,7 @@ p, li { white-space: pre-wrap; } - + Remove Š£Š“Š°Š»Šøть @@ -12188,25 +12437,41 @@ p, li { white-space: pre-wrap; } Š”Š¾Š±Š°Š²Šøть Š¾Š±Ń‰ŠøŠ¹ ŠŗŠ°Ń‚Š°Š»Š¾Š³ - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! Š’Š½ŠøŠ¼Š°Š½ŠøŠµ! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + ŠžŃŃ‚Š°Š²ŃŒŃ‚Šµ фŠ°Š¹Š» Š¾ŃˆŠøŠ±Š¾Šŗ. + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + Shared Directory Added! ŠžŠ±Ń‰ŠøŠ¹ ŠŗŠ°Ń‚Š°Š»Š¾Š³ Š“Š¾Š±Š°Š²Š»ŠµŠ½Š¾! @@ -12308,7 +12573,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -12316,8 +12581,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ (Download) @@ -12329,22 +12594,22 @@ 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;">Files</span></p></body></html> - + Checking... ŠŸŃ€Š¾Š²ŠµŃ€ŠŗŠ° ... - + Check files ŠŸŃ€Š¾Š²ŠµŃ€ŃŃ‚ŃŒ фŠ°Š¹Š»Ń‹ - + Copy retroshare Link Š”ŠŗŠ¾ŠæŠøрŠ¾Š²Š°Ń‚ŃŒ ссыŠ»Šŗу RetroShare - + Send retroshare Link ŠžŃ‚ŠæрŠ°Š²Šøть ссыŠ»Šŗу RetroShare @@ -12357,22 +12622,22 @@ p, li { white-space: pre-wrap; } Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“Š¾Š²Š°Ń‚ŃŒ Š² ŠæŠ¾ŃŠ»Š°Š½ŠøŠø - + Copy retroshare Links to Clipboard RetroShare Š”ŠŗŠ¾ŠæŠøрŠ¾Š²Š°Ń‚ŃŒ ссыŠ»Šŗу Š² Š±ŃƒŃ„ŠµŃ€ Š¾Š±Š¼ŠµŠ½Š° - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links ŠžŃ‚ŠæрŠ°Š²Šøть ссыŠ»Šŗу RetroShare - + Send retroshare Links (HTML) @@ -12381,79 +12646,79 @@ p, li { white-space: pre-wrap; } ŠžŃ‚ŠæрŠ°Š²Šøть RetroShare ссыŠ»ŠŗŠø Š½Š° чŠ°Ń‚ - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File ŠžŃ‚Šŗрыть фŠ°Š¹Š» - + Open Folder ŠžŃ‚Šŗрыть ŠæŠ°ŠæŠŗу - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + 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 ŠœŠ¾Šø ŠŸŠ°ŠæŠŗŠø @@ -12471,47 +12736,57 @@ 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:'MS Shell Dlg 2'; font-weight:600;">Š¤Š°Š¹Š»Ń‹</span></p></body></html> - + All Š’сŠµ - + One day old ŠžŠ“ŠøŠ½ Š“ŠµŠ½ŃŒ - + One Week old ŠžŠ“Š½Š° Š½ŠµŠ“ŠµŠ»Ń - + One month old ŠžŠ“ŠøŠ½ Š¼ŠµŃŃŃ† - + Search files - + Start Search ŠŠ°Ń‡Š°Ń‚ŃŒ ŠæŠ¾ŠøсŠŗ - + Reset - + + Tree view + + + + + Flat view + + + + Download selected Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Š²Ń‹Š±Ń€Š°Š½Š½Ń‹Šµ - + check files ŠæрŠ¾Š²ŠµŃ€Šŗу фŠ°Š¹Š»Š¾Š² @@ -12577,17 +12852,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -12679,39 +12954,43 @@ p, li { white-space: pre-wrap; } Š˜Š¼Ń - ŠœŠµŃŃ‚Š¾ ŠæрŠ¾Š²ŠµŠ“ŠµŠ½Šøя: - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure Š’Š¾Š¹Ń‚Šø ŠæрŠ¾Š²Š°Š» - + Maybe password is wrong ŠœŠ¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ, Š½ŠµŠæрŠ°Š²ŠøŠ»ŃŒŠ½Ń‹Š¹ ŠæŠ°Ń€Š¾Š»ŃŒ - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -12720,7 +12999,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -13084,7 +13363,7 @@ This choice can be reverted in settings. Š”тŠ°Ń‚ŃƒŃ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -13097,7 +13376,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:14pt; font-weight:600;">Š›ŠøчŠ½Ń‹Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -13110,15 +13389,73 @@ 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;">Š’Š²ŠµŠ“ŠøтŠµ сŠ²Š¾Š¹ стŠ°Ń‚ŃƒŃ</span></p></body></html> - + OK - + Cancel ŠžŃ‚Š¼ŠµŠ½Š° + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + Š½ŠøŠŗŠ°ŠŗŠ¾Š¹ + + + + Solid + + + + + Gradient + + SubDestItem @@ -13229,7 +13566,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause ŠŸŠ°ŃƒŠ·Š° @@ -13275,22 +13612,27 @@ p, li { white-space: pre-wrap; } ŠŸŃ€ŠøŠ²Š¾Š“ŠøŠ¼Ń‹Š¹ Š½ŠøŠ¶Šµ тŠµŠŗст PGP Š²Š°ŃˆŠµŠ¼ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šµ. Š’Ń‹ Š“Š¾Š»Š¶Š½Ń‹ ŠæрŠµŠ“Š¾ŃŃ‚Š°Š²Šøть ŠµŠ³Š¾ Š² Š“руŠ³Š¾Š¼ - + Save your Cert into a File Cert Š”Š¾Ń…Ń€Š°Š½Šøть Š² фŠ°Š¹Š» - + Please, paste your friends PGP certificate into the box below ŠŸŠ¾Š¶Š°Š»ŃƒŠ¹ŃŃ‚Š°, Š²ŃŃ‚Š°Š²ŃŒŃ‚Šµ Š“руŠ·ŃŒŃ PGP сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° Š² Š¾ŠŗŠ½Šµ, рŠ°ŃŠæŠ¾Š»Š¾Š¶ŠµŠ½Š½Š¾Š¼ Š½ŠøŠ¶Šµ - + + Clean certificate + + + + RetroShare Invite - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way @@ -13299,22 +13641,22 @@ p, li { white-space: pre-wrap; } Š’Š°Ńˆ Cert ŠŗŠ¾ŠæŠøруŠµŃ‚ся Š² Š±ŃƒŃ„ŠµŃ€ Š¾Š±Š¼ŠµŠ½Š°, Š²ŃŃ‚Š°Š²Šøть Šø Š¾Ń‚ŠæрŠ°Š²Šøть ŠµŠ³Š¾ yourfriend ŠæŠ¾ эŠ»ŠµŠŗтрŠ¾Š½Š½Š¾Š¹ ŠæŠ¾Ń‡Ń‚Šµ ŠøŠ»Šø Š“руŠ³ŠøŠ¼ сŠæŠ¾ŃŠ¾Š±Š¾Š¼ - + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... - + RetroShare Certificate (*.rsc );;All Files (*) RetroShare сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° (*. rsc), Š²ŃŠµ фŠ°Š¹Š»Ń‹ (*) - + You can copy this text and send it to your friend via email or some other way Š’Ń‹ Š¼Š¾Š¶ŠµŃ‚Šµ сŠŗŠ¾ŠæŠøрŠ¾Š²Š°Ń‚ŃŒ этŠ¾Ń‚ тŠµŠŗст Šø Š¾Ń‚ŠæрŠ°Š²Šøть ŠµŠ³Š¾ Š“руŠ³Ńƒ ŠæŠ¾ эŠ»ŠµŠŗтрŠ¾Š½Š½Š¾Š¹ ŠæŠ¾Ń‡Ń‚Šµ ŠøŠ»Šø Š“руŠ³ŠøŠ¼ сŠæŠ¾ŃŠ¾Š±Š¾Š¼ - + RetroShare @@ -13332,12 +13674,12 @@ p, li { white-space: pre-wrap; } Š’ тŠµŠŗстŠµ Š½ŠøŠ¶Šµ Š²Ń‹ XPGP сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚. Š’Ń‹ Š“Š¾Š»Š¶Š½Ń‹ ŠæрŠµŠ“стŠ°Š²Šøть Š²Š°ŃˆŠµŠ¼Ńƒ Š“руŠ³Ńƒ - + Copy your Cert to Clipboard Š”ŠŗŠ¾ŠæŠøруŠ¹Ń‚Šµ Š² Š±ŃƒŃ„ŠµŃ€ Š¾Š±Š¼ŠµŠ½Š° Cert - + Run Email program Š—Š°ŠæустŠøтŠµ ŠæŠ¾Ń‡Ń‚Š¾Š²ŃƒŃŽ ŠæрŠ¾Š³Ń€Š°Š¼Š¼Ńƒ @@ -13346,7 +13688,7 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Š¶Š°Š»ŃƒŠ¹ŃŃ‚Š°, Š²ŃŃ‚Š°Š²ŃŒŃ‚Šµ Š“руŠ·ŃŒŃ XPGP сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° Š² ŠæŠ¾Š»Šµ Š½ŠøŠ¶Šµ - + Connect Friend Help Š”Š²ŃŠ·ŃŒ ŠŸŠ¾Š¼Š¾Ń‰ŃŒ Š“руŠ³Ńƒ @@ -13355,7 +13697,7 @@ p, li { white-space: pre-wrap; } Š’Ń‹ Š¼Š¾Š¶ŠµŃ‚Šµ сŠŗŠ¾ŠæŠøрŠ¾Š²Š°Ń‚ŃŒ этŠ¾Ń‚ тŠµŠŗст Šø Š¾Ń‚ŠæрŠ°Š²Šøть ŠµŠ³Š¾ Šŗ сŠ²Š¾ŠµŠ¼Ńƒ Š“руŠ³Ńƒ ŠæŠ¾ эŠ»ŠµŠŗтрŠ¾Š½Š½Š¾Š¹ ŠæŠ¾Ń‡Ń‚Šµ, ICQ ŠøŠ»Šø ŠŗŠ°ŠŗŠøŠ¼-Š»ŠøŠ±Š¾ Š“руŠ³ŠøŠ¼ сŠæŠ¾ŃŠ¾Š±Š¾ - + Certificate Load Failed ŠŠ°Š³Ń€ŃƒŠ·ŠŗŠ° ŠžŃˆŠøŠ±ŠŗŠ° сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° @@ -13684,27 +14026,37 @@ p, li { white-space: pre-wrap; } ŠŸŃ€Š¾Š²ŠµŃ€ŠŗŠ° ... - + RetroShare - + Details: ŠŸŠ¾Š“рŠ¾Š±Š½Š¾ŃŃ‚Šø: - + + File preview + + + + + File %1 preview failed. + + + + Open Transfer ŠžŃ‚ŠŗрытŠ¾Š¹ ŠæŠµŃ€ŠµŠ“Š°Ń‡Šø - + File %1 is not completed. If it is a media file, try to preview it. Š¤Š°Š¹Š» %1 Š½Šµ Š·Š°Š²ŠµŃ€ŃˆŠµŠ½Š°. Š•ŃŠ»Šø этŠ¾ Š¼ŃƒŠ»ŃŒŃ‚ŠøŠ¼ŠµŠ“ŠøŠ¹Š½Ń‹Š¹ фŠ°Š¹Š», ŠæŠ¾ŠæрŠ¾Š±ŃƒŠ¹Ń‚Šµ ŠæрŠ¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ ŠµŠ³Š¾. - + Are you sure that you want to cancel and delete these files? Š’Ń‹ уŠ²ŠµŃ€ŠµŠ½Ń‹, чтŠ¾ Š²Ń‹ хŠ¾Ń‚ŠøтŠµ Š¾Ń‚Š¼ŠµŠ½Šøть, Šø уŠ“Š°Š»Šøть этŠø фŠ°Š¹Š»Ń‹? @@ -13777,20 +14129,20 @@ p, li { white-space: pre-wrap; } - + Failed ŠžŃˆŠøŠ±ŠŗŠ° - + Okay Š„Š¾Ń€Š¾ŃˆŠ¾ - + Waiting Š¾Š¶ŠøŠ“Š°Š½ŠøŠµ @@ -13802,8 +14154,8 @@ p, li { white-space: pre-wrap; } - - + + Complete ŠŸŠ¾Š»Š½Š°Ń @@ -13818,11 +14170,71 @@ p, li { white-space: pre-wrap; } Š’ŠµŃ€ŃŠøя: - + Uploading Š—Š°Š³Ń€ŃƒŠ¶Š°ŃŽ + + TreeStyle_RDM + + + + FILE + Š¤ŠŠ™Š›ŠžŠ’ + + + + Files + Š¤Š°Š¹Š»Ń‹ + + + + File + + + + + + DIR + ŠŸŠ°ŠæŠŗŠ° + + + + Friends Directories + Š”Ń€ŃƒŠ·ŃŒŃ ŠšŠ°Ń‚Š°Š»Š¾Š³Šø + + + + My Directories + ŠœŠ¾Ń ŠšŠ°Ń‚Š°Š»Š¾Š³Šø + + + + Size + + + + + Age + Š’Š¾Š·Ń€Š°ŃŃ‚ + + + + Friend + + + + + Share Type + Š¢ŠøŠæ Š°ŠŗцŠøŠø + + + + What's new + Š§Ń‚Š¾ Š½Š¾Š²Š¾Š³Š¾ + + TrustView @@ -13837,68 +14249,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust Š”Š¾Š²ŠµŃ€ŠøŠµ - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full ŠŸŠ¾Š»Š½Ń‹Š¹ - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -13906,14 +14318,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_sl.ts b/retroshare-gui/src/lang/retroshare_sl.ts index 6826f04b0..8c31c5483 100644 --- a/retroshare-gui/src/lang/retroshare_sl.ts +++ b/retroshare-gui/src/lang/retroshare_sl.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -893,32 +893,32 @@ 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... - + Browse - + Select Certificate Izberi digitalno potrdilo @@ -927,62 +927,62 @@ p, li { white-space: pre-wrap; } Digitalna potrdila (*.pqi, *.pem) - + Please choose a filename - - - - + + + + RetroShare RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -1068,52 +1068,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Skrij @@ -1121,25 +1127,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1228,12 +1249,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Ustvari kanal - + Subscribe To Channel Naroči se na kanal @@ -1251,97 +1272,117 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read + + + Enable Auto-download + + Name Ime - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1558,17 +1599,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1576,67 +1617,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Ustvari prijatelja - + Details about your friend : - + Key validity: - + Email: - + Options Možnosti - + Add friend to group: - + 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 @@ -1644,7 +1685,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Prekliči @@ -1669,7 +1710,7 @@ p, li { white-space: pre-wrap; } PodpiÅ”i digitalno potrdilo - + OK V redu @@ -1753,23 +1794,45 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend - + Make Friend Ustvari prijatelja - + Certificate - - + + Sign GPG key @@ -1820,79 +1883,79 @@ p, li { white-space: pre-wrap; } - + 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 - + Copy Peer @@ -2547,33 +2610,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2662,7 +2741,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Zapri @@ -2677,17 +2756,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2697,23 +2776,23 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2744,17 +2823,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3085,7 +3164,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3111,22 +3190,22 @@ p, li { white-space: pre-wrap; } Prekliči - + Rating - + File Name Ime datoteke - + Not Rated - + No Comments @@ -3158,17 +3237,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3176,32 +3255,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Mape v skupni rabi - + Edit Share @@ -3210,33 +3299,22 @@ you plug it in. Dohodne datoteke - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - Add Shared Directory - Dodaj mapo v skupni rabi + Dodaj mapo v skupni rabi - + Set Incoming Directory - + Set Partials Directory @@ -3366,37 +3444,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3404,12 +3482,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3711,60 +3789,98 @@ p, li { white-space: pre-wrap; } Velikost + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + Velikost + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3846,66 +3962,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send PoÅ”lji - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3918,22 +4034,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3959,161 +4075,167 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Skrij - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Datum - - + + Start New Thread @@ -4122,12 +4244,12 @@ p, li { white-space: pre-wrap; } Novo sporočilo - + 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; } @@ -4136,39 +4258,39 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4177,7 +4299,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4186,22 +4313,22 @@ p, li { white-space: pre-wrap; } - + Reset Ponastavi - + Content - + Create Forum - + Print @@ -4215,32 +4342,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4456,77 +4583,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Ime - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + Kraj + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4535,7 +4649,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4547,12 +4661,18 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - + + + Your profile is associated to a GPG key + + + + Info @@ -4648,36 +4768,31 @@ Fill in your GPG password when asked, to sign your new key. Digitalna potrdila (*.pqi, *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! - - - Location: - - GeneralDialog @@ -4797,17 +4912,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4891,17 +5011,17 @@ p, li { white-space: pre-wrap; } - + Title - + Description - + Reset Ponastavi @@ -6131,55 +6251,55 @@ 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 - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -6188,112 +6308,112 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can - + Status Stanje - + Chat Klepet - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options Možnosti - + Hide Skrij - + Show Pokaži - + RetroShare RetroShare @@ -6307,33 +6427,33 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can - + Add Friend Dodaj prijatelja - + Add a Friend Wizard - + Add Share Dodaj skupno rabo - - + + Quick Start Wizard - + Search Najdi - + Files Datoteke @@ -6342,81 +6462,81 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can Dodaj mapo v skupni rabi - + Show/Hide - + &Quit - - - - + + + + You have %1 new message - + Bandwidth Graph - + Open Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help Pomoč - + About O programu - - + + Forums - + Open Messages - + Applications @@ -6425,32 +6545,32 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can Nastavitve - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Quit - + SMPlayer - + Messenger @@ -6459,7 +6579,7 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can MessageComposer - + Compose Sestavi @@ -6695,249 +6815,249 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -7024,41 +7144,41 @@ Do you want to save message ? MessagesDialog - - + + New Message Novo sporočilo - + Reply to Message Odgovori - + Remove Message Odstrani sporočilo - - + + Date Datum - - - + + + From Od - + Size Velikost - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -7069,17 +7189,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:10pt; font-weight:600;">Priporočene datoteke</span></p></body></html> - + Reply - + Reply all - + Foward @@ -7094,178 +7214,183 @@ 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;">Odstrani izbrano sporočilo</p></body></html> - + Delete - + Compose Sestavi - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset Ponastavi - + Attachments - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Prejeto - - - - + + + + Outbox Odhodna poÅ”ta - + Draft Osnutki - - + + Sent Poslano - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... @@ -7294,12 +7419,12 @@ p, li { white-space: pre-wrap; } Prenesi vse - + Print Document - + File Name Ime datoteke @@ -7308,153 +7433,181 @@ p, li { white-space: pre-wrap; } Viri - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide Skrij - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files Datoteke - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - + + Subject - + Subject: - + From: - + 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 @@ -8041,8 +8194,8 @@ p, li { white-space: pre-wrap; } - - + + Name Ime @@ -8064,7 +8217,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Id potrdila @@ -8128,7 +8281,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -8147,12 +8300,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -8161,23 +8314,23 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + Did peer authenticated me @@ -8187,77 +8340,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -8366,6 +8519,11 @@ p, li { white-space: pre-wrap; } Remove All Odstrani vse + + + Options + Možnosti + NotifyDialog @@ -8563,17 +8721,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8789,7 +8947,7 @@ p, li { white-space: pre-wrap; } Digitalna potrdila (*.pqi) - + Status Stanje @@ -8933,10 +9091,8 @@ p, li { white-space: pre-wrap; } - - RetroShare - RetroShare + RetroShare @@ -8960,33 +9116,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -9002,27 +9163,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send PoÅ”lji - + Italic - + Underline @@ -9036,184 +9197,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Dodaj prijatelja - + Create new Profile - + Font - + Friends Prijatelji - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -9537,188 +9694,193 @@ p, li { white-space: pre-wrap; } RetroShare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send PoÅ”lji - + Close Zapri - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9726,39 +9888,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -10194,117 +10362,179 @@ p, li { white-space: pre-wrap; } Velikost - - + + RetroShare RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -10320,6 +10550,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -10361,15 +10596,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -10379,7 +10614,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -10390,7 +10625,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -10446,8 +10681,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -10489,7 +10724,12 @@ p, li { white-space: pre-wrap; } Odstrani - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10500,7 +10740,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10512,27 +10752,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -10560,67 +10800,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General SploÅ”no - + Directories Mape - + Server Strežnik - + Transfer - + Notify - + Security - + Message - + Forum - + Chat Klepet - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10650,81 +10890,40 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - Friends Directories - - - - - My Directories - - - - Size - Velikost - - - - Share Type - - - - - What's new - + Velikost Rank Uvrstitev - - Age - + Files + Datoteke + + + RetroshareDirModel - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Datoteke - - - - File - - - - - - DIR - - Rshare @@ -10792,32 +10991,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10848,79 +11047,78 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Viri - + Results Rezultati - + Close all Search Resullts - + Close All Search Results - + Download Selected - - + + Download Prenesi - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link - - - - - Send retroshare Link - - - - Broadcast on Channel - Oddajaj na kanalu + Oddajaj na kanalu - Recommend to Friends - Priporoči prijateljem + Priporoči prijateljem - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Odstrani - + Remove All Odstrani vse - - + + Folder - + New RetroShare Link(s) @@ -10966,34 +11164,34 @@ p, li { white-space: pre-wrap; } Dokumenti - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size Velikost - + Type Vrsta @@ -11028,78 +11226,78 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name Ime datoteke - + File Size - + 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 Najdi - + Reset Ponastavi @@ -11109,32 +11307,32 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Age - + Hash - + KeyWords - + Search Id @@ -11580,7 +11778,7 @@ p, li { white-space: pre-wrap; } - + Remove Odstrani @@ -11589,25 +11787,41 @@ p, li { white-space: pre-wrap; } Dodaj mapo v skupni rabi - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11677,7 +11891,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11685,8 +11899,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Prenesi @@ -11701,119 +11915,119 @@ 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;">Datoteke</span></p></body></html> - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11827,47 +12041,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset Ponastavi - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11933,17 +12157,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -12006,39 +12230,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -12047,7 +12275,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -12401,7 +12629,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12410,7 +12638,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12419,15 +12647,73 @@ p, li { white-space: pre-wrap; } - + OK V redu - + Cancel Prekliči + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Slog + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12534,7 +12820,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12580,17 +12866,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12600,47 +12886,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed Nalaganje potrdila ni uspelo @@ -12948,27 +13239,37 @@ p, li { white-space: pre-wrap; } - + RetroShare RetroShare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -13031,20 +13332,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -13056,8 +13357,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -13072,11 +13373,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + Datoteke + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + Velikost + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -13091,68 +13452,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust Zaupaj - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -13160,14 +13521,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_sr.ts b/retroshare-gui/src/lang/retroshare_sr.ts index 64fff9f00..afb050b9a 100644 --- a/retroshare-gui/src/lang/retroshare_sr.ts +++ b/retroshare-gui/src/lang/retroshare_sr.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -847,92 +847,92 @@ 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... - + Browse - + Select Certificate Š˜Š·Š°Š±ŠµŃ€Šø Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - + Please choose a filename - - - - + + + + RetroShare RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -979,52 +979,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download ŠŸŃ€ŠµŃƒŠ·ŠøŠ¼Š°ŃšŠµ - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Š”Š°ŠŗрŠø @@ -1032,25 +1038,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1152,42 +1173,47 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubscribe - + Subscribe To Channel - + Subscribe - + Set all to read - + + Enable Auto-download + + + + Create Channel - + Unsubcribe To Channel @@ -1196,63 +1222,78 @@ p, li { white-space: pre-wrap; } Š˜Š¼Šµ - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1469,17 +1510,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1487,67 +1528,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend - + Details about your friend : - + Key validity: - + Email: - + Options ŠžŠæцŠøјŠµ - + Add friend to group: - + 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 @@ -1583,12 +1624,12 @@ p, li { white-space: pre-wrap; } ŠŠøŠ²Š¾ ŠŸŠ¾Š²ŠµŃ€ŠµŃšŠ° - + Cancel ŠŸŠ¾Š½ŠøштŠø - + OK Š£ Š ŠµŠ“у @@ -1652,23 +1693,45 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend - + Make Friend - + Certificate - - + + Sign GPG key @@ -1719,79 +1782,79 @@ p, li { white-space: pre-wrap; } - + 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 - + Copy Peer @@ -2442,33 +2505,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2567,17 +2646,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2587,28 +2666,28 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg - + Close @@ -2639,17 +2718,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2980,7 +3059,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3006,22 +3085,22 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Š½ŠøштŠø - + Rating - + File Name Š˜Š¼Šµ Š¤Š°Ń˜Š»Š° - + Not Rated - + No Comments @@ -3053,17 +3132,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3071,32 +3150,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories Š”ŠµŃ™ŠµŠ½Šø Š”ŠøрŠµŠŗтŠ¾Ń€ŠøјуŠ¼Šø - + Edit Share @@ -3105,33 +3194,22 @@ you plug it in. Š”Š¾Š»Š°Š·ŠµŃ›Šø Š¤Š°Ń˜Š»Š¾Š²Šø - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - Add Shared Directory - Š”Š¾Š“Š°Ń˜ Š”ŠµŃ™ŠµŠ½Šø Š”ŠøрŠµŠŗтŠ¾Ń€ŠøјуŠ¼ + Š”Š¾Š“Š°Ń˜ Š”ŠµŃ™ŠµŠ½Šø Š”ŠøрŠµŠŗтŠ¾Ń€ŠøјуŠ¼ - + Set Incoming Directory - + Set Partials Directory @@ -3261,37 +3339,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3299,12 +3377,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3596,60 +3674,98 @@ p, li { white-space: pre-wrap; } Š’ŠµŠ»ŠøчŠøŠ½Š° + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + Š’ŠµŠ»ŠøчŠøŠ½Š° + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3731,66 +3847,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send ŠŸŠ¾ŃˆŠ°Ń™Šø - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3803,22 +3919,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3844,167 +3960,173 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide Š”Š°ŠŗрŠø - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Š”Š°Ń‚ŃƒŠ¼ - - + + Title ŠŠ°Š·ŠøŠ² - - + + Start New Thread @@ -4013,12 +4135,12 @@ 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; } @@ -4027,33 +4149,33 @@ p, li { white-space: pre-wrap; } - + 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; } @@ -4062,7 +4184,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4071,22 +4198,22 @@ p, li { white-space: pre-wrap; } - + Reset Š ŠµŃŠµŃ‚ - + Content - + Create Forum - + Print @@ -4100,32 +4227,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + Display - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4384,28 +4511,28 @@ Fill in your GPG password when asked, to sign your new key. - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -4444,77 +4571,64 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name Š˜Š¼Šµ - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + Š›Š¾ŠŗŠ°Ń†ŠøјŠ° + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4523,7 +4637,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4535,18 +4649,19 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - - Info + + + Your profile is associated to a GPG key - - Location: + + Info @@ -4640,17 +4755,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4734,17 +4854,17 @@ p, li { white-space: pre-wrap; } - + Title ŠŠ°Š·ŠøŠ² - + Description - + Reset Š ŠµŃŠµŃ‚ @@ -5967,101 +6087,101 @@ p, li { white-space: pre-wrap; } MainWindow - + Network ŠœŃ€ŠµŠ¶Š° - + Friends ŠŸŃ€ŠøјŠ°Ń‚ŠµŃ™Šø - - + + Transfers Š¢Ń€Š°Š½ŃŃ„ŠµŃ€ - - + + Messages ŠŸŠ¾Ń€ŃƒŠŗŠµ - - + + Channels ŠšŠ°Š½Š°Š»Šø - - + + Options ŠžŠæцŠøјŠµ - + Hide Š”Š°ŠŗрŠø - + Show ŠŸŃ€ŠøŠŗŠ°Š¶Šø - + RetroShare RetroShare - + RetroShare %1 a secure decentralised communication platform - + Search - + Files - + Blogs - + Links Cloud - + Unfinished - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -6070,111 +6190,111 @@ p, li { white-space: pre-wrap; } - + Show/Hide - + Status Š”тŠ°Ń‚ŃƒŃ - + Minimize - + Maximize - + &Quit - + Chat Š§ŠµŃ‚ - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. @@ -6183,41 +6303,41 @@ p, li { white-space: pre-wrap; } Š”Š¾Š“Š°Ń˜ Š”ŠµŃ™ŠµŠ½Šø Š”ŠøрŠµŠŗтŠ¾Ń€ŠøјуŠ¼ - + Bandwidth Graph - + Open Messenger - + Help ŠŸŠ¾Š¼Š¾Ń› - - + + Forums - - - - + + + + You have %1 new message - + Open Messages - + Applications @@ -6226,53 +6346,53 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Š“ŠµŃˆŠ°Š²Š°ŃšŠ° - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? - + Add Friend - + Add a Friend Wizard - + Add Share - + Quit - - + + Quick Start Wizard - + SMPlayer - + Messenger @@ -6282,7 +6402,7 @@ p, li { white-space: pre-wrap; } - + About @@ -6291,7 +6411,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose @@ -6527,249 +6647,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6852,41 +6972,41 @@ Do you want to save message ? 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;"> @@ -6897,12 +7017,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:10pt; font-weight:600;">ŠŸŃ€ŠµŠæŠ¾Ń€ŃƒŃ‡ŠµŠ½Šø Š¤Š°Ń˜Š»Š¾Š²Šø</span></p></body></html> - + Print Document - + File Name Š˜Š¼Šµ Š¤Š°Ń˜Š»Š° @@ -6911,344 +7031,377 @@ p, li { white-space: pre-wrap; } Š˜Š·Š²Š¾Ń€ŠøштŠ° - + Forward selected Message - + Remove Messages - + Forward Message - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download ŠŸŃ€ŠµŃƒŠ·ŠøŠ¼Š°ŃšŠµ - + Empty trash - + Hide Š”Š°ŠŗрŠø - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Reply - + Reply all - + Foward - + Delete - + Compose - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - - - - + + + + Inbox - - - - + + + + Outbox - + Draft - - + + Sent - - + + Subject - + Reset Š ŠµŃŠµŃ‚ - + Attachments - + Subject: - + From: - + 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> - - - - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - + Hash - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Print @@ -7741,8 +7894,8 @@ p, li { white-space: pre-wrap; } - - + + Name Š˜Š¼Šµ @@ -7764,7 +7917,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Š”ŠµŃ€Ń‚ ID @@ -7859,7 +8012,7 @@ Right-click and select 'make friend' to be able to connect. - + Did I authenticated peer @@ -7870,7 +8023,7 @@ Right-click and select 'make friend' to be able to connect. - + Did peer authenticated me @@ -7880,12 +8033,12 @@ Right-click and select 'make friend' to be able to connect. - + Clear Filter - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -7894,7 +8047,7 @@ p, li { white-space: pre-wrap; } - + Show keys that are not validated by the GPG web of trust @@ -7908,87 +8061,87 @@ p, li { white-space: pre-wrap; } - + Peer ID - + 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 @@ -8097,6 +8250,11 @@ p, li { white-space: pre-wrap; } Remove All Š£ŠŗŠ»Š¾Š½Šø Š”Š²Šµ + + + Options + ŠžŠæцŠøјŠµ + NotifyDialog @@ -8294,17 +8452,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8516,7 +8674,7 @@ p, li { white-space: pre-wrap; } Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi) - + Status Š”тŠ°Ń‚ŃƒŃ @@ -8650,10 +8808,8 @@ p, li { white-space: pre-wrap; } - - RetroShare - RetroShare + RetroShare @@ -8677,33 +8833,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8719,27 +8880,27 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) - + Send ŠŸŠ¾ŃˆŠ°Ń™Šø - + Italic - + Underline @@ -8753,184 +8914,180 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend - + Create new Profile - + Font - + Friends ŠŸŃ€ŠøјŠ°Ń‚ŠµŃ™Šø - + Group 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:400; font-style:normal;"> -<p style=" 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 @@ -9254,188 +9411,193 @@ p, li { white-space: pre-wrap; } RetroShare - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send ŠŸŠ¾ŃˆŠ°Ń™Šø - + Close - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + 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 @@ -9443,39 +9605,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9903,117 +10071,179 @@ p, li { white-space: pre-wrap; } Š’ŠµŠ»ŠøчŠøŠ½Š° - - + + RetroShare RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -10029,6 +10259,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -10070,15 +10305,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -10088,7 +10323,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -10099,7 +10334,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -10155,8 +10390,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -10198,7 +10433,12 @@ p, li { white-space: pre-wrap; } Š£ŠŗŠ»Š¾Š½Šø - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10209,7 +10449,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10221,27 +10461,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -10269,67 +10509,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General ŠžŠæштŠµ - + Directories Š”ŠøрŠµŠŗтŠ¾Ń€ŠøјуŠ¼Šø - + Server Š”ŠµŃ€Š²ŠµŃ€ - + Transfer - + Notify - + Security - + Message - + Forum - + Chat Š§ŠµŃ‚ - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -10355,81 +10595,36 @@ p, li { white-space: pre-wrap; } RemoteDirModel - - Friends Directories - - - - - My Directories - - - - Size - Š’ŠµŠ»ŠøчŠøŠ½Š° - - - - Share Type - - - - - What's new - + Š’ŠµŠ»ŠøчŠøŠ½Š° Rank ŠšŠ°Ń‚ŠµŠ³Š¾Ń€ŠøјŠ° + + + RetroshareDirModel - - Age - - - - - - FILE - - - - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - - - - - File - - - - - - DIR - - Rshare @@ -10497,32 +10692,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10553,81 +10748,80 @@ p, li { white-space: pre-wrap; } SearchDialog - - + + Download ŠŸŃ€ŠµŃƒŠ·ŠøŠ¼Š°ŃšŠµ - Broadcast on Channel - Š‘Ń€Š¾Š“ŠŗŠµŃŃ‚ ŠŠ° ŠšŠ°Š½Š°Š»Ńƒ + Š‘Ń€Š¾Š“ŠŗŠµŃŃ‚ ŠŠ° ŠšŠ°Š½Š°Š»Ńƒ - Recommend to Friends - ŠŸŃ€ŠµŠæŠ¾Ń€ŃƒŃ‡ŠµŠ½Š¾ ŠŸŃ€ŠøјŠ°Ń‚ŠµŃ™ŠøŠ¼Š° + ŠŸŃ€ŠµŠæŠ¾Ń€ŃƒŃ‡ŠµŠ½Š¾ ŠŸŃ€ŠøјŠ°Ń‚ŠµŃ™ŠøŠ¼Š° - + Remove Š£ŠŗŠ»Š¾Š½Šø - + Remove All Š£ŠŗŠ»Š¾Š½Šø Š”Š²Šµ - + Download Notice - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link + + + Copy RetroShare Link - - Send retroshare Link + + Send RetroShare Link - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - - + + Folder - + New RetroShare Link(s) - + Size Š’ŠµŠ»ŠøчŠøŠ½Š° @@ -10677,93 +10871,93 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name Š˜Š¼Šµ Š¤Š°Ń˜Š»Š° - + File Size - + Close all Search Resullts - + Download Selected - + Close All Search Results - + 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 Š ŠµŃŠµŃ‚ @@ -10773,47 +10967,47 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Sources Š˜Š·Š²Š¾Ń€ŠøштŠ° - + Type - + Age - + Hash - + KeyWords - + Results - + Search Id @@ -11259,7 +11453,7 @@ p, li { white-space: pre-wrap; } - + Remove Š£ŠŗŠ»Š¾Š½Šø @@ -11268,25 +11462,41 @@ p, li { white-space: pre-wrap; } Š”Š¾Š“Š°Ń˜ Š”ŠµŃ™ŠµŠ½Šø Š”ŠøрŠµŠŗтŠ¾Ń€ŠøјуŠ¼ - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -11356,7 +11566,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11364,125 +11574,125 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download ŠŸŃ€ŠµŃƒŠ·ŠøŠ¼Š°ŃšŠµ - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -11496,47 +11706,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset Š ŠµŃŠµŃ‚ - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -11602,17 +11822,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11675,39 +11895,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11716,7 +11940,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -12070,7 +12294,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12079,7 +12303,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12088,15 +12312,73 @@ p, li { white-space: pre-wrap; } - + OK Š£ Š ŠµŠ“у - + Cancel ŠŸŠ¾Š½ŠøштŠø + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Š”тŠøŠ» + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12199,7 +12481,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -12245,17 +12527,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -12265,47 +12547,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed @@ -12613,27 +12900,37 @@ p, li { white-space: pre-wrap; } - + RetroShare RetroShare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -12696,20 +12993,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -12721,8 +13018,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -12737,11 +13034,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + Š’ŠµŠ»ŠøчŠøŠ½Š° + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -12756,68 +13113,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust ŠŸŠ¾Š²ŠµŃ€ŠµŃšŠµ - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12825,14 +13182,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_sv.ts b/retroshare-gui/src/lang/retroshare_sv.ts index 9b72d2036..d9b814b38 100644 --- a/retroshare-gui/src/lang/retroshare_sv.ts +++ b/retroshare-gui/src/lang/retroshare_sv.ts @@ -33,28 +33,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -1141,7 +1141,7 @@ p, li { white-space: pre-wrap; } CertificatePage - + Certificate files Certifikatfiler @@ -1150,12 +1150,12 @@ 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... @@ -1164,12 +1164,12 @@ p, li { white-space: pre-wrap; } Ange sƶkvƤg till din vƤns certifikat i rutan nedan - + Browse BlƤddra - + Select Certificate VƤlj certifikat @@ -1178,67 +1178,67 @@ p, li { white-space: pre-wrap; } Certifikat (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created Certifikatsfil skapad utan fel - - + + Sorry, certificate file creation failed TyvƤrr, fel uppstod vid skapande av certifikatsfilen - + Certificate Load Failed:something is wrong with %1 Laddning av certifikat felaktigt: nĆ„got Ƥr fel med %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found Laddning av certifikat felaktigt %1 hittades inte - + Use PGP certificates saved in files. @@ -1566,41 +1566,42 @@ Vill du spara meddelandet ? 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; } -</style></head><body style=" font-family:'Sans'; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download HƤmta - + Play Spela - + Remove Item Radera objekt + + + Copy RetroShare Link + + Connected Ansluten - - + + Expand Utƶka @@ -1609,7 +1610,7 @@ p, li { white-space: pre-wrap; } ƤmnesEtikett - + Unsubscribe From Channel Ta bort prenumeration frĆ„n kanal @@ -1628,12 +1629,17 @@ p, li { white-space: pre-wrap; } meddelande hƤr - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Dƶlj @@ -1645,7 +1651,7 @@ p, li { white-space: pre-wrap; } FormulƤr - + Remove Item Radera objekt @@ -1658,17 +1664,17 @@ p, li { white-space: pre-wrap; } namn - + Subscribe to Channel Prenumerera pĆ„ kanal - + Expand Utƶka - + Channel Decscription @@ -1678,6 +1684,21 @@ p, li { white-space: pre-wrap; } Beskrivning av forum + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelBrowserDialog @@ -1854,12 +1875,12 @@ av forum ChannelFeed - + Create Channel Skapa kanal - + Subscribe To Channel Prenumerera pĆ„ kanal @@ -1881,7 +1902,7 @@ p, li { white-space: pre-wrap; } - + Add LƤgg till @@ -1902,30 +1923,35 @@ p, li { white-space: pre-wrap; } NollstƤll - + Display Visa - + Unsubcribe To Channel Ta bort prenumeration frĆ„n kanal - + Unsubscribe Avsluta prenumereration - + Subscribe Prenumerera - + Set all to read + + + Enable Auto-download + + Create New Channel Skapa ny kanal @@ -1935,63 +1961,78 @@ p, li { white-space: pre-wrap; } Popularitet - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel Prenumerera pĆ„ kanal - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -2255,17 +2296,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -2295,47 +2336,47 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Skapa vƤn - + Details about your friend : - + Key validity: - + Email: - + Options Alternativ - + Add friend to group: - + 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. @@ -2344,7 +2385,7 @@ p, li { white-space: pre-wrap; } Fyll i detaljerna om din vƤn hƤr - + Peer details Klientdetaljer @@ -2353,7 +2394,7 @@ p, li { white-space: pre-wrap; } PĆ„litlig: - + Name: Namn: @@ -2362,7 +2403,7 @@ p, li { white-space: pre-wrap; } Org: - + Loc: Plac: @@ -2371,7 +2412,7 @@ p, li { white-space: pre-wrap; } Land: - + Signers Signerare @@ -2383,7 +2424,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Avbryt @@ -2396,7 +2437,7 @@ p, li { white-space: pre-wrap; } Signera certifikatet - + OK OK @@ -2475,18 +2516,18 @@ p, li { white-space: pre-wrap; } - + Deny Friend Neka vƤn - + Make Friend Skapa vƤn - - + + Sign GPG key @@ -2542,7 +2583,29 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Certificate @@ -2595,79 +2658,79 @@ p, li { white-space: pre-wrap; } Skapa vƤn (signera certifikat och acceptera) - + Apply and Close VerkstƤll och stƤng - - + + 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 - + Copy Peer @@ -3393,33 +3456,49 @@ p, li { white-space: pre-wrap; } Dra och slƤpp filer frĆ„n sƶkresultat - + + + Drop file error. + FilslƤppningsfel. + + + + Directory can't be dropped, only files are accepted. + Kataloger kan inte dra och slƤppas, endast filer. + + + + File not found or file name not accepted. + Filen hittades inte eller filnamn ogiltigt. + + + Add Extra File LƤgg till extra fil - - + + RetroShare RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -3516,7 +3595,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close StƤng @@ -3535,17 +3614,17 @@ p, li { white-space: pre-wrap; } Forum Posta Ƥmne - + Attach File Bifoga fil - + Forum Post Forum Posta - + Sign Message Signera meddelande @@ -3555,18 +3634,18 @@ p, li { white-space: pre-wrap; } Ƅmne - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window @@ -3575,7 +3654,7 @@ p, li { white-space: pre-wrap; } VerkygsfƤlt - + Post Forum Msg Posta forummeddelande @@ -3610,17 +3689,17 @@ p, li { white-space: pre-wrap; } - + 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. @@ -3968,7 +4047,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3994,22 +4073,22 @@ p, li { white-space: pre-wrap; } Avbryt - + Rating - + File Name Filnamn - + Not Rated - + No Comments @@ -4069,17 +4148,17 @@ p, li { white-space: pre-wrap; } Inkommande katalog - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -4087,36 +4166,46 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache + + + Auto-check shared directories every + + + + + minute(s) + + Partials Direcrtory Delkatalog - + Shared Directories Delade kataloger - + Edit Share @@ -4125,33 +4214,30 @@ you plug it in. Inkommande filer - Add a Share Directory - LƤgg till delad katalog + LƤgg till delad katalog - Remove Shared Directory - Ta bort delad katalog + Ta bort delad katalog - - + + Browse BlƤddra - Add Shared Directory - LƤgg till delad katalog + LƤgg till delad katalog - + Set Incoming Directory Ange inkommande katalog - + Set Partials Directory Ange delkatalog @@ -4281,37 +4367,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -4319,12 +4405,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared UrsƤkta, ett fel uppstod - + Here is the error message: HƤr Ƥr felmeddelandet: @@ -4693,60 +4779,98 @@ p, li { white-space: pre-wrap; } Storlek + + FlatStyle_RDM + + + Friends Directories + VƤnners kataloger + + + + My Directories + Mina kataloger + + + + Size + Storlek + + + + Age + ƅlder + + + + Friend + VƤn + + + + Share Type + + + + + Directory + Kataloger + + 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 *** @@ -4832,7 +4956,7 @@ p, li { white-space: pre-wrap; } FormulƤr - + Remove Item Radera objekt @@ -4841,24 +4965,24 @@ p, li { white-space: pre-wrap; } Forum namn - + Expand Utƶka - - - + + + Subject: Ƅmne: - + Send Skicka - + Signed Signerad @@ -4871,12 +4995,12 @@ p, li { white-space: pre-wrap; } Personens namn - + Unsubscribe To Forum Ta bort prenumeration frĆ„n forum - + Reply Svara @@ -4893,29 +5017,29 @@ p, li { white-space: pre-wrap; } Aktuellt meddelande.. - + Forum Post Forum Posta - + Unknown Forum Post - - - + + + Anonymous Anonym - + In Reply to - + Please give a Text Message @@ -4928,7 +5052,7 @@ p, li { white-space: pre-wrap; } FormulƤr - + Remove Item Radera objekt @@ -4941,17 +5065,17 @@ p, li { white-space: pre-wrap; } namn - + Subscribe to Forum Prenumerera pĆ„ forum - + Expand Utƶka - + Forum Description @@ -4983,67 +5107,73 @@ av forum ForumsDialog - + Subscribe to Forum Prenumerera pĆ„ forum - + Unsubscribe to Forum Ta bort prenumeration frĆ„n forum - + New Forum Nytt forum - + Show Forum Details Visa forumdetaljer - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Mark all as read - + Mark all as unread - + Reply Svara - + Reply to Author Svara fƶrfattaren - + Expand all Expandera alla - + Collapse all Komprimera alla - + AUTHD @@ -5052,50 +5182,50 @@ av forum Popularitet: - + Your Forums Dina forum - + Subscribed Forums Bevakade forum - + Popular Forums PopulƤra forum - + Other Forums Andra forum - - + + Mark as read - - + + Mark as unread - + with children - + Hide Dƶlj - + Expand Utƶka @@ -5104,31 +5234,31 @@ av forum Popularitet: - - + + Anonymous Anonym - - + + signed Signerad - - + + none Ingen - - + + RetroShare RetroShare - + No Forum Selected! Nej Forum vald! @@ -5137,7 +5267,7 @@ av forum Re: - + You cant reply a Anonymous Author You cant svar en Anonym Fƶrfattare @@ -5167,20 +5297,20 @@ av forum FillƤnken Ƥr missbildad. - - + + Date Datum - - + + Title Titel - - + + Start New Thread Starta ny trĆ„d @@ -5214,7 +5344,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-family:'Arial'; font-weight:600;">Forums</span></p></body></html> - + Add LƤgg till @@ -5244,17 +5374,17 @@ p, li { white-space: pre-wrap; } </p></body></html> - + Start new Thread for Selected Forum - + Display Visa - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5267,33 +5397,33 @@ 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;">Forum:</p></body></html> - + Last Post Senaste inlƤgg - + Threaded View TrĆ„dvy - + Flat View Platt vy - - + + Author Fƶrfattare - + Signed Signerad - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5306,17 +5436,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:10pt; font-weight:600;">TrĆ„d:</span></p></body></html> - + Previous Thread - + Next Thread - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5325,22 +5460,22 @@ p, li { white-space: pre-wrap; } - + Reset NollstƤll - + Content - + Reply Message - + Create Forum Skapa ett forum @@ -5363,12 +5498,12 @@ p, li { white-space: pre-wrap; } NƤsta - + Print Skriv ut - + PrintPreview Fƶrhandsgranska @@ -5605,72 +5740,53 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name - + Enter here your nickname - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Put a strong password here. This password protects your GPG key. - Location: - Plats: + Plats: - + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -5679,7 +5795,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5691,12 +5807,23 @@ p, li { white-space: pre-wrap; } - + Email - + + + Your profile is associated to a GPG key + + + + + Location + Plats + + + Generate New Profile @@ -5705,7 +5832,7 @@ p, li { white-space: pre-wrap; } LƤs in pĆ„litligt certifikat (valfritt) - + Password Lƶsenord @@ -5805,28 +5932,28 @@ Fill in your GPG password when asked, to sign your new key. Certifikat (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -5869,7 +5996,7 @@ p, li { white-space: pre-wrap; } PGP-lƶsenord - + Info @@ -6023,17 +6150,22 @@ p, li { white-space: pre-wrap; } Autoinloggning - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -6121,17 +6253,17 @@ p, li { white-space: pre-wrap; } - + Title Titel - + Description Beskrivning - + Reset NollstƤll @@ -7135,55 +7267,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network NƤtverk - + Friends VƤnner - - + + Transfers Ɩverfƶringar - - + + Messages Meddelanden - - + + Channels Kanaler - + Blogs Bloggar - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -7192,91 +7324,91 @@ p, li { white-space: pre-wrap; } - + Status Status - + Chat - - - - + + + + You have %1 new messages - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. FillƤnken Ƥr missbildad. @@ -7293,23 +7425,23 @@ p, li { white-space: pre-wrap; } FrĆ„nvarande - - + + Options Alternativ - + Hide Dƶlj - + Show Visa - + RetroShare RetroShare @@ -7327,33 +7459,33 @@ p, li { white-space: pre-wrap; } VerkygsfƤlt - + Add Friend LƤgg till en vƤn - + Add a Friend Wizard - + Add Share LƤgg till utdelning - - + + Quick Start Wizard - + Search Sƶk - + Files Filer @@ -7362,65 +7494,65 @@ 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 - + RetroShare %1 a secure decentralised communication platform - + Unfinished Ej slutfƶrda - + Minimize Minimera - + Maximize Maximera - - - - + + + + You have %1 new message - + Help HjƤlp - + About Om @@ -7429,18 +7561,18 @@ p, li { white-space: pre-wrap; } Nyhetsflƶde - - + + Forums Forum - + Open Messages Ɩppna meddelanden - + Applications Applikationer @@ -7457,17 +7589,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? @@ -7476,7 +7608,7 @@ p, li { white-space: pre-wrap; } VerktygsfƤlt_2 - + Quit Avsluta @@ -7485,12 +7617,12 @@ p, li { white-space: pre-wrap; } FƤrg - + SMPlayer SMPlayer - + Messenger Meddelandeklient @@ -7499,7 +7631,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Skapa @@ -7735,18 +7867,18 @@ p, li { white-space: pre-wrap; } &Justerad - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message Spara meddelande - + Message has not been Sent. Do you want to save message to draft box? @@ -7756,233 +7888,233 @@ Do you want to save message to draft box? Skapa: - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown OkƤnd - + Unknown friend - + &File &Fil - + &New &Ny - + &Open... &Ɩppna - + &Save &Spara - + Save &As File - + Save &As Draft - + &Print... Skriv &ut.... - + &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 - + &Contacts Sidebar &Kontakter i sidofƤltet - + &Insert &Infoga - + &Image &Bild - + &Horizontal Line - + &Format - + 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 - + Export PDF - + 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 - - + + Drop file error. FilslƤppningsfel. - + Directory can't be dropped, only files are accepted. Kataloger kan inte dra och slƤppas, endast filer. - + File not found or file name not accepted. Filen hittades inte eller filnamn ogiltigt. @@ -8069,41 +8201,41 @@ Vill du spara meddelandet ? MessagesDialog - - + + New Message Nytt meddelande - + Reply to Message Svara pĆ„ meddelande - + Remove Message Ta bort meddelande - - + + Date Datum - - - + + + From FrĆ„n - + Size Storlek - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -8114,17 +8246,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:10pt; font-weight:600;">Rekommenderade filer</span></p></body></html> - + Reply Svara - + Reply all Svara alla - + Foward FramĆ„t @@ -8139,178 +8271,183 @@ 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;">ta bort markerat meddelande</p></body></html> - + Delete Ta bort - + Compose Skapa - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display Visa - + Reset NollstƤll - + Attachments Bilagor - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox Inkorg - - - - + + + + Outbox Utkorg - + Draft Utkast - - + + Sent Skickat - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... Skriv ut... - + Print Preview Fƶrhandsgranska - - + + Buttons Icon Only Knappar endast ikon - + Buttons Text Beside Icon Knappar text bredvid Icon - + Buttons with Text Knappar med text - + Buttons Text Under Icon Knappar texten under Icon - + Set Text Under Icon Ange texten under Icon - + Save As... Spara som... @@ -8339,12 +8476,12 @@ p, li { white-space: pre-wrap; } HƤmta alla - + Print Document Skriv ut dokument - + File Name Filnamn @@ -8357,67 +8494,103 @@ p, li { white-space: pre-wrap; } # - + Forward selected Message Vidarebefodra markerat meddelande - + Remove Messages Ta bort meddelanden - + Forward Message Vidarebefodra meddelande - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download HƤmta - + Empty trash - + + Click to sort by to + + + + File - + Files Filer @@ -8434,24 +8607,24 @@ p, li { white-space: pre-wrap; } Fwd: - + Hide Dƶlj - + Expand Utƶka - - - + + + Drafts Utkast - + To @@ -8485,21 +8658,21 @@ p, li { white-space: pre-wrap; } FillƤnken Ƥr missbildad. - + Save as... Spara som... - + HTML-Files (*.htm *.html);;All Files (*) HTML-filer (*.htm *.html);;Alla filer (*) - - - - - + + + + + Total: @@ -8508,24 +8681,24 @@ p, li { white-space: pre-wrap; } Svara alla - - + + Reply to All Svara alla - - + + Subject Ƅmne - + Subject: Ƅmnde: - + From: FrĆ„n: @@ -8534,28 +8707,27 @@ p, li { white-space: pre-wrap; } Datum: - + To: Till: - <html><head><meta name="qrichtext" content="1" /><style type="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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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;">Ladda ned alla rekommenderade filer</p></body></html> - + Hash Hash - + Print Skriv ut @@ -9449,8 +9621,8 @@ p, li { white-space: pre-wrap; } - - + + Name Namn @@ -9647,7 +9819,7 @@ Right-click and select 'make friend' to be able to connect. - + Did peer authenticated me @@ -9679,7 +9851,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer @@ -9690,7 +9862,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Cert-Id @@ -9700,12 +9872,12 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9714,7 +9886,7 @@ p, li { white-space: pre-wrap; } - + Show keys that are not validated by the GPG web of trust @@ -9728,7 +9900,7 @@ p, li { white-space: pre-wrap; } - + Peer ID Klient-ID @@ -9737,47 +9909,47 @@ p, li { white-space: pre-wrap; } 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 @@ -9794,37 +9966,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 @@ -10009,6 +10181,11 @@ p, li { white-space: pre-wrap; } Remove All Ta bort alla + + + Options + Alternativ + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -10283,17 +10460,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -10617,7 +10794,7 @@ p, li { white-space: pre-wrap; } Certifikat (*.pqi) - + Status Status @@ -10753,10 +10930,8 @@ Do you want to send them a Message instead Vill du skicka ett meddelande i stƤllet - - RetroShare - RetroShare + RetroShare @@ -10769,7 +10944,7 @@ Vill du skicka ett meddelande i stƤllet - + Add Extra File LƤgg till extra fil @@ -10799,18 +10974,18 @@ Vill du skicka ett meddelande i stƤllet 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. @@ -10872,22 +11047,27 @@ Vill du skicka ett meddelande i stƤllet - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Save as... Spara som... - + Text File (*.txt );;All Files (*) @@ -10897,7 +11077,7 @@ Vill du skicka ett meddelande i stƤllet jag - + Send Skicka @@ -10920,12 +11100,12 @@ p, li { white-space: pre-wrap; } Live Gruppchatt: - + Italic Kursiv - + Underline Understruken @@ -10943,7 +11123,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-weight:600;">VƤnner</span></p></body></html> - + Add LƤgg till @@ -10952,17 +11132,17 @@ p, li { white-space: pre-wrap; } Hide osammanhƤngande - + Add or Change your Avatar LƤgga till eller Ƥndra din avatar - + Edit Personal message Redigera Personligt meddelande - + Bold Fet @@ -10971,13 +11151,13 @@ p, li { white-space: pre-wrap; } Skapa ett forum - - + + Create new Forum Skapa ett forum - + F @@ -10986,92 +11166,92 @@ p, li { white-space: pre-wrap; } Skapa ny kanal - + Display Visa - + Messages entered here are sent to all collected friends - - + + Create new Channel Skapa ny kanal - + C - + Add your Avatar Picture LƤgg till din avatar bild - + A - + Set your Personal Message StƤll din personliga meddelande - + Edit your status Message Edit your status message - + Browse Message History - + Browse History - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history @@ -11080,71 +11260,71 @@ p, li { white-space: pre-wrap; } Inaktivera Emoticons - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column + Text Color - TextfƤrg + TextfƤrg - + Add Friend LƤgg till en vƤn - + Create new Profile - + Font Typsnitt - + Friends VƤnner - + Group 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:400; font-style:normal;"> <p style=" 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> - <!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;">stƤlla TextfƤrg</span></p></body></html> - + Attach File Bifoga fil - + Clear Chat History Rensa chatthistorik @@ -11503,39 +11683,44 @@ p, li { white-space: pre-wrap; } RetroShare - + Your Friend is offline Do you want to send them a Message instead Din vƤn Ƥr offline Vill du skicka ett meddelande i stƤllet - + Friend not Online - + Paste RetroShare Link - + is typing... - + Hide Avatar Gƶm avatar - + + Do you really want to physically delete the history? + + + + Load Picture File - + Messages you send will be delivered after Friend is again Online @@ -11544,7 +11729,7 @@ Vill du skicka ett meddelande i stƤllet :images/hide_toolbox_frame.png - + Show Avatar Visa avatar @@ -11561,37 +11746,37 @@ Vill du skicka ett meddelande i stƤllet Stilar (*.htm) - + Save as... Spara som... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Skicka @@ -11618,7 +11803,7 @@ border-image: url(:/images/mystatus_bg.png); TextEtikett - + Close StƤng @@ -11633,60 +11818,64 @@ 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 + Ange typsnitt - + + Font + Typsnitt + + + Text Color TextfƤrg - + Clear Chat History Rensa chatthistorik - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture @@ -11695,7 +11884,7 @@ p, li { white-space: pre-wrap; } VerkygsfƤlt - + Strike Strike @@ -11708,18 +11897,18 @@ p, li { white-space: pre-wrap; } Ange din avatarbild - + Disable Emoticons Inaktivera Emoticons - - + + Save Chat History - + Clear offline messages @@ -11728,7 +11917,7 @@ p, li { white-space: pre-wrap; } Chattar med - + Add Extra File LƤgg till extra fil @@ -11753,23 +11942,23 @@ p, li { white-space: pre-wrap; } 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 @@ -11777,39 +11966,45 @@ p, li { white-space: pre-wrap; } PopupChatWindow - + Avatar Avatar - + Set your Avatar Picture Ange din avatarbild - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -12344,118 +12539,180 @@ p, li { white-space: pre-wrap; } Ƥr inom omfĆ„ng - - + + RetroShare RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + 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 File begƤran avbryts - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. Filen har inte lagts till i din nedladdning listan, eftersom du redan har det. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error FilfƶrfrĆ„gningsfel - + The file link is malformed. FillƤnken Ƥr missbildad. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -12471,6 +12728,11 @@ p, li { white-space: pre-wrap; } Peer details Klientdetaljer + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -12512,15 +12774,15 @@ p, li { white-space: pre-wrap; } - + Next > NƤsta > - - + + Exit @@ -12530,7 +12792,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -12541,7 +12803,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -12597,8 +12859,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < Tillbaka @@ -12640,7 +12902,12 @@ p, li { white-space: pre-wrap; } Ta bort - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12651,7 +12918,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12663,27 +12930,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -12711,67 +12978,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General AllmƤnt - + Directories Kataloger - + Server Server - + Transfer Ɩverfƶring - + Notify Meddela - + Security - + Message Meddelande - + Forum Forum - + Chat - + Appearance Utseende - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -12809,81 +13076,64 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - VƤnners kataloger + VƤnners kataloger - My Directories - Mina kataloger + Mina kataloger - Size - Storlek - - - - Share Type - - - - - What's new - + Storlek Rank Ranking - Age - ƅlder + ƅlder - - FILE - FIL + FIL - + Anonymous + Anonym + + + Files + Filer + + + DIR + KAT + + + + RetroshareDirModel + + Anonymous Anonym - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Filer - - - - File - - - - - - DIR - KAT - Rshare @@ -12955,32 +13205,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -13011,94 +13261,101 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources KƤllor - + Results Resultat - + Filter Search Result - + Clear Filter - + File Name Filnamn - + File Size - + Close all Search Resullts - + Download Selected - - + + Download HƤmta - + Enter a keyword here (at least 3 char long) - Copy retroshare Link - Kopiera retrosharelƤnk + Kopiera retrosharelƤnk - Send retroshare Link - Skicka retrosharelƤnk + Skicka retrosharelƤnk - Broadcast on Channel - SƤnd pĆ„ kanal + SƤnd pĆ„ kanal - Recommend to Friends - Rekommendera till vƤnner + Rekommendera till vƤnner - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Ta bort - + Remove All Ta bort alla - - + + Folder Katalog - + New RetroShare Link(s) @@ -13144,34 +13401,34 @@ 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. - + Size Storlek - + Type Typ @@ -13225,22 +13482,22 @@ p, li { white-space: pre-wrap; } Visa avancerade sƶkverktyg - + Filename Filnamn - + Age ƅlder - + Hash Hash - + KeyWords Nyckelord @@ -13250,17 +13507,17 @@ p, li { white-space: pre-wrap; } Kataloger - + Start Search Starta sƶkningen - + Search Sƶk - + Reset NollstƤll @@ -13270,17 +13527,17 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Search Id Sƶk-Id @@ -13289,38 +13546,38 @@ p, li { white-space: pre-wrap; } StƤng all sƶkningar - + 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 : @@ -13345,7 +13602,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;">Val av nedladdning</p></body></html> - + Close All Search Results StƤng alla sƶkresultat @@ -13872,7 +14129,7 @@ p, li { white-space: pre-wrap; } - + Remove Ta bort @@ -13881,25 +14138,41 @@ p, li { white-space: pre-wrap; } LƤgg till delad katalog - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! Varning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + FilslƤppningsfel. + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + Shared Directory Added! Delad katalog tillagd! @@ -13989,7 +14262,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -13997,8 +14270,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download HƤmta @@ -14021,22 +14294,22 @@ p, li { white-space: pre-wrap; } Rekommendera till - + Checking... Kontrollerar... - + Check files Kontrollera filer - + Copy retroshare Link Kopiera retrosharelƤnk - + Send retroshare Link Skicka retrosharelƤnk @@ -14049,84 +14322,84 @@ p, li { white-space: pre-wrap; } Rekommendera i ett meddelande till - + Copy retroshare Links to Clipboard Kopiera retroshare LƤnkar till Urklipp - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links Skicka retroshare LƤnkar - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File Ɩppna fil - + Open Folder Ɩppna katalog - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file Ange kommando fƶr ƶppning av denna fil - + <strong>My Shared Files</strong> <strong>Mina Filer</strong> - + <strong>Friends Files</strong> <strong>VƤnner filer</strong> - + <strong>Files</strong> <strong>Filer</strong> @@ -14139,17 +14412,17 @@ p, li { white-space: pre-wrap; } Mina delade filer - + Splitted View - + Friends Folders VƤnner filer - + My Folders Mina Filer @@ -14167,47 +14440,57 @@ 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:'MS Shell Dlg 2'; font-weight:600;">Filer</span></p></body></html> - + All Alla - + One day old En dag gammal - + One Week old En vecka gamla - + One month old En mĆ„nad gammal - + Search files - + Start Search Starta sƶkningen - + Reset NollstƤll - + + Tree view + + + + + Flat view + + + + Download selected Ladda ned markerade - + check files kontrollera filer @@ -14277,17 +14560,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -14395,39 +14678,43 @@ p, li { white-space: pre-wrap; } Lƶsenord: - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -14436,7 +14723,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -14779,7 +15066,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -14792,7 +15079,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:14pt; font-weight:600;">Personligt meddelande</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -14805,15 +15092,73 @@ 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;">Ange ditt statusmeddelande</span></p></body></html> - + OK OK - + Cancel Avbryt + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Stil + + + + None + Ingen + + + + Solid + + + + + Gradient + + SubDestItem @@ -14936,7 +15281,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause Paus @@ -14982,47 +15327,52 @@ 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 - + + Clean certificate + + + + RetroShare Invite - + 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 your friend via email or some other way - + Save as... Spara som... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -15040,7 +15390,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 @@ -15049,7 +15399,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 @@ -15058,7 +15408,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 @@ -15427,27 +15777,37 @@ p, li { white-space: pre-wrap; } Kontrollerar... - + RetroShare RetroShare - + Details: Detaljer: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -15522,20 +15882,20 @@ p, li { white-space: pre-wrap; } - + Failed Misslyckades - + Okay Okej - + Waiting VƤntar @@ -15547,8 +15907,8 @@ p, li { white-space: pre-wrap; } - - + + Complete FullstƤndig @@ -15558,11 +15918,71 @@ p, li { white-space: pre-wrap; } OkƤnd - + Uploading Laddar upp + + TreeStyle_RDM + + + + FILE + FIL + + + + Files + Filer + + + + File + + + + + + DIR + KAT + + + + Friends Directories + VƤnners kataloger + + + + My Directories + Mina kataloger + + + + Size + Storlek + + + + Age + ƅlder + + + + Friend + VƤn + + + + Share Type + + + + + What's new + + + TrustView @@ -15581,68 +16001,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network Visar: hela nƤtverket - + This table normaly auto-updates every 10 seconds. - + Self - + Trust - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -15650,14 +16070,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_tr.ts b/retroshare-gui/src/lang/retroshare_tr.ts index 905e81349..769f01a7b 100644 --- a/retroshare-gui/src/lang/retroshare_tr.ts +++ b/retroshare-gui/src/lang/retroshare_tr.ts @@ -19,28 +19,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -773,32 +773,32 @@ 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... - + Browse Gƶzalt - + Select Certificate Select Certificate @@ -807,62 +807,62 @@ p, li { white-space: pre-wrap; } Certificates (*.pqi *.pem) - + Please choose a filename - - - - + + + + RetroShare Retroshare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created Sertifika dosyası başarıyla oluşturuldu - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -957,52 +957,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download Download - + Play Başlat - + Remove Item - - + + Expand Genişlet - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide Hide @@ -1010,26 +1016,37 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - New Channel - Yeni Kanal + + Unknown Channel + - + + New Channel + Yeni Kanal + + + + Updated Channel + + + + Subscribe to Channel Kanala Abone Ol - + Expand Genişlet - + Channel Decscription @@ -1110,12 +1127,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Kanal oluştur - + Subscribe To Channel Kanala Abone Ol @@ -1145,35 +1162,40 @@ 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;">Kanallar</span></p></body></html> - + Add Ekle - + Display GƶrĆ¼ntĆ¼ - + Unsubcribe To Channel Kanaldan Iptal Ol - + Unsubscribe Iptal - + Subscribe Abone Ol - + Set all to read Hepsini Işaretle Okunmuş olarak + + + Enable Auto-download + + Name Name @@ -1183,67 +1205,82 @@ p, li { white-space: pre-wrap; } PopĆ¼lerlik - + Own Channels Senin Kanallar - + Subscribed Channels Abone Kanallar - + Popular Channels PopĆ¼ler Kanallar - + Other Channels Diğer Kanallar - + Share Channel Paylaş Kanalı + + + Copy RetroShare Link + + + + + Disable Auto-Download + + + + + Enable Auto-Download + + Popularity: %1 PopĆ¼lerlik: %1 - + No Channel Selected Kanal seƧmediniz! - - + + Post to Channel Kanala yaz - + Subscribe to Channel Kanala Abone Ol - + Unsubscribe to Channel Kanaldan Iptal Ol - + Show Channel Details Kanal Detaylari gƶster - + Restore Publish Rights for Channel - + Edit Channel Details Kanal Detayları dĆ¼zenle @@ -1442,17 +1479,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1460,67 +1497,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend Yapı Arkadaş - + Details about your friend : - + Key validity: - + Email: - + Options SeƧenekler - + Add friend to group: - + 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 @@ -1528,7 +1565,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel Iptal @@ -1602,79 +1639,79 @@ p, li { white-space: pre-wrap; } Adres listesi - + Apply and Close Kapat - - + + RetroShare Retroshare - - + + Error : cannot get peer details. - + Your key is signed by : Anahtar imzalanmış: - + Peer key is signed by : Peer anahtar tarafından imzalanmış: - + 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 Belki şifre yanlış - + Copy Peer @@ -1699,13 +1736,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend Arkadaş reddet - - + + Sign GPG key @@ -1771,17 +1808,39 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Make Friend Arkadaş yap - + Certificate - + OK @@ -2443,33 +2502,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + Dosya bulunamadı veya isim kabul edilmedi . + + + Add Extra File Ekstra Dosya Ekle - - + + RetroShare Retroshare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2566,7 +2641,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close Kapat @@ -2585,7 +2660,7 @@ p, li { white-space: pre-wrap; } Başlık - + Attach File Dosya ekle @@ -2594,12 +2669,12 @@ p, li { white-space: pre-wrap; } Yapıştır retroshare Link - + Forum Post - + Sign Message @@ -2609,23 +2684,23 @@ p, li { white-space: pre-wrap; } Konu - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg @@ -2660,17 +2735,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. Dosya bulunamadı veya isim kabul edilmedi . - + Directory can't be dropped, only files are accepted. @@ -2914,7 +2989,7 @@ p, li { white-space: pre-wrap; } - + Comments Yorum @@ -2940,22 +3015,22 @@ p, li { white-space: pre-wrap; } Iptal - + Rating Oran - + File Name Dosya Adı - + Not Rated - + No Comments @@ -2968,17 +3043,17 @@ p, li { white-space: pre-wrap; } Gelen Dizin - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -2986,31 +3061,41 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache + + + Auto-check shared directories every + + + + + minute(s) + + Partials Direcrtory GeƧici Dizin - + Shared Directories Paylaşılan Dizinler @@ -3019,7 +3104,7 @@ you plug it in. Otomatik olarak paylaş gelen dizini (ƶnerilir) - + Edit Share Değiştir Paylaş @@ -3028,33 +3113,30 @@ you plug it in. Incoming files - Add a Share Directory - Paylaşım Dizin Ekle + Paylaşım Dizin Ekle - Remove Shared Directory - Kaldır Paylaşılan Dizin + Kaldır Paylaşılan Dizin - - + + Browse Gƶzalt - Add Shared Directory - eklemek paylaşmak rehber kitap + eklemek paylaşmak rehber kitap - + Set Incoming Directory Gelen Dizin - + Set Partials Directory GeƧici Dizin @@ -3184,37 +3266,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: Konu: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3222,12 +3304,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3544,60 +3626,98 @@ p, li { white-space: pre-wrap; } Aktarım tip: + + FlatStyle_RDM + + + Friends Directories + Arkadaş Dizinleri + + + + My Directories + Dosyalarım + + + + Size + + + + + Age + Yaş + + + + Friend + Arkadaş + + + + Share Type + Paylaş Tipi + + + + Directory + Klasƶr + + 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 *** @@ -3679,7 +3799,7 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item @@ -3688,62 +3808,62 @@ p, li { white-space: pre-wrap; } Forum Ä°smi - + Expand Genişlet - - - + + + Subject: - + Unsubscribe To Forum - + Reply Yanıtla - + Send - + Signed imzalı - + Forum Post - + Unknown Forum Post - - - + + + Anonymous Anonim - + In Reply to - + Please give a Text Message @@ -3756,22 +3876,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum Foruma abone ol - + Expand Genişlet - + Forum Description Forum AƧıklama @@ -3797,57 +3917,63 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum Foruma abone ol - + Unsubscribe to Forum Foruma iptal ol - + New Forum Yeni Forum - + Show Forum Details Forum bilgilerini gƶster - + Edit Forum Details Forum Detayları dĆ¼zenle - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply Yanıtla - + Reply to Author Yazarı yanıtla - + Expand all TĆ¼m genişletin - + Collapse all TĆ¼mĆ¼nĆ¼ daralt - + AUTHD @@ -3856,60 +3982,60 @@ p, li { white-space: pre-wrap; } PopĆ¼lerlik: - + Your Forums Senin Forumlar - + Subscribed Forums Abone Forumlar - + Popular Forums PopĆ¼ler Forumlar - + Other Forums Diğer Forumlar - - + + Mark as read Işaretle Okunmuş olarak - - + + Mark as unread Işaretle Okunmamuş olarak - + with children - + Mark all as read Hepsini Işaretle Okunmuş olarak - + Mark all as unread Hepsini Işaretle Okunmamuş olarak - + Hide Gizle - + Expand Genişlet @@ -3918,54 +4044,54 @@ p, li { white-space: pre-wrap; } PopĆ¼lerlik: - - + + Anonymous Anonim - - + + signed Imzalı - - + + none yok - - + + RetroShare Retroshare - + No Forum Selected! Forum seƧmediniz! - + You cant reply a Anonymous Author Bir Anonim Yazara yanıt veremiyoruz - - + + Date Tarih - - + + Title Başlık - - + + Start New Thread Yeni konu başlat @@ -3974,7 +4100,7 @@ p, li { white-space: pre-wrap; } Yeni Mesaj - + Add Ekle @@ -4007,7 +4133,7 @@ p, li { white-space: pre-wrap; } RetroShare Forumlar - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4020,34 +4146,34 @@ 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;">Forum:</p></body></html> - + Last Post Son Mesaj - + Threaded View - + Flat View - - + + Author Yazar - + Signed imzalı - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4060,7 +4186,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:10pt; font-weight:600;">Konu:</span></p></body></html> - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4069,22 +4200,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum Forum yarat - + Print Yazdır @@ -4102,32 +4233,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-family:'Arial'; font-weight:600;">Forumlar</span></p></body></html> - + Start new Thread for Selected Forum - + Display GƶrĆ¼ntĆ¼ - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview Baskı Ɩnizleme @@ -4332,77 +4463,70 @@ p, li { white-space: pre-wrap; } - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> + + + Your profile is associated to a GPG key - + Use Profile - + Name Name - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4411,7 +4535,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4435,12 +4559,12 @@ p, li { white-space: pre-wrap; } Yeni bir gpg anahtarı ĆœĆ¼ret - + Generate New Profile Yeni Profil Oluştur - + Info Bilgi @@ -4530,36 +4654,31 @@ Fill in your GPG password when asked, to sign your new key. Certificates (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! - - - Location: - - GeneralDialog @@ -4684,17 +4803,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle Boşta - + Idle Time - + seconds @@ -4778,17 +4902,17 @@ p, li { white-space: pre-wrap; } - + Title Başlık - + Description AƧıklamalar - + Reset @@ -5567,55 +5691,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Ağ - + Friends Arkadaşlar - - + + Transfers Aktarımlar - - + + Messages Mesajlar - - + + Channels Kanallar - + Blogs Bloglar - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5624,112 +5748,112 @@ p, li { white-space: pre-wrap; } - + Status Durum - + Chat - - - - + + + + You have %1 new messages %1 yeni mesaj var - - - - - - %1 new messages - - - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) Indirme: %1 (kB/s) - + Up: %1 (kB/s) Gƶnderme: %1 (kB/s) - + %1 friend connected %1 Arkadaş Bağlandı - + %1 friends connected %1 Arkadaşlar Bağlandı - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options SeƧenekler - + Hide Gizle - + Show Gƶster - + RetroShare Retroshare @@ -5743,33 +5867,33 @@ p, li { white-space: pre-wrap; } - + Add Friend Arkadaş ekle - + Add a Friend Wizard Arkadaş Ekleme Sihirbazı - + Add Share Paylaş ekle - - + + Quick Start Wizard Hızlı BaşlangıƧ Sihirbazı - + Search Ara - + Files Dosya @@ -5778,81 +5902,81 @@ p, li { white-space: pre-wrap; } eklemek paylaşmak rehber kitap - + Show/Hide Gƶster/Gizle - + &Quit - - - - + + + + You have %1 new message %1 yeni mesaj var - + Bandwidth Graph Bant genişliği Grafik - + Open Messenger AƧ Messenger - + Minimize - + Maximize - + Links Cloud - + RetroShare %1 a secure decentralised communication platform - + Unfinished - + Help Yardım - + About Ile ilgili - - + + Forums Forumlar - + Open Messages AƧ Mesajlar - + Applications @@ -5865,32 +5989,32 @@ p, li { white-space: pre-wrap; } RetroShare %1 gĆ¼venli bir merkezden uzak iletişim platformu - + Plugins - + Really quit ? GerƧekten Ƨıkmak istiyorsunuz? - + Do you really want to exit RetroShare ? RetroShare'dan Ƨıkmak istiyor musunuz? - + Quit Ƈıkış - + SMPlayer - + Messenger @@ -5899,7 +6023,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Yeni ileti @@ -6131,18 +6255,18 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? @@ -6152,232 +6276,232 @@ Do you want to save message to draft box? Yeni posta: - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare Retroshare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To Kime - + Cc Ilgili kopyasi - + Bcc Gizli kopya - + Unknown Bilinmeyen - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) HTML-Dosya (*.htm *.html);;TĆ¼m Dosyalar (*) - + Save as... Farklı kaydet... - + Print Document Belge yazdır - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File Ekstra Dosya Ekle - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. Dosya bulunamadı veya isim kabul edilmedi . @@ -6464,41 +6588,41 @@ Do you want to save message ? MessagesDialog - - + + New Message Yeni Posta - + Reply to Message Yanıtla - + Remove Message Sil - - + + Date Tarih - - - + + + From Kimden - + Size Boyut - + <html><head><meta name="qrichtext" content="1" /><style type="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;"> @@ -6506,17 +6630,17 @@ 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:10pt; font-weight:600;">Tavsiye edilen dosyalar</span></p></body></html> - + Reply Yanıtla - + Reply all Hepsini yanıtla - + Foward Ilet @@ -6528,178 +6652,183 @@ 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;">Iletiyi Sil</p></body></html> - + Delete Sil - + Compose Yeni ileti - + Reply to selected message Iletiyi yanıtla - + Reply all to selected message TĆ¼m alicilara yanıtla - + Forward selected message SeƧilmiş postaları ilet - + Remove selected message Iletiyi sil - + Print selected message Iletiyi yazdıır - + Display GƶrĆ¼ntĆ¼ - + Reset Iptal - + Attachments Ek - - + + Content - - - - + + + + Tags Etiket - + Tag Etiket - - - - + + + + Inbox Gelen - - - - + + + + Outbox Giden - + Draft Taslak - - + + Sent Gƶnderildi - - - - + + + + Trash Ƈƶp - + Favorite Tags Favori Etiket - + Total Inbox: - + Folders Dosyalar - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... Yazdır... - + Print Preview Yazdırma ƶnizleme - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... Farklı kaydet... @@ -6723,12 +6852,12 @@ p, li { white-space: pre-wrap; } Download All - + Print Document Belge yazdır - + File Name Dosya Adı @@ -6737,67 +6866,103 @@ p, li { white-space: pre-wrap; } Kaynak - + Forward selected Message Ilet - + Remove Messages Iletiyi sil - + Forward Message Ilet - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags TĆ¼m etiketleri sil - + New tag ... Yeni etiket... - + Edit... DĆ¼zenle... - + Mark as read Işaretle Okunmuş olarak - + Mark as unread Işaretle Okunmamuş olarak - + Undelete - + Download Indir - + Empty trash - + + Click to sort by to + + + + File - + Files Dosya @@ -6806,24 +6971,24 @@ p, li { white-space: pre-wrap; } Yeni posta: - + Hide Gizle - + Expand Genişlet - - - + + + Drafts Taslak - + To Kime @@ -6832,43 +6997,43 @@ p, li { white-space: pre-wrap; } Anonim - + Save as... Farklı kaydet... - + HTML-Files (*.htm *.html);;All Files (*) HTML-Dosya (*.htm *.html);;TĆ¼m Dosyalar (*) - - - - - + + + + + Total: Toplam: - - + + Reply to All Hepsini yanıtla - - + + Subject Konu - + Subject: Konu: - + From: Kimden: @@ -6877,28 +7042,27 @@ p, li { white-space: pre-wrap; } Tarih: - + To: Kime: - <html><head><meta name="qrichtext" content="1" /><style type="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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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;">TĆ¼m Ɩnerilen Dosyalar indir</p></body></html> - + Hash - + Print Yazdır @@ -7364,8 +7528,8 @@ p, li { white-space: pre-wrap; } - - + + Name Isim @@ -7387,7 +7551,7 @@ p, li { white-space: pre-wrap; } - + Cert Id Cert Id @@ -7471,7 +7635,7 @@ p, li { white-space: pre-wrap; } - + Did I authenticated peer Doğrulanmış Peer @@ -7490,12 +7654,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -7508,23 +7672,23 @@ 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;">GƶrĆ¼ntĆ¼</span></p></body></html> - + Network Status Ağ Durumu - + Local network Yerel ağ - + UPnP - + Did peer authenticated me Akran Beni doğrulanmış mı @@ -7547,77 +7711,77 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + Show keys that are not validated by the GPG web of trust GĆ¼ven GPG web tarafından onaylanmamışları gƶster - + External ip address finder Dış IP adres bulucu - + Clear Temizle - + Set Tabs Right - + Set Tabs North - + Set Tabs South - + Set Tabs Left - + Set Tabs Rounded - + Set Tabs Triangular - + Add Friend Arkadaş ekle - + Copy My Key to Clipboard - + Export My Key - + Create New Profile Yeni profil oluştur - + Create a new Profile Yeni profil oluştur @@ -7723,6 +7887,11 @@ p, li { white-space: pre-wrap; } Remove All Hepsini Kaldır + + + Options + SeƧenekler + NotifyPage @@ -7917,17 +8086,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8156,7 +8325,7 @@ p, li { white-space: pre-wrap; } Certificates (*.pqi) - + Status Durum @@ -8312,10 +8481,8 @@ Do you want to send them a Message instead Bunun yerine Mesaj gƶndermek istiyor musunuz? - - RetroShare - Retroshare + Retroshare @@ -8336,23 +8503,23 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? Yeni Kanal - + Add Extra File Ekstra Dosya Ekle - - + + Drop file error. - + File not found or file name not accepted. Dosya bulunamadı veya isim kabul edilmedi . - + Directory can't be dropped, only files are accepted. @@ -8414,42 +8581,47 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Save as... Farklı kaydet... - + Text File (*.txt );;All Files (*) - + Send Gƶnder - + Italic Italik - + Display GƶrĆ¼ntĆ¼ - + Underline @@ -8467,7 +8639,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-weight:600;">Arkadaşlar</span></p></body></html> - + Add Ekle @@ -8476,12 +8648,12 @@ p, li { white-space: pre-wrap; } sakla offline Arkadaşlar - + Add or Change your Avatar Ekle veya Avatar Değiştir - + Edit Personal message Değiştir Kişisel mesaj @@ -8490,7 +8662,7 @@ p, li { white-space: pre-wrap; } Canli Sohbet - + Bold @@ -8499,13 +8671,13 @@ p, li { white-space: pre-wrap; } Yeni Forum yarat - - + + Create new Forum Yeni Forum yarat - + F @@ -8514,114 +8686,119 @@ p, li { white-space: pre-wrap; } Yeni bir kanal oluştur - - + + Create new Channel Yeni bir kanal oluştur - + C - + Add your Avatar Picture Ekle veya Avatar Değiştir - + A - + Set your Personal Message Kişisel Mesaj aya - + Edit your status Message Değiştir Kişisel mesaj - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group Yeni Grup ekle - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend Arkadaş ekle - + + Text Color + + + + Create new Profile Yeni profil oluştur - + Font @@ -8638,40 +8815,39 @@ 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;">GƶrĆ¼ntu</span></p></body></html> - + Friends Arkadaşlar - + Group Chat Canli Sohbet - + Messages entered here are sent to all collected friends - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">set Text Color</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;">Metin Rengi</span></p></body></html> - + Attach File Dosya ekle - + Clear Chat History Chat Sohbeti temizle @@ -9003,189 +9179,194 @@ p, li { white-space: pre-wrap; } Retroshare - + Your Friend is offline Do you want to send them a Message instead Arkadaşınızın offline Bunun yerine Mesaj gƶndermek istiyor musunuz? - + Friend not Online - + is typing... yazıyor ... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... Farklı kaydet... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + Send Gƶndermek - + Close - - + + Bold - - + + Underline - - + + Italic Italik - - Set Font - - - - + Text Color - + Clear Chat History Chat Sohbeti temizle - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File Ekstra Dosya Ekle - - + + Drop file error. - + File not found or file name not accepted. Dosya bulunamadı veya isim kabul edilmedi . - + Directory can't be dropped, only files are accepted. - + Add a File for your Friend @@ -9193,39 +9374,45 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare Retroshare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -9646,117 +9833,179 @@ p, li { white-space: pre-wrap; } PopĆ¼lerlik: - - + + RetroShare Retroshare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure Giriş Hatası - + Maybe password is wrong Belki şifre yanlış - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -9772,6 +10021,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -9792,15 +10046,15 @@ p, li { white-space: pre-wrap; } - + Next > Sonraki > - - + + Exit Ƈıkış @@ -9810,7 +10064,7 @@ p, li { white-space: pre-wrap; } En iyi performans iƧin, Retroshare biraz Ä°nternet bağlantınız hakkında bilmelidir - + Choose your upload speed limit: gƶnderme hız sınırı seƧ: @@ -9821,7 +10075,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: indirme hız sınırı seƧ: @@ -9910,8 +10164,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < Geri @@ -9953,7 +10207,12 @@ p, li { white-space: pre-wrap; } Kaldır - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9964,7 +10223,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.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,27 +10235,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare Ƈıkarken sorma - + Start Minimized KĆ¼Ć§Ć¼ltĆ¼lmĆ¼ÅŸ başlat - + Start RetroShare when my System Starts. Windows ile başlat - + Start minimized on system start - + Finish Bitir @@ -10025,67 +10284,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General Genel - + Directories Dizinler - + Server Bağlantı - + Transfer Aktarım - + Notify Bildirimler - + Security GĆ¼venlik - + Message Mesaj - + Forum - + Chat - + Appearance GƶrĆ¼nĆ¼m - + Sound Ses - + UnknownPage - + Error Saving Configuration on page @@ -10123,81 +10382,68 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - Arkadaş Dizinleri + Arkadaş Dizinleri - My Directories - Dosyalarım + Dosyalarım - Size - Boyut + Boyut - Share Type - Paylaş Tipi - - - - What's new - + Paylaş Tipi Rank Rank - Age - Yaş + Yaş - - FILE - Dosya + Dosya - + Anonymous + Anonim + + + Files + Dosya + + + DIR + Klasƶr + + + + RetroshareDirModel + + Anonymous Anonim - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - Dosya - - - - File - - - - - - DIR - Klasƶr - Rshare @@ -10265,32 +10511,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10321,79 +10567,86 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources Kaynak - + Results SonuƧ - + Close all Search Resullts TĆ¼mĆ¼nĆ¼ Kapat - + Close All Search Results TĆ¼mĆ¼nĆ¼ Kapat - + Download Selected Indir - - + + Download Indir - + Enter a keyword here (at least 3 char long) Burada anahtar kelime girin (en az 3 uzun) char - Copy retroshare Link - Kopyala retroshare Link + Kopyala retroshare Link - Send retroshare Link - Gƶnder retroshare Link Mesajla + Gƶnder retroshare Link Mesajla - Broadcast on Channel - Broadcast on Channel + Broadcast on Channel - Recommend to Friends - Recommend to Arkadaş + Recommend to Arkadaş - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove Kaldır - + Remove All Hepsini Kaldır - - + + Folder Klasƶr - + New RetroShare Link(s) @@ -10436,34 +10689,34 @@ p, li { white-space: pre-wrap; } Documents - + Download Notice Indirme haberi - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Size Boyut - + Type TĆ¼rĆ¼ @@ -10526,59 +10779,59 @@ 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;">Indir</span></p></body></html> - + Include files from your own file list in the search result Arama sonucu kendi dosyalarini listeden Dahil et - + Include own files kendi dosyalarini gƶster - + Search inside "browsable" files of your friends Arama iƧin "arkadaşlarınızın gƶz atılabilir" dosyaları - + Search in friends lists Arkadaşlari ara - + Multi-hop search at distance 6 in the network (always reports available files) Ƈok ağ mesafe 6 hop arama (her zaman) dosyaları mevcuttur raporları - + F2F search F2F ara - + Limit number of results to : SonuƧ iƧin sınır sayısı: - + Filename Dosya Adı - + Start Search Başlat - + Search Başlat - + Reset Iptal @@ -10588,52 +10841,52 @@ p, li { white-space: pre-wrap; } - + Advanced Search Gelişmiş Arama - + Advanced Ilerlemiş - + Filter Search Result - + Clear Filter - + File Name - + File Size - + Age Yaş - + Hash - + KeyWords Kelimeler - + Search Id @@ -11067,30 +11320,46 @@ p, li { white-space: pre-wrap; } - + Remove Kaldır - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! Uyarı! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + Shared Directory Added! Paylaşılan Dizin Eklendi! @@ -11168,7 +11437,7 @@ p, li { white-space: pre-wrap; } - + Edit Değiştir @@ -11176,8 +11445,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download Indir @@ -11189,42 +11458,42 @@ 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;">Files</span></p></body></html> - + Checking... Kontrol ediliyor ... - + Check files Onay dosyaları - + Copy retroshare Link Kopyala retroshare Link - + Send retroshare Link Gƶnder retroshare Link Mesajla - + 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) @@ -11233,79 +11502,79 @@ p, li { white-space: pre-wrap; } Gƶnder retroshare link Chat - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File Dosyayı AƧ - + Open Folder Klasƶr AƧ - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + 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 @@ -11323,47 +11592,57 @@ 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:'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 - + Search files - + Start Search Başlat - + Reset - + + Tree view + + + + + Flat view + + + + Download selected Indir - + check files Onay dosyaları @@ -11429,17 +11708,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -11527,39 +11806,43 @@ p, li { white-space: pre-wrap; } Adı - yeri: - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure Giriş Hatası - + Maybe password is wrong Belki şifre yanlış - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -11568,7 +11851,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -11932,7 +12215,7 @@ This choice can be reverted in settings. Durum mesajı - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11945,7 +12228,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:14pt; font-weight:600;">Kişisel ileti</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11958,15 +12241,73 @@ 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;">Durum mesajı</span></p></body></html> - + OK Tamam - + Cancel Iptal + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + Style + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -12077,7 +12418,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause Duraklat @@ -12123,17 +12464,17 @@ p, li { white-space: pre-wrap; } Metni aşağıda PGP belgedir. Arkadaşınızın bunu sağlamak zorunda - + 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 @@ -12143,47 +12484,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... Farklı kaydet... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed sertifika yĆ¼klemek başaramamak @@ -12543,27 +12889,37 @@ p, li { white-space: pre-wrap; } Kontrol ediliyor ... - + RetroShare Retroshare - + Details: Ayrıntılar - + + File preview + + + + + File %1 preview failed. + + + + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. %1 Dosya Tamamlanmamış. Eğer bir medya sa, ƶnizleme deneyin . - + Are you sure that you want to cancel and delete these files? Bu dosyaları iptal et ve silmek istediğinizden emin misiniz? @@ -12631,20 +12987,20 @@ p, li { white-space: pre-wrap; } - + Failed Başarısız - + Okay Tamam - + Waiting Bekliyor @@ -12656,8 +13012,8 @@ p, li { white-space: pre-wrap; } - - + + Complete Bitmış @@ -12682,11 +13038,71 @@ p, li { white-space: pre-wrap; } Aktarılıyor - + Uploading Gƶnderiliyor + + TreeStyle_RDM + + + + FILE + Dosya + + + + Files + Dosya + + + + File + + + + + + DIR + Klasƶr + + + + Friends Directories + Arkadaş Dizinleri + + + + My Directories + Dosyalarım + + + + Size + + + + + Age + Yaş + + + + Friend + Arkadaş + + + + Share Type + Paylaş Tipi + + + + What's new + + + TrustView @@ -12701,68 +13117,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust GĆ¼ven - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -12770,14 +13186,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_zh_CN.ts b/retroshare-gui/src/lang/retroshare_zh_CN.ts index 40953eb16..0b0921985 100644 --- a/retroshare-gui/src/lang/retroshare_zh_CN.ts +++ b/retroshare-gui/src/lang/retroshare_zh_CN.ts @@ -19,28 +19,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -791,7 +791,7 @@ p, li { white-space: pre-wrap; } CertificatePage - + Certificate files čƁ书 @@ -800,17 +800,17 @@ p, li { white-space: pre-wrap; } åÆ¼å…„ę–‡ä»¶äø­ēš„XPGPčÆä¹¦ć€‚ - + Use PGP certificates saved in files. åÆ¼å…„ę–‡ä»¶äø­ēš„PGPčÆä¹¦ć€‚ - + 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... å‡ŗå£ęˆ‘ēš„čƁ书... @@ -819,17 +819,17 @@ p, li { white-space: pre-wrap; } 选ꋩåœØäø‹č”Øäø­ē»™ä½ å„½å‹ēš„čƁ书 - + Browse ęµč§ˆ - + Select Certificate 选ꋩčƁ书 - + Please choose a filename čÆ·é€‰ę‹©äø€äøŖę–‡ä»¶å @@ -838,57 +838,57 @@ p, li { white-space: pre-wrap; } čƁ书 (*.pqi *.pem) - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - - - - + + + + RetroShare - + Sorry, create certificate failed - + Certificate file successfully created čƁ书创å»ŗęˆåŠŸ - - + + Sorry, certificate file creation failed ꊱꭉļ¼ŒčƁ书创å»ŗå¤±č“„ - + Certificate Load Failed:something is wrong with %1 čÆä¹¦åŠ č½½å¤±č“„ļ¼š%1å‡ŗ错怂 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found čÆä¹¦åŠ č½½å¤±č“„ļ¼šę–‡ä»¶%1äøå­˜åœØ怂 @@ -1096,52 +1096,58 @@ Do you want to save message ? ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play ę’­ę”¾ - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide 隐藏 @@ -1149,26 +1155,37 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - New Channel - ę–°é¢‘é“ + + Unknown Channel + - + + New Channel + ę–°é¢‘é“ + + + + Updated Channel + + + + Subscribe to Channel - + Expand - + Channel Decscription @@ -1253,12 +1270,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel 创å»ŗ频道 - + Subscribe To Channel č®¢é–²é¢‘é“ (Subscribe) @@ -1280,32 +1297,37 @@ p, li { white-space: pre-wrap; } - + Add ę·»åŠ  - + Display ę˜¾ē¤ŗ - + Unsubscribe - + Subscribe č®¢é˜… - + Set all to read - + + Enable Auto-download + + + + Unsubcribe To Channel @@ -1318,63 +1340,78 @@ p, li { white-space: pre-wrap; } ęµč”Œåŗ¦ - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1573,17 +1610,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1605,47 +1642,47 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend ꈐäøŗ儽友 - + Details about your friend : - + Key validity: - + Email: - + Options 选锹 - + Add friend to group: - + 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. @@ -1654,7 +1691,7 @@ p, li { white-space: pre-wrap; } 唫写你儽友ēš„čƦē»†äæ”ęÆ - + Peer details 节ē‚¹čƦē»†äæ”ęÆ @@ -1663,12 +1700,12 @@ p, li { white-space: pre-wrap; } äæ”ä»» - + Name: 名字 - + Loc: @@ -1677,7 +1714,7 @@ p, li { white-space: pre-wrap; } 国家 - + Signers ē­¾å @@ -1689,7 +1726,7 @@ p, li { white-space: pre-wrap; } ConfCertDialog - + Cancel å–ę¶ˆ @@ -1734,79 +1771,79 @@ p, li { white-space: pre-wrap; } ęœ€åŽäø€ę¬”联ē³» - + 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 åƆē é”™čÆÆ - + Copy Peer @@ -1938,27 +1975,49 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + Sign 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:'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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Deny Friend ꋒē»å„½å‹ - + Make Friend ꈐäøŗ儽友 - + Certificate - + OK ē”®å®š @@ -2628,33 +2687,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File ę·»åŠ é™„ä»¶ - - + + RetroShare Retroshare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2755,7 +2830,7 @@ p, li { white-space: pre-wrap; } CreateForumMsg - + Close 关闭 @@ -2774,7 +2849,7 @@ p, li { white-space: pre-wrap; } č®ŗ坛发åøƒäø»é¢˜ - + Attach File é™„åŠ ę–‡ä»¶ @@ -2783,12 +2858,12 @@ p, li { white-space: pre-wrap; } ē²˜č““retroshareé“¾ęŽ„ - + Forum Post č®ŗ坛发č”Ø - + Sign Message ē­¾å†™ē•™č؀ @@ -2798,23 +2873,23 @@ p, li { white-space: pre-wrap; } 题ē›® - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg 邮ę”æč®ŗ坛ē•™č؀ @@ -2849,17 +2924,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -3103,7 +3178,7 @@ p, li { white-space: pre-wrap; } - + Comments čƄč®ŗ @@ -3129,22 +3204,22 @@ p, li { white-space: pre-wrap; } å–ę¶ˆ - + Rating čƄēŗ§ - + File Name ę–‡ä»¶åē§° - + Not Rated ęœŖ分ēŗ§ - + No Comments ę²”ęœ‰čƄč®ŗ @@ -3152,22 +3227,22 @@ p, li { white-space: pre-wrap; } DirectoriesPage - + Partials Directory - + Shared Directories 共äŗ«ē›®å½• - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -3175,61 +3250,68 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache + + + Auto-check shared directories every + + + + + minute(s) + + Incoming files ꎄꔶēš„ꖇ件 - Add Shared Directory - ę·»åŠ å…±äŗ«ē›®å½• + ę·»åŠ å…±äŗ«ē›®å½• All Files (*) ę‰€ęœ‰ę–‡ä»¶ (*) - Add a Share Directory - ę·»åŠ åˆ†äŗ«ē›®å½• + ę·»åŠ åˆ†äŗ«ē›®å½• - Remove Shared Directory - ē§»é™¤å…±äŗ«ē›®å½• + ē§»é™¤å…±äŗ«ē›®å½• - - + + Browse ęµč§ˆ - + Set Incoming Directory č®¾ē½®äøŠä¼ ē›®å½• - + Set Partials Directory č®¾ē½®éƒØ分ē›®å½• @@ -3243,7 +3325,7 @@ you plug it in. Automatically share incoming directory (Recommanded) - + Edit Share ē¼–č¾‘åˆ†äŗ« @@ -3373,37 +3455,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: 题ē›®: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -3411,12 +3493,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared ꊱꭉļ¼Œęœ‰é”™čÆÆäŗ§ē”Ÿ - + Here is the error message: 错čÆÆäæ”ęÆļ¼š @@ -3768,60 +3850,98 @@ p, li { white-space: pre-wrap; } ä¼ č¾“ē±»åž‹ļ¼š + + FlatStyle_RDM + + + Friends Directories + 儽友ē›®å½• + + + + My Directories + ꈑēš„ē›®å½• + + + + Size + + + + + Age + 幓龄 + + + + Friend + + + + + Share Type + 共äŗ«åž‹ + + + + Directory + ē›®å½• + + 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 *** @@ -3903,7 +4023,7 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item @@ -3912,61 +4032,61 @@ p, li { white-space: pre-wrap; } č®ŗ坛名ē§° - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply 回复 - + Send 发送 - + Signed ē­¾ē½² - + Forum Post č®ŗ坛发č”Ø - + Unknown Forum Post - - - + + + Anonymous åŒæ名 - + In Reply to - + Please give a Text Message @@ -3979,22 +4099,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum č®¢é˜…č®ŗ坛 - + Expand - + Forum Description č®ŗ坛ē®€ä»‹ @@ -4020,57 +4140,63 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum č®¢é˜…č®ŗ坛 - + Unsubscribe to Forum å–ę¶ˆč®¢é˜…č®ŗ坛 - + New Forum ꖰč®ŗ坛 - + Show Forum Details ę˜¾ē¤ŗč®ŗ坛čƦē»†å†…容 - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Reply 回复 - + Reply to Author å›žč¦†ä½œč€… - + Expand all å…ØéƒØ展开 - + Collapse all ęŠ˜å å…ØéƒØ - + AUTHD @@ -4079,106 +4205,106 @@ p, li { white-space: pre-wrap; } ęµč”Œåŗ¦: - + Your Forums ä½ ēš„č®ŗ坛 - + Subscribed Forums å·²č®¢é˜…č®ŗ坛 - + Popular Forums ēƒ­é—Øč®ŗ坛 - + Other Forums 其它č®ŗ坛 - - + + Mark as read - - + + Mark as unread - + with children - + Mark all as read - + Mark all as unread - + Hide 隐藏 - + Expand - - + + Anonymous åŒæ名 - - + + signed ē­¾ē½² - - + + none ęÆ«ę—  - - + + RetroShare - + No Forum Selected! ę²”ęœ‰č®ŗå›é€‰ę‹©ļ¼ - + You cant reply a Anonymous Author ä½ äøčƒ½å›žē­”äø€åŒæåä½œč€… - - + + Date ę—„ęœŸ - - + + Start New Thread å¼€å§‹ę–°äø»é¢˜ @@ -4204,7 +4330,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-family:'Arial'; font-weight:600;">č®ŗ坛 </span></p></body></html> - + Add ę·»åŠ  @@ -4237,7 +4363,7 @@ p, li { white-space: pre-wrap; } 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; } @@ -4250,39 +4376,39 @@ 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;">č®ŗ坛:</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; } @@ -4295,7 +4421,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:10pt; font-weight:600;">čƝ题:</span></p></body></html> - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4304,52 +4435,52 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum 创å»ŗč®ŗ坛 - + Print ę‰“å° - + Start new Thread for Selected Forum - + Display ę˜¾ē¤ŗ - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview ę‰“å°é¢„č§ˆ @@ -4615,28 +4746,28 @@ Fill in your GPG password when asked, to sign your new key. čƁ书 (*.pqi *.pem) - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -4653,77 +4784,70 @@ Fill in your GPG password when asked, to sign your new key. - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> + + + Your profile is associated to a GPG key - + Use Profile - + Name 姓名 - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + 位ē½® + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4732,7 +4856,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4744,17 +4868,12 @@ p, li { white-space: pre-wrap; } - - Location: - - - - + Generate New Profile - + Info äæ”ęÆ @@ -4855,17 +4974,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4963,17 +5087,17 @@ p, li { white-space: pre-wrap; } - + Title ę ‡é¢˜ - + Description ꏏčæ° - + Reset @@ -5760,50 +5884,50 @@ p, li { white-space: pre-wrap; } MainWindow - + Network ē½‘ē»œ - + Friends čŠå¤©å„½å‹ - - + + Transfers ꖇ件 - - + + Messages ē”µå­é‚®ä»¶ - - + + Channels 频道 - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5812,99 +5936,99 @@ p, li { white-space: pre-wrap; } - + Status ēŠ¶ę€ - + Chat - - - - - - You have %1 new messages - - - - You have %1 new message + + You have %1 new messages - - - - - %1 new messages + + + + + You have %1 new message - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + Internal Error 内éƒØ错čÆÆ - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. @@ -5913,23 +6037,23 @@ p, li { white-space: pre-wrap; } åœØēŗæ - - + + Options 选锹 - + Hide 隐藏 - + Show ę˜¾ē¤ŗ - + RetroShare Retroshare @@ -5943,33 +6067,33 @@ p, li { white-space: pre-wrap; } - + Add Friend ę·»åŠ å„½å‹ - + Add a Friend Wizard čæžęŽ„儽友向åƼ - + Add Share ę·»åŠ å…±äŗ« - - + + Quick Start Wizard åæ«é€ŸåÆåŠØ向åƼ - + Search ꐜē“¢ - + Files ę–‡ę”ˆ @@ -5978,12 +6102,12 @@ p, li { white-space: pre-wrap; } ę·»åŠ å…±äŗ«ē›®å½• - + Show/Hide ę˜¾ē¤ŗ/隐藏 - + &Quit (&Q)退å‡ŗ @@ -5992,52 +6116,52 @@ p, li { white-space: pre-wrap; } ä½ ęœ‰ę–°é‚®ä»¶ - + Bandwidth Graph åø¦å®½å›¾ - + Open Messenger ę‰“å¼€äæ”ä½æ - + Minimize ęœ€å°åŒ– - + Maximize ęœ€å¤§åŒ– - + Links Cloud é“¾ęŽ„ - + RetroShare %1 a secure decentralised communication platform - + Blogs 博客 - + Unfinished ęœŖå®Œęˆ - + Help 幇助 - + About å…³ę–¼ @@ -6046,18 +6170,18 @@ p, li { white-space: pre-wrap; } ę–°é—»ęä¾› - - + + Forums č®ŗ坛 - + Open Messages ę‰“å¼€äæ”ä½æ - + Applications ē؋åŗ @@ -6070,22 +6194,22 @@ p, li { white-space: pre-wrap; } RetroShare %1 äø€äøŖ安å…Øåˆ†ę•£ēš„通äæ”平台 - + Plugins ę’ä»¶ - + Really quit ? ēœŸč¦é€€å‡ŗ吗ļ¼Ÿ - + Do you really want to exit RetroShare ? ä½ ēœŸēš„要退å‡ŗRetroShareļ¼Ÿ - + Quit 退å‡ŗ @@ -6094,12 +6218,12 @@ p, li { white-space: pre-wrap; } é¢œč‰² - + SMPlayer - + Messenger äæ”ä½æ @@ -6108,7 +6232,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose č°±å†™äŗ†äæ”ęÆęø é“ @@ -6344,18 +6468,18 @@ p, li { white-space: pre-wrap; } (&J)äø¤ē«Æåƹ齐 - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message äæå­˜äæ”ęÆ - + Message has not been Sent. Do you want to save message to draft box? @@ -6365,232 +6489,232 @@ Do you want to save message to draft box? č°±å†™äŗ†äæ”ęÆęø é“ - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare Retroshare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown ęœŖēŸ„ - + Unknown friend - + &File (&F)ꖇ件 - + &New (&N)ꖰå»ŗ - + &Open... (&O)ę‰“å¼€ - + &Save (&S)äæå­˜ - + Save &As File - + Save &As Draft - + &Print... (&P)ę‰“å° - + &Export PDF... (&E)åƼå‡ŗPDF - + &Quit (&Q)退å‡ŗ - + &Edit (&E)ē¼–č¾‘ - + &Undo (&U)꒤销 - + &Redo (&R)重做 - + Cu&t (&T)å‰Ŗ切 - + &Copy (&C)复制 - + &Paste (&P)ē²˜č““ - + &View (&V)ęŸ„ēœ‹ - + &Contacts Sidebar (&C)联ē³»äŗŗꠏ - + &Insert (&I)ę’å…„ - + &Image (&I)图ē‰‡ - + &Horizontal Line - + &Format - + Open File... ę‰“å¼€ę–‡ä»¶ - - + + HTML-Files (*.htm *.html);;All Files (*) ē½‘锵 (*.htm *.html);;ę‰€ęœ‰ę–‡ä»¶ (*) - + Save as... 另存äøŗ - + Print Document ę‰“å°ę–‡ę”£ - + Export PDF - + Message has not been Sent. Do you want to save message ? äæ”ęÆčæ˜ę²”ęœ‰å‘é€ć€‚ä½ č¦äæå­˜å—ļ¼Ÿ - + Choose Image é€‰ę‹©å›¾ē‰‡ - + Image Files supported (*.png *.jpeg *.jpg *.gif) ę”Æꌁēš„图ē‰‡ę ¼å¼(*.png *.jpeg *jpg *gif) - + Add Extra File ę·»åŠ é™„ä»¶ - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -6677,46 +6801,46 @@ Do you want to save message ? MessagesDialog - - + + New Message ꖰč®ÆęÆ - + Reply to Message å›žč¦†č®ÆęÆ - + Remove Message ęø…除č®ÆęÆ - - + + Date ę—„ęœŸ - - - + + + From 从 - + Remove selected message - + 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;"> @@ -6724,37 +6848,37 @@ 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:10pt; font-weight:600;">ęŽØčę”£ę”ˆ</span></p></body></html> - + Compose č°±å†™äŗ†äæ”ęÆęø é“ - + Reply to selected message - + Reply 回复 - + Reply all to selected message - + Reply all - + Forward selected message - + Foward č½¬åƄ @@ -6766,153 +6890,158 @@ 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;">删除选äø­é‚®ä»¶</p></body></html> - + Delete 删除 - + Print selected message - + Display ę˜¾ē¤ŗ - + Reset é‡č®¾ - + Attachments 附件 - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Inbox ꔶ件ē®± - - - - + + + + Outbox 发件ē®± - + Draft 草ēØæ - - + + Sent 发送ē”µå­é‚®ä»¶ - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - + + Download all Recommended Files + + + + Cc: - + Bcc: - + Tags: - - + + Print... ę‰“å° - + Print Preview ę‰“å°é¢„č§ˆ - - + + Buttons Icon Only ęŒ‰é’®å›¾ę ‡åŖ - + Buttons Text Beside Icon ęŒ‰é’®ēš„ę–‡ęœ¬ę—č¾¹å›¾ę ‡ - + Buttons with Text ęŒ‰é’®äøŽę–‡ęœ¬ - + Buttons Text Under Icon ęŒ‰é’®ēš„ę–‡å­—åœØå›¾ę ‡ - + Set Text Under Icon č®¾ē½®äø‹ēš„ę–‡ęœ¬ļ¼Œå›¾ę ‡ - + Save As... 另存äøŗ @@ -6935,12 +7064,12 @@ p, li { white-space: pre-wrap; } äø‹č½½ę‰€ęœ‰ - + Print Document ę‰“å°ę–‡ę”£ - + File Name ę–‡ę”ˆåē§° @@ -6949,67 +7078,103 @@ p, li { white-space: pre-wrap; } ę„ęŗ - + Forward selected Message č½¬å‘é€‰ę‹©č®ÆęÆ - + Remove Messages ē§»é™¤č®ÆęÆ - + Forward Message č½¬å‘č®ÆęÆ - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download äø‹č½½ - + Empty trash - + + Click to sort by to + + + + File - + Files ę–‡ę”ˆ @@ -7018,24 +7183,24 @@ p, li { white-space: pre-wrap; } č°±å†™äŗ†äæ”ęÆęø é“ - + Hide 隐藏 - + Expand - - - + + + Drafts - + To @@ -7044,21 +7209,21 @@ p, li { white-space: pre-wrap; } åŒæ名 - + Save as... 另存äøŗ - + HTML-Files (*.htm *.html);;All Files (*) ē½‘锵 (*.htm *.html);;ę‰€ęœ‰ę–‡ä»¶ (*) - - - - - + + + + + Total: @@ -7067,24 +7232,24 @@ p, li { white-space: pre-wrap; } å…ØéƒØ回复 - - + + Reply to All å…ØéƒØ回复 - - + + Subject 题ē›® - + Subject: 题ē›®: - + From: å‘é€ę–¹: @@ -7093,28 +7258,27 @@ p, li { white-space: pre-wrap; } ę—„ęœŸ: - + 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> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="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> - + Hash - + Print ę‰“å° @@ -7704,8 +7868,8 @@ p, li { white-space: pre-wrap; } - - + + Name 姓名 @@ -7727,7 +7891,7 @@ p, li { white-space: pre-wrap; } - + Cert Id čƁ书ē¼–号 @@ -7861,13 +8025,13 @@ Right-click and select 'make friend' to be able to connect. ē½‘ē»œęŸ„ēœ‹ - + Network Status ē½‘ē»œēŠ¶ę€ - + Did I authenticated peer éš¾é“ęˆ‘åŒč”ŒéŖŒčƁ @@ -7878,7 +8042,7 @@ Right-click and select 'make friend' to be able to connect. - + Did peer authenticated me ęˆ‘ę²”ęœ‰åŒč”ŒéŖŒčƁ @@ -7888,12 +8052,12 @@ Right-click and select 'make friend' to be able to connect. - + Clear Filter - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -7902,7 +8066,7 @@ p, li { white-space: pre-wrap; } - + Show keys that are not validated by the GPG web of trust ę˜¾ē¤ŗåƆ钄äøč¢«éŖŒčƁ GPG web of trust @@ -7916,82 +8080,82 @@ p, li { white-space: pre-wrap; } - + Peer ID - + Local network ęœ¬åœ°ē½‘ē»œ - + UPnP - + External ip address finder 外éƒØIPåœ°å€ęœē“¢å™Ø - + 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 @@ -8093,6 +8257,11 @@ p, li { white-space: pre-wrap; } Remove All ęø…é™¤ę‰€ęœ‰ + + + Options + 选锹 + NotifyPage @@ -8271,17 +8440,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -8523,7 +8692,7 @@ p, li { white-space: pre-wrap; } čƁ书 (*.pqi) - + Status ēŠ¶ę€ @@ -8691,10 +8860,8 @@ Do you want to send them a Message instead ę˜Æå¦č¦å‘é€äæ”ęÆē»™ä»–们ļ¼Œč€Œäøę˜Æ - - RetroShare - Retroshare + Retroshare @@ -8715,23 +8882,23 @@ Do you want to send them a Message instead ę–°é¢‘é“ - + Add Extra File ę·»åŠ é™„ä»¶ - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -8793,27 +8960,32 @@ Do you want to send them a Message instead - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Save as... 另存äøŗ... - + Text File (*.txt );;All Files (*) - + Send 发送 @@ -8822,12 +8994,12 @@ Do you want to send them a Message instead ē®€ä»‹ę£€č§† - + Italic ę–œä½“ - + Underline å¼ŗ调 @@ -8845,7 +9017,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-weight:600;">ęœ‹å‹ä»¬</span></p></body></html> - + Add ę·»åŠ  @@ -8854,12 +9026,12 @@ p, li { white-space: pre-wrap; } éšč—ę— å…³ - + Add or Change your Avatar ę·»åŠ ęˆ–ę›“ę”¹ę‚Øēš„夓像 - + Edit Personal message äæ®ę”¹äøŖäŗŗäæ”ęÆ @@ -8868,18 +9040,18 @@ p, li { white-space: pre-wrap; } åœØēŗæčŠå¤© - + Bold å¤§čƒ† - + Add Friend ę·»åŠ å„½å‹ - + Create new Profile 创å»ŗꖰē”Øęˆ·čµ„ę–™ @@ -8888,13 +9060,13 @@ p, li { white-space: pre-wrap; } 创å»ŗꖰč®ŗ坛 - - + + Create new Forum 创å»ŗꖰč®ŗ坛 - + F @@ -8903,92 +9075,97 @@ p, li { white-space: pre-wrap; } 创å»ŗäø€äøŖę–°é¢‘é“ - + Display ę˜¾ē¤ŗ - + Messages entered here are sent to all collected friends - - + + Text Color + + + + + Create new Channel 创å»ŗäø€äøŖę–°é¢‘é“ - + C - + Add your Avatar Picture ę·»åŠ ę‚Øēš„夓像ē…§ē‰‡ - + A - + Set your Personal Message č®¾ē½®ę‚Øēš„äøŖäŗŗäæ”ęÆ - + Edit your status Message ē¼–č¾‘ę‚Øēš„ēŠ¶ę€č®ÆęÆ - + Browse Message History ęµč§ˆę¶ˆęÆåŽ†å²č®°å½• - + Browse History ęµč§ˆåŽ†å² - - + + Sort by State - + Hide State - - + + Add a new Group ę·»åŠ äø€äøŖꖰēš„ē»„ - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history @@ -8997,23 +9174,23 @@ p, li { white-space: pre-wrap; } ē¦ē”Øč”Øꃅ - - + + Save Chat History äæå­˜čŠå¤©č®°å½• - + Hide Offline Friends 隐藏ē¦»ēŗæ儽友 - + Hide Status Column 隐藏ēŠ¶ę€ę  - + Font 字体 @@ -9030,35 +9207,34 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">ę˜¾ē¤ŗ</span></p></body></html> - + Friends čŠå¤©å„½å‹ - + Group 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:400; font-style:normal;"> <p style=" 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> - <!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;">č®¾ē½®ę–‡å­—é¢œč‰²</span></p></body></html> - + Attach File é™„åŠ ę–‡ä»¶ - + Clear Chat History ęø…é™¤čŠå¤©č®°å½• @@ -9386,7 +9562,7 @@ p, li { white-space: pre-wrap; } 儽友äøåœØēŗæ - + Your Friend is offline Do you want to send them a Message instead ę‚Øēš„ęœ‹å‹ē¦»ēŗæ @@ -9397,17 +9573,17 @@ Do you want to send them a Message instead čŠå¤© - + is typing... ę­£åœØč¾“å…„... - + Hide Avatar éšč—å¤“åƒ - + Show Avatar ę˜¾ē¤ŗ夓像 @@ -9424,78 +9600,83 @@ Do you want to send them a Message instead Retroshare - + Friend not Online - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Add Extra File ę·»åŠ é™„ä»¶ - + Load Picture File - + Save as... 另存äøŗ - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + Messages you send will be delivered after Friend is again Online - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. - + Send 发送 @@ -9504,75 +9685,75 @@ Do you want to send them a Message instead RetroShare - 安å…ØčŠå¤© - + Close 关闭 - - + + Bold å¤§čƒ† - - + + Underline å¼ŗ调 - - + + Italic ę–œä½“ - - Set Font - - - - + Text Color - + Clear Chat History ęø…é™¤čŠå¤©č®°å½• - + Browse Message History ęµč§ˆę¶ˆęÆåŽ†å²č®°å½• - + Browse History ęµč§ˆåŽ†å² - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + Add a File for your Friend ę·»åŠ ę‚Øēš„ęœ‹å‹äø€ę–‡ä»¶ - + + Font + 字体 + + + Strike @@ -9581,18 +9762,18 @@ Do you want to send them a Message instead ęø…é™¤čŠå¤©č®°å½• - + Disable Emoticons ē¦ē”Øč”Øꃅ - - + + Save Chat History äæå­˜čŠå¤©č®°å½• - + Clear offline messages @@ -9600,39 +9781,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare Retroshare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -10153,117 +10340,179 @@ p, li { white-space: pre-wrap; } ē­‰äŗŽ - - + + RetroShare Retroshare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure ē™»å½•å¤±č“„ - + Maybe password is wrong åƆē é”™čÆÆ - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -10279,6 +10528,11 @@ p, li { white-space: pre-wrap; } Peer details 节ē‚¹čƦē»†äæ”ęÆ + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -10299,15 +10553,15 @@ p, li { white-space: pre-wrap; } - + Next > äø‹äø€äøŖ > - - + + Exit 退å‡ŗ @@ -10317,7 +10571,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: é€‰ę‹©ä½ ēš„äøŠä¼ é€Ÿåŗ¦ēš„限制ļ¼š @@ -10328,7 +10582,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: é€‰ę‹©ä½ ēš„äø‹č½½é€Ÿåŗ¦ēš„限制ļ¼š @@ -10417,8 +10671,8 @@ p, li { white-space: pre-wrap; } - - + + < Back < 后面 @@ -10467,7 +10721,12 @@ p, li { white-space: pre-wrap; } ē§»é™¤ - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10484,7 +10743,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-family:'MS Shell Dlg 2'; font-size:8pt;">å–œę¬¢ä½æē”Ø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; } @@ -10503,27 +10762,27 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-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 äøę˜¾ē¤ŗ궈ęÆę—¶å…³é—­RetroShare - + Start Minimized ęœ€å°åŒ–åÆåŠØ - + Start RetroShare when my System Starts. å½“ęˆ‘å¼€å§‹RetroShareē³»ē»ŸåÆåŠØ怂 - + Start minimized on system start - + Finish å®Œęˆ @@ -10551,52 +10810,52 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General äø€čˆ¬ - + Directories ē›®å½• - + Server ęœåŠ”å™Ø - + Transfer ꖇ件 - + Notify 通告 - + Security 安å…Ø - + Message äæ”ęÆ - + Forum č®ŗ坛 - + Chat - + Appearance å¤–č§‚ @@ -10605,17 +10864,17 @@ p, li { white-space: pre-wrap; } ę–‡ä»¶å…³č” - + Sound 声音 - + UnknownPage ęœŖēŸ„锵 - + Error Saving Configuration on page @@ -10653,81 +10912,72 @@ p, li { white-space: pre-wrap; } RemoteDirModel - Friends Directories - 儽友ē›®å½• + 儽友ē›®å½• - My Directories - ꈑēš„ē›®å½• + ꈑēš„ē›®å½• - Size - 大小 + 大小 - Share Type - 共äŗ«åž‹ + 共äŗ«åž‹ - What's new - ęœ€ę–°ę¶ˆęÆ + ęœ€ę–°ę¶ˆęÆ Rank ęŽ’å - Age - 幓龄 + 幓龄 - - FILE - ꖇ件 + ꖇ件 - + Anonymous + åŒæ名 + + + Files + ę–‡ę”ˆ + + + DIR + ē›®å½• + + + + RetroshareDirModel + + Anonymous åŒæ名 - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - Files - ę–‡ę”ˆ - - - - File - - - - - - DIR - ē›®å½• - Rshare @@ -10795,32 +11045,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -10851,12 +11101,12 @@ p, li { white-space: pre-wrap; } SearchDialog - + Sources ę„ęŗ - + Results ē»“ęžœ @@ -10878,52 +11128,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;">åœØčæ™é‡Œč¾“å…„关键字</p></body></html> - + Reset é‡č®¾ - + Start Search å¼€å§‹ęœē“¢ - + Search ꐜē“¢ - + Advanced Search 高ēŗ§ęœē“¢ - + Advanced 高ēŗ§ - + Filter Search Result - + Clear Filter - + File Name - + File Size - + Age 幓龄 @@ -10956,101 +11206,108 @@ 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> - + Close all Search Resullts - + Download Selected - - + + Download äø‹č½½ - + 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) å¤šč·³ēš„č·ē¦»åœØē½‘ē»œäø­ęœē“¢6 ļ¼ˆę€»ę˜ÆęŠ„å‘Šäø­ęä¾›ēš„ꖇ件ļ¼‰ - + F2F search F2F ꐜē“¢ - + Limit number of results to : ę•°é‡é™åˆ¶ēš„ē»“ęžœļ¼š - + Enter a keyword here (at least 3 char long) åœØčæ™é‡Œč¾“å…„关键字ļ¼ˆč‡³å°‘3äøŖ字ē¬¦é•æļ¼‰ - Copy retroshare Link - 复制retroshareé“¾ęŽ„ + 复制retroshareé“¾ęŽ„ - Send retroshare Link - 发送retroshareé“¾ęŽ„ + 发送retroshareé“¾ęŽ„ - Broadcast on Channel - åœØ频道内å¹æ꒭ + åœØ频道内å¹æ꒭ - Recommend to Friends - ęŽØ荐ē»™å„½å‹ + ęŽØ荐ē»™å„½å‹ - + + + Copy RetroShare Link + + + + + Send RetroShare Link + + + + Remove ē§»é™¤ - + Remove All ęø…é™¤ę‰€ęœ‰ - - + + Folder ē›®å½• - + New RetroShare Link(s) @@ -11093,34 +11350,34 @@ p, li { white-space: pre-wrap; } ꖇ件 - + Download Notice äø‹č½½é€šå‘Š - + Skipping Local Files č·³čæ‡ęœ¬åœ°ę–‡ä»¶ - - + + Sorry ꊱꭉ - - + + This function is not yet implemented. čæ™äøŖåŠŸčƒ½čæ˜ę²”ęœ‰å¼€å‘å®žēŽ°ć€‚ - + Size 大小 - + Type ē±»åž‹ @@ -11181,17 +11438,17 @@ 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;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">重ē½®ęœē“¢é—œéµå­—å’Œę–‡ä»¶é”žåž‹</p></body></html> - + Filename ę–‡ä»¶å - + Hash - + KeyWords 关键字 @@ -11201,7 +11458,7 @@ p, li { white-space: pre-wrap; } - + Search Id ꐜē“¢ @@ -11213,7 +11470,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;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Download Select</p></body></html> - + Close All Search Results 關閉ꉀ꜉ꐜē“¢ēµęžœ @@ -11655,7 +11912,7 @@ p, li { white-space: pre-wrap; } - + Remove ē§»é™¤ @@ -11664,25 +11921,41 @@ p, li { white-space: pre-wrap; } ę·»åŠ åˆ†äŗ«ē›®å½• - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! ę³Øꄏļ¼ - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + Shared Directory Added! 分äŗ«ē›®å½•å·²ē»ę·»åŠ ļ¼ @@ -11772,7 +12045,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -11780,8 +12053,8 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download äø‹č½½ @@ -11805,38 +12078,38 @@ p, li { white-space: pre-wrap; } č®ÆęÆ儽友 - - + + Open File ę‰“å¼€ę–‡ä»¶ - + Open Folder ę‰“å¼€ę–‡ä»¶å¤¹ - + Set command for opening this file č®¾ē½®ę‰“å¼€čæ™äøŖꖇ件ꗶä½æē”Øēš„命令 - + Copy retroshare Link 复制retroshareé“¾ęŽ„ - + Checking... ę£€ęŸ„... - + Check files åˆ·ę–° - + Send retroshare Link 发送retroshareé“¾ęŽ„ @@ -11849,22 +12122,22 @@ p, li { white-space: pre-wrap; } ęŽØ荐ēš„äæ”ęÆ - + Copy retroshare Links to Clipboard 复制retroshareé“¾ęŽ„åˆ°å‰Ŗč““ęæ - + Copy retroshare Links to Clipboard (HTML) retroshareé“¾ęŽ„å¤åˆ¶åˆ°å‰Ŗč““ęæļ¼ˆHTMLļ¼‰ - + Send retroshare Links 发送retroshareé“¾ęŽ„ - + Send retroshare Links (HTML) 发送retroshareé“¾ęŽ„(HTML) @@ -11873,48 +12146,48 @@ p, li { white-space: pre-wrap; } 发送retroshareé“¾ęŽ„čŠå¤© - + Send retroshare Links to Cloud 发送retroshareé“¾ęŽ„äŗ‘ - + Add Links to Cloud ę·»åŠ é“¾ęŽ„äŗ‘ - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + <strong>My Shared Files</strong> <strong>ꈑēš„å…±äŗ«ę–‡ä»¶</strong> - + <strong>Friends Files</strong> <strong>ęœ‹å‹ę–‡ä»¶</strong> - + <strong>Files</strong> <strong>ꖇ件</strong> @@ -11940,62 +12213,72 @@ 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:'MS Shell Dlg 2'; font-weight:600;">ꖇ件</span></p></body></html> - + Splitted View åŠˆč£‚ęŸ„ēœ‹ - + Friends Folders ęœ‹å‹ę–‡ä»¶å¤¹ - + My Folders ꈑēš„ę–‡ä»¶å¤¹ - + All å…ØéƒØ - + One day old ꜉äø€å¤©ļ¼Œč€ - + One Week old äø€å‘Ø岁 - + One month old ę»”ęœˆ - + Search files - + Start Search å¼€å§‹ęœē“¢ - + Reset - + + Tree view + + + + + Flat view + + + + Download selected äø‹č¼‰éø꓇ - + check files åˆ·ę–° @@ -12061,17 +12344,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -12184,39 +12467,43 @@ p, li { white-space: pre-wrap; } ē™»éŒ„ - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure ē™»å½•å¤±č“„ - + Maybe password is wrong åƆē é”™čÆÆ - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -12225,7 +12512,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -12589,7 +12876,7 @@ This choice can be reverted in settings. ēŠ¶ę€ę¶ˆęÆ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12602,7 +12889,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:14pt; font-weight:600;">äøŖäŗŗäæ”ęÆ</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -12615,15 +12902,73 @@ 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;">č¾“å…„ę‚Øēš„ēŠ¶ę€ę¶ˆęÆ</span></p></body></html> - + OK ē”®å®š - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + ęÆ«ę—  + + + + Solid + + + + + Gradient + + SubDestItem @@ -12730,7 +13075,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause ęš‚åœ @@ -12781,47 +13126,52 @@ 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 - + + Clean certificate + + + + RetroShare Invite - + 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 your friend via email or some other way - + Save as... 另存äøŗ - + RetroShare Certificate (*.rsc );;All Files (*) @@ -12834,7 +13184,7 @@ p, li { white-space: pre-wrap; } ä½ éœ€č¦ęŠŠä½ XPGPčƁ书äø‹é¢ēš„ę–‡å­—ęä¾›ē»™ä½ ēš„å„½å‹ć€‚ - + Run Email program čæč”Œé‚®ä»¶ē؋åŗ @@ -12843,7 +13193,7 @@ p, li { white-space: pre-wrap; } čÆ·ē²˜č““你儽友ēš„XPGPčƁ书到äø‹é¢ēš„ꔆäø­ - + Connect Friend Help čæžęŽ„儽友åø®åŠ© @@ -12852,7 +13202,7 @@ p, li { white-space: pre-wrap; } ä½ åÆ仄复制čæ™ę®µę–‡å­—通čæ‡ē”µå­é‚®ä»¶ć€ICQęˆ–å…¶å®ƒęø é“发送ē»™ä½ ēš„å„½å‹ć€‚ - + Certificate Load Failed čÆä¹¦åŠ č½½å¤±č“„ @@ -13035,14 +13385,14 @@ p, li { white-space: pre-wrap; } ę£€ęŸ„... - + RetroShare - + Failed å¤±č“„ @@ -13190,13 +13540,13 @@ p, li { white-space: pre-wrap; } - + Okay ē”®å®š - + Waiting č½®å€™ @@ -13208,8 +13558,8 @@ p, li { white-space: pre-wrap; } - - + + Complete å®Œęˆ @@ -13279,27 +13629,37 @@ p, li { white-space: pre-wrap; } č½¬ē§» - + Uploading äøŠä¼  - + Are you sure that you want to cancel and delete these files? ę‚Øē”®å®šč¦å–ę¶ˆļ¼Œå¹¶åˆ é™¤čæ™äŗ›ę–‡ä»¶ļ¼Ÿ - + Details: čÆ¦ęƒ…: - + + File preview + + + + + File %1 preview failed. + + + + Open Transfer å¼€ę”¾å¼ä¼ č¾“ - + File %1 is not completed. If it is a media file, try to preview it. ꖇ件 %1 ę²”ęœ‰å®Œęˆć€‚å¦‚ęžœå®ƒę˜Æäø€äøŖåŖ’ä½“ę–‡ä»¶ļ¼Œå°čÆ•é¢„č§ˆć€‚ @@ -13352,6 +13712,66 @@ p, li { white-space: pre-wrap; } 隧道 + + TreeStyle_RDM + + + + FILE + ꖇ件 + + + + Files + ę–‡ę”ˆ + + + + File + + + + + + DIR + ē›®å½• + + + + Friends Directories + 儽友ē›®å½• + + + + My Directories + ꈑēš„ē›®å½• + + + + Size + + + + + Age + 幓龄 + + + + Friend + + + + + Share Type + 共äŗ«åž‹ + + + + What's new + ęœ€ę–°ę¶ˆęÆ + + TrustView @@ -13366,68 +13786,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust äæ”čؗ - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full ģ „ģ²“ - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -13435,14 +13855,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests diff --git a/retroshare-gui/src/lang/retroshare_zh_TW.ts b/retroshare-gui/src/lang/retroshare_zh_TW.ts index ab710d572..4445d80f7 100644 --- a/retroshare-gui/src/lang/retroshare_zh_TW.ts +++ b/retroshare-gui/src/lang/retroshare_zh_TW.ts @@ -19,28 +19,28 @@ - - + + About RetroShare %1 - + Max score: %1 - + Score: %1 - + Level: %1 - + Have fun ;-) @@ -747,92 +747,92 @@ 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... - + Browse - + Select Certificate - + Please choose a filename - - - - + + + + RetroShare - + Import friend's certificate... - + Drag and Drop your friends's certificate in this Window or specify path in the box below - - + + RetroShare Certificate (*.rsc );;All Files (*) - + Sorry, create certificate failed - + Certificate file successfully created - - + + Sorry, certificate file creation failed - + Certificate Load Failed:something is wrong with %1 - + Certificate Load Failed:can't read from file %1 - + Certificate Load Failed:file %1 not found @@ -840,52 +840,58 @@ p, li { white-space: pre-wrap; } ChanMsgItem - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toggle Message Read Status</p></body></html> + + Toggle Message Read Status - + New - + Download - + Play - + Remove Item - - + + Expand - + + Copy RetroShare Link + + + + Unsubscribe From Channel - + + Channel Feed + + + + Warning! You have less than %1 hours and %2 minute before this file is delted Consider saving it. - + Hide @@ -893,25 +899,40 @@ p, li { white-space: pre-wrap; } ChanNewItem - + Remove Item - + Subscribe to Channel - + Expand - + Channel Decscription + + + Unknown Channel + + + + + New Channel + + + + + Updated Channel + + ChannelDetails @@ -994,103 +1015,123 @@ p, li { white-space: pre-wrap; } - + Add - + Display - + Unsubscribe - + Subscribe To Channel - + Subscribe - + Set all to read - + + Enable Auto-download + + + + Create Channel - + Unsubcribe To Channel - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - + + Copy RetroShare Link + + + + No Channel Selected - - + + Disable Auto-Download + + + + + Enable Auto-Download + + + + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1281,17 +1322,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1299,67 +1340,67 @@ p, li { white-space: pre-wrap; } ConclusionPage - + Make Friend - + Details about your friend : - + Key validity: - + Email: - + Options - + Add friend to group: - + 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 @@ -1422,89 +1463,89 @@ p, li { white-space: pre-wrap; } - + Make Friend - + Cancel - + 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 - + Copy Peer @@ -1514,13 +1555,13 @@ p, li { white-space: pre-wrap; } - + Deny Friend - - + + Sign GPG key @@ -1591,12 +1632,34 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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 align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;">Signing a friend's key is a way to express your trust into this friend, to your other friends. Besides, only signed peers will receive information about your other trusted friends.</p> +<p align="justify" 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> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signing a key cannot be undone, so do it wisely.</p></body></html> + + + + Certificate - + OK @@ -2231,33 +2294,49 @@ p, li { white-space: pre-wrap; } - + + + Drop file error. + + + + + Directory can't be dropped, only files are accepted. + + + + + File not found or file name not accepted. + + + + Add Extra File - - + + RetroShare - + File already Added and Hashed - + Please add a Subject - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2352,17 +2431,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Forum Post - + Sign Message @@ -2372,28 +2451,28 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link - + Attach files via drag and drop - + You can attach files via drag and drop here in this window - + Post Forum Msg - + Close @@ -2424,17 +2503,17 @@ p, li { white-space: pre-wrap; } - + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2674,7 +2753,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -2700,22 +2779,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name - + Not Rated - + No Comments @@ -2723,33 +2802,18 @@ p, li { white-space: pre-wrap; } DirectoriesPage - - Add a Share Directory - - - - - Remove Shared Directory - - - - - + + Browse - - Add Shared Directory - - - - + Set Incoming Directory - + Set Partials Directory @@ -2759,17 +2823,17 @@ p, li { white-space: pre-wrap; } - + Partials Directory - + Automatically share incoming directory (Recommended) - + Remember file hashes even if not shared. This might be useful if you're sharing an external HD, to avoid re-hashing files when @@ -2777,32 +2841,42 @@ you plug it in. - + Remember hashed files for - + days - + Forget any hashed file that is not anymore shared. - + Clean Hash Cache - + + Auto-check shared directories every + + + + + minute(s) + + + + Shared Directories - + Edit Share @@ -2932,37 +3006,37 @@ you plug it in. EmailPage - + Invite Friends by Email - + Enter your friends' email addresses (seperate each on with a semicolon) - + Your friends' email addresses: - + Enter Friends Email addresses - + Subject: - + Friend invites you to check out RetroShare - + Friend uses RetroShare to communicate securely, and invites you to join him to share files together. <br>RetroShare is free and using it is safe: it contains no viruses, no spyware, no adware and it can easily be uninstalled. <br>For more information, see our website http://retroshare.sourceforge.net/ or download the software here http://retroshare.sourceforge.net/downloads.html. <br>See you soon on RetroShare! @@ -2970,12 +3044,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3252,60 +3326,98 @@ p, li { white-space: pre-wrap; } + + FlatStyle_RDM + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + Directory + + + 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 *** @@ -3387,66 +3499,66 @@ p, li { white-space: pre-wrap; } ForumMsgItem - + Remove Item - + Expand - - - + + + Subject: - + Unsubscribe To Forum - + Reply - + Send - + Signed - + Forum Post - + Unknown Forum Post - - - + + + Anonymous - + In Reply to - + Please give a Text Message @@ -3459,22 +3571,22 @@ p, li { white-space: pre-wrap; } - + Remove Item - + Subscribe to Forum - + Expand - + Forum Description @@ -3500,165 +3612,171 @@ p, li { white-space: pre-wrap; } ForumsDialog - + Subscribe to Forum - + Unsubscribe to Forum - + New Forum - + Show Forum Details - + Edit Forum Details - + Restore Publish Rights for Forum - + + + Copy RetroShare Link + + + + Mark all as read - + Mark all as unread - + Reply - - + + Start New Thread - + Reply to Author - + Expand all - + Collapse all - + AUTHD - + Your Forums - + Subscribed Forums - + Popular Forums - + Other Forums - - - - Mark as read - - + Mark as read + + + + + Mark as unread - + with children - + Hide - + Expand - - + + Anonymous - - + + signed - - + + none - - + + RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - + 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; } @@ -3667,55 +3785,55 @@ p, li { white-space: pre-wrap; } - + Last Post - + Threaded View - + Flat View - - + + Date - - + + Title - + Start new Thread for Selected Forum - + Display - - + + 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; } @@ -3724,7 +3842,12 @@ p, li { white-space: pre-wrap; } - + + Download all files + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3733,22 +3856,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum - + Print @@ -3762,22 +3885,22 @@ p, li { white-space: pre-wrap; } - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4013,28 +4136,28 @@ Fill in your GPG password when asked, to sign your new key. - - + + Multiple instances - + Another RetroShare using the same profile is already running on your system. Please close that instance first - + An unexpected error occurred when Retrosharetried to acquire the single instance lock - + Generate ID Failure - + Failed to Load your new Certificate! @@ -4051,77 +4174,64 @@ Fill in your GPG password when asked, to sign your new key. - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">Your profile is associated to a GPG key</span></pre></body></html> - - - - + Generate a new 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:'Courier New,courier'; font-size:8pt;">Your profile is associated to a GPG key</span></p></body></html> - - - - + Use Profile - + Name - + Enter here your nickname - + Email - + Be careful: this email will be visible to your friends and friends of your friends. This information is required by GPG, but to stay anonymous, you can use a fake email. - + This Password is for GPG - + Password - + Put a strong password here. This password protects your GPG key. - + + Location + + + + Put a meaningfull location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same profile (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; } @@ -4130,7 +4240,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4142,18 +4252,19 @@ p, li { white-space: pre-wrap; } - + Generate New Profile - - Info + + + Your profile is associated to a GPG key - - Location: + + Info @@ -4200,17 +4311,22 @@ p, li { white-space: pre-wrap; } - + + Register retroshare:// as url protocol (Restart required) + + + + Idle - + Idle Time - + seconds @@ -4294,17 +4410,17 @@ p, li { white-space: pre-wrap; } - + Title - + Description - + Reset @@ -5083,91 +5199,91 @@ p, li { white-space: pre-wrap; } MainWindow - + Network - + Friends - + Search - - + + Transfers - + Files - - + + Messages - + Links Cloud - - + + Forums - + RetroShare %1 a secure decentralised communication platform - - + + Channels - + Blogs - + Plugins - + Unfinished - + Low disk space warning - + The disk space in your - + directory is running low (current limit is - + MB). RetroShare will now safely suspend any disk access to this directory. @@ -5176,211 +5292,211 @@ p, li { white-space: pre-wrap; } - + Show/Hide - + Status - + Minimize - + Maximize - + &Quit - + RetroShare - + Chat - - - - - - You have %1 new messages - - - - You have %1 new message + + You have %1 new messages - - - - - %1 new messages + + + + + You have %1 new message - + + %1 new messages + + + + + + + %1 new message - + You have %1 completed downloads - + You have %1 completed download - + %1 completed downloads - + %1 completed download - + Down: %1 (kB/s) - + Up: %1 (kB/s) - + %1 friend connected - + %1 friends connected - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - - + + Options - + Bandwidth Graph - + Open Messenger - + Open Messages - + Applications - + Help - + Really quit ? - + Internal Error - + Hide - + Show - + Do you really want to exit RetroShare ? - + Add Friend - + Add a Friend Wizard - + Add Share - + Quit - - + + Quick Start Wizard - + SMPlayer - + Messenger @@ -5390,7 +5506,7 @@ p, li { white-space: pre-wrap; } - + About @@ -5399,7 +5515,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose @@ -5631,249 +5747,249 @@ p, li { white-space: pre-wrap; } - + I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list - - + + Save Message - + Message has not been Sent. Do you want to save message to draft box? - + Friend Recommendation(s) - - + + Paste RetroShare Link - + Re: - + Fwd: - - + + RetroShare - + Do you want to send the message without a subject ? - + Please insert at least one recipient. - + To - + Cc - + Bcc - + Unknown - + Unknown friend - + &File - + &New - + &Open... - + &Save - + Save &As File - + Save &As Draft - + &Print... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Contacts Sidebar - + &Insert - + &Image - + &Horizontal Line - + &Format - + Open File... - - + + HTML-Files (*.htm *.html);;All Files (*) - + Save as... - + Print Document - + Export PDF - + Message has not been Sent. Do you want to save message ? - + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + File not found or file name not accepted. @@ -5952,266 +6068,307 @@ Do you want to save message ? MessagesDialog - + Forward selected Message - - + + New Message - + Remove Messages - + Reply to Message - - + + Click to sort by attachments + + + + + Click to sort by subject + + + + + Click to sort by read + + + + + + Click to sort by from + + + + + Click to sort by date + + + + + Click to sort by tags + + + + + Reply to All - + Remove All Tags - + New tag ... - + Forward Message - + Edit... - + Mark as read - + Mark as unread - + Remove Message - + Undelete - + Download - + Empty trash - + Hide - + Expand - - - + + + Drafts - + To - + + Click to sort by to + + + + File - + Files - + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - - - + + + + Inbox - - - - + + + + Outbox - + Draft - - + + Sent - - - + + + From - - + + Subject - + Reply - + Reply all - + Foward - + Delete - + Compose - + Reply to selected message - + Reply all to selected message - + Forward selected message - + Remove selected message - + Print selected message - + Display - + Reset - + Attachments - - + + Date - + + Download all Recommended Files + + + + Subject: - + From: - + 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; text-decoration:none;"> @@ -6219,129 +6376,121 @@ p, li { white-space: pre-wrap; } - - + + Content - - - - + + + + Tags - + Tag - - - - + + + + Trash - + Favorite Tags - + Total Inbox: - + Folders - - <html><head><meta name="qrichtext" content="1" /><style type="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> - - - - + Cc: - + Bcc: - + Tags: - + File Name - + Size - + Hash - - + + Print... - + Print Preview - - + + Buttons Icon Only - + Buttons Text Beside Icon - + Buttons with Text - + Buttons Text Under Icon - + Set Text Under Icon - + Save As... - + Print @@ -6671,14 +6820,14 @@ Right-click and select 'make friend' to be able to connect. - - + + Name - + Did I authenticated peer @@ -6689,7 +6838,7 @@ Right-click and select 'make friend' to be able to connect. - + Cert Id @@ -6703,12 +6852,12 @@ p, li { white-space: pre-wrap; } - + Peer 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; } @@ -6717,43 +6866,43 @@ p, li { white-space: pre-wrap; } - + Network Status - + Local network - + UPnP - + External ip address finder - + Create New Profile - + Create a new Profile - + Clear - + Did peer authenticated me @@ -6763,57 +6912,57 @@ p, li { white-space: pre-wrap; } - + Clear Filter - + 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 @@ -6885,6 +7034,11 @@ p, li { white-space: pre-wrap; } Remove All + + + Options + + NotifyPage @@ -7063,17 +7217,17 @@ p, li { white-space: pre-wrap; } - + Examining shared files... - + Hashing file - + Saving file index... @@ -7327,12 +7481,6 @@ p, li { white-space: pre-wrap; } Remove Friend Location - - - - RetroShare - - News Feed @@ -7390,33 +7538,38 @@ p, li { white-space: pre-wrap; } - + + Do you really want to physically delete the history? + + + + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -7432,12 +7585,12 @@ p, li { white-space: pre-wrap; } - + Save as... - + Text File (*.txt );;All Files (*) @@ -7458,22 +7611,22 @@ p, li { white-space: pre-wrap; } - + Add - + Status - + Italic - + Underline @@ -7487,184 +7640,180 @@ p, li { white-space: pre-wrap; } - + Display - + Add or Change your Avatar - + Edit Personal message - + Messages entered here are sent to all collected friends - + Bold - - + + Text Color + + + + + Create new Forum - + F - - + + Create new Channel - + C - + Add your Avatar Picture - + A - + Set your Personal Message - + Edit your status Message - + Browse Message History - + Browse History - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Sort by State - + Hide State - - + + Add a new Group - - + + Sort Descending Order - - + + Sort Ascending Order - + Delete Chat History - + Deletes all stored and displayed chat history - + Add Friend - + Create new Profile - + Font - + Friends - + Group 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:400; font-style:normal;"> -<p style=" 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 - + Send - + Clear Chat History @@ -7969,188 +8118,193 @@ p, li { white-space: pre-wrap; } PopupChatDialog - + Your Friend is offline Do you want to send them a Message instead - + Friend not Online - + is typing... - + Hide Avatar - + Messages you send will be delivered after Friend is again Online - + Show Avatar - + Paste RetroShare Link - + + Do you really want to physically delete the history? + + + + Load Picture File - + Save as... - + Text File (*.txt );;All Files (*) - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply - + File not found or file name not accepted. - + Close - - + + Bold - - + + Underline - - + + Italic - - Set Font - - - - + Text Color - + Clear Chat History - + Browse Message History - + Browse History - + Delete Chat History - + Deletes all stored and displayed chat history - + Attach a Picture - + Send - + + Font + + + + Strike - + Disable Emoticons - - + + Save Chat History - + Clear offline messages - + Add Extra File - - + + Drop file error. - + Directory can't be dropped, only files are accepted. - + Add a File for your Friend @@ -8158,39 +8312,45 @@ Do you want to send them a Message instead PopupChatWindow - + Avatar - + Set your Avatar Picture - - + + Dock tab - - + + Undock tab - + + + Set Chat Window Color + + + + RetroShare - + Load File - + Pictures (*.png *.xpm *.jpg *.tiff *.gif) @@ -8579,117 +8739,179 @@ p, li { white-space: pre-wrap; } QObject - - + + RetroShare - + Inititialize failed. Wrong or missing installation of gpg. - - + + An unexpected error occured. Please report 'RsInit::InitRetroShare unexpected return code %1'. - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first + + Another RetroShare using the same profile is already running on your system. Please close that instance first + Lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock + Lock file: + - + Login Failure - + Maybe password is wrong - + File Request Confirmation - + The file has been added to your download list. - - + + File Request canceled - + The following has not been added to your download list, because you already have it: - + The file has not been added to your download list, because you already have it. - - + + Friend Request Confirmation - + The friend is already in your list. - + The friend has been added to your list. - - + + Friend Request canceled - + The friend could not be added to your list. - + The friend could not be found. - + + + Forum Request canceled + + + + + The forum "%1" could not be found. + + + + + The forum message in forum "%1" could not be found. + + + + + + Channel Request canceled + + + + + The channel "%1" could not be found. + + + + + The channel message in channel "%1" could not be found. + + + + + + Message Request canceled + + + + + Cannot send a message to a not accepted receipient "%1". + + + + + The receipient of the message is unknown. + + + + File Request Error - + The file link is malformed. + + + %1 of %2 RetroShare links processed. + + + + + Request Confirmation + + Deny friend @@ -8705,6 +8927,11 @@ p, li { white-space: pre-wrap; } Peer details + + + Start with a RetroShare link is only supported for Windows. + + QuickStartWizard @@ -8746,15 +8973,15 @@ p, li { white-space: pre-wrap; } - + Next > - - + + Exit @@ -8764,7 +8991,7 @@ p, li { white-space: pre-wrap; } - + Choose your upload speed limit: @@ -8775,7 +9002,7 @@ p, li { white-space: pre-wrap; } - + Choose your download speed limit: @@ -8831,8 +9058,8 @@ p, li { white-space: pre-wrap; } - - + + < Back @@ -8874,7 +9101,12 @@ p, li { white-space: pre-wrap; } - + + Automatically share incoming directory (Recommended) + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8885,7 +9117,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8897,27 +9129,27 @@ p, li { white-space: pre-wrap; } - + Do not show a message when Closing RetroShare - + Start Minimized - + Start RetroShare when my System Starts. - + Start minimized on system start - + Finish @@ -8945,67 +9177,67 @@ p, li { white-space: pre-wrap; } RSettingsWin - + General - + Directories - + Server - + Transfer - + Notify - + Security - + Message - + Forum - + Chat - + Appearance - + Sound - + UnknownPage - + Error Saving Configuration on page @@ -9029,79 +9261,27 @@ p, li { white-space: pre-wrap; } - RemoteDirModel + RetroshareDirModel - + Anonymous - + Anonymous and browsable by friends - + Only browsable by friends - + NEW - - - - FILE - - - - - Files - - - - - File - - - - - - DIR - - - - - Friends Directories - - - - - My Directories - - - - - Size - - - - - Share Type - - - - - What's new - - - - - Age - - Rshare @@ -9169,32 +9349,32 @@ p, li { white-space: pre-wrap; } RsidPage - + RetroShare ID - + Use RetroShare ID for adding a Friend which is available in your network. - + Add Friends RetroShare ID... - + Paste Friends RetroShare ID in the box below - + Enter the RetroShare ID of your Friend, e.g. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network @@ -9225,76 +9405,67 @@ p, li { white-space: pre-wrap; } SearchDialog - - + + Download - + Enter a keyword here (at least 3 char long) - - Copy retroshare Link + + + Copy RetroShare Link - - Send 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 - + New RetroShare Link(s) @@ -9344,93 +9515,93 @@ p, li { white-space: pre-wrap; } - + Filter Search Result - + Clear Filter - + File Name - + File Size - + Close all Search Resullts - + Download Selected - + Close All Search Results - + 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 @@ -9440,52 +9611,52 @@ p, li { white-space: pre-wrap; } - + Advanced Search - + Advanced - + Size - + Sources - + Type - + Age - + Hash - + KeyWords - + Results - + Search Id @@ -9847,30 +10018,46 @@ p, li { white-space: pre-wrap; } - + Remove - + If checked, the share is anonymously shared to anybody. - + If checked, the share is browsable by your friends. - + Warning! - + Do you really want to stop sharing this directory ? + + + + Drop file error. + + + + + File can't be dropped, only directories are accepted. + + + + + Directory not found or directory name not accepted. + + RetroShare Share Manager @@ -9940,7 +10127,7 @@ p, li { white-space: pre-wrap; } - + Edit @@ -9948,125 +10135,125 @@ p, li { white-space: pre-wrap; } SharedFilesDialog - - + + Download - + Checking... - + Check files - + Copy retroshare Link - + Send retroshare Link - + Copy retroshare Links to Clipboard - + Copy retroshare Links to Clipboard (HTML) - + Send retroshare Links - + Send retroshare Links (HTML) - + Send retroshare Links to Cloud - + Add Links to Cloud - - + + Open File - + Open Folder - - + + Recommend in a message to - - - + + + RetroShare Link - - - - + + + + Recommendation(s) - + Set command for opening this file - + <strong>My Shared Files</strong> - + <strong>Friends Files</strong> - + <strong>Files</strong> - + Splitted View - + Friends Folders - + My Folders @@ -10080,47 +10267,57 @@ p, li { white-space: pre-wrap; } - + All - + One day old - + One Week old - + One month old - + Search files - + Start Search - + Reset - + + Tree view + + + + + Flat view + + + + Download selected - + check files @@ -10186,17 +10383,17 @@ p, li { white-space: pre-wrap; } SplashScreen - + Load profile - + Load configuration - + Create interface @@ -10259,39 +10456,43 @@ p, li { white-space: pre-wrap; } - - + + Multiple instances - - Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile + + Another RetroShare using the same profile is already running on your system. Please close that instance first, or choose another profile +lock file: + - - An unexpected error occurred when Retrosharetried to acquire the single instance lock + + An unexpected error occurred when Retrosharetried to acquire the single instance lock +lock file: + - + Login Failure - + Maybe password is wrong - - + + Warning - + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. Your PGP passwd will not be stored. @@ -10300,7 +10501,7 @@ This choice can be reverted in settings. - + The passwd to your SSL certificate (your location) will be stored encrypted in the keys/help.dta file. This is not secure. Your PGP passwd will not be stored. @@ -10638,7 +10839,7 @@ This choice can be reverted in settings. - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10647,7 +10848,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10656,15 +10857,73 @@ p, li { white-space: pre-wrap; } - + OK - + Cancel + + + Paste RetroShare Link + + + + + StyleDialog + + + Define Style + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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; color:#ffffff;">Define Style</span></p></body></html> + + + + + + Choose color + + + + + Color 2 + + + + + Color 1 + + + + + Style + + + + + None + + + + + Solid + + + + + Gradient + + SubDestItem @@ -10763,7 +11022,7 @@ p, li { white-space: pre-wrap; } TBoard - + Pause @@ -10809,17 +11068,17 @@ p, li { white-space: pre-wrap; } - + 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 @@ -10829,47 +11088,52 @@ p, li { white-space: pre-wrap; } - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + + Clean certificate + + + + RetroShare Invite - + Connect Friend Help - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) - + Certificate Load Failed @@ -11169,27 +11433,37 @@ p, li { white-space: pre-wrap; } - + RetroShare - + Details: - + + File preview + + + + + File %1 preview failed. + + + + 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? @@ -11240,20 +11514,20 @@ p, li { white-space: pre-wrap; } - + Failed - + Okay - + Waiting @@ -11265,8 +11539,8 @@ p, li { white-space: pre-wrap; } - - + + Complete @@ -11276,11 +11550,71 @@ p, li { white-space: pre-wrap; } - + Uploading + + TreeStyle_RDM + + + + FILE + + + + + Files + + + + + File + + + + + + DIR + + + + + Friends Directories + + + + + My Directories + + + + + Size + + + + + Age + + + + + Friend + + + + + Share Type + + + + + What's new + + + TrustView @@ -11295,68 +11629,68 @@ p, li { white-space: pre-wrap; } - + Showing: whole network - + This table normaly auto-updates every 10 seconds. - + Self - + Trust - + is authenticated (one way) by - + Half - + authenticated himself - + authenticated each other - + Full - - + + peers, including him(her)self. - + is authenticated by - + authenticated - + Showing: peers connected to @@ -11364,14 +11698,14 @@ p, li { white-space: pre-wrap; } TurtleRouterDialog - - + + Search requests - - + + Tunnel requests