From e5385c533e355828a0a345e37f31b8018e8921ea Mon Sep 17 00:00:00 2001 From: defnax Date: Wed, 9 Feb 2011 17:36:46 +0000 Subject: [PATCH] renamed Friends storm back to News Feed git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4025 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/NewsFeed.ui | 2 +- retroshare-gui/src/gui/PeersDialog.cpp | 2 +- retroshare-gui/src/lang/retroshare_af.qm | Bin 29738 -> 25967 bytes retroshare-gui/src/lang/retroshare_af.ts | 2232 ++++++++++-------- retroshare-gui/src/lang/retroshare_bg.qm | Bin 29323 -> 25579 bytes retroshare-gui/src/lang/retroshare_bg.ts | 2232 ++++++++++-------- retroshare-gui/src/lang/retroshare_da.qm | Bin 121486 -> 104486 bytes retroshare-gui/src/lang/retroshare_da.ts | 2318 +++++++++++-------- retroshare-gui/src/lang/retroshare_de.qm | Bin 280286 -> 280278 bytes retroshare-gui/src/lang/retroshare_de.ts | 53 +- retroshare-gui/src/lang/retroshare_en.ts | 2254 ++++++++++-------- retroshare-gui/src/lang/retroshare_es.qm | Bin 30936 -> 26867 bytes retroshare-gui/src/lang/retroshare_es.ts | 2232 ++++++++++-------- retroshare-gui/src/lang/retroshare_fi.qm | Bin 372280 -> 365036 bytes retroshare-gui/src/lang/retroshare_fi.ts | 2278 ++++++++++-------- retroshare-gui/src/lang/retroshare_fr.qm | Bin 379654 -> 374082 bytes retroshare-gui/src/lang/retroshare_fr.ts | 2260 ++++++++++-------- retroshare-gui/src/lang/retroshare_gr.qm | Bin 29700 -> 25669 bytes retroshare-gui/src/lang/retroshare_gr.ts | 2232 ++++++++++-------- retroshare-gui/src/lang/retroshare_it.qm | Bin 31270 -> 27426 bytes retroshare-gui/src/lang/retroshare_it.ts | 2234 ++++++++++-------- retroshare-gui/src/lang/retroshare_ja_JP.qm | Bin 277204 -> 223525 bytes retroshare-gui/src/lang/retroshare_ja_JP.ts | 2287 ++++++++++-------- retroshare-gui/src/lang/retroshare_ko.qm | Bin 132990 -> 113257 bytes retroshare-gui/src/lang/retroshare_ko.ts | 2293 ++++++++++-------- retroshare-gui/src/lang/retroshare_nl.ts | 2254 ++++++++++-------- retroshare-gui/src/lang/retroshare_pl.qm | Bin 35981 -> 29240 bytes retroshare-gui/src/lang/retroshare_pl.ts | 2229 ++++++++++-------- retroshare-gui/src/lang/retroshare_pt.qm | Bin 29086 -> 25116 bytes retroshare-gui/src/lang/retroshare_pt.ts | 2236 ++++++++++-------- retroshare-gui/src/lang/retroshare_ru.qm | Bin 174187 -> 138476 bytes retroshare-gui/src/lang/retroshare_ru.ts | 2240 ++++++++++-------- retroshare-gui/src/lang/retroshare_sl.qm | Bin 32275 -> 28471 bytes retroshare-gui/src/lang/retroshare_sl.ts | 2234 ++++++++++-------- retroshare-gui/src/lang/retroshare_sr.qm | Bin 20878 -> 20894 bytes retroshare-gui/src/lang/retroshare_sr.ts | 2234 ++++++++++-------- retroshare-gui/src/lang/retroshare_sv.qm | Bin 152811 -> 130232 bytes retroshare-gui/src/lang/retroshare_sv.ts | 2231 ++++++++++-------- retroshare-gui/src/lang/retroshare_tr.qm | Bin 103042 -> 105294 bytes retroshare-gui/src/lang/retroshare_tr.ts | 2280 ++++++++++-------- retroshare-gui/src/lang/retroshare_zh_CN.qm | Bin 125671 -> 121629 bytes retroshare-gui/src/lang/retroshare_zh_CN.ts | 2285 ++++++++++-------- retroshare-gui/src/lang/retroshare_zh_TW.ts | 2254 ++++++++++-------- 43 files changed, 26836 insertions(+), 20550 deletions(-) diff --git a/retroshare-gui/src/gui/NewsFeed.ui b/retroshare-gui/src/gui/NewsFeed.ui index 91da0624b..80914a693 100644 --- a/retroshare-gui/src/gui/NewsFeed.ui +++ b/retroshare-gui/src/gui/NewsFeed.ui @@ -64,7 +64,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> diff --git a/retroshare-gui/src/gui/PeersDialog.cpp b/retroshare-gui/src/gui/PeersDialog.cpp index bc7369a1f..5d685805c 100644 --- a/retroshare-gui/src/gui/PeersDialog.cpp +++ b/retroshare-gui/src/gui/PeersDialog.cpp @@ -150,7 +150,7 @@ PeersDialog::PeersDialog(QWidget *parent) ui.peertabWidget->setTabPosition(QTabWidget::North); ui.peertabWidget->addTab(new ProfileWidget(), tr("Profile")); NewsFeed *newsFeed = new NewsFeed(); - newsFeedTabIndex = ui.peertabWidget->addTab(newsFeed, tr("Friends Storm")); + newsFeedTabIndex = ui.peertabWidget->addTab(newsFeed, tr("News Feed")); ui.peertabWidget->tabBar()->setIconSize(QSize(10, 10)); /* get the current text and text color of the tab bar */ diff --git a/retroshare-gui/src/lang/retroshare_af.qm b/retroshare-gui/src/lang/retroshare_af.qm index afeafca83f46567b0d07864ea38efca584692249..738a8543502e5a99f8e55496984bfadff8a8bac8 100644 GIT binary patch delta 3125 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 diff --git a/retroshare-gui/src/lang/retroshare_af.ts b/retroshare-gui/src/lang/retroshare_af.ts index b97e6b782..84f12dc79 100644 --- a/retroshare-gui/src/lang/retroshare_af.ts +++ b/retroshare-gui/src/lang/retroshare_af.ts @@ -870,43 +870,35 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse - + Select Certificate Select Certificate @@ -915,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 @@ -1212,37 +1204,25 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel kreĆ«er kanaal - + Subscribe To Channel Subscribe To Kanaal - - Enter a Keyword here - - - - Title - Koplyn: + Koplyn: - - Description - - - - Reset - Reset + Reset - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1251,103 +1231,97 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - Name + Name - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1402,7 +1376,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1549,17 +1523,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1567,67 +1541,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 @@ -1714,74 +1688,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -2007,6 +1981,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2126,176 +2110,176 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2305,17 +2289,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2423,12 +2412,12 @@ Do you want to save your changes? - + RetroShare Retroshare - + Please add a Name @@ -2523,7 +2512,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2544,12 +2533,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2674,7 +2663,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2694,43 +2683,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare Retroshare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2775,22 +2764,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare Retroshare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3061,7 +3050,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3087,22 +3076,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name File Name - + Not Rated - + No Comments @@ -3217,28 +3206,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Toemaak - - - File %1 does not exist at location. - - EditChanDetails @@ -3334,37 +3331,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! @@ -3372,12 +3369,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3574,80 +3571,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3669,57 +3676,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3812,8 +3819,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3828,10 +3835,42 @@ p, li { white-space: pre-wrap; } - + + Send + Oorsend + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3882,164 +3921,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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 Hide - + Expand - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Date - - + + Title Koplyn: - - + + Start New Thread @@ -4048,17 +4090,12 @@ p, li { white-space: pre-wrap; } Nuut Boodskap - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4067,33 +4104,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; } @@ -4102,7 +4139,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4111,27 +4148,27 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4140,27 +4177,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4365,8 +4407,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4498,92 +4540,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Generate New Certificate - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Select Trusted Friend - + Certificates (*.pqi *.pem) 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! @@ -4665,52 +4707,57 @@ p, li { white-space: pre-wrap; } Login - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4786,6 +4833,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + Koplyn: + + + + Description + + + + + Reset + Reset + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5269,7 +5359,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5280,26 +5370,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5777,55 +5868,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. @@ -5834,112 +5925,112 @@ p, li { white-space: pre-wrap; } - + Status Status - + 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 - + 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 @@ -5974,12 +6065,12 @@ p, li { white-space: pre-wrap; } - + Search Search - + Files Files Biblioteek @@ -5988,60 +6079,60 @@ 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 @@ -6051,18 +6142,18 @@ p, li { white-space: pre-wrap; } About - - + + Forums - + Open Messages - + Applications @@ -6071,17 +6162,17 @@ p, li { white-space: pre-wrap; } Settings - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -6105,13 +6196,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose kreĆ«er - + Contacts @@ -6121,22 +6212,22 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Send To: Oorsend aan: - + Subject: - + Paragraph @@ -6146,118 +6237,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files vasstel tou - + File Name File Name - + Size Size @@ -6266,57 +6357,57 @@ p, li { white-space: pre-wrap; } Sources - + Hash - + Send Oorsend - + Send this message now - + Reply - + Toggle Contacts View - + Save Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6347,7 +6438,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6369,221 +6460,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6647,64 +6738,54 @@ Do you want to save message ? Nuut Boodskap - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Toemaak + + + Sub: + + MessagesDialog - + New Message Nuut Boodskap - + Reply to Message Antwoord aan Boodskap - + Remove Message Remove Boodskap - + Date Date - - + + From From @@ -6795,15 +6876,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6814,17 +6895,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Email-Inbox - - - + + + Outbox Email-Outbox @@ -6835,15 +6916,15 @@ p, li { white-space: pre-wrap; } - + Sent Email-Sent - - - + + + Trash @@ -6938,7 +7019,7 @@ p, li { white-space: pre-wrap; } Download All - + Print Document @@ -6952,110 +7033,120 @@ p, li { white-space: pre-wrap; } Sources - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Download - + Empty trash - + Hide Hide - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + Files Biblioteek + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Subject @@ -7180,85 +7271,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat GroepPraat - + Message Friend - + Connect To Friend Verbind to Vriend - + Peer Details Peer Details - + Recomend this Friend to... - + Export Friend Configure Friend - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Save Certificate - + Certificates (*.pqi) Certificates (*.pqi) @@ -7267,49 +7358,49 @@ p, li { white-space: pre-wrap; } Remove Friend - + Click to Change your Avatar - + Search Friends - + Reset Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7319,12 +7410,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7362,7 +7453,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7382,7 +7473,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Hide @@ -7554,80 +7665,68 @@ p, li { white-space: pre-wrap; } belaai sertifikaat - - Select a pem/pqi File - Select a pem/pqi File + Select a pem/pqi File - - File Not Found - File Not Found + File Not Found - - %1 does not exist. Would you like to create it? - %1 does not exist. Would you like to create it? + %1 does not exist. Would you like to create it? - - Failed to Create File - Failed to Create File + Failed to Create File - - Unable to create %1 [%2] - Unable to create %1 [%2] + Unable to create %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Select Certificate + Select Certificate - Certificates (*.pqi *.pem) - Certificates (*.pqi *.pem) + Certificates (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7683,83 +7782,53 @@ p, li { white-space: pre-wrap; } Network - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - RetroShare - Retroshare - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + Retroshare @@ -7990,7 +8059,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -8108,65 +8177,100 @@ p, li { white-space: pre-wrap; } Nuut Boodskap - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8174,7 +8278,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -8191,7 +8295,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -8235,7 +8339,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8290,32 +8394,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8324,16 +8427,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Hide - + Quick Message @@ -8359,7 +8463,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Praat @@ -8372,17 +8476,17 @@ p, li { white-space: pre-wrap; } Remove Friend - + Save Certificate Save Certificate - + Certificates (*.pqi) Certificates (*.pqi) - + Status Status @@ -8398,77 +8502,72 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Vriend</span></p></body></html> - + Connect To Friend Verbind to Vriend - + Welcome to RetroShare's group chat. - + Profile - - Friends Storm - - - - + me - + Paste RetroShare Link - + Group - + Friend - + Location Location - + Message Group - + Edit Group - + Remove Group - + Expand all - + Collapse all - + Message Friend @@ -8477,131 +8576,147 @@ p, li { white-space: pre-wrap; } Peer Details - + Deny Friend - + Remove Friend Location - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + + Available - - + + RetroShare Retroshare - + + News Feed + + + + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send Oorsend - + Italic - + Underline @@ -8620,131 +8735,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</span></p></body></html> - - - - + 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; } @@ -8753,12 +8897,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -9044,7 +9188,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Remove @@ -9052,21 +9196,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -9074,43 +9226,48 @@ 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 - + + Load Picture File + + + + Save as... @@ -9120,22 +9277,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -9177,6 +9334,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -9187,6 +9349,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -9197,11 +9369,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -9219,7 +9386,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9270,10 +9437,20 @@ Do you want to send them a Message instead - + RetroShare Retroshare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9749,64 +9926,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -9874,7 +10058,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -9952,7 +10136,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -10032,27 +10216,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10292,32 +10481,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 @@ -10374,53 +10563,53 @@ p, li { white-space: pre-wrap; } - + Download Download - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel Broadcast on Channe - + Recommend to Friends Recommend to Friends - + Remove Remove - + Remove All Remove All - - + + Folder - + New RetroShare Link(s) @@ -10463,24 +10652,24 @@ p, li { white-space: pre-wrap; } Documents - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -10759,12 +10948,17 @@ p, li { white-space: pre-wrap; } Port: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10772,7 +10966,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11485,15 +11679,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11719,6 +11924,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11767,6 +11973,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11950,77 +12216,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare Retroshare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -12079,23 +12345,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Kanselleer - + Clear Completed Clear Completed - - + + Status Status - + Completed Completed @@ -12158,15 +12424,15 @@ 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;">Uploads:</span></p></body></html> - - + + Name i.e: file name Name - - + + Size i.e: file size Size @@ -12177,276 +12443,276 @@ p, li { white-space: pre-wrap; } Progress - + Speed i.e: Download speed Speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources Sources - + Core-ID - + Progress i.e: % uploaded Progress - + Speed i.e: upload speed Speed - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12486,27 +12752,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12514,6 +12760,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12525,6 +12781,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12709,96 +12975,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_bg.qm b/retroshare-gui/src/lang/retroshare_bg.qm index ce1042fe9c00a06c95a5932685dd344c4982043b..d9c7f62764c03cf5e48dcef6f54a69d07757577a 100644 GIT binary patch delta 3307 zcmZwIdr(tn769-QxHlvrBmn~W0K=PrfDZx!B5wi#L#CB6N~pl`|0BV_V4GUGZ~*#dmes2xDM$1wni z?j}pUf$z-*P)JBkH5pz{MxP;5_LFHE<4~~q54^-WJk)i`{XPIuoNM3mO&FLTxo{h2y?{9&y-t>va%~&&C@O(l-)qAixX5*F z&|&g6lFFl8kKrU{!qzE=NVjp)F56B6`G=&(SES-DshS`?uaI7UC)MGk@9R^3MrtC- z_h&R~9u9z%`#Ty((-XIO<#9y9m0!aRZ)PF2K z`_5~)b!Wx5=V2YoqsZ`2$hdAY=K@)fLKgLs#<$(#?T&!%OXe^Oz=AP}?r|12tnVdr zijF*2gq7!RQIfb@m>Q!HLFS&|`>ul@~omyI&jQM}GH zBD1`58M{g>85bmL*xZ2kTP15+auvY;q^xNR13ToNcMiZ*EZhH2D=v7-Ms=7$*?qDz z8`}Yt0i^nE+2yMH*zr4M-*3kGtU%I`<*wvIur|ENGMn6+y98i7DWCBw2IziHuCE!y zR}?4T;QAMwcaK_` zsXM90RBR#_-BUK0$MB6}Qg&DH*c1*Z_nyQZOY~RvHybfk<;vUnPw`znp}g(w7%W<* zoIIxksMw1KRPD(&#mpCONwsb)%@WVlYPGP#vx{SsP2o)Mt77`R5SHWn1`Dp4&N_V6 zY{a*WrTLlJWNV;%*6Lc@;`Vxj&DzWcOtb&*^V!-^iDSK_w%*EmrzNp*KNSmHsTIcj z-V(8a=^1RWHG+LKUCrcLjUby*=puaRFLGshap5XucFVf8O)a$+V@qwj&DzFFeM8xC zjha>X2Fg@9mIj-?rLCh`7}9K%up_2054rR6525@nDp)3U&NzQOQ9GYa_X%YaT2G-- zd(4%6zA{`U&24MxXw9~+YG;2k%u^|yAB}BRtEs_KZ?&--+Q^?yCTatfirkKdoX*y^ zoF;3tb*+tkJ5BTBsbO>IPcAF2o6Rz#1@_n+;i)n-=QXt3TH4lUwzaHl$LGTker9&S z6!kN+51VGQnK6m@NFhRI%n}isRuIA-$Et+gu?iQqDKdgh&QS@6<{Cw;(m#graX#$j zyl;dVaVL1;g+4&UcE<*@1NmxUW?r3(Fqm&}ah$Ql?T6iaQJBV_7}Ho-Q3*R-yuxuj zVsVjmow1e)%X6d>9JcGNRtwu%c9*RW&`2dER%@Fx2khku&V0FAUhFs)W;QAuo9!-h zTv2YTwRNGRcrKkwKs)zSl0;;TX%~72WgM6 ANB{r; delta 3806 zcma*pdvH|M836EackkWoE4$fbLx>5 z&;8EpJLht3MzZ;; zGD`sNI(EoZMs^JV_XP%&*OTfFQsW{`>&UEUfSXMPShyQ_GXuC+LB=_Nx21vy)c5;t zz`u>uC6EDB0rcJU95_N6hsnHulV!Kb^4CcL>yI4+P+lfu3&^$!;Ky?TVn@l6??gQS zWvi*6b_T5mFgFAL>n518wUpGH zC4M##aV8hCNWW*F1 zt02wc{V%OU=Tpe@1@BB zAK)}qO3lwM1yFoO=AR;4Zb?h4ya3fbQXym#!1|?hSdGc(S4$e&J#-VZip+{4J4U4I z)9|7o^$?)%G;l~yOv~}nHGSEr}O_RZw$cS3fWBUu;)U7A$-zFR80yNdpbNdz2(Mfihx$!Mq z0G7VSz4h@$JQqG8t&6z#A6?*#ut`8s~jNiQfDDIkX_@}J+zIu!-{Rdf= zO;+g1>XT%{yZqRTeYpR_2gMtJ!X&bk@w=YHV;N@2g?}fbpC)Tg@#A&a;KF!*eEbbu z!`)=X*JS-({=jD3W(&@ck#Ccw31k-%RKUimrXdOE9I_?ZvgUsBVQ|*;ej-ttY0O6)bkk{5{q}PKU&vA& zOTpx-lBiBTG6bNlCk;`m^9|Rr{G#gCD3(_|M%G-Z?#HG!m^QwI-h#~g{*1aaqZ zXTGR*|UL}ChkIa4D-?9kx4 zMur>xx4tRH4<+kw`@ea7Iez~Q6TTa$m?rDPv?@Jzs5woWbxVO~x|wX+tZnq-HjO)_ zwQmuR+%L2n$|rDFOp&%vwV&R^2E(4!r5rI}67M97BX!RD8T=npr0%I29&>U`x9}jaR+5=Bt4o1C3xAYOcR?-yq`@4n7rvpCW&`zvR3Lnmr^ZZtI|GX@%A`Y zn`ZFZ(hu=c>G$4O(~n45Z(cZ)WW-C>dJ{5QCF)XPwXsAP8nSl@?ELaLsm$oBCgql~ z_2r?aWn4O!#F@E7E|Xivt>99@$mMW_To#rVaH+o1GGDw=U%Ze(p|^iTFb)YWp~EdW zjJ-dO9pQ_eg>SFmmg3)Jyv!IelS{$Ce!C&WN$pbii z8hQq|49ik{-Ngamy*L@^VhLWUzFOIsym)5fm0(ITI{JknV_(19D6DY~xtAF0`iET( z<3s(!K}MIeM-cnoF(}yGg3;;DW|u4>?1`jo_PnK>mEYIQu2=$Fv$!B!fK<*V_5)kY z#wW2CcU#83;uMOli#?*r%*C?%xePAxPH%#(cFb6Z*rJ766f;o@2=SOP{ z10X;zB%lw16XVZy^G@X8DqrFl?ZyG2H(}sGr}2kQc9?0s@PsizGPK<3=5lNx&DU94 zmn2*fTnqgD?hJ`*bGQ5RYx?Z%IDorzj|Q7#CB;!(l2N5`?H z)-pU564~#pTIP&N(%t!0BE#UZY<+GRJ zvzaw)i#1fKtrGei#m>GSZ+fLl%3iZZdlRdpC2W^%iFc-Ew}M@o7phTL4Y%hCLvG(l X+FCQj!_d32bzCN%W8UHR5y^i6n - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse - + Select Certificate Š˜Š·Š±ŠµŃ€ŠµŃ‚Šµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ @@ -902,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 @@ -1199,37 +1191,25 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Š”ъŠ·Š“Š°Š²Š°Š½Šµ Š½Š° ŠŗŠ°Š½Š°Š» - + Subscribe To Channel ŠŠ±Š¾Š½Š°Š¼ŠµŠ½Ń‚ Š·Š° ŠŗŠ°Š½Š°Š» - - Enter a Keyword here - - - - Title - Š—Š°Š³Š»Š°Š²ŠøŠµ + Š—Š°Š³Š»Š°Š²ŠøŠµ - - Description - - - - Reset - Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ + Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1238,103 +1218,97 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - Š˜Š¼Šµ + Š˜Š¼Šµ - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1393,7 +1367,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1540,17 +1514,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1558,67 +1532,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 @@ -1705,74 +1679,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -1998,6 +1972,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2117,176 +2101,176 @@ p, li { white-space: pre-wrap; } - + RetroShare RetroShare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2296,17 +2280,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2414,12 +2403,12 @@ Do you want to save your changes? - + RetroShare RetroShare - + Please add a Name @@ -2514,7 +2503,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2535,12 +2524,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2665,7 +2654,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2685,43 +2674,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare RetroShare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2766,22 +2755,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3032,7 +3021,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3058,22 +3047,22 @@ p, li { white-space: pre-wrap; } ŠžŃ‚ŠŗŠ°Š· - + Rating - + File Name Š˜Š¼Šµ Š½Š° фŠ°Š¹Š» - + Not Rated - + No Comments @@ -3188,28 +3177,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Š—Š°Ń‚Š²Š°Ń€ŃŠ½Šµ - - - File %1 does not exist at location. - - EditChanDetails @@ -3305,37 +3302,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! @@ -3343,12 +3340,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3548,80 +3545,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3643,57 +3650,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3786,8 +3793,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3802,10 +3809,42 @@ p, li { white-space: pre-wrap; } - + + Send + Š˜Š·ŠæрŠ°Ń‰Š°Š½Šµ + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3856,164 +3895,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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Š”Š°Ń‚Š° - - + + Title Š—Š°Š³Š»Š°Š²ŠøŠµ - - + + Start New Thread @@ -4022,17 +4064,12 @@ p, li { white-space: pre-wrap; } ŠŠ¾Š²Š¾ съŠ¾Š±Ń‰ŠµŠ½ŠøŠµ - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4041,33 +4078,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; } @@ -4076,7 +4113,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4085,27 +4122,27 @@ p, li { white-space: pre-wrap; } - + Reset Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4114,27 +4151,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4339,8 +4381,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4478,92 +4520,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Š“ŠµŠ½ŠµŃ€ŠøрŠ°Š½Šµ Š½Š° Š½Š¾Š² сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Š˜Š·Š±Š¾Ń€ Š½Š° Š“Š¾Š²ŠµŃ€ŠµŠ½ ŠæрŠøятŠµŠ» - + Certificates (*.pqi *.pem) Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.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! @@ -4629,52 +4671,57 @@ p, li { white-space: pre-wrap; } Š’Ń…Š¾Š“ - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Š Š°Š·Š½Šø - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4750,6 +4797,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + Š—Š°Š³Š»Š°Š²ŠøŠµ + + + + Description + + + + + Reset + Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5233,7 +5323,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5244,26 +5334,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5518,55 +5609,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. @@ -5575,112 +5666,112 @@ p, li { white-space: pre-wrap; } - + Status Š”ъстŠ¾ŃŠ½ŠøŠµ - + 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 - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. - + Options ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø - + Hide Š”ŠŗрŠøŠ²Š°Š½Šµ - + Show ŠŸŠ¾ŠŗŠ°Š·Š²Š°Š½Šµ - + RetroShare RetroShare @@ -5715,12 +5806,12 @@ p, li { white-space: pre-wrap; } - + Search Š¢ŃŠŃ€ŃŠµŠ½Šµ - + Files Š¤Š°Š¹Š»Š¾Š²Šµ @@ -5729,60 +5820,60 @@ 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 ŠŸŠ¾Š¼Š¾Ń‰ @@ -5792,18 +5883,18 @@ p, li { white-space: pre-wrap; } Š—Š° ŠæрŠ¾Š³Ń€Š°Š¼Š°Ń‚Š° - - + + Forums - + Open Messages - + Applications @@ -5812,17 +5903,17 @@ p, li { white-space: pre-wrap; } ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -5846,13 +5937,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Š”ъŠ·Š“Š°Š²Š°Š½Šµ - + Contacts @@ -5862,22 +5953,22 @@ p, li { white-space: pre-wrap; } - + Reset Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ - + Send To: Š”Š¾: - + Subject: - + Paragraph @@ -5887,118 +5978,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files ŠŸŃ€ŠµŠæŠ¾Ń€ŃŠŃ‡Š°Š½Šø фŠ°Š¹Š»Š¾Š²Šµ - + File Name Š˜Š¼Šµ Š½Š° фŠ°Š¹Š» - + Size Š Š°Š·Š¼ŠµŃ€ @@ -6007,57 +6098,57 @@ p, li { white-space: pre-wrap; } Š˜Š·Ń‚Š¾Ń‡Š½ŠøцŠø - + Hash - + Send Š˜Š·ŠæрŠ°Ń‰Š°Š½Šµ - + Send this message now - + Reply - + Toggle Contacts View - + Save Š”ъхрŠ°Š½ŃŠ²Š°Š½Šµ - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6088,7 +6179,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6110,221 +6201,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6388,64 +6479,54 @@ Do you want to save message ? ŠŠ¾Š²Š¾ съŠ¾Š±Ń‰ŠµŠ½ŠøŠµ - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Š—Š°Ń‚Š²Š°Ń€ŃŠ½Šµ + + + Sub: + + MessagesDialog - + New Message ŠŠ¾Š²Š¾ съŠ¾Š±Ń‰ŠµŠ½ŠøŠµ - + Reply to Message ŠžŃ‚Š³Š¾Š²Š¾Ń€ - + Remove Message Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ - + Date Š”Š°Ń‚Š° - - + + From ŠžŃ‚ @@ -6542,15 +6623,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6561,17 +6642,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Š’Ń…Š¾Š“ящŠ° ŠŗутŠøя - - - + + + Outbox Š˜Š·Ń…Š¾Š“ящŠ° ŠŗутŠøя @@ -6582,15 +6663,15 @@ p, li { white-space: pre-wrap; } - + Sent Š˜Š·ŠæрŠ°Ń‚ŠµŠ½Šø - - - + + + Trash @@ -6691,7 +6772,7 @@ p, li { white-space: pre-wrap; } Š˜Š·Ń‚ŠµŠ³Š»ŃŠ½Šµ Š½Š° Š²ŃŠøчŠŗŠø - + Print Document @@ -6705,110 +6786,120 @@ p, li { white-space: pre-wrap; } Š˜Š·Ń‚Š¾Ń‡Š½ŠøцŠø - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Š”Š²Š°Š»ŃŠ½Šµ - + Empty trash - + Hide Š”ŠŗрŠøŠ²Š°Š½Šµ - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + Š¤Š°Š¹Š»Š¾Š²Šµ + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Subject @@ -6940,85 +7031,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat Š Š°Š·Š³Š¾Š²Š¾Ń€ - + Message Friend - + Connect To Friend Š”Š²ŃŠŃ€Š·Š²Š°Š½Šµ с ŠæрŠøятŠµŠ» - + Peer Details ŠŸŠ¾Ń‚Ń€ŠµŠ±ŠøтŠµŠ»ŃŠŗŠ° ŠøŠ½Ń„Š¾Ń€Š¼Š°Ń†Šøя - + Recomend this Friend to... - + Export Friend Š•ŠŗсŠæŠ¾Ń€Ń‚ Š½Š° ŠæрŠøятŠµŠ» - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Š—Š°ŠæŠ°Š·Š²Š°Š½Šµ Š½Š° сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - + Certificates (*.pqi) Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi) @@ -7027,49 +7118,49 @@ p, li { white-space: pre-wrap; } Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ Š½Š° ŠæрŠøятŠµŠ» - + Click to Change your Avatar - + Search Friends - + Reset Š ŠµŃŃ‚Š°Ń€Ń‚ŠøрŠ°Š½Šµ - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7079,12 +7170,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7122,7 +7213,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7142,7 +7233,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Š”ŠŗрŠøŠ²Š°Š½Šµ @@ -7332,80 +7443,68 @@ p, li { white-space: pre-wrap; } Š—Š°Ń€ŠµŠ¶Š“Š°Š½Šµ Š½Š° сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - - Select a pem/pqi File - Š˜Š·Š±Š¾Ń€ Š½Š° pem/pqi фŠ°Š¹Š» + Š˜Š·Š±Š¾Ń€ Š½Š° pem/pqi фŠ°Š¹Š» - - File Not Found - Š¤Š°Š¹Š»ŃŠŃ‚ Š½Šµ Šµ Š½Š°Š¼ŠµŃ€ŠµŠ½ + Š¤Š°Š¹Š»ŃŠŃ‚ Š½Šµ Šµ Š½Š°Š¼ŠµŃ€ŠµŠ½ - - %1 does not exist. Would you like to create it? - %1 Š½Šµ същŠµŃŃ‚Š²ŃƒŠ²Š°. Š˜ŃŠŗŠ°Ń‚Šµ Š»Šø Š“Š° Š³Š¾ съŠ·Š“Š°Š“ŠµŃ‚Šµ? + %1 Š½Šµ същŠµŃŃ‚Š²ŃƒŠ²Š°. Š˜ŃŠŗŠ°Ń‚Šµ Š»Šø Š“Š° Š³Š¾ съŠ·Š“Š°Š“ŠµŃ‚Šµ? - - Failed to Create File - Š“Ń€ŠµŃˆŠŗŠ° ŠæрŠø съŠ·Š“Š°Š²Š°Š½ŠµŃ‚Š¾ Š½Š° фŠ°Š¹Š»Š° + Š“Ń€ŠµŃˆŠŗŠ° ŠæрŠø съŠ·Š“Š°Š²Š°Š½ŠµŃ‚Š¾ Š½Š° фŠ°Š¹Š»Š° - - Unable to create %1 [%2] - %1 [%2] Š½Šµ Š¼Š¾Š¶Šµ Š“Š° Š±ŃŠŠ“Šµ съŠ·Š“Š°Š“ŠµŠ½ + %1 [%2] Š½Šµ Š¼Š¾Š¶Šµ Š“Š° Š±ŃŠŠ“Šµ съŠ·Š“Š°Š“ŠµŠ½ - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Š˜Š·Š±ŠµŃ€ŠµŃ‚Šµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ + Š˜Š·Š±ŠµŃ€ŠµŃ‚Šµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - Certificates (*.pqi *.pem) - Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi *.pem) + Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7464,83 +7563,53 @@ p, li { white-space: pre-wrap; } ŠœŃ€ŠµŠ¶Š° - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - RetroShare - RetroShare - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + RetroShare @@ -7774,7 +7843,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -7896,65 +7965,100 @@ p, li { white-space: pre-wrap; } ŠŠ¾Š²Š¾ съŠ¾Š±Ń‰ŠµŠ½ŠøŠµ - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7962,7 +8066,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -7979,7 +8083,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -8023,7 +8127,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8078,32 +8182,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8112,16 +8215,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Š”ŠŗрŠøŠ²Š°Š½Šµ - + Quick Message @@ -8147,7 +8251,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Š Š°Š·Š³Š¾Š²Š¾Ń€ @@ -8160,17 +8264,17 @@ p, li { white-space: pre-wrap; } Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ Š½Š° ŠæрŠøятŠµŠ» - + Save Certificate Š—Š°ŠæŠ°Š·Š²Š°Š½Šµ Š½Š° сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - + Certificates (*.pqi) Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi) - + Status Š”ъстŠ¾ŃŠ½ŠøŠµ @@ -8189,77 +8293,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-size:9pt; font-weight:600;">ŠŸŃ€ŠøятŠµŠ»Šø</span></p></body></html> - + Connect To Friend Š”Š²ŃŠŃ€Š·Š²Š°Š½Šµ с ŠæрŠøятŠµŠ» - + Welcome to RetroShare's group chat. - + Profile - - Friends Storm - - - - + me - + Paste RetroShare Link - + Group - + Friend - + Location ŠœŠµŃŃ‚Š¾ŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŠµ - + Message Group - + Edit Group - + Remove Group - + Expand all - + Collapse all - + Message Friend @@ -8268,131 +8367,147 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Ń‚Ń€ŠµŠ±ŠøтŠµŠ»ŃŠŗŠ° ŠøŠ½Ń„Š¾Ń€Š¼Š°Ń†Šøя - + Deny Friend - + Remove Friend Location - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + + Available - - + + RetroShare RetroShare - + + News Feed + + + + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send Š˜Š·ŠæрŠ°Ń‰Š°Š½Šµ - + Italic - + Underline @@ -8411,131 +8526,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -8544,12 +8688,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -8835,7 +8979,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ @@ -8843,21 +8987,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -8865,43 +9017,48 @@ 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 - + + Load Picture File + + + + Save as... @@ -8911,22 +9068,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -8968,6 +9125,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -8978,6 +9140,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -8988,11 +9160,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -9010,7 +9177,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9061,10 +9228,20 @@ Do you want to send them a Message instead - + RetroShare RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9540,64 +9717,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -9665,7 +9849,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -9743,7 +9927,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -9823,27 +10007,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10083,32 +10272,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 @@ -10165,53 +10354,53 @@ p, li { white-space: pre-wrap; } - + Download Š”Š²Š°Š»ŃŠ½Šµ - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel Š˜Š·Š»ŃŠŃ‡Š²Š°Š½Šµ ŠæŠ¾ ŠŗŠ°Š½Š°Š» - + Recommend to Friends ŠŸŃ€ŠµŠæŠ¾Ń€ŃŠŠŗŠ° Š·Š° ŠæрŠøятŠµŠ»Šø - + Remove Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ - + Remove All Š˜Š·Ń‚Ń€ŠøŠ²Š°Š½Šµ Š½Š° Š²ŃŠøчŠŗŠ¾ - - + + Folder - + New RetroShare Link(s) @@ -10257,24 +10446,24 @@ p, li { white-space: pre-wrap; } Š”Š¾ŠŗуŠ¼ŠµŠ½Ń‚Šø - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -10562,12 +10751,17 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Ń€Ń‚: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10575,7 +10769,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11295,15 +11489,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11529,6 +11734,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11577,6 +11783,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11760,77 +12026,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare RetroShare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 ŠŠµŃƒŃŠæŠµŃˆŠ½Š¾ Š·Š°Ń€ŠµŠ¶Š“Š°Š½Šµ Š½Š° сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ @@ -11889,23 +12155,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel ŠžŃ‚ŠŗŠ°Š· - + Clear Completed Š˜Š·Ń‡ŠøстŠ²Š°Š½Šµ Š½Š° Š³Š¾Ń‚Š¾Š²ŠøтŠµ - - + + Status Š”ъстŠ¾ŃŠ½ŠøŠµ - + Completed Š“Š¾Ń‚Š¾Š²Šø @@ -11974,15 +12240,15 @@ p, li { white-space: pre-wrap; } <p 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> - - + + Name i.e: file name Š˜Š¼Šµ - - + + Size i.e: file size Š Š°Š·Š¼ŠµŃ€ @@ -11993,276 +12259,276 @@ p, li { white-space: pre-wrap; } Š Š°Š·Š²ŠøтŠøŠµ - + Speed i.e: Download speed Š”ŠŗŠ¾Ń€Š¾ŃŃ‚ - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources Š˜Š·Ń‚Š¾Ń‡Š½ŠøцŠø - + Core-ID - + Progress i.e: % uploaded Š Š°Š·Š²ŠøтŠøŠµ - + Speed i.e: upload speed Š”ŠŗŠ¾Ń€Š¾ŃŃ‚ - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12302,27 +12568,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12330,6 +12576,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12341,6 +12597,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12528,96 +12794,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_da.qm b/retroshare-gui/src/lang/retroshare_da.qm index b756ee3f40c606bf38630d3b591bcc36dad0f99d..3379d9411095fbd1d6bf555bbfc120bafc53526c 100644 GIT binary patch delta 7069 zcmZYD2UJvN_5kqv&Ad0A8I&p_3JQoIQgua&g=zp%5o|$;j1=h%Qd9;kYp+ij5Mx8^ ziN;Y7RBTwls4*t4#?_culFh2Yx=~j1zcbgf=loA{PR{S+xc-2j+22%xq~Hv!es0@fmX!tppSm1aX%_H>%W<#tGt0D-$g&f_ z&)o>%ln?wW4xr>Gv#d%AeC>IF9=>GN*JhbMIR^O6;kZfmkS9l=i2#Plz;8{*8Ndro z7W$K=9l&qr0rDr1i|~P_pA9R?n;LpJOl$?&jRQk2kwS@0FPT>kZErW4j{|2V9;?K;owX%K7uUU4ujeQ zfvF~v1C21~8&|w;8(H=Pc$#L$yTzm)NA@Xol)nd0(-e6>Bj*KxXZt~bA$`bsTJXGv zFE%8RoVNwM!XE*%ISan*4`7a3GPD+g_xS^4oq?#Db};>CHvea`a4kf){t3)F5XKJG zSL2#�F|>B*SvZPqN7TmE__l09k>zB6zM0!C&Brd_+$&e6(!AB^E#6@^xt4Cxn z9ogtZ?w$^l(((cN?0}?I)xgT8Kyqd|umN&NUWa=pQ%`R6AWuGp$rl;{DzC%jix@K| zMv++df*TbSI@4$NT|Otr)ph#Cb`=NtjHAP=TyhXd23knZbY>SU>~EOczAa0VPI$#GBE?h(%bZtL6GzQ9aietp@AQZYcrQ+B$+5uh!R zU0L-dhS;x2-AdMV^a?-nij_T@MXwF^XwOL$7Y&Jn3Xg8}>_L<4(T z0aS6KkigA2u#uwpiAG?(YDEeBBY=RLq(1axW8O9DFkU22^b@6ZdIQV)T$Dd%5kAO5 zRICid8L1!_bdc*m6&Z$~1va0FYG1VhOFk|-@LN2HOL^tv+{`;Fq>(>~zl8YcElI)KUQ zG+8GikFFJuNx|J*YAK%fWD9`ej<~Es4d6UWTxq`)ApVwFHZNBE_qQnkU#t@^-HX4! zkt*JjvINh+aM;uU*ySf~UUL}Ft+)7GcP?f-JMs1L5qRDgk@L5SZ>~5Cu<*9{!KMaa z*)`&aOY1Q}m5Co+?*ov|#7|uUfCWDgzm#?WjExunXWCwX7y~B_!vXDX+?&5ewI2{7mw>34<<{)rq{&&8JB#*r;D z%XHsxg_Yj{E8fkOZPo$gO1Sbv=YbX8;^w)$17^3MTZzF8diju!=eU)-F$>P`&#lrQ z{0ygbDYqf)6$S*Jtg9oNj&U`|KLw`i%hkr5z*DmIqu-I1|0R2TM%q@84qua=DP)K* zIc7YWu+}Vd{RgKv-Iyg?QAgSoQb!lE$^~3qE*?wk(PWI3SvGJu8Rkh=MsYhMaTA6V zk)=1dU5OKcjcDff9K%iMDUkkFWJo%9zzh3xgZ0!X2qPD_k?YoRO@H8V%$dwx5@7%; z3FR*B!v~ak4<>%@t#|D|d4czJSeJ?&jt(7~_X?H*YP*{$>w%+4cUdHR^Iq|C^&*S;G?rCm7K_PkE_M`jFGL<9Q>pAKBcYf6Y z%{n3amj zIre-*jwz!3!S7pn4y)ND{(u-uuBuu5fsqd}Z@=JMI%i^ub&J2)b1SeS75^+h9@uar z-&Kl%B~Hh`pXC9}-diFn#bZ~p$}Cf!k$5CvXpaZUh;s=5ePbkJvhn=01#cu{&S0z_ zb5jyEkjHbJBZ)hVp|?+sWJ1CcjNu<7Qx4)DD10TET7lOs=r8$nBKF6`NoI&K4n!X? z%Y6JLGuH?J6Yi0-$D3t68YJ0PZ5WCbWO=lt{OW!j$TUg0-qZ;CLo!c-yS>*gvLx0l zb9*b9Hz^ZfUf#V;!FI} zv6H!b;$HEHm3azSlG&e;jourJ$!I58_XF8HRTk@$08IP4EdDU&8cm06iUIeMzRXLO zABt6M&mFRY#kh8x9LZy1*`ki~0QL4{i<4|gT_HaBj#;KzLAtk)$@65(yO!Xl63h0k z^TCQKRMtEnUoiWnto3~zFxghp`UL5#l$}rT$MavkOm;DG3XXWbtn=IhES;9izFvwk zzvY8jR&-z16&Z*T?>E_VqYHjyE|tBSjU&*@<@|J93hz>~yp=rpg`A&@{na2>{ugUN zzaTQOO>X^oBEZfxdEdln{Aish_tS=21N4iM4{Ok2vPhASO2*@-RSF@NcKZ49*fe~s zlY#W=Abrco04*6fj|}S~N7j&83(3+{vT6l+>^^yN4%zmB?6xt>JbIA&r0=PbUPaD3 zC65bPfE8krJTCnMfR}>w|C|hYMCJ`ATeb3Org<9DK`uy@r!2pLTh$;hQ2qnM+GF`5 z%{km*j`EdPF`6{JCf~-(4VDi<&nkAyw}oK*)IXIsynl_EAx6IQ3~ouEU&zW4^8JhP zP^PuWn|G!Fb9R;=?~6AK^d#5X%RACAuI?Bmf5PE)Wl!W!=1#)T5D#+xH1bHN{P`I? zL-E%Xsthdf?1w8Xw#Q&$<}<|9z!Wo1VR;Bs#)5r{p3@%ztnX0xX@9{R+A4x0rsJDC zDI#`gG5a4=q|N;v>zZH5b?ypn_yGLAIz`(4M2`OtnbA{`QMD1{?Gr`jQVes^V-?xc zFrLPqQe-dJ3s{KxVgp_9H$`4eE3l*t#oTHf;h;>?FOLjfPmUX_sQltffb*{u%T6mW z{H#$_Z>RvKP$_mk)#8m8D)yYfuoQJz(V~2XRl^o?q%XO|fi$!$&guj4L7q~@S(6Dv z73WJEuPWV@!4~q9oi!fPNkZ!}3{AOH&!8gcq zjndUvjp4{sIU-~X-bZhi_4%L-?`i`UHbXgiPZ`!*ZA!hlG4h7FgQcHPmfXQjm$*i` zT8w)^ZArRrQ?5IOf!FXtS%1$TOHF&_);;(+Q+`8vpxOgdQG;2g=})>3Q=UJLFS_%P z@={zo9zuKN&)ssYm7A1Zelsw0tX4kX(1;6R#|c1;o+@PIh5lKY_e5O3S5d!2gqZks(uS|FwT~#`Yrte2Qq@3 zvqR;45l0;JZXp$DspBkrmjA!nDNW8pc1Jj zB&`8hJel0tP43Dy%k+cDs$r_>y|Lyl;Z-x#0@g(nRoTB`oJ?V=qGSwz`jx7=!*L*b z3m4V4@OUga@2U1kJ8^`QRC`Nb;vR4&8@p8pr{UWAdXSZRa^nou1s4p!vfHYTZE7qt z`l_zvqyfxHR(&rDz`u#zC7t3_cdd-TTt87g%fSNBF5iOpn24XS4=pTe8!#{zt+43d z*$v&9d-QVHO{=+#>y#8@LH27L|wW@XebnmPFzj zpDMIi%^u>+c#*MP7Hiva0C_U9IECE3jBKv8s7pPM6=#@9EX)SxQHSp+ivvR^U?6F> zXulMU0b(^7@zN|)H<4~R7LOK>2Ikvh@p@n=eqgm)yl%i<{kJP>h4l)YkwmrQOVf;; zR`=g$#2I<5cC*=n3E&5{|BH0|G?kL?a#4Lc*1&(N!yMWGru?o>JXM9EcY}KJXbeCN z&g!YgT!1Cf>QehHSosC2mn7iv)Y*}Z)#@WIA24)=tJ|%efH}=o-*$e5GZd?SIU*YW z#C2I?Ylnf#tC$Q>lc5tdF2U6RZ=Y#g^w?mN4rvB2#t}rl(FB~Z2B?c9k6zOZ-BSl} zG=w~%(~NBm1=fGRX4NDfb6=Q7Xu*JNXV}-<-BZX75c%gG0qe|&nwBz&Pz>8%u6lOX$ytx1yQ_ZL|Ud!=v5f=vDI7{+QZxz znO9hx6Ry>zW@Z-|UuDWf!r`3WhMiY%3Iehn4e8%8H*EAWy61O@4YCRxU)~0Zuu$hO zBw$5@mkGT z&QO4NQOKhT^NRDswX=(a`>}zR8uO2dg<5TLW?H&dCrqmCFaKYs;Zz87*Qle4Gb2j# z3nQ|%Ioe#Ea3;CmU;29Z2B`o4bp{s3JpXdtHIIHmKz*8^PVL*nGA1WFvq+a$ST?#a zucQcPEP9j6UwaKK0T=%-*RJ<;6TYgq5^_83RLa=Q+&M+znW@=%>B3;|{>H=g9wI~F z1m-LZ-E3*R^Z72B@$9a2PFON*un@W5#^|wskVshZMVcY%7G85-`(psq4A{Vq5td02{-Mn%8wVh&N%?)p%!?TZY@Wup@_;K_0 zF!l>;+QAkw;m4-~g!rRsgHH!j8^_#QFA}Wo3=>-K>@`~7UC)Gn4|Nf&e{?rQ+`=WD z{gaj8>g6Pn#A{0uQw<4u%wI0Uc2T5On4lhJ&sT$Z5K7MhmL;4=ZY#@3%h z%+J62^B7^=126O1_E4CvnW#(E6&IP#i1=#r_32D05{3+z(7eTpIWY5!-CxaAM&Dm! zWP<$$XW{1S9>#}VOGL&guVR_$HvNUhE=$4ft%p$adc2VF#@~47O$zHNfjG#7bQvB! zkl_EK9AW%xdt>DvcbQ=8J4B;S$jdLzPA$yTm6#o8-?4TKtqU>G*MPak^HOFMIv-0MkLgvbZ z0Rdr#gJsO3IYr0z$PLT>&W0L<3f99gq5@m*mooom{Bf(y)GTcdUe5kh8r*8weIdi3 zHZ&G6cSGZPW@mW1o;f$W8`uQ5W_26eU}?De4c@cIH8wyoPyvZh2*pqYy8lfNpIBI2 Vq?6)A$<3{#Ol?WC&uz@b{|5=mWMBXQ delta 10539 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 diff --git a/retroshare-gui/src/lang/retroshare_da.ts b/retroshare-gui/src/lang/retroshare_da.ts index d7299f11b..259b177ea 100644 --- a/retroshare-gui/src/lang/retroshare_da.ts +++ b/retroshare-gui/src/lang/retroshare_da.ts @@ -818,43 +818,35 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse Gennemse - + Select Certificate VƦlg certifikat @@ -863,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 @@ -1295,37 +1287,25 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Opret kanal - + Subscribe To Channel AbonnĆ©r pĆ„ kanal - - Enter a Keyword here - - - - Title - Titel + Titel - Description - Beskrivelse + Beskrivelse - - Reset - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1334,103 +1314,101 @@ p, li { white-space: pre-wrap; } - + Add TilfĆøj - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - Navn + Navn - Popularity - Popularitet + Popularitet - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1497,7 +1475,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1644,17 +1622,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1662,67 +1640,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 @@ -1911,74 +1889,74 @@ p, li { white-space: pre-wrap; } 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 @@ -2110,6 +2088,16 @@ p, li { white-space: pre-wrap; } Please add a Name Du tilfĆøje et navn + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2237,176 +2225,176 @@ p, li { white-space: pre-wrap; } TilfĆøj ekstra fil - + RetroShare RetroShare - + Please add a Subject - + &File &Filer - + &New - + &Open... &ƅbn... - + &Save &Gem - + Save &As... Gem &som.. - + &Print... &Udskriv... - + Print Preview... - + &Export PDF... - + &Quit &Afslut - + &Edit &Rediger - + &Undo &Fortryd - + &Redo - + Cu&t - + &Copy &Kopier - + &Paste &IndsƦt - + &View &Vis - + &Insert &IndsƦt - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... ƅbn fil... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... Gem som... @@ -2416,17 +2404,22 @@ Do you want to save your changes? - + Print Document Udskriv dokument + + + Export PDF + + Choose Image VƦlg Billede - + Image Files supported (*.png *.jpeg *.jpg *.gif) Billedfiler understĆøttes (*.png *.jpeg *.jpg *.gif) @@ -2538,12 +2531,12 @@ Do you want to save your changes? Opret - + RetroShare RetroShare - + Please add a Name Du tilfĆøje et navn @@ -2638,7 +2631,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File TilfĆøj ekstra fil @@ -2659,12 +2652,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2801,7 +2794,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2821,43 +2814,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare RetroShare - + Please set a Forum Subject and Forum Message - + 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. @@ -2902,22 +2895,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way Din offentlige nĆøgle kopieres til Udklipsholder, indsƦtte og sende det til din ven via email eller pĆ„ anden mĆ„de - + Save as... Gem som... - + RetroShare Certificate (*.rsc );;All Files (*) RetroShare Certificate (*.rsc); Alle filer (*) @@ -3108,7 +3101,7 @@ p, li { white-space: pre-wrap; } - + Comments Kommentarer @@ -3134,22 +3127,22 @@ p, li { white-space: pre-wrap; } Annuller - + Rating Bewertung - + File Name Filnavn - + Not Rated - + No Comments @@ -3249,28 +3242,36 @@ you plug it in. Rediger aksjer + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Luk - - - File %1 does not exist at location. - - EditChanDetails @@ -3366,37 +3367,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 +3405,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3598,82 +3599,140 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: - Chunk kort: + Chunk kort: + + + Active chunks: + Aktiv stykker: + + + Availability map ( + TilgƦngelighed kort ( + + + active sources + aktive kilder + + + File info: + Fil info: + + + File hash: + Fil hash: + + + File size: + Fil stĆørrelse: + + + + Chunk map + - Active chunks: - Aktiv stykker: + Active chunks + - - Availability map ( - TilgƦngelighed kort ( + + Availability map (%1 active source) + - - active sources - aktive kilder + + Availability map (%1 active sources) + - - File info: - Fil info: + + File info + - - File hash: - Fil hash: + + File hash + - - File size: - Fil stĆørrelse: - - - - - - + + + + bytes - - Chunk size: - Chunk stĆørrelse: - - - - Number of chunks: - Antal stykker: - - - - Transfered: - OverfĆørt: - - - - Remaining: + + File size - + + Chunk size + + + + + Number of chunks + + + + + Transfered + + + + + Remaining + Tilbage + + + + Number of sources + + + + + Chunk strategy + Chunk strategi + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed + + + + Chunk size: + Chunk stĆørrelse: + + + Number of chunks: + Antal stykker: + + + Transfered: + OverfĆørt: + + Number of sources: - Antal kilder: + Antal kilder: - Chunk strategy: - Chunk strategi: - - - - Transfer type: - + Chunk strategi: @@ -3686,57 +3745,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3833,8 +3892,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3849,10 +3908,42 @@ p, li { white-space: pre-wrap; } Svar - + + Send + + + + + Signed + Underskrevet + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + Anonym + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3903,168 +3994,171 @@ 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 + + + + Reply Svar - + Reply to Author Svar til forfatter - + Expand all Udvid alle - + Collapse all Skjul alle + + + AUTHD + + Popularity: 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 - - - - Popularity: - - - - - + + 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 @@ -4073,7 +4167,7 @@ p, li { white-space: pre-wrap; } Ny besked - + Add TilfĆøj @@ -4102,12 +4196,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> - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4120,33 +4209,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; } @@ -4159,7 +4248,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;">TrĆ„d:</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4168,27 +4257,27 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum Opret Forum - + Print Udskriv - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4201,27 +4290,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 @@ -4393,99 +4487,99 @@ p, li { white-space: pre-wrap; } GenCertDialog - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend - + Certificates (*.pqi *.pem) 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! - - + + Create new Profile @@ -4619,52 +4713,57 @@ p, li { white-space: pre-wrap; } GeneralPage - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4740,6 +4839,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + Titel + + + + Description + Beskrivelse + + + + Reset + + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5223,7 +5365,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5234,26 +5376,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5504,91 +5647,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. @@ -5597,68 +5740,68 @@ p, li { white-space: pre-wrap; } - + Show/Hide Vis/Skjul - + Status - + &Quit &Afslut - + Chat Samtale - - - - + + + + %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. @@ -5667,109 +5810,109 @@ 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 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? @@ -5824,13 +5967,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose KomponĆ©r - + Contacts Kontakter @@ -5840,22 +5983,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Send To: Send til: - + Subject: - + Paragraph @@ -5865,118 +6008,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size SkriftstĆørrelse - + Increase font size ForĆøg skriftstĆørrelse - + Decrease font size Formindsk skriftstĆørrelse - + Bold - + Underline - + Italic - + Select Color VƦlg farve - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files Anbefalede filer - + File Name Filnavn - + Size StĆørrelse @@ -5985,57 +6128,57 @@ p, li { white-space: pre-wrap; } Kilder - + Hash - + Send - + Send this message now Send denne besked nu - + Reply Svar - + Toggle Contacts View Toggle Kontakter View - + Save Gemme - + Save this message Gem denne besked - + Attach VedhƦft - + Attach File VedhƦft fil - + Quote Citat - + Add Blockquote @@ -6066,7 +6209,7 @@ p, li { white-space: pre-wrap; } - + Save Message Gem besked @@ -6092,222 +6235,222 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6371,64 +6514,54 @@ Do you want to save message ? Ny besked - + Subject Om - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Luk + + + Sub: + + MessagesDialog - + New Message Ny besked - + Reply to Message Besvar Besked - + Remove Message Fjern Besked - + Date Dato - - + + From Fra @@ -6442,88 +6575,98 @@ 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 - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash + + + File + + + + + Files + Filer + Compose: KomponĆ©r: - + Hide Skjul - + Expand udvide - - - + + + Drafts - + To @@ -6532,27 +6675,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 @@ -6633,17 +6776,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Indbakke - - - + + + Outbox Udbakke @@ -6654,13 +6797,13 @@ p, li { white-space: pre-wrap; } - + Sent Sendte - + Subject Om @@ -6706,15 +6849,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6725,9 +6868,9 @@ p, li { white-space: pre-wrap; } - - - + + + Trash @@ -6905,75 +7048,75 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all Udvid alle - + Collapse all Skjul alle - + Chat Samtale - + Message Friend Besked ven - + Connect To Friend Tilslut til ven - + Peer Details Peer Detaljer - + Recomend this Friend to... - + Paste RetroShare Link - + Export Friend - + Deny Friend Afvis ven - + Remove Friend Location Fjern kollega Beliggenhed - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> @@ -6982,12 +7125,12 @@ p, li { white-space: pre-wrap; } Beliggenhed: - + Save Certificate Gem certifikat - + Certificates (*.pqi) @@ -6996,49 +7139,49 @@ p, li { white-space: pre-wrap; } Ven ikke online - + Click to Change your Avatar TilfĆøje eller Ʀndre din avatar - + Search Friends - + Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7048,12 +7191,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7094,7 +7237,7 @@ p, li { white-space: pre-wrap; } - + Expand udvide @@ -7119,7 +7262,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Skjul @@ -7269,80 +7432,68 @@ p, li { white-space: pre-wrap; } Hent certifikat - - Select a pem/pqi File - VƦlg en pem/pqi fil + VƦlg en pem/pqi fil - - File Not Found - Fil ikke fundet + Fil ikke fundet - - %1 does not exist. Would you like to create it? - %1 findes ikke. Vil du oprette den? + %1 findes ikke. Vil du oprette den? - - Failed to Create File - Kunne ikke oprette fil + Kunne ikke oprette fil - - Unable to create %1 [%2] - Kunne ikke oprette %1 [%2] + Kunne ikke oprette %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me Har bekrƦftet mig - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - VƦlg certifikat + VƦlg certifikat - Certificates (*.pqi *.pem) - Certifikater (*.pqi *.pem) + Certifikater (*.pqi *.pem) Accept @@ -7386,37 +7537,37 @@ Right-click and select 'make friend' to be able to connect. Cert Id - + Authentication matrix - + Network View - + Deny friend Afvis ven - + Make friend GĆør ven - + Delete certificate - + Export my Cert - + Peer details... Peer Detaljer @@ -7429,48 +7580,22 @@ Right-click and select 'make friend' to be able to connect. Ikke godkendt - + Unknown Ukendt - + yourself - - - - RetroShare - RetroShare + RetroShare - - Sorry, create certificate failed - - - - - Please choose a filename - - - - RetroShare Certificate (*.rsc );;All Files (*) - RetroShare Certificate (*.rsc); Alle filer (*) - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + RetroShare Certificate (*.rsc); Alle filer (*) @@ -7692,7 +7817,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -7806,65 +7931,100 @@ p, li { white-space: pre-wrap; } Ny besked - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7872,7 +8032,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -7886,11 +8046,15 @@ p, li { white-space: pre-wrap; } PeerDefs + + Anonymous + Anonym + - Anonymous - Anonym + Unknown + Ukendt @@ -7929,7 +8093,7 @@ p, li { white-space: pre-wrap; } - + Expand udvide @@ -7984,32 +8148,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8018,16 +8181,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Skjul - + Quick Message @@ -8061,12 +8225,12 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Samtale - + me Mig @@ -8075,87 +8239,83 @@ p, li { white-space: pre-wrap; } Beliggenhed: - + + Available - + Save Certificate Gem certifikat - + Certificates (*.pqi) - + Connect To Friend Tilslut til ven - + Profile Profil - - Friends Storm - - - - + Welcome to RetroShare's group chat. - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all Udvid alle - + Collapse all Skjul alle - + Message Friend Besked ven @@ -8164,12 +8324,12 @@ p, li { white-space: pre-wrap; } Peer Detaljer - + Deny Friend Afvis ven - + Remove Friend Location Fjern kollega Beliggenhed @@ -8178,18 +8338,18 @@ p, li { white-space: pre-wrap; } Ven ikke online - - + + RetroShare RetroShare - + Do you want to remove this Friend? - + is typing... @@ -8202,90 +8362,105 @@ 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. - + + News Feed + + + + Paste RetroShare Link - + Group - + Friend - + Location Lokation - + Message Group - + Edit Group - + Remove Group - - + + Paste Friend Link - + location - - + + New group chat - + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + + + Save as... Gem som... - + Text File (*.txt );;All Files (*) - + Send Sende @@ -8299,17 +8474,22 @@ p, li { white-space: pre-wrap; } TilfĆøj - + + Display + + + + Status - + Italic - + Underline @@ -8331,17 +8511,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 @@ -8350,13 +8530,13 @@ p, li { white-space: pre-wrap; } Opret ny Forum - - + + Create new Forum Opret ny Forum - + F @@ -8365,105 +8545,129 @@ 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 - + Create new Profile - + Font - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</span></p></body></html> - - - - + Friends Venner - + 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; } @@ -8476,12 +8680,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">sƦt Tekstfarve</span></p></body></html> - + Attach File VedhƦft fil - + Clear Chat History Ryd Chatoversigt @@ -8763,7 +8967,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Fjerne @@ -8771,21 +8975,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + Popularitet + + PopupChatDialog @@ -8797,43 +9009,48 @@ 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 - + + Load Picture File + + + + Save as... Gem som... @@ -8843,22 +9060,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -8900,6 +9117,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + Ryd Chatoversigt + Browse Message History @@ -8910,6 +9132,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -8920,11 +9152,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -8942,7 +9169,7 @@ Do you want to send them a Message instead - + Add Extra File TilfĆøj ekstra fil @@ -8993,10 +9220,20 @@ Do you want to send them a Message instead - + RetroShare RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9504,64 +9741,71 @@ p, li { white-space: pre-wrap; } 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. - + File Request Error - + The file link is malformed. @@ -9629,7 +9873,7 @@ p, li { white-space: pre-wrap; } - + Exit Afslut @@ -9707,7 +9951,7 @@ p, li { white-space: pre-wrap; } - + < Back < Tilbage @@ -9793,27 +10037,32 @@ p, li { white-space: pre-wrap; } Start RetroShare nĆ„r min System Starter. - + + Start minimized on system start + + + + Finish - + Select A Folder To Share VƦlg en mappe Share - + Shared Directory Added! Delt Directory tilfĆøjet! - + Do you really want to stop sharing this directory ? Vil du virkelig Ćønsker at holde op med at dele denne mappe? - + Warning! @@ -10065,32 +10314,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 @@ -10122,75 +10371,75 @@ p, li { white-space: pre-wrap; } SearchDialog - + Download - + Broadcast on Channel - + Recommend to Friends 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 - + Send retroshare Link - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - - + + Folder Mappe - + New RetroShare Link(s) @@ -10530,12 +10779,17 @@ p, li { white-space: pre-wrap; } Port: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10546,7 +10800,7 @@ tilslutning, nĆ„r du har fĆ„ venner. Det hjƦlper ogsĆ„, hvis du er bag en firewall eller en VPN. - + Allow RetroShare to ask my ip to these websites: Tillad RetroShare at bede min ip til disse hjemmesider: @@ -11276,15 +11530,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11504,6 +11769,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11552,6 +11818,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11747,17 +12073,17 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. Brug tekst reprƦsentation af PGP certifikater. - + The text below is your PGP certificate. You have to provide it to your friend 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 @@ -11766,62 +12092,62 @@ 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 - + Text certificate 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 - + 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 @@ -11880,138 +12206,138 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Annuller - + Clear Completed Fjern faerdige - - + + Status - + Completed Faerdiggjort - - + + Name i.e: file name Navn - - + + Size i.e: file size StĆørrelse - + Speed i.e: Download speed Hastighed - + Progress / Availability i.e: % downloaded Fremgang - + Sources i.e: Sources Kilder - + Core-ID - + Peer i.e: user name - + Progress i.e: % uploaded Fremgang - + Speed i.e: upload speed Hastighed - + Transferred OverfĆørt - + Hash - + Force Check - + Copy RetroShare Link - + Paste RetroShare Link - + Play Lege - + Pause - + Resume FortsƦt - + Open Folder ƅben mappe - + Open File ƅben fil - + Preview File Preview fil - + Details... Detaljer @@ -12020,132 +12346,132 @@ p, li { white-space: pre-wrap; } Kopier retroshare Link - - + + Slower Langsommere - - - + + + Average Gennemsnit - - + + Faster Hurtigere - + Remaining Tilbage - + Download time i.e: Estimated Time of Arrival / Time left Download tid - + Move in Queue... BevƦger sig i kĆø ... - + Streaming - + Random - + Chunk strategy Chunk strategi - + version: - + Queued KĆø - + Speed / Queue position Speed / KĆø position - + Down Ned - + Up Op - + Top - + Bottom Bund - + Priority (Speed)... Priority (Hastighed)... - + Paused Standset - + Transferring OverfĆørsel - + Checking... Kontrol ... - + RetroShare RetroShare - + Details: Detaljer: - + 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? @@ -12198,45 +12524,45 @@ p, li { white-space: pre-wrap; } - - - + + + Failed Mislykket - - - + + + Okay OK - - + + Waiting Venter - + Downloading - - - - + + + + Complete Komplet - + Unknown Ukendt - + Uploading @@ -12276,27 +12602,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12304,6 +12610,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12315,6 +12631,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12448,96 +12774,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) Ukendt - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown Ukendt - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_de.qm b/retroshare-gui/src/lang/retroshare_de.qm index cb76a78a38aa694c67b9a4dec14f109d17fdeb73..7137e41d5a62e2d8cd52a32eed0712c311364c4f 100644 GIT binary patch delta 8231 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 K#|xRU@c#fyssI)M diff --git a/retroshare-gui/src/lang/retroshare_de.ts b/retroshare-gui/src/lang/retroshare_de.ts index 15b2a40e7..84d7f8d35 100644 --- a/retroshare-gui/src/lang/retroshare_de.ts +++ b/retroshare-gui/src/lang/retroshare_de.ts @@ -2722,7 +2722,7 @@ p, li { white-space: pre-wrap; } - + Comments Kommentare @@ -3566,7 +3566,7 @@ p, li { white-space: pre-wrap; } Forum abbestellen - + New Forum Neues Forum @@ -3581,7 +3581,12 @@ p, li { white-space: pre-wrap; } Forum-Details bearbeiten - + + Restore Publish Rights for Forum + + + + Mark all as read Alle als gelesen markieren @@ -3611,7 +3616,7 @@ p, li { white-space: pre-wrap; } Alle reduzieren - + Hide Verbergen @@ -3660,7 +3665,7 @@ p, li { white-space: pre-wrap; } Du kannst einem anonymen Autor nicht antworten - + Your Forums Deine Foren @@ -3802,8 +3807,8 @@ p, li { white-space: pre-wrap; } Druckvorschau - - + + Start New Thread Erstelle neues Thema @@ -3831,7 +3836,7 @@ p, li { white-space: pre-wrap; } Inhalt - + Mark as read Als gelesen markieren @@ -6971,17 +6976,29 @@ p, li { white-space: pre-wrap; } NewsFeed - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</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:9pt; font-weight:600;">AktivitƤten</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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;">Neuigkeiten</span></p></body></html> @@ -7425,7 +7442,12 @@ p, li { white-space: pre-wrap; } Freund anschreiben - + + News Feed + Neuigkeiten + + + Paste RetroShare Link RetroShare Link einfĆ¼gen @@ -7759,12 +7781,11 @@ p, li { white-space: pre-wrap; } Status Spalte ausblenden - Friends Storm - AktivitƤten + AktivitƤten - + is typing... tippt... @@ -8465,7 +8486,7 @@ Do you want to send them a Message instead ProfileView - + Clear Photo Photo entfernen @@ -10932,7 +10953,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 b3b46d0e6..37ef4d2b8 100644 --- a/retroshare-gui/src/lang/retroshare_en.ts +++ b/retroshare-gui/src/lang/retroshare_en.ts @@ -744,103 +744,95 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + 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 @@ -993,27 +985,7 @@ p, li { white-space: pre-wrap; } ChannelFeed - - Enter a Keyword here - - - - - Title - - - - - Description - - - - - Reset - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1022,113 +994,103 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubscribe - + Subscribe To Channel - + Subscribe - + Set all to read - + Create Channel - + Unsubcribe To Channel - - Name - - - - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1172,7 +1134,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1319,17 +1281,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1337,67 +1299,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 @@ -1475,74 +1437,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -1738,6 +1700,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -1857,176 +1829,176 @@ p, li { white-space: pre-wrap; } - + RetroShare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2036,17 +2008,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2154,12 +2131,12 @@ Do you want to save your changes? - + RetroShare - + Please add a Name @@ -2254,7 +2231,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2275,12 +2252,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2396,7 +2373,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2421,43 +2398,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2502,22 +2479,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -2697,7 +2674,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -2723,22 +2700,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name - + Not Rated - + No Comments @@ -2830,28 +2807,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close - - - File %1 does not exist at location. - - EditChanDetails @@ -2947,37 +2932,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! @@ -2985,12 +2970,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3180,137 +3165,147 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed 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 *** @@ -3403,8 +3398,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3419,10 +3414,42 @@ p, li { white-space: pre-wrap; } - + + Send + + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3473,167 +3500,165 @@ 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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Start New Thread - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3642,50 +3667,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; } @@ -3694,7 +3724,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3703,27 +3733,27 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3732,22 +3762,22 @@ p, li { white-space: pre-wrap; } - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -3919,99 +3949,99 @@ p, li { white-space: pre-wrap; } GenCertDialog - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend - + 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! - - + + Create new Profile @@ -4130,52 +4160,57 @@ p, li { white-space: pre-wrap; } GeneralPage - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4251,6 +4286,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + + + + + Description + + + + + Reset + + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -4734,7 +4812,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -4745,26 +4823,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5004,91 +5083,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. @@ -5097,175 +5176,175 @@ 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 - + Open Messages - + Applications - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -5320,13 +5399,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose - + Contacts @@ -5336,22 +5415,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Send To: - + Subject: - + Paragraph @@ -5361,173 +5440,173 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -5558,7 +5637,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -5580,221 +5659,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -5850,174 +5929,174 @@ Do you want to save message ? MessageToaster - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close + + + Sub: + + MessagesDialog - + New Message - + Reply to Message - + Remove Message - + Print Document - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - - + + + Inbox - - - + + + Outbox @@ -6028,20 +6107,20 @@ Do you want to save message ? - + Sent - - + + From - + Subject @@ -6112,7 +6191,7 @@ Do you want to save message ? - + Date @@ -6141,15 +6220,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6160,9 +6239,9 @@ p, li { white-space: pre-wrap; } - - - + + + Trash @@ -6270,132 +6349,132 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat - + Message Friend - + Connect To Friend - + Peer Details - + Recomend this Friend to... - + Export Friend - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate - + Certificates (*.pqi) - + Click to Change your Avatar - + Search Friends - + Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -6405,12 +6484,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -6424,7 +6503,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -6449,7 +6528,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide @@ -6485,160 +6584,86 @@ p, li { white-space: pre-wrap; } NetworkDialog - - - Select a pem/pqi File - - - - - - File Not Found - - - - - - %1 does not exist. Would you like to create it? - - - - - - Failed to Create File - - - - - - Unable to create %1 [%2] - - - - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - - Select Certificate - - - - - Certificates (*.pqi *.pem) - - - - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - - - RetroShare - - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - - Network @@ -6852,7 +6877,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -6955,65 +6980,100 @@ p, li { white-space: pre-wrap; } - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7021,7 +7081,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -7031,7 +7091,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -7044,7 +7104,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7114,32 +7174,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -7148,16 +7207,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide - + Quick Message @@ -7183,206 +7243,217 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat - + + Available - + Save Certificate - + Certificates (*.pqi) - + Connect To Friend - + Profile - - Friends Storm - - - - + Welcome to RetroShare's group chat. - + me - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Message Friend - + Deny Friend - + Remove Friend Location - - + + RetroShare - + + News Feed + + + + Paste RetroShare Link - + Group - + Friend - + Location - + Message Group - + Edit Group - + Remove Group - + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) @@ -7392,17 +7463,17 @@ p, li { white-space: pre-wrap; } - + Status - + Italic - + Underline @@ -7416,131 +7487,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -7549,17 +7649,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Send - + Clear Chat History @@ -7830,7 +7930,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove @@ -7838,61 +7938,74 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + 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 - + + Load Picture File + + + + Save as... @@ -7902,22 +8015,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -7954,6 +8067,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -7964,6 +8082,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -7979,11 +8107,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -8001,7 +8124,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -8052,10 +8175,20 @@ Do you want to send them a Message instead - + RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PrintPreview @@ -8484,64 +8617,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -8609,7 +8749,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -8687,7 +8827,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -8767,27 +8907,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -9019,32 +9164,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 @@ -9076,75 +9221,75 @@ 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 - + Send retroshare Link - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - - + + Folder - + New RetroShare Link(s) @@ -9421,12 +9566,17 @@ p, li { white-space: pre-wrap; } - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -9434,7 +9584,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -10107,15 +10257,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -10325,6 +10486,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -10373,6 +10535,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -10548,77 +10770,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -10677,268 +10899,268 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel - + Clear Completed - - + + Status - + Completed - - + + Name i.e: file name - - + + Size i.e: file size - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + Core-ID - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Force Check - + Copy RetroShare Link - + Paste RetroShare Link - + Play - + Pause - + Resume - + Open Folder - + Open File - + Preview File - + Details... - - + + Slower - - - + + + Average - - + + Faster - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Move in Queue... - + Streaming - + Random - + Chunk strategy - + version: - + Queued - + Speed / Queue position - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Paused - + Transferring - + Checking... - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10987,45 +11209,45 @@ p, li { white-space: pre-wrap; } - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + Uploading @@ -11065,27 +11287,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -11093,6 +11295,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -11104,6 +11316,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -11222,96 +11444,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_es.qm b/retroshare-gui/src/lang/retroshare_es.qm index ad16a0225a6c423b9a78d59343e5343773af9d2c..f79376a0c8022f827840e46b97a24164a7b16386 100644 GIT binary patch delta 3065 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 diff --git a/retroshare-gui/src/lang/retroshare_es.ts b/retroshare-gui/src/lang/retroshare_es.ts index e9987a8f5..321d6a719 100644 --- a/retroshare-gui/src/lang/retroshare_es.ts +++ b/retroshare-gui/src/lang/retroshare_es.ts @@ -866,43 +866,35 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse - + Select Certificate Seleccionar el certificado @@ -911,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 @@ -1208,37 +1200,25 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Crear el canal - + Subscribe To Channel Suscribir al canal - - Enter a Keyword here - - - - Title - TĆ­tulo + TĆ­tulo - - Description - - - - Reset - Reajuste + Reajuste - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1247,103 +1227,97 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - Nombre + Nombre - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1398,7 +1372,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1545,17 +1519,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1563,67 +1537,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 @@ -1812,74 +1786,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -2003,6 +1977,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2122,176 +2106,176 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2301,17 +2285,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2419,12 +2408,12 @@ Do you want to save your changes? - + RetroShare Retroshare - + Please add a Name @@ -2519,7 +2508,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2540,12 +2529,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2670,7 +2659,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2690,43 +2679,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare Retroshare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2771,22 +2760,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare Retroshare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3057,7 +3046,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3083,22 +3072,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name Nombre del archivo - + Not Rated - + No Comments @@ -3213,28 +3202,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Cierre - - - File %1 does not exist at location. - - EditChanDetails @@ -3330,37 +3327,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! @@ -3368,12 +3365,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3570,80 +3567,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3661,57 +3668,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3804,8 +3811,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3820,10 +3827,42 @@ p, li { white-space: pre-wrap; } - + + Send + Enviar + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3874,164 +3913,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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 Piel - + Expand - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Fecha - - + + Title TĆ­tulo - - + + Start New Thread @@ -4040,17 +4082,12 @@ p, li { white-space: pre-wrap; } Nuevo mensaje - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4059,33 +4096,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; } @@ -4094,7 +4131,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4103,27 +4140,27 @@ p, li { white-space: pre-wrap; } - + Reset Reajuste - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4132,27 +4169,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4357,8 +4399,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4490,92 +4532,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Generar el certificado nuevo - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Seleccionar a amigo confiado en - + Certificates (*.pqi *.pem) 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! @@ -4657,52 +4699,57 @@ p, li { white-space: pre-wrap; } Login - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4778,6 +4825,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + TĆ­tulo + + + + Description + + + + + Reset + Reajuste + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5261,7 +5351,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5272,26 +5362,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5546,55 +5637,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. @@ -5603,112 +5694,112 @@ p, li { white-space: pre-wrap; } - + Status Estado - + 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 - + 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 @@ -5743,12 +5834,12 @@ p, li { white-space: pre-wrap; } - + Search BĆŗsqueda - + Files Archivos del Biblioteca @@ -5757,60 +5848,60 @@ 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 @@ -5820,18 +5911,18 @@ p, li { white-space: pre-wrap; } Sobre - - + + Forums - + Open Messages - + Applications @@ -5840,17 +5931,17 @@ p, li { white-space: pre-wrap; } Ajustes - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -5874,13 +5965,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Componer - + Contacts @@ -5890,22 +5981,22 @@ p, li { white-space: pre-wrap; } - + Reset Reajuste - + Send To: Enviar a: - + Subject: - + Paragraph @@ -5915,118 +6006,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files Archivos recomendados - + File Name Nombre del archivo - + Size TamaƱo @@ -6035,57 +6126,57 @@ p, li { white-space: pre-wrap; } Fuentes - + Hash - + Send Enviar - + Send this message now - + Reply - + Toggle Contacts View - + Save Excepto - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6116,7 +6207,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6138,221 +6229,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6416,64 +6507,54 @@ Do you want to save message ? Nuevo mensaje - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Cierre + + + Sub: + + MessagesDialog - + New Message Nuevo mensaje - + Reply to Message ContestaciĆ³n al mensaje - + Remove Message Quitar el mensaje - + Date Fecha/Tiempo - - + + From De @@ -6564,15 +6645,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6583,17 +6664,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Email Inbox - - - + + + Outbox Email Outbox @@ -6604,15 +6685,15 @@ p, li { white-space: pre-wrap; } - + Sent Email Enviado - - - + + + Trash @@ -6707,7 +6788,7 @@ p, li { white-space: pre-wrap; } Descargar todos - + Print Document @@ -6721,110 +6802,120 @@ p, li { white-space: pre-wrap; } Fuentes - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide Piel - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + Archivos del Biblioteca + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Subject @@ -6935,85 +7026,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat Charla del grupo - + Message Friend - + Connect To Friend Conectar con el amigo - + Peer Details Detalles del peer - + Recomend this Friend to... - + Export Friend Amigo de la exportaciĆ³n - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Excepto certificado - + Certificates (*.pqi) Certificados (*.pqi) @@ -7022,49 +7113,49 @@ p, li { white-space: pre-wrap; } Quitar a amigo - + Click to Change your Avatar - + Search Friends - + Reset Reajuste - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7074,12 +7165,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7117,7 +7208,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7137,7 +7228,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Piel @@ -7287,80 +7398,68 @@ p, li { white-space: pre-wrap; } Certificado de la carga - - Select a pem/pqi File - Seleccionar un archivo del PEM/PQI + Seleccionar un archivo del PEM/PQI - - File Not Found - Archivo no encontrado + Archivo no encontrado - - %1 does not exist. Would you like to create it? - %1 no existe. ĀæTienes gusto de crearlo? + %1 no existe. ĀæTienes gusto de crearlo? - - Failed to Create File - No pudo crear el archivo + No pudo crear el archivo - - Unable to create %1 [%2] - Incapaz crear %1 [%2] + Incapaz crear %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Seleccionar el certificado + Seleccionar el certificado - Certificates (*.pqi *.pem) - Certificados (*.pqi *.pem) + Certificados (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7411,83 +7510,53 @@ p, li { white-space: pre-wrap; } Cert ID - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - RetroShare - Retroshare - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + Retroshare @@ -7723,7 +7792,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -7841,65 +7910,100 @@ p, li { white-space: pre-wrap; } Nuevo mensaje - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7907,7 +8011,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -7924,7 +8028,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -7968,7 +8072,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8023,32 +8127,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8057,16 +8160,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Piel - + Quick Message @@ -8092,7 +8196,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Charla @@ -8105,17 +8209,17 @@ p, li { white-space: pre-wrap; } Quitar a amigo - + Save Certificate Excepto certificado - + Certificates (*.pqi) Certificados (*.pqi) - + Status Estado @@ -8131,77 +8235,72 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Amigos</span></p></body></html> - + Connect To Friend Conectar con el amigo - + Welcome to RetroShare's group chat. - + Profile - - Friends Storm - - - - + me - + Paste RetroShare Link - + Group - + Friend - + Location LocalizaciĆ³n - + Message Group - + Edit Group - + Remove Group - + Expand all - + Collapse all - + Message Friend @@ -8210,131 +8309,147 @@ p, li { white-space: pre-wrap; } Detalles del peer - + Deny Friend - + Remove Friend Location - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + + Available - - + + RetroShare Retroshare - + + News Feed + + + + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send Enviar - + Italic - + Underline @@ -8353,131 +8468,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</span></p></body></html> - - - - + 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; } @@ -8486,12 +8630,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -8777,7 +8921,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Quitar @@ -8785,21 +8929,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -8807,43 +8959,48 @@ 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 - + + Load Picture File + + + + Save as... @@ -8853,22 +9010,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -8910,6 +9067,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -8920,6 +9082,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -8930,11 +9102,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -8952,7 +9119,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9003,10 +9170,20 @@ Do you want to send them a Message instead - + RetroShare Retroshare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9482,64 +9659,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -9607,7 +9791,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -9685,7 +9869,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -9765,27 +9949,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10025,32 +10214,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 @@ -10107,53 +10296,53 @@ p, li { white-space: pre-wrap; } - + 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 - + Recommend to Friends Recomendar a los amigos - + Remove Quitar - + Remove All Quitar todos - - + + Folder - + New RetroShare Link(s) @@ -10196,24 +10385,24 @@ p, li { white-space: pre-wrap; } Documentos - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -10492,12 +10681,17 @@ p, li { white-space: pre-wrap; } Puerto: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10505,7 +10699,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11222,15 +11416,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11456,6 +11661,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11504,6 +11710,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11687,77 +11953,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare Retroshare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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Ć³ @@ -11816,23 +12082,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel CancelaciĆ³n - + Clear Completed El claro acabĆ³ - - + + Status Estado - + Completed Cabado @@ -11895,15 +12161,15 @@ 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;">Uploads:</span></p></body></html> - - + + Name i.e: file name Nombre - - + + Size i.e: file size TamaƱo @@ -11914,276 +12180,276 @@ p, li { white-space: pre-wrap; } Progreso - + Speed i.e: Download speed Velocidad - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources Fuentes - + Core-ID - + Progress i.e: % uploaded Progreso - + Speed i.e: upload speed Velocidad - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12223,27 +12489,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12251,6 +12497,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12262,6 +12518,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12442,96 +12708,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_fi.qm b/retroshare-gui/src/lang/retroshare_fi.qm index ddad60eb3eeaf8154654db5a8b10ef7c351e41b4..26b0fdcdb061ef49104916cd306ebc3a2eab63e0 100644 GIT binary patch delta 16814 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 CallToaster - Message - Viesti + Viesti 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 @@ -969,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 @@ -1274,37 +1273,33 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Luo kanava - + Subscribe To Channel Tilaa kanava - Enter a Keyword here - Kirjoita hakusana tƤhƤn + Kirjoita hakusana tƤhƤn - Title - Otsikko + Otsikko - Description - Kuvaus + Kuvaus - Reset - Palauta asetukset + Palauta asetukset - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1317,103 +1312,105 @@ p, li { white-space: pre-wrap; } <p 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 - Name - Nimi + Nimi - Popularity - Suosio + Suosio - + Own Channels Omat kanavat - + Subscribed Channels Tilatut kanavat - + Popular Channels Suositut kanavat - + Other Channels Muut kanavat - + Share Channel Jaa kanava - Popularity: %1 - Suosio: %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 @@ -1483,7 +1480,7 @@ p, li { white-space: pre-wrap; } Aloita keskustelu - + Quick Message Pikainen viesti @@ -1630,17 +1627,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 @@ -1648,67 +1645,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 @@ -1897,74 +1894,74 @@ p, li { white-space: pre-wrap; } 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 @@ -2092,6 +2089,16 @@ p, li { white-space: pre-wrap; } Please add a Name Ole hyvƤ ja lisƤƤ nimi + + + Load File + Avaa tiedosto + + + + Pictures (*.png *.xpm *.jpg) + Kuvat (*.png *.xpm *.jpg) + CreateBlogMsg @@ -2211,177 +2218,177 @@ p, li { white-space: pre-wrap; } Kumoa - + RetroShare RetroShare - + Please add a Subject Ole hyvƤ ja lisƤƤ aihe - + &File &Tiedosto - + &New &Uusi - + &Open... &Avaa... - + &Save &Tallenna - + Save &As... Tallenna ni&mellƤ... - + &Print... Tu&losta... - + Print Preview... Tulostuksen esikatselu... - + &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Ƥ - + &Insert Lis&ƤƤ - + &Image &Kuva - + F&ormat Muotoil&e - + &Bold Liha&voitu - + &Italic Kur&sivoitu - + &Underline Allev&iivattu - - + + &Left Tas&aa vasemmalle - - + + C&enter &KeskitƤ - - + + &Right Tasaa &oikealle - + &Justify Tasaa &molemmat reunat - + &Text Color... &Tekstin vƤri... - + Application Sovellus - + The document has been modified. Do you want to save your changes? Asiakirjaa on muokattu. Haluatko tallentaa sen? - + Open File... Avaa tiedosto... - + HTML-Files (*.htm *.html);;All Files (*) HTML-tiedostot (*.htm *.html);;Kaikki tiedostot (*) - + Save as... Tallenna nimellƤ... @@ -2391,17 +2398,22 @@ Haluatko tallentaa sen? ODF-tiedostot HTML-tiedostot (*.htm *.html);;Kaikki tiedostot (*) - + Print Document Tulosta asiakirja + + + Export PDF + + Choose Image Valitse kuva - + Image Files supported (*.png *.jpeg *.jpg *.gif) Tuetut kuvatiedostot (*.png *.jpeg *.jpg *.gif) @@ -2509,12 +2521,12 @@ Haluatko tallentaa sen? Luo - + RetroShare RetroShare - + Please add a Name Ole hyvƤ ja lisƤƤ nimi @@ -2620,7 +2632,7 @@ p, li { white-space: pre-wrap; } VedƤ ja pudota tiedostoja hakutuloksista - + Add Extra File LisƤƤ ylimƤƤrƤinen tiedosto @@ -2641,12 +2653,12 @@ p, li { white-space: pre-wrap; } Ole hyvƤ ja lisƤƤ aihe - + Load File Avaa tiedosto - + Pictures (*.png *.xpm *.jpg) Kuvat (*.png *.xpm *.jpg) @@ -2775,7 +2787,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link LiitƤ RetroShare-linkki @@ -2795,43 +2807,43 @@ p, li { white-space: pre-wrap; } LƤhetƤ viesti foorumiin - + Paste full RetroShare Link LiitƤ kokonainen RetroShare-linkki - + In Reply to Vastauksena - + RetroShare RetroShare - + Please set a Forum Subject and Forum Message Ole hyvƤ ja aseta foorumin aihe ja foorumiviesti - + 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Ƥ. @@ -2880,22 +2892,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way Julkinen avaimesi kopioitiin 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 (*) @@ -3174,7 +3186,7 @@ p, li { white-space: pre-wrap; } - + Comments Kommentit @@ -3200,22 +3212,22 @@ p, li { white-space: pre-wrap; } Peru - + Rating Arvostelu - + File Name Tiedoston nimi - + Not Rated Ei arvosteltu - + No Comments Ei kommentteja @@ -3329,27 +3341,39 @@ tiedostoille uudelleen, kun kytket sen kiiinni. MƤƤritƤ keskenerƤisten hakemisto + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file Aloita tiedosto - + <b>Download completed</b> <b>Lataus suoritettu</b> - + Close Sulje - File %1 does not exist at location. - Tiedostoa %1 ei pystytƤ paikantamaan. + Tiedostoa %1 ei pystytƤ paikantamaan. @@ -3446,37 +3470,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! @@ -3484,12 +3508,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: @@ -3683,82 +3707,148 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: - Palasten kartta: + Palasten kartta: + + + Active chunks: + Aktiiviset palaset: + + + Availability map ( + Saatavuuskartta ( + + + active sources + aktiivisia lƤhteitƤ + + + File info: + Tiedoston tiedot: + + + File hash: + Tiedoston tiiviste (hash): + + + File size: + Tiedoston koko: + + + + Chunk map + - Active chunks: - Aktiiviset palaset: + Active chunks + - - Availability map ( - Saatavuuskartta ( + + Availability map (%1 active source) + - - active sources - aktiivisia lƤhteitƤ + + Availability map (%1 active sources) + - - File info: - Tiedoston tiedot: + + File info + - - File hash: - Tiedoston tiiviste (hash): + + File hash + - - File size: - Tiedoston koko: - - - - - - + + + + bytes tavua - + + File size + + + + + Chunk size + + + + + Number of chunks + + + + + Transfered + + + + + Remaining + JƤljellƤ + + + + Number of sources + + + + + Chunk strategy + Palasten strategia + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed + + + Chunk size: - Palasten koko: + Palasten koko: - Number of chunks: - Palasten lukumƤƤrƤ: + Palasten lukumƤƤrƤ: - Transfered: - Siirretty: + Siirretty: - Remaining: - JƤljellƤ: + JƤljellƤ: - Number of sources: - LƤhteiden lukumƤƤrƤ: + LƤhteiden lukumƤƤrƤ: - Chunk strategy: - Palasten strategia: + Palasten strategia: - Transfer type: - Siirtotyyppi: + Siirtotyyppi: @@ -3779,57 +3869,57 @@ p, li { white-space: pre-wrap; } 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*** @@ -3922,8 +4012,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: Aihe: @@ -3938,10 +4028,42 @@ p, li { white-space: pre-wrap; } 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 + + ForumNewItem @@ -3992,164 +4114,171 @@ 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 + + + + 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 - - - Popularity: - Suosio: + 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 @@ -4158,17 +4287,16 @@ p, li { white-space: pre-wrap; } Uusi viesti - + Add LisƤƤ - RetroShare Forums - RetroSharen foorumit + 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; } @@ -4181,33 +4309,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; } @@ -4220,7 +4348,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;">Viestiketju:</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4233,27 +4361,27 @@ p, li { white-space: pre-wrap; } <p style=" 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 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4266,27 +4394,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 @@ -4494,8 +4627,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile Luo uusi profiili @@ -4655,53 +4788,53 @@ p, li { white-space: pre-wrap; } Luo uusi varmenne - - + + Create new Location Luo uusi sijainti - - + + Generate new Location Generoi uusi sijainti - - + + Create a new Location Luo uusi sijainti - - + + Generate new Profile Generoi uusi profiili - - + + Create a new Profile Luo uusi profiili - - + + Generate GPG key Failure Virhe generoitaessa GPG-avainta - + Location field is required with a minimum of 3 characters SijaintikenttƤ on pakollinen ja minimissƤƤn kolme merkkiƤ - + All fields are required with a minimum of 3 characters Kaikki kentƤt ovat pakollisia ja minimissƤƤn kolme merkkiƤ - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. @@ -4710,38 +4843,38 @@ Fill in your GPG password when asked, to sign your new key. Kirjoita GPG-salasanasi pyydettƤessƤ allekirjoittaaksesi uuden avaimesi. - + Select Trusted Friend Valitse luotettu ystƤvƤ - + Certificates (*.pqi *.pem) 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! @@ -4829,52 +4962,57 @@ p, li { white-space: pre-wrap; } Kirjautuminen - + Startup KƤynnistys - + Start RetroShare when my system starts KƤynnistƤ RetroShare yhtƤaikaa jƤrjestelmƤn kanssa - + Start minimized KƤynnistƤ pienennettynƤ - + + Start minimized on system start + + + + Misc Sekalaiset - + Do not show the Quit RetroShare MessageBox ƄlƤ nƤytƤ viestilaatikkoa RetroSharea suljettaessa - + Do not Minimize to Tray Icon ƄlƤ pienennƤ ilmaisinalueelle - + Auto Login Automaattinen kirjautuminen - + Idle Jouten - + Idle Time Joutenoloaika - + seconds sekuntia @@ -4950,6 +5088,49 @@ p, li { white-space: pre-wrap; } Suosikit + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + Otsikko + + + + Description + Kuvaus + + + + Reset + Palauta asetukset + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5499,7 +5680,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends &YstƤvysty valitsemieni ystƤvien ystƤvien kanssa @@ -5509,27 +5690,32 @@ p, li { white-space: pre-wrap; } LisƤƤ uusi ystƤvƤ - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: - TƤmƤ ohjattu toiminto auttaa sinua yhteyden saamisessa ystƤviisi RetroShare-verkossa. TƤmƤn aikaansaamiseksi on viisi tapaa: + TƤmƤ ohjattu toiminto auttaa sinua yhteyden saamisessa ystƤviisi RetroShare-verkossa. TƤmƤn aikaansaamiseksi on viisi tapaa: - + + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: + + + + &Enter the certificate manually &Anna varmenne manuaalisesti - + &You get a certificate file from your friend &Saat varmenteen ystƤvƤltƤsi - + &Enter RetroShare ID manually A&nna RetroSharen tunniste manuaalisesti - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) &LƤhetƤ kutsu sƤhkƶpostilla @@ -6227,55 +6413,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. @@ -6288,112 +6474,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 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 @@ -6428,12 +6614,12 @@ p, li { white-space: pre-wrap; } Ohjattu nopea kƤynnistys - + Search Etsi - + Files Tiedostot @@ -6442,60 +6628,60 @@ 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 @@ -6505,18 +6691,18 @@ p, li { white-space: pre-wrap; } Tietoja - - + + Forums Foorumit - + Open Messages Avaa viestit - + Applications Ohjelmat @@ -6525,17 +6711,17 @@ p, li { white-space: pre-wrap; } Asetukset - + Plugins LisƤosat - + Really quit ? Lopeta? - + Do you really want to exit RetroShare ? Haluatko todella poistua RetroSharesta? @@ -6559,13 +6745,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Kirjoita viesti - + Contacts Kontaktit @@ -6575,22 +6761,22 @@ p, li { white-space: pre-wrap; } Etsi nimellƤ: - + Reset Palauta asetukset - + Send To: LƤhetƤ: - + Subject: Aihe: - + Paragraph Kappale @@ -6600,118 +6786,118 @@ p, li { white-space: pre-wrap; } Etsi ystƤviƤ - + >> To >> Vastaanottaja - + >> Cc >> Kopio - + >> Bcc >> Piilokopio - + >> Recommend >> Suosittele - + Heading 1 Otsikko 1 - - + + Heading 2 Otsikko 2 - + Heading 3 Otsikko 3 - + Heading 4 Otsikko 4 - + Heading 5 Otsikko 5 - + Heading 6 Otsikko 6 - + Font size Fonttikoko - + Increase font size Suurenna fonttikokoa - + Decrease font size PienennƤ fonttikokoa - + Bold Lihavoitu - + Underline Alleviivattu - + Italic Kursivoitu - + Select Color Valitse vƤri - + Alignment Asettelu - + Add a Image LisƤƤ kuva - + Sets text font to code style Asettaa tekstin fontin koodityyliin - + Recommended Files Suositellut tiedostot - + File Name Tiedoston nimi - + Size Koko @@ -6720,57 +6906,57 @@ p, li { white-space: pre-wrap; } LƤhteet - + Hash Tiiviste (hash) - + Send LƤhetƤ - + Send this message now LƤhetƤ tƤmƤ viesti nyt - + Reply Vastaa - + Toggle Contacts View KontaktinƤkymƤn vaihto - + Save Tallenna - + Save this message Tallenna tƤmƤ viesti - + Attach LiitƤ - + Attach File LiitƤ tiedosto - + Quote Lainaa - + Add Blockquote LisƤƤ lainauslohko (blockquote) @@ -6801,7 +6987,7 @@ p, li { white-space: pre-wrap; } - + Save Message Tallenna viesti @@ -6824,222 +7010,226 @@ Haluatko tallentaa viestin luonnoslaatikkoon? LiitƤ RetroShare-linkki - No Title - Ei otsikkoa + 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. @@ -7103,64 +7293,66 @@ Haluatko tallentaa viestin? Uusi viesti - + Subject Aihe - Play video - Toista video + Toista video - Play button - Toistopainike + Toistopainike - Play the downloaded video - Toista ladattu video + Toista ladattu video - + <b>1 new Message from</b> <b>1 uusi viesti lƤhettƤjƤltƤ</b> - + Close Sulje + + + Sub: + + MessagesDialog - + New Message Uusi viesti - + Reply to Message Vastaa viestiin - + Remove Message Poista viesti - + Date PƤivƤys - - + + From LƤhettƤjƤ @@ -7254,15 +7446,15 @@ p, li { white-space: pre-wrap; } - + Content SisƤltƶ - - + + Tags Merkkaukset @@ -7273,17 +7465,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Saapuneet - - - + + + Outbox LƤhtevƤt @@ -7294,15 +7486,15 @@ p, li { white-space: pre-wrap; } - + Sent LƤhetetyt - - - + + + Trash Roskat @@ -7403,7 +7595,7 @@ p, li { white-space: pre-wrap; } Lataa kaikki - + Print Document Tulosta asiakirja @@ -7417,110 +7609,120 @@ p, li { white-space: pre-wrap; } LƤhteet - + Forward selected Message VƤlitƤ valittu viesti - + Remove Messages Poista viestit - + Forward Message VƤlitƤ viesti - + 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 - + + 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 @@ -7659,85 +7861,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all Laajenna kaikki - + Collapse all Kutista kaikki - + Chat Keskustelu - + Message Friend LƤhetƤ viesti ystƤvƤlle - + Connect To Friend YhdistƤ ystƤvƤƤn - + Peer Details Vertaisen yksityiskohdat - + Recomend this Friend to... Suosittele tƤtƤ ystƤvƤƤ... - + Export Friend Vie ystƤvƤ - + Deny Friend Torju ystƤvƤ - + Remove Friend Location Poista ystƤvƤn sijainti - + <strong>GPG Key</strong> <strong>GPG-avain</strong> - - + + location sijainti - + <strong>RetroShare instance</strong> <strong>RetroShare-instanssi</strong> - + Paste RetroShare Link LiitƤ RetroShare-linkki - + Save Certificate Tallenna varmenne - + Certificates (*.pqi) Varmeneet (*.pqi) @@ -7746,49 +7948,49 @@ p, li { white-space: pre-wrap; } Poista ystƤvƤ - + Click to Change your Avatar Napauta vaihtaaksesi avatariasi - + Search Friends Etsi ystƤviƤ - + Reset Palauta asetukset - - + + Sort Descending Order Laskeva jƤrjestys - - + + Sort Ascending Order Nouseva jƤrjestys - + Set root is Decorated Asetettu juuri on koristeltu - + Set Root Decorated Aseta juuri koristelluksi - + Sort by State JƤrjestƤ tilan mukaan - + Hide Offline Friends Piilota offline-ystƤvƤt @@ -7798,12 +8000,12 @@ p, li { white-space: pre-wrap; } RetroSharen pikaviestin - + Add a Friend LisƤƤ ystƤvƤ - + Share Files for your Friends Jaa tiedostoja ystƤvillesi @@ -7841,7 +8043,7 @@ p, li { white-space: pre-wrap; } - + Expand Laajenna @@ -7861,7 +8063,27 @@ p, li { white-space: pre-wrap; } Toista media - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Piilota @@ -8051,81 +8273,69 @@ p, li { white-space: pre-wrap; } Lataa varmenne - - Select a pem/pqi File - Valitse pem/pqi-tiedosto + Valitse pem/pqi-tiedosto - - File Not Found - Tiedostoa ei lƶytynyt + Tiedostoa ei lƶytynyt - - %1 does not exist. Would you like to create it? - %1 ei ole olemassa. Luodaanko se? + %1 ei ole olemassa. Luodaanko se? - - Failed to Create File - Tiedostoa ei voitu luoda + Tiedostoa ei voitu luoda - - Unable to create %1 [%2] - Ei voitu luoda kohdetta %1 [%2] + Ei voitu luoda kohdetta %1 [%2] - + Personal signature Henkilƶkohtainen allekirjoitus - + GPG key signed by you Allekirjoittamasi GPG-avain - + Marginally trusted peer Rajallisesti luotettu vertainen - + Fully trusted peer TƤysin luotettu vertainen - + Untrusted peer Ei-luotettu vertainen - + Has authenticated me On varmentanut minut - + has authenticated you. Right-click and select 'make friend' to be able to connect. on varmentanut sinut. Paina hiiren oikeaa nappia ja valitse "ystƤvysty" saadaksesi yhteyden. - Select Certificate - Valitse varmenne + Valitse varmenne - Certificates (*.pqi *.pem) - Varmenteet (*.pqi *.pem) + Varmenteet (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -8188,83 +8398,73 @@ p, li { white-space: pre-wrap; } Vertaisen yksityiskohdat - + Authentication matrix Varmennusmatriisi - + Network View VerkkonƤkymƤ - + Deny friend Torju ystƤvƤ - + Make friend YstƤvysty - + Delete certificate Tuhoa varmenne - + Export my Cert Vie varmenteeni - + Peer details... Vertaisen yksityiskohdat... - + Unknown Tuntematon - + yourself sinƤ itse - - - - RetroShare - RetroShare + RetroShare - Sorry, create certificate failed - Varmenteen luominen epƤonnistui + Varmenteen luominen epƤonnistui - Please choose a filename - Ole hyvƤ ja valitse tiedostonimi + Ole hyvƤ ja valitse tiedostonimi - RetroShare Certificate (*.rsc );;All Files (*) - RetroSharen varmenne (*.rsc );;Kaikki tiedostot (*) + RetroSharen varmenne (*.rsc );;Kaikki tiedostot (*) - Certificate file successfully created - Varmennetiedosto luotu onnistuneesti + Varmennetiedosto luotu onnistuneesti - - Sorry, certificate file creation failed - Valitettavasti varmennetiedoston luominen epƤonnistui + Valitettavasti varmennetiedoston luominen epƤonnistui @@ -8501,18 +8701,26 @@ p, li { white-space: pre-wrap; } NewsFeed - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</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:9pt; font-weight:600;">YstƤvƤmyrsky</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> + + Remove All @@ -8632,65 +8840,100 @@ p, li { white-space: pre-wrap; } Uusi viesti - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat Yksityinen keskustelu - + Open Window for new chat Avaa ikkuna uutta keskustelua varten - + Grab Focus when chat arrives Kohdista keskusteluun, kun se alkaa - + Use a single tabbed window KƤytƤ yhtƤ ainutta vƤlilehtiƤ kƤyttƤvƤƤ ikkunaa - + Group chat RyhmƤkeskustelu - + Display systray message NƤytƤ ilmaisinalueen viesti + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase GPG-avaimen salalauseke - + Wrong password ! VƤƤrƤ salasana! - + Please enter the password to unlock the following GPG key: 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... @@ -8698,7 +8941,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online YstƤvƤ linjoilla @@ -8712,11 +8955,15 @@ p, li { white-space: pre-wrap; } PeerDefs + + Anonymous + Nimetƶn + - Anonymous - Nimetƶn + Unknown + Tuntematon @@ -8759,7 +9006,7 @@ p, li { white-space: pre-wrap; } - + Expand Laajenna @@ -8814,32 +9061,31 @@ p, li { white-space: pre-wrap; } YhteysmenetelmƤ - + Friend YstƤvƤ - + Friend Connected YstƤvƤ yhdistyneenƤ - + Connect Attempt Yhteydenottoyritys - + Friend of Friend YstƤvƤn ystƤvƤ - + Peer Vertainen - @@ -8848,16 +9094,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer Tuntematon vertainen - + Hide Piilota - + Quick Message Pikainen viesti @@ -8883,7 +9130,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Keskustelu @@ -8896,17 +9143,17 @@ p, li { white-space: pre-wrap; } Poista ystƤvƤ - + Save Certificate Tallenna varmenne - + Certificates (*.pqi) Varmeneet (*.pqi) - + Status Tila @@ -8925,77 +9172,76 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">YstƤvƤt</span></p></body></html> - + Connect To Friend YhdistƤ ystƤvƤƤn - + Welcome to RetroShare's group chat. Tervetuloa RetroSharen ryhmƤkeskusteluun. - + Profile Profiili - Friends Storm - YstƤvƤmyrsky + YstƤvƤmyrsky - + me minƤ - + Paste RetroShare Link LiitƤ RetroShare-linkki - + Group RyhmƤ - + Friend YstƤvƤ - + Location Sijainti - + Message Group ViestiryhmƤ - + Edit Group Muokkaa ryhmƤƤ - + Remove Group Poista ryhmƤ - + Expand all Laajenna kaikki - + Collapse all Kutista kaikki - + Message Friend LƤhetƤ viesti ystƤvƤlle @@ -9004,131 +9250,147 @@ p, li { white-space: pre-wrap; } Vertaisen yksityiskohdat - + Deny Friend Torju ystƤvƤ - + Remove Friend Location Poista ystƤvƤn sijainti - + Friend Details YstƤvƤn yksityiskohdat - + Recommend this Friend to... Suosittele tƤtƤ ystƤvƤƤ... - + Add to group LisƤƤ ryhmƤƤn - + Move to group SiirrƤ ryhmƤƤn - + Groups RyhmƤt - + Remove from group Poista ryhmƤstƤ - + Remove from all groups Poista kaikista ryhmistƤ - + + Available Saatavilla - - + + RetroShare RetroShare - + + News Feed + Uutissyƶte + + + Do you want to remove this Friend? Haluatko poistaa tƤmƤn ystƤvƤn? - + is typing... kirjoittaa... - - + + New group chat Uusi ryhmƤkeskustelu - + + 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Ƥ. - - + + Paste Friend Link LiitƤ ystƤvƤlinkki - + location sijainti - + Save as... Tallenna nimellƤ... - + Text File (*.txt );;All Files (*) Tekstitiedosto (*.txt );;Kaikki tiedostot (*) - + Send LƤhetƤ - + Italic Kursivoitu - + Underline Alleviivattu @@ -9151,135 +9413,172 @@ p, li { white-space: pre-wrap; } LisƤƤ - + + Display + NƤytƤ + + + Add or Change your Avatar LisƤƤ tai vaihda avatar - + Edit Personal message Muokkaa henkilƶkohtaista viestiƤ - + Bold Lihavoitu - - + + 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 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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;">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; } @@ -9292,12 +9591,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Aseta tekstin vƤri</span></p></body></html> - + Attach File LiitƤ tiedosto - + Clear Chat History TyhjennƤ keskusteluhistoria @@ -9586,7 +9885,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Poista @@ -9594,21 +9893,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... Asenna uusi lisƤosa... - + Open Plugin to install Avaa asennettava lisƤosa - + Plugins (*.so *.dll) LisƤosat (*.so *.dll) + + PopularityDefs + + + Popularity + Suosio + + PopupChatDialog @@ -9616,44 +9923,49 @@ 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 - + + Load Picture File + + + + Save as... Tallenna nimellƤ... @@ -9663,22 +9975,22 @@ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin 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 @@ -9720,6 +10032,11 @@ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin Text Color Tekstin vƤri + + + Clear Chat History + TyhjennƤ keskusteluhistoria + Browse Message History @@ -9730,6 +10047,16 @@ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin Browse History Selaa historiaa + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -9741,9 +10068,8 @@ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin Yliviivaus - Clear Chat - TyhjennƤ keskustelu + TyhjennƤ keskustelu @@ -9762,7 +10088,7 @@ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin TyhjennƤ offline-viestit - + Add Extra File LisƤƤ ylimƤƤrƤinen tiedosto @@ -9813,10 +10139,20 @@ Haluatko sen sijaan lƤhettƤƤ hƤnelle viestin Irrota vƤlilehti - + RetroShare RetroShare + + + Load File + Avaa tiedosto + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -10352,64 +10688,71 @@ p, li { white-space: pre-wrap; } 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. - + File Request Error Virhe tiedostopyynnƶssƤ - + The file link is malformed. Tiedoston linkki on virheellinen. @@ -10497,7 +10840,7 @@ p, li { white-space: pre-wrap; } - + Exit Lopeta @@ -10575,7 +10918,7 @@ p, li { white-space: pre-wrap; } - + < Back < Takaisin @@ -10675,27 +11018,32 @@ p, li { white-space: pre-wrap; } KƤynnistƤ RetroShare jƤrjestelmƤn kƤynnistyessƤ. - + + Start minimized on system start + + + + Finish Valmis - + Select A Folder To Share Valitse hakemisto jaettavaksi - + Shared Directory Added! Jaettu hakemisto lisƤtty! - + Do you really want to stop sharing this directory ? Haluatko todella lopettaa tƤmƤn hakemiston jakamisen? - + Warning! Varoitus! @@ -10935,32 +11283,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 @@ -11017,53 +11365,53 @@ p, li { white-space: pre-wrap; } - + Download Lataa - + Enter a keyword here (at least 3 char long) Anna hakusana (vƤhintƤƤn 3 merkkiƤ) - + Copy retroshare Link Kopioi RetroShare-linkki - + Send retroshare Link LƤhetƤ RetroShare-linkki - + Broadcast on Channel YleislƤhetƤ kanavalla - + Recommend to Friends Suosittele kavereille - + Remove Poista - + Remove All Poista kaikki - - + + Folder Kansio - + New RetroShare Link(s) Uusi RetroShare-linkki tai -linkit @@ -11109,24 +11457,24 @@ 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. @@ -11415,12 +11763,17 @@ p, li { white-space: pre-wrap; } Portti: - + + Show Discovery information in statusbar + + + + IP Service IP-palvelu - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -11431,7 +11784,7 @@ jƤttƤminen pƤƤlle helpottaa yhteydenottoa, kun sinulla on vƤhƤn ystƤviƤ. Se auttaa myƶs, jos olet palomuurin tai VPN:n takana. - + Allow RetroShare to ask my ip to these websites: Salli RetroSharen kysyƤ IP:tƤni nƤiltƤ verkkosivuilta: @@ -12193,16 +12546,38 @@ Oletko varma, ettƤ haluat jatkaa? - Insecure - Turvaton + + Warning + + + + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. + + + + Insecure + Turvaton - Auto Login is not so much secure: - Your SSL certificate will be stored unprotected. - Your PGP key will however not be stored. This choice be reverted in settings. - Automaattinen kirjautuminen ei ole kovin turvallinen: + Automaattinen kirjautuminen ei ole kovin turvallinen: - SSL-varmenteesi tallennetaan suojaamattomana. - PGP-avaintasi ei sen sijaan tallenneta. TƤmƤn valinnan voi muuttaa asetuksista. @@ -12430,6 +12805,7 @@ TƤmƤn valinnan voi muuttaa asetuksista. StatusDefs + Offline Offline @@ -12478,6 +12854,66 @@ TƤmƤn valinnan voi muuttaa asetuksista. Friend is idle YstƤvƤ on jouten + + + Connected + + + + + Unreachable + + + + + Available + Saatavilla + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -12669,77 +13105,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. NƤytƤ PGP-varmenteet tekstimuotoisina. - + The text below is your PGP certificate. You have to provide it to your friend 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 - + Text certificate 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 - + 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 @@ -12806,23 +13242,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Peru - + Clear Completed Poista valmistuneet - - + + Status Tila - + Completed Valmis @@ -12895,15 +13331,15 @@ p, li { white-space: pre-wrap; } <p 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;">LƤhetykset:</span></p></body></html> - - + + Name i.e: file name Nimi - - + + Size i.e: file size Koko @@ -12914,276 +13350,276 @@ p, li { white-space: pre-wrap; } Edistyminen - + Speed i.e: Download speed Nopeus - + Progress / Availability i.e: % downloaded Edistyminen / saatu - + Sources i.e: Sources LƤhteet - + Core-ID Ydintunniste - + Progress i.e: % uploaded Edistyminen - + Speed i.e: upload speed Nopeus - + Transferred Siirretty - + Hash Tiiviste (hash) - + Play Toista - + Pause Tauko - + Resume Jatka - + Force Check Pakota tarkistus - + Open Folder Avaa kansio - + Open File Avaa tiedosto - + Preview File Esikatsele tiedostoa - + Details... Yksityiskohdat... - + Down Alas - + Up Ylƶs - + Top YlimmƤiseksi - + Bottom Alimmaiseksi - + Priority (Speed)... TƤrkeysjƤrjestys (nopeus)... - + Streaming Suoratoisto - + Random Satunnainen - + Chunk strategy Palasten strategia - + Queued Jonossa - + Paused Tauolla - + Transferring SiirtƤƤ - + Checking... Tarkistaa... - + RetroShare RetroShare - + Details: Yksityiskohdat: - + 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? - + Speed / Queue position Nopeus / paikka jonossa - + Remaining JƤljellƤ - + Download time i.e: Estimated Time of Arrival / Time left Latausaika - + Peer i.e: user name Vertainen - + Copy RetroShare Link Kopioi RetroShare-linkki - + Paste RetroShare Link LiitƤ RetroShare-linkki - - + + Slower Hitaammin - - - + + + Average Keskinkertaisella nopeudella - - + + Faster Nopeammin - + Move in Queue... SiirrƤ jonossa... - - - + + + Failed EpƤonnistunut - - - + + + Okay OK - - + + Waiting Odottaa - + Downloading Lataa - - - - + + + + Complete Valmis - + Unknown Tuntematon - + version: versio: - + Uploading LƤhettƤƤ @@ -13222,35 +13658,45 @@ p, li { white-space: pre-wrap; } Luottamus - is athenticated (one way) by - on varmennettu (yhdellƤ tavalla) + on varmennettu (yhdellƤ tavalla) - athenticated himself - varmentajan itsensƤ toimesta + varmentajan itsensƤ toimesta - athenticated each others - varmennettujen osapuolten toimesta + varmennettujen osapuolten toimesta - is athenticated by - on varmennettu + on varmennettu - athenticated - varmennettu + varmennettu + + + + is authenticated (one way) by + Half Puolet + + + authenticated himself + + + + + authenticated each other + + Full @@ -13262,6 +13708,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. vertaiset, mukaanlukien hƤn itse. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -13449,96 +13905,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) Tuntematon - + B bytes t - + KiB kibibytes (1024 bytes) kibitavu - + MiB mebibytes (1024 kibibytes) mebitavu - + GiB gibibytes (1024 mibibytes) gibitavu - + TiB tebibytes (1024 gibibytes) tebitavu - + Unknown Tuntematon - + < 1m < 1 minute < 1 min - + %1 minutes e.g: 10minutes %1 minuuttia - + %1d %2h e.g: 2days 10hours %1d %2h - + %1y %2d e.g: 2 years 2days %1v %2d - + k e.g: 3.1 k k - + M e.g: 3.1 M M - + G e.g: 3.1 G G - + T e.g: 3.1 T T - + %1h %2m e.g: 3hours 5minutes %1h %2min diff --git a/retroshare-gui/src/lang/retroshare_fr.qm b/retroshare-gui/src/lang/retroshare_fr.qm index 18bbe48688e432974f41dc8f247a4ce85dfa6a07..d733eafd1775394108d032e38b844602ee81103f 100644 GIT binary patch delta 16880 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 delta 19785 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 diff --git a/retroshare-gui/src/lang/retroshare_fr.ts b/retroshare-gui/src/lang/retroshare_fr.ts index 6af865574..0f9e80a99 100644 --- a/retroshare-gui/src/lang/retroshare_fr.ts +++ b/retroshare-gui/src/lang/retroshare_fr.ts @@ -909,15 +909,14 @@ p, li { white-space: pre-wrap; } CallToaster - Message - Message + Message CertificatePage - + Certificate files Ajout via un certificat @@ -926,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 un certificat 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 un fichier avec votre certificat et le donner Ć  votre ami. Vous pouvez Ć©galement utiliser un fichier crĆ©Ć© auparavant. - + Export my certificate... Exporter mon certificat... @@ -945,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 Choisir le certificat @@ -967,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... Importer le certificat... - + Drag and Drop your friends's certificate in this Window or specify path in the box below Glissez et dĆ©posez le certificat de vos amis dans cette fenĆŖtre ou spĆ©cifiez le chemin - - + + RetroShare Certificate (*.rsc );;All Files (*) Certificat RetroShare (*.rsc );;Tous les fichiers (*) - + Sorry, create certificate failed DĆ©solĆ©, la crĆ©ation du certificat a Ć©chouĆ© - + Certificate file successfully created Le certificat a Ć©tĆ© crĆ©Ć© avec succĆØs - - + + Sorry, certificate file creation failed DĆ©solĆ©, la crĆ©ation du certificat a Ć©chouĆ© - + Certificate Load Failed:something is wrong with %1 Le chargement du Certificat a Ć©chouĆ© : Quelque chose ne va pas avec %1 - + Certificate Load Failed:can't read from file %1 Le chargement du Certificat a Ć©chouĆ© : impossible de lire le fichier %1 - + Certificate Load Failed:file %1 not found Le chargement du certificat a Ć©chouĆ© : le fichier %1 n'a pas Ć©tĆ© trouvĆ© @@ -1270,12 +1269,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel CrĆ©er un canal - + Subscribe To Channel S'abonner au canal @@ -1288,7 +1287,7 @@ p, li { white-space: pre-wrap; } Nom du canal - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1301,7 +1300,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;">Canaux</span></p></body></html> - + Add Ajouter @@ -1322,42 +1321,43 @@ p, li { white-space: pre-wrap; } Poster sur le canal - Enter a Keyword here - Entrez un mot clĆ© + Entrez un mot clĆ© - Title - Titre + Titre - Description - Description + Description - Reset - RĆ©initialiser + RĆ©initialiser - + + Display + Affichage + + + Unsubcribe To Channel Se dĆ©sabonner du canal - + Unsubscribe Se dĆ©sabonner - + Subscribe S'abonner - + Set all to read Marquer comme lu @@ -1374,82 +1374,79 @@ p, li { white-space: pre-wrap; } CrĆ©er un nouveau canal - Name - Nom + Nom - Popularity - PopularitĆ© + PopularitĆ© ID ID - + Own Channels Mes canaux - + Subscribed Channels Canaux abonnĆ©s - + Popular Channels Canaux populaires - + Other Channels Autres canaux - + Share Channel Partager le canal - Popularity: %1 - PopularitĆ©: %1 + PopularitĆ©: %1 - + No Channel Selected Aucun canal sĆ©lectionnĆ© - - + + Post to Channel Poster sur le canal - + Subscribe to Channel S'abonner au canal - + Unsubscribe to Channel Se dĆ©sabonner du canal - + Show Channel Details Montrer les dĆ©tails du canal - + Restore Publish Rights for Channel Restaurer les droits de publication du canal - + Edit Channel Details Editer les dĆ©tails du canal @@ -1517,7 +1514,7 @@ Disponible : %3 Dialoguer - + Quick Message Message instantanĆ© @@ -1664,17 +1661,17 @@ Disponible : %3 ChatStyle - + Standard style for group chat Style du chat public - + Standard style for private chat Style du chat privĆ© - + Standard style for history Style de l'historique @@ -1700,42 +1697,42 @@ Disponible : %3 ConclusionPage - + Make Friend Devenir ami - + Details about your friend : A propos de votre ami : - + Key validity: ValiditĆ© de la clĆ© : - + Email: Courrier Ć©lectronique : - + Options Options - + Add friend to group: Ajouter un ami au groupe: - + Authenticate friend (Sign GPG Key) Authentifier un ami (Signer la clĆ© GPG) - + Add as friend to connect with Ajouter un ami pour communiquer avec lui @@ -1756,7 +1753,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. Il semblerait que votre ami ait dĆ©jĆ  Ć©tĆ© enregistrĆ©. L'ajouter se limitera Ć  enregistrer son adresse IP. @@ -1765,7 +1762,7 @@ Disponible : %3 Remplissez ici, les dĆ©tails de votre ami - + Peer details DĆ©tails de la personne @@ -1774,12 +1771,12 @@ Disponible : %3 Confiance : - + Name: Nom : - + Loc: Lieu : @@ -1788,7 +1785,7 @@ Disponible : %3 Pays: - + Signers Lui font confiance @@ -1858,74 +1855,74 @@ Disponible : %3 Appliquer et fermer - - + + RetroShare RetroShare - - + + Error : cannot get peer details. Erreur : impossible d'obtenir les dĆ©tails de cette personne. - + Your key is signed by : Votre clĆ© a Ć©tĆ© signĆ©e par : - + Peer key is signed by : La clĆ© de la personne a Ć©tĆ© signĆ©e par : - + Your trust in this peer is ultimate, it's probably a key you own. Votre confiance envers cette personne est ultime, c'est probablement une de vos propre clĆ©s. - + Your trust in this peer is full. Votre confiance en cette personne.est totale. - + Your trust in this peer is marginal. Votre confiance en cette personne est moyenne. - + Your trust in this peer is none. Vous ne faites pas confiance Ć  cette personne. - + Your trust in this peer is not set. Vous n'avez pas dĆ©terminĆ© votre niveau de confiance envers cette personne. - + Peer has authenticated me as a friend and did sign my GPG key Cette personne m'a authentifiĆ© comme ami et a signĆ© ma clĆ© PGP - + Peer has not authenticated me as a friend and did not sign my GPG key Cette personne ne m'a pas authentifiĆ© comme ami et n'a pas signĆ© ma clĆ© PGP - + Signature Failure La signature a Ć©chouĆ© - + Maybe password is wrong Peut-ĆŖtre que le mot de passe est incorrect - + Copy Peer Copier le contact @@ -2229,6 +2226,16 @@ p, li { white-space: pre-wrap; } Please add a Name Veuillez ajoutez un nom + + + Load File + Ajouter un fichier + + + + Pictures (*.png *.xpm *.jpg) + Images (*.png *.xpm *.jpg) + CreateBlogMsg @@ -2372,176 +2379,176 @@ p, li { white-space: pre-wrap; } Ajouter un fichier supplĆ©mentaire - + RetroShare RetroShare - + Please add a Subject Veuillez ajouter un sujet - + &File &Fichier - + &New &Nouveau - + &Open... &Ouvrir... - + &Save Enregi&strer - + Save &As... Enregistrer sous... - + &Print... Im&primer... - + Print Preview... AperƧu avant l'impression - + &Export PDF... Exporter en P&DF... - + &Quit &Quitter - + &Edit &Editer - + &Undo Ann&uler - + &Redo &Refaire - + Cu&t Couper - + &Copy &Copier - + &Paste Coller - + &View &Affichage - + &Insert &InsĆ©rer - + &Image Image - + F&ormat Format - + &Bold Gras - + &Italic Italique - + &Underline SoulignĆ© - - + + &Left Alligner le texte Ć  Gauche - - + + C&enter Centrer le texte - - + + &Right Aligner le texte Ć  Droite - + &Justify Justifier le texte - + &Text Color... Couleur du texte... - + Application Application - + The document has been modified. Do you want to save your changes? Le document a Ć©tĆ© modifiĆ©. Voulez-vous sauvegarder les changements? - + Open File... Ouvrir un fichier... - + HTML-Files (*.htm *.html);;All Files (*) Fichiers HTML (*.htm *.html);;tous les fichiers (*) - + Save as... Enregistrer sous... @@ -2551,17 +2558,22 @@ Do you want to save your changes? Fichiers ODF (*.odt);;Fichiers HTML (*.htm *.html);;Tous les fichiers (*) - + Print Document Imprimer le document + + + Export PDF + + Choose Image InsĆ©rer une image - + Image Files supported (*.png *.jpeg *.jpg *.gif) Type de fichiers supportĆ©s (*.png *.jpeg *.jpg *.gif) @@ -2673,12 +2685,12 @@ Do you want to save your changes? CrĆ©er - + RetroShare RetroShare - + Please add a Name Veuillez ajouter un nom @@ -2784,7 +2796,7 @@ p, li { white-space: pre-wrap; } Glisser et dĆ©poser les fichiers des rĆ©sultats de recherche - + Add Extra File Ajouter un fichier supplĆ©mentaire @@ -2805,12 +2817,12 @@ p, li { white-space: pre-wrap; } Veuillez ajouter un sujet - + Load File Ajouter un fichier - + Pictures (*.png *.xpm *.jpg) Images (*.png *.xpm *.jpg) @@ -2963,7 +2975,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link Coller le lien RetroShare @@ -2995,43 +3007,43 @@ p, li { white-space: pre-wrap; } Coller le lien Retroshare complet - + Paste full RetroShare Link Coller le lien Retroshare long - + In Reply to En rĆ©ponse Ć  - + RetroShare RetroShare - + Please set a Forum Subject and Forum Message Veuillez dĆ©finir un sujet et le message du forum - + Add Extra File Ajouter un fichier supplĆ©mentaire - - + + 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, seulement les fichiers sont acceptĆ©s. @@ -3080,22 +3092,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way Votre clĆ© publique est copiĆ©e dans le press-papiers, collez et envoyez la Ć  vos amis par courrier Ć©lectronique ou par tout autre moyen - + Save as... Enregistrer sous... - + RetroShare Certificate (*.rsc );;All Files (*) Certificats RetroShare (*.rsc );;Tous les fichiers (*) @@ -3351,7 +3363,7 @@ p, li { white-space: pre-wrap; } - + Comments Commentaires @@ -3377,22 +3389,22 @@ p, li { white-space: pre-wrap; } Annuler - + Rating Evaluation - + File Name Nom du fichier - + Not Rated Non Ć©valuĆ© - + No Comments Pas de commentaires @@ -3502,27 +3514,39 @@ Cela peut ĆŖtre intĆ©ressant si vous partagez des fichiers situĆ©s sur un disque Ajouter des dossiers + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file TĆ©lĆ©charger - + <b>Download completed</b> <b>TĆ©lĆ©chargement terminĆ©</b> - + Close Fermer - File %1 does not exist at location. - Le fichier %1 n'existe pas Ć  cet endroit. + Le fichier %1 n'existe pas Ć  cet endroit. @@ -3623,37 +3647,37 @@ Cela peut ĆŖtre intĆ©ressant si vous partagez des fichiers situĆ©s sur un disque Invite un ami par e-mail - + Invite Friends by Email Invite un ami 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: Adresses e-mail de vos amis : - + 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! @@ -3661,12 +3685,12 @@ Cela peut ĆŖtre intĆ©ressant si vous partagez des fichiers situĆ©s sur un disque ErrorMessagePage - + Sorry, some error appeared DĆ©solĆ©, des erreurs sont survenues - + Here is the error message: Voici le message d'erreur : @@ -3858,142 +3882,208 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: - RĆ©partition des paquets : + RĆ©partition des paquets : - Active chunks: - Paquets en cours de chargement : + Paquets en cours de chargement : - Availability map ( - DisponibilitĆ© ( + DisponibilitĆ© ( sources sources - active sources - sources actives + sources actives - File info: - Informations sur le fichier : + Informations sur le fichier : - File hash: - Hachage : + Hachage : - File size: - Taille du fichier : + Taille du fichier : - - - - + + Chunk map + + + + + Active chunks + + + + + Availability map (%1 active source) + + + + + Availability map (%1 active sources) + + + + + File info + + + + + File hash + Hachage de fichiers + + + + + + bytes bytes - + + File size + + + + + Chunk size + + + + + Number of chunks + + + + + Transfered + + + + + Remaining + Restant + + + + Number of sources + + + + + Chunk strategy + MĆ©thode de tĆ©lĆ©chargement + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed + + + Chunk size: - Taille des paquets : + Taille des paquets : - Number of chunks: - Nombre de paquets : + Nombre de paquets : - Transfered: - TransfĆ©rĆ© : + TransfĆ©rĆ© : - Remaining: - Restant : + Restant : - Number of sources: - Nombre de sources : + Nombre de sources : - Chunk strategy: - MĆ©thode de chargement : + MĆ©thode de chargement : - Transfer type: - Type de transfert : + Type de transfert : 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 que je n'ai pas signĆ©es - + Friends of my friends who already trust me Amis de mes amis qui m'ont dĆ©jĆ  accordĆ© leur confiance - + Signed peers showing as denied Personnes signĆ©es montrĆ©es comme refusĆ©es - + Peer name Nom de la personne - + Also signed by Ɖgalement signĆ© par - + Peer id ID de la personne - + Make friend with these peers Devenir ami avec ces personnes - + *** None *** *** Aucune *** @@ -4094,11 +4184,21 @@ p, li { white-space: pre-wrap; } - - + + Subject: Sujet : + + + Send + Envoyer + + + + Signed + Signature + Subject... Sujet... @@ -4130,10 +4230,32 @@ p, li { white-space: pre-wrap; } Message actuel.. - + + Forum Post + Post du forum + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to En rĆ©ponse Ć  + + + Please give a Text Message + + ForumNewItem @@ -4197,145 +4319,152 @@ 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 Modifier les dĆ©tails du forum - + + Restore Publish Rights for Forum + + + + 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 + + Popularity: 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 - - - Popularity: - PopularitĆ©: + PopularitĆ©: - - + + Anonymous Anonyme - - + + signed SignĆ© - - + + none Aucun - - + + RetroShare RetroShare - + No Forum Selected! Aucun forum selectionnĆ© ! @@ -4344,7 +4473,7 @@ p, li { white-space: pre-wrap; } Re: - + You cant reply a Anonymous Author Vous ne pouvez pas rĆ©pondre Ć  un auteur anonyme @@ -4373,20 +4502,20 @@ p, li { white-space: pre-wrap; } Le lien du fichier est mauvais. - - + + Date Date - - + + Title Titre - - + + Start New Thread Nouveau sujet @@ -4407,7 +4536,7 @@ p, li { white-space: pre-wrap; } Publier - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4420,7 +4549,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 @@ -4449,17 +4578,21 @@ p, li { white-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 forums sĆ©lectionnĆ©s - RetroShare Forums - Forums RetroShare + 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; } @@ -4472,33 +4605,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 Derniers messages - + Threaded View Affichage en arborescence - + Flat View Affichage sans arborescence - - + + Author Auteur - + Signed Signature - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4511,17 +4644,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;">Fil :</span></p></body></html> - + Previous Thread Fil prĆ©cĆ©dent - + Next Thread Fil suivant - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4534,22 +4667,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 Effacer - + Content Contenu - + Reply Message RĆ©pondre au message - + Create Forum CrĆ©er un forum @@ -4562,12 +4695,12 @@ p, li { white-space: pre-wrap; } Suivant - + Print Imprimer - + PrintPreview AperƧu avant l'impression @@ -4782,8 +4915,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile CrĆ©er un nouveau profil @@ -4990,53 +5123,53 @@ p, li { white-space: pre-wrap; } CrĆ©er un nouveau certificat - - + + Create new Location CrĆ©er un nouveau lieu - - + + Generate new Location GĆ©nĆ©rer un nouveau lieu - - + + Create a new Location CrĆ©er un nouveau lieu - - + + Generate new Profile GĆ©nĆ©rer un nouveau profil - - + + Create a new Profile CrĆ©er un nouveau profil - - + + Generate GPG key Failure La crĆ©ation de la clĆ© GPG a Ć©chouĆ© - + Location field is required with a minimum of 3 characters Le champ "Lieu" est requis avec un minimum de 3 caractĆØres - + All fields are required with a minimum of 3 characters Tous les champs sont requis avec un minimum de 3 caractĆØres - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. @@ -5045,28 +5178,28 @@ Fill in your GPG password when asked, to sign your new key. Introduisez votre mot de passe PGP lorsqu'il vous est 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 profile 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 lors 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Ć©! @@ -5075,12 +5208,12 @@ Introduisez votre mot de passe PGP lorsqu'il vous est demandĆ© afin de sign GĆ©nĆ©ration d'une nouvelle clĆ© GPG, veuillez patienter. Confirmez votre mot de passe GPG quand il vous le sera demandĆ©. - + Select Trusted Friend Choisir les ami sĆ»rs - + Certificates (*.pqi *.pem) Certificats (*.pqi *.pem) @@ -5128,42 +5261,47 @@ Introduisez votre mot de passe PGP lorsqu'il vous est demandĆ© afin de sign Login - + Startup DĆ©marrage - + + Start minimized on system start + + + + Misc Divers - + Do not show the Quit RetroShare MessageBox Ne pas afficher le message d'avertissement Ć  la fermeture de RetroShare - + Do not Minimize to Tray Icon Ne pas rĆ©duire RetroShare dans la zone de notification - + Auto Login Identification automatique - + Idle InactivitĆ© - + Idle Time Inactif aprĆØs - + seconds secondes @@ -5176,12 +5314,12 @@ Introduisez votre mot de passe PGP lorsqu'il vous est demandĆ© afin de sign Afficher la fenĆŖtre principale au dĆ©marrage - + Start minimized DĆ©marrer en mode rĆ©duit - + Start RetroShare when my system starts Lancer RetroShare au dĆ©marrage du systĆØme @@ -5261,6 +5399,49 @@ Introduisez votre mot de passe PGP lorsqu'il vous est demandĆ© afin de sign Favoris + + GroupTreeWidget + + + Enter a Keyword here + Entrez un mot clĆ© + + + + Title + Titre + + + + Description + Description + + + + Reset + + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5814,22 +5995,27 @@ p, li { white-space: pre-wrap; } Cet assistant vous aidera Ć  connecter votre (vos) ami(s) Ć  votre rĆ©seau. Il y a trois moyens possibles: - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: - Cet assistant vous aidera Ć  connecter votre (vos) ami(s) Ć  votre rĆ©seau. Il existe trois possibilitĆ©s: + Cet assistant vous aidera Ć  connecter votre (vos) ami(s) Ć  votre rĆ©seau. Il existe trois possibilitĆ©s: - + + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: + + + + &You get a certificate file from your friend Vous possĆ©dez le certificat de votre ami dans un fichier - + &Enter RetroShare ID manually &Entrer le l'ID RetroShare manuellement - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) Envoyez une invitation par e-mail Ć  un ami @@ -5840,7 +6026,7 @@ p, li { white-space: pre-wrap; } &Utiliser un certificat RetroShare (*.rsc) - + &Make friend with selected friends of my friends Devenir a&mi avec les amis de vos amis sĆ©lectionnĆ©s @@ -5854,7 +6040,7 @@ p, li { white-space: pre-wrap; } Cet assistant vous aidera Ć  connecter votre ami au rĆ©seau RetroShare. Il y a pour cela deux possibilitĆ©s : - + &Enter the certificate manually &Entrez manuellement le certificat @@ -6104,55 +6290,55 @@ p, li { white-space: pre-wrap; } MainWindow - + Network RĆ©seau - + Friends Amis - - + + Transfers Transferts - - + + Messages Messages - - + + Channels Canaux - + Blogs Blogs - + Low disk space warning Alerte : Espace disque disponible 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. @@ -6165,91 +6351,91 @@ RetroShare va suspendre en toute sĆ©curitĆ© tout accĆØs au dossier. Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. - + Status Statut - + Chat Chat - - - - + + + + You have %1 new messages Vous avez %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 (kB/s) - + Up: %1 (kB/s) Envoi : %1 (kB/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. @@ -6263,22 +6449,22 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. - + Options Options - + Hide Cacher - + Show Montrer - + RetroShare RetroShare @@ -6317,12 +6503,12 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Assistant de dĆ©marrage rapide - + Search Recherche - + Files Fichiers @@ -6336,60 +6522,60 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Messenger - + Show/Hide Montrer/Cacher - + &Quit &Quitter - - - - + + + + You have %1 new message Vous avez %1 nouveau message - + Bandwidth Graph Graphique bande passante - + Open Messenger Ouvrir 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 @@ -6403,18 +6589,18 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Fil d'actualitĆ© - - + + Forums Forums - + Open Messages Ouvrir la messagerie - + Applications @@ -6427,17 +6613,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 ? @@ -6464,13 +6650,13 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. MessageComposer - + Compose Nouveau - + Contacts Contacts @@ -6480,22 +6666,22 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Recherche par nom : - + Reset Effacer - + Send To: Envoyer Ć  : - + Subject: Sujet : - + Paragraph Paragraphe @@ -6505,118 +6691,118 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Recherche d'amis - + >> To >> ƀ - + >> Cc >> Cc - + >> Bcc >> Cci - + >> Recommend >> Recommander - + Heading 1 Titre 1 - - + + Heading 2 Titre 2 - + Heading 3 Titre 3 - + Heading 4 Titre 4 - + Heading 5 Titre 5 - + Heading 6 Titre 6 - + Font size Taille de police - + Increase font size Augmenter la taille de la police - + Decrease font size RĆ©duire la taille de la police - + Bold Gras - + Underline Souligner - + Italic Italique - + Select Color Choisir la couleur - + Alignment Alignement - + Add a Image InsĆ©rer une image - + Sets text font to code style ParamĆØtrer la police de texte dans le code - + Recommended Files Fichiers recommandĆ©s - + File Name Nom du fichier - + Size Taille @@ -6625,57 +6811,57 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. Sources - + Hash Hache - + Send Envoyer - + Send this message now Envoyer maintenant - + Reply RĆ©pondre - + Toggle Contacts View Afficher la liste des contacts - + Save Enregistrer - + Save this message Enregistrer le message - + Attach Joindre - + Attach File Joindre un fichier - + Quote Citer - + Add Blockquote Citer le texte @@ -6706,7 +6892,7 @@ Veuillez libĆ©rer de l'espace disque et cliquer sur Ok. - + Save Message Enregistrer @@ -6729,222 +6915,226 @@ DĆ©sirez-vous sauvegarder le message dans les brouillons? Coller le lien RetroShare - No Title - Pas de titre + Pas de titre - + Re: - + Fwd: - - + + RetroShare RetroShare - + Do you want to send the message without a subject ? DĆ©sirez-vous envoyer le message sans sujet? - + Please insert at least one recipient. Veuillez insĆ©rer 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 dans les brouillons - + &Print... Im&primer... - + &Export PDF... Exporter en P&DF... - + &Quit &Quitter - + &Edit &Editer - + &Undo Ann&uler - + &Redo &Refaire - + 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 document - + + Export 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, seulement 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Ć©. @@ -7008,32 +7198,29 @@ Voulez-vous enregistrer votre message ? Nouveau message - + Subject Sujet - Play video - Lire la vidĆ©o + Lire la vidĆ©o - Play button - Bouton de lecture + Bouton de lecture - Play the downloaded video - Lire la vidĆ©o tĆ©lĆ©chargĆ©e + Lire la vidĆ©o tĆ©lĆ©chargĆ©e - + <b>1 new Message from</b> 1 Nouveau Message de - + Close Fermer @@ -7045,35 +7232,40 @@ Voulez-vous enregistrer votre message ? Close the information dialog Fermer l'avertissement + + + Sub: + + MessagesDialog - + New Message Nouveau message - + Reply to Message RĆ©pondre au message - + Remove Message Supprimer le message - + Date Date - - + + From De @@ -7170,15 +7362,15 @@ p, li { white-space: pre-wrap; } - + Content Contenu - - + + Tags Tags @@ -7189,17 +7381,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox BoĆ®te de rĆ©ception - - - + + + Outbox BoĆ®te d'envoi @@ -7210,15 +7402,15 @@ p, li { white-space: pre-wrap; } - + Sent EnvoyĆ©s - - - + + + Trash Corbeille @@ -7319,7 +7511,7 @@ p, li { white-space: pre-wrap; } Tout tĆ©lĆ©charger - + Print Document Imprimer le document @@ -7345,60 +7537,70 @@ p, li { white-space: pre-wrap; } MSGID - + Forward selected Message TransfĆ©rer le message - + Remove Messages Supprimer les messages - + Forward Message Faire suivre le message - + Remove All Tags Supprimer tous les tags - + New tag ... Nouveau tag ... - + Edit... Modifier... - + Mark as read Marquer comme lu - + Mark as unread Marquer comme non lu - + Undelete Annuler la suppression - + Download TĆ©lĆ©charger - + Empty trash Corbeille vide + + + File + Fichier + + + + Files + Fichiers + Re: Re: @@ -7412,24 +7614,24 @@ p, li { white-space: pre-wrap; } Fwd: - + Hide Cacher - + Expand DĆ©velopper - - - + + + Drafts Brouillons - + To ƀ @@ -7462,21 +7664,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 : @@ -7485,14 +7687,14 @@ p, li { white-space: pre-wrap; } RĆ©pondre Ć  tous - - + + Reply to All RĆ©pondre Ć  tous - + Subject Sujet @@ -7614,42 +7816,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;">Ajouter un ami</p></body></html> - + Expand all Tout dĆ©velopper - + Collapse all Tout rassembler - + Chat Chat - + Message Friend Envoyer un message - + Connect To Friend Se (re)connecter - + Peer Details DĆ©tails de la personne - + Recomend this Friend to... Recommander cet ami Ć ... - + Paste RetroShare Link Coller le lien RetroShare @@ -7658,35 +7860,35 @@ p, li { white-space: pre-wrap; } Coller le lien RetroShare - + Export Friend Exporter - + Deny Friend Refuser cet ami - + Remove Friend Location Supprimer ce lieu - + <strong>GPG Key</strong> <strong>ClĆ© GPG</strong> - - + + location Machine - + <strong>RetroShare instance</strong> <strong>Instance RetroShare</strong> @@ -7717,12 +7919,12 @@ p, li { white-space: pre-wrap; } Hors-ligne - + Save Certificate Enregistrer le certificat - + Certificates (*.pqi) Certificats (*.pqi) @@ -7753,7 +7955,7 @@ Voulez-vous lui envoyer un message Ć  la place ? RetroShare Messenger - + Click to Change your Avatar Cliquez ici pour modifier votre Avatar @@ -7762,7 +7964,7 @@ Voulez-vous lui envoyer un message Ć  la place ? Etiquette - + Share Files for your Friends Partagez des fichiers avec vos amis @@ -7776,49 +7978,49 @@ Voulez-vous lui envoyer un message Ć  la place ? Retroshare Messenger - + Add a Friend Ajouter un ami - + Search Friends Chercher des amis - + Reset Effacer - - + + Sort Descending Order Trier par ordre dĆ©croissant - - + + Sort Ascending Order Trier par ordre croissant - + Set root is Decorated Afficher l'arborescence - + Set Root Decorated Afficher l'arborescence - + Sort by State Trier par statut - + Hide Offline Friends Cacher mes amis hors-ligne @@ -7845,7 +8047,7 @@ Voulez-vous lui envoyer un message Ć  la place ? - + Expand DĆ©velopper @@ -7874,7 +8076,27 @@ Voulez-vous lui envoyer un message Ć  la place ? Tappez votre message ici - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Cacher @@ -7962,34 +8184,24 @@ Voulez-vous lui envoyer un message Ć  la place ? Charger le certificat - - Select a pem/pqi File - Choisir un fichier pem/pqi + Choisir un fichier pem/pqi - - File Not Found - Fichier non trouvĆ© + Fichier non trouvĆ© - - %1 does not exist. Would you like to create it? - %1 n'existe pas. Voulez-vous le crĆ©er ? + %1 n'existe pas. Voulez-vous le crĆ©er ? - - Failed to Create File - La crĆ©ation du fichier a Ć©chouĆ© + La crĆ©ation du fichier a Ć©chouĆ© - - Unable to create %1 [%2] - Impossible de crĆ©er %1 [%2] + Impossible de crĆ©er %1 [%2] Marginnal @@ -8008,26 +8220,24 @@ Voulez-vous lui envoyer un message Ć  la place ? Aucune - + Has authenticated me M'a authentifiĆ© - + has authenticated you. Right-click and select 'make friend' to be able to connect. vous a authentifiĆ©. Clic droit et sĆ©lectionnez 'Devenir ami' pour vous connecter. - Select Certificate - Choisir le certificat + Choisir le certificat - Certificates (*.pqi *.pem) - Certificats (*.pqi *.pem) + Certificats (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -8115,7 +8325,7 @@ p, li { white-space: pre-wrap; } Menu - + Deny friend Refuser ami @@ -8124,22 +8334,22 @@ p, li { white-space: pre-wrap; } Accepter ami - + Make friend Devenir ami - + Delete certificate Supprimer le certificat - + Export my Cert Exporter mon certificat - + Peer details... DĆ©tails de la personne... @@ -8152,7 +8362,7 @@ p, li { white-space: pre-wrap; } Est-moi confiance - + Unknown Inconnu @@ -8161,7 +8371,7 @@ p, li { white-space: pre-wrap; } Jamais vu - + Authentication matrix Matrice d'authentification @@ -8182,68 +8392,58 @@ p, li { white-space: pre-wrap; } ClĆ© GPG non signĆ©e - + Personal signature Signature personnelle - + GPG key signed by you ClĆ© GPG signĆ©e par vous - + Marginally trusted peer Confiance moyenne - + Fully trusted peer EntiĆØre confiance - + Untrusted peer Non fiable - + yourself Moi - - - - RetroShare - RetroShare + RetroShare - Sorry, create certificate failed - DĆ©solĆ©, la crĆ©ation du certificat a Ć©chouĆ© + DĆ©solĆ©, la crĆ©ation du certificat a Ć©chouĆ© - Please choose a filename - Veuillez spĆ©cifier un nom de fichier + Veuillez spĆ©cifier un nom de fichier - RetroShare Certificate (*.rsc );;All Files (*) - Certificats RetroShare (*.rsc );;Tous les fichiers (*) + Certificats RetroShare (*.rsc );;Tous les fichiers (*) - Certificate file successfully created - Fichier certificat crĆ©Ć© avec succĆØs + Fichier certificat crĆ©Ć© avec succĆØs - - Sorry, certificate file creation failed - DĆ©solĆ©, la crĆ©ation du fichier certificat a Ć©chouĆ© + DĆ©solĆ©, la crĆ©ation du fichier certificat a Ć©chouĆ© UPNP is active. @@ -8338,7 +8538,7 @@ p, li { white-space: pre-wrap; } Aucune connectivitĆ© - + Network View Afficher le rĆ©seau @@ -8710,13 +8910,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;"><img src=":/images/konqsidebar_news16.png" /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</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;"> @@ -8728,12 +8927,13 @@ p, li { white-space: pre-wrap; } Tout effacer + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> - <!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;"> @@ -8842,12 +9042,27 @@ p, li { white-space: pre-wrap; } Nouveau message - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat Chat privĆ© - + Open Window for new chat Ouvrir la fenĆŖtre lors d'un nouveau chat @@ -8860,56 +9075,76 @@ p, li { white-space: pre-wrap; } Rouvrir si fermĆ© par l'utilisateur : - + Grab Focus when chat arrives FenĆŖtre de chat au premier plan si un message arrive - + Use a single tabbed window Utiliser un onglet par fenĆŖtre - + Group chat Chat public - + Display systray message Afficher le message dans la zonne de notification + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase Mot de passe de la clĆ© GPG - + Wrong password ! Mauvais mot de passe ! - + Please enter the password to unlock the following GPG key: Veuillez entrer votre mot de passe pour dĆ©vĆ©rouiller la clĆ© GPG suivante : - + Examining shared files... VĆ©rification des fichiers partagĆ©s... - + Hashing file Hache des fichiers - + Saving file index... Sauvegarde de l'index... @@ -8927,18 +9162,22 @@ p, li { white-space: pre-wrap; } Personne en ligne - + Friend Online Ami en ligne PeerDefs + + Anonymous + Anonymes + - Anonymous - Anonymes + Unknown + Inconnu @@ -8996,7 +9235,7 @@ p, li { white-space: pre-wrap; } - + Expand DĆ©velopper @@ -9072,32 +9311,31 @@ p, li { white-space: pre-wrap; } Dernier contact : - + Friend Ami - + Friend Connected Ami connectĆ© - + Connect Attempt Tentative de connection - + Friend of Friend Ami d'ami - + Peer Personne - @@ -9106,16 +9344,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer Personne inconnue - + Hide Cacher - + Quick Message Message instantanĆ© @@ -9169,7 +9408,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Chat @@ -9182,17 +9421,17 @@ p, li { white-space: pre-wrap; } Enlever un ami - + Save Certificate Enregistrer un certificat - + Certificates (*.pqi) Certificats (*.pqi) - + Status Statut @@ -9211,7 +9450,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Amis</span></p></body></html> - + Connect To Friend Se connecter Ć  un ami @@ -9220,71 +9459,70 @@ p, li { white-space: pre-wrap; } # - + Profile Profil - Friends Storm - ActualitĆ© des amis + ActualitĆ© des amis Paste retroshare Link Coller le lien RetroShare - + Welcome to RetroShare's group chat. Bienvenue dans le chat pubic RetroShare. - + Friend Details DĆ©tails de l'ami - + Recommend this Friend to... Recommander cet ami Ć ... - + Add to group Ajouter au groupe - + Move to group DĆ©placer dans le groupe - + Groups Groupes - + Remove from group Supprimer du groupe - + Remove from all groups Supprimer de tous les groupes - + Expand all DĆ©velopper tout - + Collapse all Rassembler tout - + Message Friend Envoyer un message @@ -9293,12 +9531,12 @@ p, li { white-space: pre-wrap; } DĆ©tails - + Deny Friend Ignorer cet ami - + Remove Friend Location Supprimer le lieu de cet ami @@ -9331,7 +9569,8 @@ p, li { white-space: pre-wrap; } OccupĆ©(e) - + + Available Disponible @@ -9350,18 +9589,18 @@ Do you want to send them a Message instead Voulez-vous lui envoyer un message Ć  la place ? - - + + RetroShare RetroShare - + Do you want to remove this Friend? DĆ©sirez vous supprimer cet ami? - + is typing... est occupĆ© Ć  Ć©crire... @@ -9374,7 +9613,7 @@ Voulez-vous lui envoyer un message Ć  la place ? Nouveau canal - + Add Extra File Ajouter un fichier supplĆ©mentaire @@ -9403,85 +9642,100 @@ 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, seulement les fichiers sont acceptĆ©s. - + + News Feed + Fil d'actualitĆ© + + + Paste RetroShare Link Coller le lien RetroShare - + Group Groupe - + Friend Ami - + Location Machine - + Message Group Message public - + Edit Group Modifier le groupe - + Remove Group Supprimer le groupe - - + + Paste Friend Link Coller le lien d'ajout d'ami - + location Machine - - + + New group chat Nouveau chat public - + + Load File + Ajouter un fichier + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + + + Save as... Enregistrer sous... - + Text File (*.txt );;All Files (*) Fichier Texte (*.txt);;Tous les fichiers (*) - + me Moi @@ -9490,7 +9744,7 @@ Voulez-vous lui envoyer un message Ć  la place ? - - + Send Envoyer @@ -9503,12 +9757,12 @@ Voulez-vous lui envoyer un message Ć  la place ? Groupe de discution live: - + Italic Italique - + Underline Souligner @@ -9535,7 +9789,7 @@ p, li { white-space: pre-wrap; } Cacher les amis dĆ©connectĆ©s - + Add or Change your Avatar Ajouter ou modifier votre image perso @@ -9552,7 +9806,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 personnel @@ -9561,7 +9815,7 @@ p, li { white-space: pre-wrap; } Chat Live - + Bold Gras @@ -9570,13 +9824,13 @@ p, li { white-space: pre-wrap; } CrĆ©er un nouveau Forum - - + + Create new Forum CrĆ©er un nouveau Forum - + F F @@ -9585,69 +9839,107 @@ p, li { white-space: pre-wrap; } CrĆ©er un nouveau canal - - + + Display + Affichage + + + + Create new Channel CrĆ©er un nouveau canal - + C C - + Add your Avatar Picture Ajouter votre image perso - + A A - + Set your Personal Message DĆ©finir votre message personnel - + Edit your status Message Editer votre message d'Ć©tat - + Browse Message History Parcourir l'historique des messages - + Browse History Parcourir l'historique - + + + Sort by State + Trier par statut + + + Hide State + + + + + 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 + + + + + Deletes all stored and displayed chat history + + Disable Emoticons 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 @@ -9656,46 +9948,45 @@ p, li { white-space: pre-wrap; } Couleur du texte - - + + Add Friend Ajouter un ami - + Create new Profile CrĆ©er un nouveau profil - + Font Police - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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;">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; } @@ -9708,12 +9999,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">DĆ©finir la couleur du texte</span></p></body></html> - + Attach File Joindre un fichier - + Clear Chat History Effacer l'historique du chat @@ -9996,7 +10287,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Supprimer @@ -10004,21 +10295,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... Installation d'un nouveau plugin... - + Open Plugin to install Ouvrir un plugin Ć  installer - + Plugins (*.so *.dll) Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + PopularitĆ© + + PopupChatDialog @@ -10026,7 +10325,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 @@ -10037,12 +10336,12 @@ Voulez-vous lui envoyer un message Ć  la place ? Discussion avec - + is typing... est occupĆ© d'Ć©crire... - + Hide Avatar Cacher l'image perso @@ -10051,7 +10350,7 @@ Voulez-vous lui envoyer un message Ć  la place ? :images/hide_toolbox_frame.png - + Show Avatar Montrer l'image perso @@ -10072,22 +10371,27 @@ Voulez-vous lui envoyer un message Ć  la place ? RetroShare - + Friend not Online Ami Hors-ligne - + Paste RetroShare Link Coller le lien RetroShare - + Add Extra File Ajouter un fichier supplĆ©mentaire - + + Load Picture File + + + + Save as... Enregistrer sous... @@ -10097,27 +10401,27 @@ Voulez-vous lui envoyer un message Ć  la place ? - + 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 @@ -10243,6 +10547,11 @@ p, li { white-space: pre-wrap; } Text Color Couleur du texte + + + Clear Chat History + Effacer l'historique du chat + Browse Message History @@ -10253,6 +10562,16 @@ p, li { white-space: pre-wrap; } Browse History Parcourir l'historique + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -10281,9 +10600,8 @@ p, li { white-space: pre-wrap; } DĆ©finir votre image perso - Clear Chat - Effacer l'historique + Effacer l'historique @@ -10327,10 +10645,20 @@ p, li { white-space: pre-wrap; } DĆ©sactiver les onglets - + RetroShare RetroShare + + + Load File + Ajouter un fichier + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PrintPreview @@ -10947,64 +11275,71 @@ p, li { white-space: pre-wrap; } Peut-ĆŖtre que le mot de passe est incorrect - + 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: + + + + + 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. L'ami a Ć©tĆ© ajoutĆ© Ć  votre liste. - + Friend Request canceled Demande d'ami annulĆ©e - + The friend could not be added to your list. L'ami n'a pas pu ĆŖter ajoutĆ© Ć  votre liste. - + The friend could not be found. L'ami n'a pas pu ĆŖtre trouvĆ©. - + File Request Error Erreur de demande de fichier - + The file link is malformed. Le lien du fichier est mauvais. @@ -11099,7 +11434,7 @@ p, li { white-space: pre-wrap; } - + Exit TerminĆ© @@ -11238,7 +11573,7 @@ p, li { white-space: pre-wrap; } - + < Back < PrĆ©cĆ©dent @@ -11338,27 +11673,32 @@ p, li { white-space: pre-wrap; } DĆ©marrer RetroShare au lancement du systĆØme. - + + Start minimized on system start + + + + Finish Terminer - + Select A Folder To Share Choisir un dossier Ć  partager - + Shared Directory Added! Le dossier a correctement Ć©tĆ© ajoutĆ© ! - + Do you really want to stop sharing this directory ? Etes-vous certains de ne plus vouloir partager ce dossier ? - + Warning! Attention ! @@ -11614,32 +11954,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, e.x. Peer@BDE8D16A46D938CF - + This Peer %1 is not available in your Network La personne %1 n'est pas disponible dans votre rĆ©seau @@ -11685,37 +12025,37 @@ p, li { white-space: pre-wrap; } - + 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 - + Send retroshare Link Evoyer le lien retroshare - + Broadcast on Channel Ɖmettre sur le canal - + Recommend to Friends Recommander aux amis - + New RetroShare Link(s) Nouveau(x) lien(s) RetroShare @@ -11724,18 +12064,18 @@ p, li { white-space: pre-wrap; } / - + Remove Supprimer - + Remove All Tout supprimer - - + + Folder Dossier @@ -11781,24 +12121,24 @@ p, li { white-space: pre-wrap; } Documents - + Download Notice TĆ©lĆ©charger la notice - + Skipping Local Files Les fichiers que vous possĆ©dez dĆ©jĆ  seront ignorĆ©s - - + + Sorry DĆ©solĆ© - - + + This function is not yet implemented. Cette fonction n'est pas encore activĆ©e. @@ -12212,12 +12552,17 @@ p, li { white-space: pre-wrap; } Dynamic DNS - + + Show Discovery information in statusbar + + + + IP Service Service IP - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -12228,7 +12573,7 @@ que si vous vous connectez Ć  quelqu'un. Laisser cette case cochĆ©e vous ai derriĆØre un pare-feu ou un VPN (Virtual Private Network). - + Allow RetroShare to ask my ip to these websites: Autoriser RetroShare Ć  rĆ©cupĆ©rer mon adresse IP Ć  partir de ces sites : @@ -13181,16 +13526,38 @@ p, li { white-space: pre-wrap; } - Insecure - peu sĆ»r + + Warning + + + + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. + + + + Insecure + peu sĆ»r - Auto Login is not so much secure: - Your SSL certificate will be stored unprotected. - Your PGP key will however not be stored. This choice be reverted in settings. - La connection automatique est moins sĆ»r : + La connection automatique est moins sĆ»r : ....- Votre certificat SSL stockĆ© est non protogĆ©. ....- Cependant votre clĆ© GPG n'est pas enregistrĆ©e. Ce choix peut ĆŖtre modifiĆ© dans les prĆ©fĆ©rences. @@ -13428,6 +13795,7 @@ Etes-vous certains de vouloir continuer ? StatusDefs + Offline Hors-ligne @@ -13476,6 +13844,66 @@ Etes-vous certains de vouloir continuer ? Friend is idle Ami inactif + + + Connected + ConnectĆ© + + + + Unreachable + + + + + Available + Disponible + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -13683,32 +14111,32 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. Utiliser la version texte du certificat PGP. - + The text below is your PGP certificate. You have to provide it to your friend 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 - + RetroShare Invite Invite - + 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 @@ -13717,32 +14145,32 @@ 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 ce texte et l'envoyer Ć  vos amis par courrier Ć©lectronique ou par tout autre moyen - + RetroShare RetroShare - + Text certificate Texte du certificat @@ -13755,7 +14183,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 @@ -13764,7 +14192,7 @@ p, li { white-space: pre-wrap; } S'il vous plaĆ®t, amis XPGP coller votre certificat dans la case ci-dessous - + Connect Friend Help Aide Ć  la connexion d'un ami @@ -13773,7 +14201,7 @@ p, li { white-space: pre-wrap; } Vous pouvez copier ce texte et l'envoyer Ć  votre ami par e-mail, ICQ ou d'une autre maniĆØre - + Certificate Load Failed Le certificat n'a pas pu ĆŖtre chargĆ© @@ -13888,23 +14316,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Annuler - + Clear Completed Effacer les fichiers terminĆ©s - - + + Status Etat - + Completed TerminĆ© @@ -13977,15 +14405,15 @@ p, li { white-space: pre-wrap; } <p 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;">Ɖmissions:</span></p></body></html> - - + + Name i.e: file name Nom - - + + Size i.e: file size Taille @@ -13996,19 +14424,19 @@ p, li { white-space: pre-wrap; } Progression - + Speed i.e: Download speed Vitesse - + Progress / Availability i.e: % downloaded Progression/DisponibilitĆ© - + Sources i.e: Sources Sources @@ -14019,7 +14447,7 @@ p, li { white-space: pre-wrap; } Restant - + Core-ID Core-ID @@ -14033,76 +14461,76 @@ p, li { white-space: pre-wrap; } Vitesse / PrioritĆ© - + Remaining Restant - + Download time i.e: Estimated Time of Arrival / Time left DurĆ©e du tĆ©lĆ©chargement - + Peer i.e: user name Personne - + Progress i.e: % uploaded Progression - + Speed i.e: upload speed Vitesse - + Transferred TransfĆ©rĆ© - + Play Lecture - + Pause En pause - + Resume Reprendre - + Force Check Forcer la vĆ©rification - + Open Folder Ouvrir le dossier - + Open File Ouvrir le fichier - + Preview File PrĆ©visualiser - + Details... DĆ©tails... @@ -14119,7 +14547,7 @@ p, li { white-space: pre-wrap; } Affichage - + Move in Queue... Mettre en file d'attente... @@ -14128,21 +14556,21 @@ p, li { white-space: pre-wrap; } Purger la file d'attente - - + + Slower Basse - - - + + + Average Normale - - + + Faster Plus rapide @@ -14159,7 +14587,7 @@ p, li { white-space: pre-wrap; } Basse - + Hash Hash @@ -14176,150 +14604,150 @@ p, li { white-space: pre-wrap; } Automatique - + Streaming Streaming - + Random AlĆ©atoire - + Chunk strategy MĆ©thode de tĆ©lĆ©chargement - - - + + + Failed EchouĆ© - - - + + + Okay OK - - + + Waiting En attente - + Downloading En cours de tĆ©lĆ©chargement - - - - + + + + Complete TerminĆ© - + Unknown Inconnu - + version: Version : - + Queued En file d'attente - + Speed / Queue position Vitesse / PrioritĆ© - + Copy RetroShare Link Copier le lien RetroShare - + Paste RetroShare Link Coller le lien RetroShare - + Down RĆ©ception - + Up Emission - + Top En haut - + Bottom En bas - + Priority (Speed)... PrioritĆ© (Vitesse)... - + Paused En pause - + Transferring Transfert - + Checking... VĆ©rification en cours... - + Uploading En cours d'envoi - + RetroShare RetroShare - + Details: DĆ©tails : - + Open Transfer Ouvrir le transfert - + File %1 is not completed. If it is a media file, try to preview it. Le fichier %1 n'est pas terminĆ©. Si c'est un fichier multimĆ©dia, essayez de le prĆ©visualiser. - + Are you sure that you want to cancel and delete these files? Etes-vous sĆ»r de vouloir annuler et d'effacer ces fichiers ? @@ -14362,35 +14790,45 @@ p, li { white-space: pre-wrap; } Confiance - is athenticated (one way) by - est authentifiĆ© ( un sens) par + est authentifiĆ© ( un sens) par - athenticated himself - est authentifiĆ© par lui-mĆŖme + est authentifiĆ© par lui-mĆŖme - athenticated each others - sont authentifiĆ©s mutuellement + sont authentifiĆ©s mutuellement - is athenticated by - est authentifiĆ© par + est authentifiĆ© par - athenticated - AuthentifiĆ© + AuthentifiĆ© + + + + is authenticated (one way) by + Half ƀ moitiĆ© + + + authenticated himself + + + + + authenticated each other + + Full @@ -14402,6 +14840,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. personnes, incluant lui(elle)-mĆŖme. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -14616,90 +15064,90 @@ bloquera ce dernier. misc - + Unknown Unknown (size) Inconnu - + B bytes B - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown Inconnu - + < 1m < 1 minute < 1m - + %1 minutes e.g: 10minutes %1 minutes - + %1d %2h e.g: 2days 10hours %1J %2H - + %1y %2d e.g: 2 years 2days %1A %2J - + k e.g: 3.1 k k - + M e.g: 3.1 M M - + G e.g: 3.1 G G - + T e.g: 3.1 T T @@ -14710,7 +15158,7 @@ bloquera ce dernier. %1A %1J %2h %3m - + %1h %2m e.g: 3hours 5minutes %1H %2M @@ -14721,4 +15169,4 @@ bloquera ce dernier. %1J %2h %3m - \ No newline at end of file + diff --git a/retroshare-gui/src/lang/retroshare_gr.qm b/retroshare-gui/src/lang/retroshare_gr.qm index 2fe7e0552fc6c707d2d1b3b608895bfad7d87e6f..15fd0970f8ebd8ac33927f9c01f4d212d6e4237c 100644 GIT binary patch delta 3023 zcmZwJ3sh6*9RTou9v6}r5|E%gg7OFt0mH*!K?Q;EHee(OgjeMeAmb65gsQMEJuS`$ z&JMq|waQdh#ph1dtJOL?nTXWq+_WCM+G%H5AJbXeqh0B$`-eY0JEt4xgx~jl_vYU3 z{=fhKyXpN*F#4Xrwdh2n|AhwwuU-ySpI$Ne?nhYwl79hk3jqv2BP-{lO93jq0dxrf zK6asr6*qWilfM#E+8!V!eRN zU^tN_&#FqwXa%-Kbj9|La7D1dJO znfM#Bn^^zzuSE zyo<~>ler4AaEPpE0B+a<;OD{%x*JQR5Uo1`5Pb^$3jG42lcxjBF+kpHXTkk9X>2PQ z_ci37e2Qzo3JT}HiV+i%ekaJFU1YF{jJZQ5Imztfq^l?ZmaM%FkkSW5LQJB$x5-qF z%+rFgpamecAIh!WIMEiUIFA#W{wW!mK*r1?W3Q5lbIFAgGA)-Z^dgH+OzMJ?OHgs~ z4b1LpsBAq7P;m(=ha&)#L!|Fja>hfbnug<%JII(Os2bP>U|tQ?9vc7xPLqMZCW9QL z`W#eGoW_Z#z^eTisRcZl_DB%3dBO!?Y!$5drW%tWKwxcKfpM-C48N%c$f*@ZPxl2# zxFgKypNCIeMlS0Y7Mpm0f^=cmG)z|YdNN^Ep^&lYbfIE5L~P5Ri#nN~8$mt1n2ES|FLn0SlJ{YCQ;@x{M?i1mI?eCs6* z=0GT!t|v3SIKy+{IH8}Drn_Y22-mb>6gMOZSscr?p8p9zi67UtwH83bxVC+mI}1X& zzJ0@(%-!6^Ts&X3j*NYSb4?CpN6|p`8Zy^O7HlJn^0+MrIsn2ilNly5Ya6M5z-?Q% z1tV~rj7=rucawzFuxUnk!)K@B1vzRukTZ3G+y&G({FN-a zPnLC)6`|7F_1CZ(#-%SSN3i_9l@66)HE719=Npe=i2I}$cH&Z)I;2ljyRmF{k|j%I z@|J^G=FKwiLwH`rQ(5El?_>QZw744p&)k-^RegX-W|Xz9XBd%dWCfG$x^Dpp+anv* zVG`wCm0ftzf#tW8RF}x!H{Zjpc(3fA6SMGDeMt8GT0EY6fHWwkDY|X@`8@s;{ve-ys**%J&O!hcoSw-|E?l8;L^x zkuQ%s+G}13p;FA|J}>|^!_*$=5&f@jv+#Ad;)JAE>r4GsW2I<$;^jJYsDCD@qNmT%Q@T+>Xn119C&;}soC3J zif_9)%JIT)@wK_1%rq$U+7!iZs8#%)Kp!zH#m==^ z(^*7vAezZu=m_3CyPj>DUCG{Vm@S{CZ>e(@IhqTcmUb2&94?i(2aI*i7B(J|$!kK^ z37C4;T&4+AF;#UauL(;Kvhj!zrq}qereHOHTeDffEWyFv%52-pjy79eW2vpq;k4NK z_Q-#Gy6@p7&$ZdR+JCso!-No-baG_!E}7LKtXDgoX_ABZUhVHiY*3dkljhlNU7gvM zCI{=+hI=a~yQOxErQF)sY;kUmU-&;`EHN}xk=JF-S=DLJX|uFjI-IO7IE+1;G{E*( zhx&LIwC7tLPMdvomfg0}VX?cf{C`FdH)xbUI+qnSX<693G!~g0z#HZ*5xFD5EIM!g z_4!%>JExt?R4IOJ^qC>{I6=)1r*w0?!4M^2T{<-zH>h|=QJ0VpF@_7>Pbu;IArk2& zCRT4wW?iO2cB@p!!s?@>l48qBN3O-v$ZN~R0{8i>tU~V&qf}zFSnQMQG@vV%xjQCj zowLiq*O(Uw++kzMl|JluaZ!9u)gys>ab!xPt+T7sy`tE zWY(IG*`1oX{IOaA$A8}NJU!F6<+rS=eiq-;B$Tl4lA?KqZM8@@Lv&1ZN;E8bM>HZj qD>{w;FN@w49mhfd@W2mOYVUG5J+UR7Y?WCpE19b~lHY5u7W@ZQ9b2LR delta 3656 zcma*pd2~}%8UXO`<>jSGnkL<1TN>yqO@y|zWoc!V#kT2^kd~(VMw8~zhNcTm%F@C_ zaTmpr3kq5ljtj!5qdtx!3`kijLIHKqIijL-6j2O9W#&u1f_mnkIX&&~zL%H# z-TU3|-q+zbxjVk(f^%N;Bp$msxamZyX@ASMeP?a~(5L}~*#HfvN$=-q8Gv^`K<;FK znA^yva{$G405!`279Rpwx*L>F+yPKjPdW~eF!L1YWuUx>&qtfc_${Py1DSc1Ea(U2J{QLpZi312-SAI`c1<1OS zWV;Q7Aqk*<3MtjV#N1af13#gc048R@#JpJaekgkQFaQK`xk8Qf?PNwP6z};DuIW}N zy=fDsYCdUvolJh5OgE7^JITfqV7vQWfc#UiP=U3OSw>b@LwQL%K*0{E@%H1u4ngfv zj2CAigO(m@Wcx^~NESa#*5#3I8`O?$!6J)<`i@-y?Yp3U$O2$^mW=QcQUC|1MQwFGAqL31v!RJ;h`XaID zV$`H*Et&PVkeL4h1Kp7JDORse0VwHE3>AL{kT{Pt8+p@k20+UizT(4^0AuZZ&39S= zkBe`(@C1PNUjB*ZJF%ZHNQYl3y(3|Y?;_nVDtm9mrD-!OR}BULZk(W8H;@Z(!$CBN zjfBH=qs*_|T(TF7qMwX;flSboV@{F{v&iOVa>?VQ*QFd>zaC)bKIO={4*@1MDnD9l z#_jwNSvrO+pCj0prQrY%3-(~BvG5JL(ds6b_6kex8^)Ab$)=q`$I+z#u8o54(PjX1 z1G(s`;M;-4RX9`Vtmy*CGYac=3}JQe5$?C*_v7Cnop+4-DOoj0)*cdq;RhRk6gK|> zJ4o9^mdz!dcHyymHe*KqM5gzVSw^z%F=4PK6!7oD;NU?_Z5>%{BpZGbcCN$SU_MUX zxP`3vhV*6zg(G>mCao8RBQIf*c)k?=u~Lr%d5bLDtx7M);D zzp8w*{|#VUsv1!7nCcCxgU5YXbeC1f?^%tRYEXSXCA6*IBl9~6 z2tM;HZm0Jn@`5-Zk42rsJb1oy`_mUCOv7{N=|y8 zw4Eg@CXe&TQ>ed|F ziurect+^Wi3~ug^N!Ky0uKju3Gws^wm+-mvFSMTJ@8R^fllc?0zR>G3Es-qKX?^!H zfSkgxL9iaA8+AXD?E~7Uzm@>TcWZ}pv4X0<*B-mok9)C@G}*N8)m^}I_-*YsSH|J{ z_a*JmcjM<(r^p6xq(Ml-7sg?-^@T`d&n7GgjV@04E`apCZcIN;z&Il$o-%f`&a@d9 zwCsw`+Oh{n#_I<75AeZpx*aS3g%y-eI_B$ka(I5W-l+RChXEI^*L^hbC?1Os=+4B+ zcy9hPYI3RuOMQea-4d05ANJRBFlx<64?uHV)B_wAQowXl8at7 zJl9!???$iT^U@#i9eaf=Uu(F0G8bUUDKGZ&DO-~}Ue48g70sTsWEk`d0s&WRyVdKH zN&-?Rn^QAME*xV~vZtpfvwh<<){dL{OiNtRtVr<58mlS{rKa8Ho&iAuXl%gP3V<6yO&F%U-C(<0m&nF z{yKv0mk3ir5qhxKRoGhqBmG}dm^o^ioS89+OX`(+e5=Gj_y0taN9LDvvh9{W1v~FF zv+1|Q%R>ce3Km)92sYyZI|U-98*!Xr`;eZ4s}$ z(1Fig8*M9uX5b2EM8wYmFb}I6K!v|KmMNmATk?xt-2qWr>GcP)#hUKEB%eoI)!irh zyd6?#=&ikyD0=@mi?s-5Q1=oPO6+6X43=8`0v=G=@|2o=5iF&0 mtS-{o=Pr=^f$(%(3nnq+;+W7OC>s~|^X%KoRQbHSk^3+GjqGdy diff --git a/retroshare-gui/src/lang/retroshare_gr.ts b/retroshare-gui/src/lang/retroshare_gr.ts index 0a67a58b7..1829efc5a 100644 --- a/retroshare-gui/src/lang/retroshare_gr.ts +++ b/retroshare-gui/src/lang/retroshare_gr.ts @@ -866,43 +866,35 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse - + Select Certificate Select Certificate @@ -911,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 @@ -1208,37 +1200,25 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Ī“Ī·Ī¼Ī¹ĪæĻ…ĻĪ³ĻŽ ĪŗĪ±Ī½Ī¬Ī»Ī¹ - + Subscribe To Channel Subscribe To ĪŗĪ±Ī½Ī¬Ī»Ī¹ - - Enter a Keyword here - - - - Title - Ļ„ĪÆĻ„Ī»ĪæĻ‚ ĪµĻ†Ī·Ī¼ĪµĻĪÆĪ“Ī±Ļ‚ + Ļ„ĪÆĻ„Ī»ĪæĻ‚ ĪµĻ†Ī·Ī¼ĪµĻĪÆĪ“Ī±Ļ‚ - - Description - - - - Reset - Reset + Reset - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1247,103 +1227,97 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - Name + Name - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1398,7 +1372,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1545,17 +1519,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1563,67 +1537,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 @@ -1710,74 +1684,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -2003,6 +1977,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2122,176 +2106,176 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2301,17 +2285,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2419,12 +2408,12 @@ Do you want to save your changes? - + RetroShare Retroshare - + Please add a Name @@ -2519,7 +2508,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2540,12 +2529,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2670,7 +2659,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2690,43 +2679,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare Retroshare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2771,22 +2760,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare Retroshare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3057,7 +3046,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3083,22 +3072,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name File Name - + Not Rated - + No Comments @@ -3213,28 +3202,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Ī»Ī®Ī¾Ī· - - - File %1 does not exist at location. - - EditChanDetails @@ -3330,37 +3327,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! @@ -3368,12 +3365,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3570,80 +3567,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3661,57 +3668,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3804,8 +3811,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3820,10 +3827,42 @@ p, li { white-space: pre-wrap; } - + + Send + ĻƒĻ„Ī­Ī»Ī»Ļ‰ + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3874,164 +3913,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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 Hide - + Expand - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Date - - + + Title Ļ„ĪÆĻ„Ī»ĪæĻ‚ ĪµĻ†Ī·Ī¼ĪµĻĪÆĪ“Ī±Ļ‚ - - + + Start New Thread @@ -4040,17 +4082,12 @@ p, li { white-space: pre-wrap; } ĪŗĪ±Ī¹Ī½ĪæĻĻĪ³Ī¹ĪæĻ‚ Ī¼Ī®Ī½Ļ…Ī¼Ī± - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4059,33 +4096,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; } @@ -4094,7 +4131,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4103,27 +4140,27 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4132,27 +4169,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4357,8 +4399,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4490,92 +4532,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Generate New Certificate - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend ĪµĪŗĪ»ĪµĪŗĻ„ĻŒĻ‚ Ī­Ī¼Ļ€Ī¹ĻƒĻ„ĪæĻ‚ Ļ†ĪÆĪ»ĪæĻ‚ - + Certificates (*.pqi *.pem) 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! @@ -4657,52 +4699,57 @@ p, li { white-space: pre-wrap; } Login - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4778,6 +4825,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + Ļ„ĪÆĻ„Ī»ĪæĻ‚ ĪµĻ†Ī·Ī¼ĪµĻĪÆĪ“Ī±Ļ‚ + + + + Description + + + + + Reset + Reset + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5261,7 +5351,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5272,26 +5362,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5769,55 +5860,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. @@ -5826,112 +5917,112 @@ p, li { white-space: pre-wrap; } - + Status Status - + 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 - + 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 @@ -5966,12 +6057,12 @@ p, li { white-space: pre-wrap; } - + Search ĪµĻĪµĻ…Ī½ĻŽ - + Files Ī»ĪÆĪ¼Ī± @@ -5980,60 +6071,60 @@ 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 @@ -6043,18 +6134,18 @@ p, li { white-space: pre-wrap; } About - - + + Forums - + Open Messages - + Applications @@ -6063,17 +6154,17 @@ p, li { white-space: pre-wrap; } Settings - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -6097,13 +6188,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose ĻƒĻ…Ī½ĪøĪ­Ļ„Ļ‰ - + Contacts @@ -6113,22 +6204,22 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Send To: ĻƒĻ„Ī­Ī»Ī»Ļ‰ ĪµĪ¹Ļ‚: - + Subject: - + Paragraph @@ -6138,118 +6229,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files ĻƒĻ…Ī½Ī¹ĻƒĻ„ĻŽ Ī»ĪÆĪ¼Ī± - + File Name File Name - + Size @@ -6258,57 +6349,57 @@ p, li { white-space: pre-wrap; } Sources - + Hash - + Send ĻƒĻ„Ī­Ī»Ī»Ļ‰ - + Send this message now - + Reply - + Toggle Contacts View - + Save Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6339,7 +6430,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6361,221 +6452,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6639,64 +6730,54 @@ Do you want to save message ? ĪŗĪ±Ī¹Ī½ĪæĻĻĪ³Ī¹ĪæĻ‚ Ī¼Ī®Ī½Ļ…Ī¼Ī± - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Ī»Ī®Ī¾Ī· + + + Sub: + + MessagesDialog - + New Message ĪŗĪ±Ī¹Ī½ĪæĻĻĪ³Ī¹ĪæĻ‚ Ī¼Ī®Ī½Ļ…Ī¼Ī± - + Reply to Message Ī±Ļ€Ī±Ī½Ļ„ĻŽ ĪµĪ¹Ļ‚ Ī¼Ī®Ī½Ļ…Ī¼Ī± - + Remove Message Ī¼ĪµĻ„Ī±ĪŗĪ¹Ī½ĻŽ Ī¼Ī®Ī½Ļ…Ī¼Ī± - + Date Ļ‡ĻĪæĪ½ĪæĪ»ĪæĪ³ĻŽ - - + + From Ī±Ļ€ĻŒ @@ -6787,15 +6868,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6806,17 +6887,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Email-Inbox - - - + + + Outbox Email-Outbox @@ -6827,15 +6908,15 @@ p, li { white-space: pre-wrap; } - + Sent Email-Sent - - - + + + Trash @@ -6930,7 +7011,7 @@ p, li { white-space: pre-wrap; } Download All - + Print Document @@ -6944,110 +7025,120 @@ p, li { white-space: pre-wrap; } Sources - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Download - + Empty trash - + Hide Hide - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + Ī»ĪÆĪ¼Ī± + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Subject @@ -7164,85 +7255,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat ĪæĪ¼Ī¬Ī“Ī± Ļ†Ī¹Ī»Ī¹ĪŗĪ® ĻƒĻ…Ī¶Ī®Ļ„Ī·ĻƒĪ· - + Message Friend - + Connect To Friend Connect To Ļ†ĪÆĪ»ĪæĻ‚ - + Peer Details Peer ĪŗĪ±ĪøĪ­ĪŗĪ±ĻƒĻ„Ī± - + Recomend this Friend to... - + Export Friend Export Ļ†ĪÆĪ»ĪæĻ‚ - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Save Certificate - + Certificates (*.pqi) Certificates (*.pqi) @@ -7251,49 +7342,49 @@ p, li { white-space: pre-wrap; } Remove Ļ†ĪÆĪ»ĪæĻ‚ - + Click to Change your Avatar - + Search Friends - + Reset Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7303,12 +7394,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7346,7 +7437,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7366,7 +7457,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Hide @@ -7522,80 +7633,68 @@ p, li { white-space: pre-wrap; } Ī³ĪµĪ¼ĪÆĪ¶Ļ‰ Ļ€Ļ„Ļ…Ļ‡ĪÆĪæ - - Select a pem/pqi File - Select a pem/pqi File + Select a pem/pqi File - - File Not Found - File Not Found + File Not Found - - %1 does not exist. Would you like to create it? - %1 does not exist. Would you like to create it? + %1 does not exist. Would you like to create it? - - Failed to Create File - Failed to Create File + Failed to Create File - - Unable to create %1 [%2] - Unable to create %1 [%2] + Unable to create %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Select Certificate + Select Certificate - Certificates (*.pqi *.pem) - Certificates (*.pqi *.pem) + Certificates (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7646,83 +7745,53 @@ p, li { white-space: pre-wrap; } Cert Id - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - RetroShare - Retroshare - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + Retroshare @@ -7958,7 +8027,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -8076,65 +8145,100 @@ p, li { white-space: pre-wrap; } ĪŗĪ±Ī¹Ī½ĪæĻĻĪ³Ī¹ĪæĻ‚ Ī¼Ī®Ī½Ļ…Ī¼Ī± - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8142,7 +8246,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -8159,7 +8263,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -8203,7 +8307,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8258,32 +8362,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8292,16 +8395,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Hide - + Quick Message @@ -8327,7 +8431,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Ļ†Ī¹Ī»Ī¹ĪŗĪ® ĻƒĻ…Ī¶Ī®Ļ„Ī·ĻƒĪ· @@ -8340,17 +8444,17 @@ p, li { white-space: pre-wrap; } Remove Ļ†ĪÆĪ»ĪæĻ‚ - + Save Certificate Save Certificate - + Certificates (*.pqi) Certificates (*.pqi) - + Status Status @@ -8366,77 +8470,72 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends</span></p></body></html> - + Connect To Friend Connect To Ļ†ĪÆĪ»ĪæĻ‚ - + Welcome to RetroShare's group chat. - + Profile - - Friends Storm - - - - + me - + Paste RetroShare Link - + Group - + Friend - + Location Location - + Message Group - + Edit Group - + Remove Group - + Expand all - + Collapse all - + Message Friend @@ -8445,131 +8544,147 @@ p, li { white-space: pre-wrap; } Peer ĪŗĪ±ĪøĪ­ĪŗĪ±ĻƒĻ„Ī± - + Deny Friend - + Remove Friend Location - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + + Available - - + + RetroShare Retroshare - + + News Feed + + + + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send ĻƒĻ„Ī­Ī»Ī»Ļ‰ - + Italic - + Underline @@ -8588,131 +8703,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -8721,12 +8865,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -9012,7 +9156,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Remove @@ -9020,21 +9164,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -9042,43 +9194,48 @@ 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 - + + Load Picture File + + + + Save as... @@ -9088,22 +9245,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -9145,6 +9302,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -9155,6 +9317,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -9165,11 +9337,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -9187,7 +9354,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9238,10 +9405,20 @@ Do you want to send them a Message instead - + RetroShare Retroshare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9717,64 +9894,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -9842,7 +10026,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -9920,7 +10104,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -10000,27 +10184,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10260,32 +10449,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 @@ -10342,53 +10531,53 @@ p, li { white-space: pre-wrap; } - + Download Download - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel Broadcast on Channel - + Recommend to Friends Recommend to Friends - + Remove Remove - + Remove All Remove All - - + + Folder - + New RetroShare Link(s) @@ -10431,24 +10620,24 @@ p, li { white-space: pre-wrap; } Documents - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -10727,12 +10916,17 @@ p, li { white-space: pre-wrap; } Port: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10740,7 +10934,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11453,15 +11647,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11687,6 +11892,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11735,6 +11941,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11918,77 +12184,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare Retroshare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 Ļ€Ļ„Ļ…Ļ‡ĪÆĪæ Ī³ĪµĪ¼ĪÆĪ¶Ļ‰ Ī±Ļ€ĪæĻ„Ļ…Ļ‡Ī·Ī¼Ī­Ī½ĪæĻ‚ @@ -12047,23 +12313,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Cancel - + Clear Completed Clear Completed - - + + Status Status - + Completed Completed @@ -12126,15 +12392,15 @@ 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;">Uploads:</span></p></body></html> - - + + Name i.e: file name Name - - + + Size i.e: file size Size @@ -12145,276 +12411,276 @@ p, li { white-space: pre-wrap; } Progress - + Speed i.e: Download speed Speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources Sources - + Core-ID - + Progress i.e: % uploaded Progress - + Speed i.e: upload speed Speed - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12454,27 +12720,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12482,6 +12728,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12493,6 +12749,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12673,96 +12939,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_it.qm b/retroshare-gui/src/lang/retroshare_it.qm index 6b65656dcfba2a18dc5ac7dcce83910c04411a5b..6a8b209d572e7fe6e3f25cdcac57be4d7a10aacf 100644 GIT binary patch delta 3124 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 diff --git a/retroshare-gui/src/lang/retroshare_it.ts b/retroshare-gui/src/lang/retroshare_it.ts index 61770485f..2212ab1af 100644 --- a/retroshare-gui/src/lang/retroshare_it.ts +++ b/retroshare-gui/src/lang/retroshare_it.ts @@ -870,43 +870,35 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse - + Select Certificate Selezionare il certificato @@ -915,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 @@ -1212,37 +1204,21 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Generare la Manica - + Subscribe To Channel Abbonar alla Manica - - Enter a Keyword here - - - - - Title - - - - - Description - - - - Reset - Risistemazione + Risistemazione - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1251,103 +1227,97 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - Nome + Nome - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1402,7 +1372,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1549,17 +1519,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1567,67 +1537,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 @@ -1816,74 +1786,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -2007,6 +1977,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2126,176 +2106,176 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2305,17 +2285,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2423,12 +2408,12 @@ Do you want to save your changes? - + RetroShare Retroshare - + Please add a Name @@ -2523,7 +2508,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2544,12 +2529,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2674,7 +2659,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2694,43 +2679,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare Retroshare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2775,22 +2760,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare Retroshare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3061,7 +3046,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3087,22 +3072,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name Nome di lima - + Not Rated - + No Comments @@ -3217,28 +3202,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Fine - - - File %1 does not exist at location. - - EditChanDetails @@ -3334,37 +3327,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! @@ -3372,12 +3365,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3574,80 +3567,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3669,57 +3672,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3812,8 +3815,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3828,10 +3831,42 @@ p, li { white-space: pre-wrap; } - + + Send + Trasmettere + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3882,158 +3917,161 @@ 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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 Pellame - + Expand - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Data - - + + Start New Thread @@ -4042,17 +4080,12 @@ p, li { white-space: pre-wrap; } Nuovo messaggio - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4061,39 +4094,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; } @@ -4102,7 +4135,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4111,27 +4144,27 @@ p, li { white-space: pre-wrap; } - + Reset Risistemazione - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4140,27 +4173,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4365,8 +4403,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4498,92 +4536,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Generare il nuovo certificato - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Selezionare l'amico di fiducia - + Certificates (*.pqi *.pem) 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! @@ -4665,52 +4703,57 @@ p, li { white-space: pre-wrap; } Inizio attivitĆ  (Login) - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4786,6 +4829,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + + + + + Description + + + + + Reset + Risistemazione + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5269,7 +5355,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5280,26 +5366,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5554,55 +5641,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. @@ -5611,112 +5698,112 @@ p, li { white-space: pre-wrap; } - + Status Condizione - + 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 - + 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 @@ -5751,12 +5838,12 @@ p, li { white-space: pre-wrap; } - + Search Ricerca - + Files Lime @@ -5765,60 +5852,60 @@ 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 @@ -5828,18 +5915,18 @@ p, li { white-space: pre-wrap; } About - - + + Forums - + Open Messages - + Applications @@ -5848,17 +5935,17 @@ p, li { white-space: pre-wrap; } Regolazioni - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -5882,13 +5969,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Comporre - + Contacts @@ -5898,22 +5985,22 @@ p, li { white-space: pre-wrap; } - + Reset Risistemazione - + Send To: Trasmettere a: - + Subject: - + Paragraph @@ -5923,118 +6010,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files Lime suggerite - + File Name Nome di lima - + Size Formato @@ -6043,57 +6130,57 @@ p, li { white-space: pre-wrap; } Fonti - + Hash - + Send Trasmettere - + Send this message now - + Reply - + Toggle Contacts View - + Save Risparmi - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6124,7 +6211,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6146,221 +6233,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6424,64 +6511,54 @@ Do you want to save message ? Nuovo messaggio - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Fine + + + Sub: + + MessagesDialog - + New Message Nuovo messaggio - + Reply to Message Risposta al messaggio - + Remove Message Rimuovere il messaggio - + Date Data - - + + From Da @@ -6572,15 +6649,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6591,17 +6668,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Email-Inbox - - - + + + Outbox Email-Outbox @@ -6612,15 +6689,15 @@ p, li { white-space: pre-wrap; } - + Sent Email-Sent - - - + + + Trash @@ -6715,7 +6792,7 @@ p, li { white-space: pre-wrap; } Download All: Trasferire tutti dal sistema centrale verso i satelliti - + Print Document @@ -6729,110 +6806,120 @@ p, li { white-space: pre-wrap; } Fonti - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide Pellame - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + Lime + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Subject @@ -6954,85 +7041,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat Chiacchierata del gruppo - + Message Friend - + Connect To Friend Collegare all'amico - + Peer Details Particolari del pari - + Recomend this Friend to... - + Export Friend Amico dell'esportazione - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Risparmi il certificato - + Certificates (*.pqi) Certificati (*.pqi) @@ -7041,49 +7128,49 @@ p, li { white-space: pre-wrap; } Rimuovere l'amico - + Click to Change your Avatar - + Search Friends - + Reset Risistemazione - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7093,12 +7180,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7136,7 +7223,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7156,7 +7243,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Pellame @@ -7312,80 +7419,68 @@ p, li { white-space: pre-wrap; } Certificato del carico - - Select a pem/pqi File - Selezionare una lima PEM/PQI + Selezionare una lima PEM/PQI - - File Not Found - Lima non trovata + Lima non trovata - - %1 does not exist. Would you like to create it? - %1 non esistono. gradite generarli? + %1 non esistono. gradite generarli? - - Failed to Create File - Non ĆØ riuscito a generare la lima. + Non ĆØ riuscito a generare la lima. - - Unable to create %1 [%2] - Incapace generare %1 [%2] + Incapace generare %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Selezionare il certificato + Selezionare il certificato - Certificates (*.pqi *.pem) - Certificati (*.pqi *.pem) + Certificati (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7436,83 +7531,53 @@ p, li { white-space: pre-wrap; } ID di cert - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - RetroShare - Retroshare - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + Retroshare @@ -7744,7 +7809,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -7862,65 +7927,100 @@ p, li { white-space: pre-wrap; } Nuovo messaggio - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7928,7 +8028,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -7945,7 +8045,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -7989,7 +8089,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8044,32 +8144,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8078,16 +8177,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Pellame - + Quick Message @@ -8113,7 +8213,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Chiacchierata @@ -8126,17 +8226,17 @@ p, li { white-space: pre-wrap; } Rimuovere l'amico - + Save Certificate Risparmi il certificato - + Certificates (*.pqi) Certificati (*.pqi) - + Status Condizione @@ -8152,77 +8252,72 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Amici</span></p></body></html> - + Connect To Friend Collegare all'amico - + Welcome to RetroShare's group chat. - + Profile - - Friends Storm - - - - + me - + Paste RetroShare Link - + Group - + Friend - + Location Posizione - + Message Group - + Edit Group - + Remove Group - + Expand all - + Collapse all - + Message Friend @@ -8231,131 +8326,147 @@ p, li { white-space: pre-wrap; } Particolari del pari - + Deny Friend - + Remove Friend Location - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + + Available - - + + RetroShare Retroshare - + + News Feed + + + + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send Trasmettere - + Italic - + Underline @@ -8374,131 +8485,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</span></p></body></html> - - - - + 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; } @@ -8507,12 +8647,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -8798,7 +8938,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Rimuovere @@ -8806,21 +8946,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -8828,43 +8976,48 @@ 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 - + + Load Picture File + + + + Save as... @@ -8874,22 +9027,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -8931,6 +9084,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -8941,6 +9099,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -8951,11 +9119,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -8973,7 +9136,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9024,10 +9187,20 @@ Do you want to send them a Message instead - + RetroShare Retroshare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9503,64 +9676,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -9628,7 +9808,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -9706,7 +9886,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -9786,27 +9966,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10046,32 +10231,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 @@ -10128,53 +10313,53 @@ p, li { white-space: pre-wrap; } - + Download Download Trasferimento - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel Radiodiffusione sulla Manica - + Recommend to Friends Suggerire agli amici - + Remove Rimuovere - + Remove All Rimuovere tutti - - + + Folder - + New RetroShare Link(s) @@ -10217,24 +10402,24 @@ p, li { white-space: pre-wrap; } Documenti - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -10513,12 +10698,17 @@ p, li { white-space: pre-wrap; } Orificio: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10526,7 +10716,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11243,15 +11433,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11477,6 +11678,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11525,6 +11727,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11708,77 +11970,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare Retroshare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -11837,23 +12099,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Annullamento - + Clear Completed La radura ha completato - - + + Status Condizione - + Completed Completato @@ -11916,15 +12178,15 @@ 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;">Uploads / Trasferimenti i satelliti verso dal sistema centrale:</span></p></body></html> - - + + Name i.e: file name Nome - - + + Size i.e: file size Formato @@ -11935,276 +12197,276 @@ p, li { white-space: pre-wrap; } Progresso - + Speed i.e: Download speed VelocitĆ  - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources Fonti - + Core-ID - + Progress i.e: % uploaded Progresso - + Speed i.e: upload speed VelocitĆ  - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12244,27 +12506,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12272,6 +12514,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12283,6 +12535,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12463,96 +12725,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_ja_JP.qm b/retroshare-gui/src/lang/retroshare_ja_JP.qm index 6b1ecce6f0620ddbed4afe20882ddc9ab1cfba3a..44290667976a6d7f87f069e8707342d28851e3a5 100644 GIT binary patch delta 15377 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 EAF^e?;s5{u delta 25881 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

#r90?~E1P`;qA5 z#U5N+N*oZk0LtKtGB&3ij|A3GZg?rLk}L3Y>&eSYt=?3^){reIT9?XPGdt(WY= zxEj>aF|tc1aOIcYQZ`4(?j4#5#5+j#kZX^E9Uy!Bj}!%Gwybqf2-easlmUliZ?o|E zV+T+MJe0jXV~_biDpxna6@8|xu#^3Ba~ujzM>(_I6@8dTS?Va4w%Ong(L~NI#Rru- z$hn;kxKKMi$-Z2E?_H4ZaTyP!Bu~EQ(HPW= zx$**W1M0^H`N4(n@%aXn6;<*=l7@<_maB_D32|F7PhJv)QQm(hpC@#Ou!yjft6JHxS*LBr+u7h})8af$qap%zHc6M4&1 zjG2VK^1p^+H&VJ^{yGY`#{R5AU~P@Nm)B|q+shZDJX|6D=M;7W{S=C=nEz`-6{h=9 z`4-qHy6X1Au?3254VJhSO;FhA?vI(Ou$f+iW&6EifE5N?f~8`R9D8r4R)urgaqPLn z6_dGTc-nA45&rBt7X34dxd|v>ejOD{8?pFg7$}yP;=x;$TB2CvhS7aLN3nrC#q>+2 zoan3ASc4{8VPb0nTmT~vI`#e9!0REmWi@CZ+$x#{Z6mI#-mvo=+uI5a7Q^si&Ck%rVLrzgiZcF z<%|ptgKdIxq3JI4om{!bN9U?HlocXn>U0#ayYb51k1=f>mnief@P`rul;vH&0|;%D zCoIO}S!J2>OEM$N2%;jpvj8~W!(hT-~!C+^S@Kx2vj-u!RxU@R1tx7_)iXAwYYRQ z9)$N%>4FIiU%Kd?wGr1UgVrTb&h9+;upk=PI5+b7lD6TaApY}At&*CFFjm_k+g zftT=bGjNqEU&nZ3RY8;=nykI5>l_Y+fX+AqG0#{Drd);5k* z3-}(@X4=frQH1v^H0Q0IJ80XSN(dkMcTawbO9yR{OCsTe-J*H31T#L)t%J6~ZI_rg zcyFThAAg4MMW4<1W=}({kxysB_i8i84;}ae^LlHiPLL_JSs}JW8#cp3qdIflJC3IfH(5!Y@l+Fou3fn7aJB95D^+47SH=^{(mM%e>Ybu-4h~Q7skZ8MutU& zMQbiQ5o^`|o{Q%072u3LgW*Vd50El$s z`LSZePq*=w|FO{e?>sBzh4;+(fP)5FlLNM#E~@yJ;!awRvX?ZnT8fRd_F6xp`9nhb z^PftMwW;OagcnyX;(NDs;@wJ&wCc(*j{oG>nQuAQLF;;U9MLwN>qInyWYUR0T5qU* zQC-1mFV-uBeE-k=dH;*X{N0N~wR0}LA^e5Q_PpH{JKpH(LapH10irFuF@kiFs3$DD zAKsEA`|mr*$A`ry&5xaDIVmD6iEnq)kFU9v%5S);;D_8X=kxFMI(-9`}awZohQYF1RNmcz;K!#3w8))+KCq9KXKNoUgwB zPZiTlvV_{Rk46c!FJ63RwH@EqGy2d?{Lqen@-bUm@To81MV~M8=JB2R2VdLqqA!E_ z`ClCP$M-CG*Kh6l{4c{b{vu+o9sjip(eC~yp5?bJ>7r8l%#TTkoDmxlzex9k8YLkc zb%xet3yBf`pZ7L&5dGdkW5W<*%`Sq|As^^<%`HOq>T+Cvjqmu)mfn5tLKn>dAxYL{ zyly6+KiSqxe@SymK!%C}BBDd*CsjExWXVY0?xLw^c5Fmgbg1Ty6LIFdHd|?|orwqE z=F~$Xp5Q%mZrH4N%_9l1uX^B0YHh37SRxTrt&b*p} S>rd7%HX$y)%Hlbx7yJ(?Bej|U delta 11869 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 CallToaster - Message - äæ”ęÆ + äæ”ęÆ CertificatePage - + Certificate files čƁ书 @@ -801,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... å‡ŗå£ęˆ‘ēš„čƁ书... @@ -820,17 +819,17 @@ p, li { white-space: pre-wrap; } 选ꋩåœØäø‹č”Øäø­ē»™ä½ å„½å‹ēš„čƁ书 - + Browse ęµč§ˆ - + Select Certificate 选ꋩčƁ书 - + Please choose a filename čÆ·é€‰ę‹©äø€äøŖę–‡ä»¶å @@ -839,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äøå­˜åœØ怂 @@ -1254,37 +1253,25 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel 创å»ŗ频道 - + Subscribe To Channel č®¢é–²é¢‘é“ (Subscribe) - - Enter a Keyword here - - - - Title - ę ‡é¢˜ + ę ‡é¢˜ - Description - ꏏčæ° + ꏏčæ° - - Reset - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1293,103 +1280,101 @@ p, li { white-space: pre-wrap; } - + Add ę·»åŠ  - + + Display + ę˜¾ē¤ŗ + + + Unsubscribe - + Subscribe č®¢é˜… - + Set all to read - + Unsubcribe To Channel - Name - 姓名 + 姓名 - Popularity - ęµč”Œåŗ¦ + ęµč”Œåŗ¦ - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1441,7 +1426,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1588,17 +1573,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1620,47 +1605,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. @@ -1669,7 +1654,7 @@ p, li { white-space: pre-wrap; } 唫写你儽友ēš„čƦē»†äæ”ęÆ - + Peer details 节ē‚¹čƦē»†äæ”ęÆ @@ -1678,12 +1663,12 @@ p, li { white-space: pre-wrap; } äæ”ä»» - + Name: 名字 - + Loc: @@ -1692,7 +1677,7 @@ p, li { white-space: pre-wrap; } 国家 - + Signers ē­¾å @@ -1754,74 +1739,74 @@ p, li { white-space: pre-wrap; } åŗ”ē”Ø并关闭 - - + + 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 @@ -2104,6 +2089,16 @@ p, li { white-space: pre-wrap; } Please add a Name čÆ·ę·»åŠ äø€äøŖ名字 + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2231,176 +2226,176 @@ p, li { white-space: pre-wrap; } ę·»åŠ é™„ä»¶ - + RetroShare Retroshare - + Please add a Subject - + &File (&F)ꖇ件 - + &New (&N)ꖰå»ŗ - + &Open... (&O)ę‰“å¼€ - + &Save (&S)äæå­˜ - + Save &As... (&A)另存äøŗ - + &Print... (&P)ę‰“å° - + Print Preview... - + &Export PDF... (&E)åƼå‡ŗPDF - + &Quit (&Q)退å‡ŗ - + &Edit (&E)ē¼–č¾‘ - + &Undo (&U)꒤销 - + &Redo (&R)重做 - + Cu&t (&T)å‰Ŗ切 - + &Copy (&C)复制 - + &Paste (&P)ē²˜č““ - + &View (&V)ęŸ„ēœ‹ - + &Insert (&I)ę’å…„ - + &Image (&I)图ē‰‡ - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left (&L)å·¦ - - + + C&enter (&E)äø­åæƒ - - + + &Right (&R)右 - + &Justify (&J)äø¤ē«Æåƹ齐 - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... ę‰“å¼€ę–‡ä»¶ - + HTML-Files (*.htm *.html);;All Files (*) ē½‘锵 (*.htm *.html);;ę‰€ęœ‰ę–‡ä»¶ (*) - + Save as... 另存äøŗ @@ -2410,17 +2405,22 @@ Do you want to save your changes? - + Print Document ę‰“å°ę–‡ę”£ + + + Export PDF + + Choose Image é€‰ę‹©å›¾ē‰‡ - + Image Files supported (*.png *.jpeg *.jpg *.gif) ę”Æꌁēš„图ē‰‡ę ¼å¼(*.png *.jpeg *jpg *gif) @@ -2528,12 +2528,12 @@ Do you want to save your changes? 创å»ŗ - + RetroShare Retroshare - + Please add a Name čÆ·ę·»åŠ äø€äøŖ名字 @@ -2628,7 +2628,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File ę·»åŠ é™„ä»¶ @@ -2649,12 +2649,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2799,7 +2799,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2823,43 +2823,43 @@ p, li { white-space: pre-wrap; } ē²˜č““retroshareé“¾ęŽ„ - + Paste full RetroShare Link - + In Reply to - + RetroShare Retroshare - + Please set a Forum Subject and Forum Message čÆ·č®¾å®šäø€äøŖč®ŗ坛äø»é¢˜å’Œč®ŗ坛ē•™č؀ - + Add Extra File ę·»åŠ é™„ä»¶ - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2937,22 +2937,22 @@ p, li { white-space: pre-wrap; } äæå­˜é”¹ - + RetroShare Retroshare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... 另存äøŗ - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3103,7 +3103,7 @@ p, li { white-space: pre-wrap; } - + Comments čƄč®ŗ @@ -3129,22 +3129,22 @@ p, li { white-space: pre-wrap; } å–ę¶ˆ - + Rating čƄēŗ§ - + File Name ę–‡ä»¶åē§° - + Not Rated ęœŖ分ēŗ§ - + No Comments ę²”ęœ‰čƄč®ŗ @@ -3248,28 +3248,36 @@ you plug it in. ē¼–č¾‘åˆ†äŗ« + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close 关闭 - - - File %1 does not exist at location. - - EditChanDetails @@ -3365,37 +3373,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! @@ -3403,12 +3411,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared ꊱꭉļ¼Œęœ‰é”™čÆÆäŗ§ē”Ÿ - + Here is the error message: 错čÆÆäæ”ęÆļ¼š @@ -3620,142 +3628,200 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: - 块图ļ¼š + 块图ļ¼š - Active chunks: - äø»åŠØ块ļ¼š + äø»åŠØ块ļ¼š - Availability map ( - åÆē”Øę€§åœ°å›¾ + åÆē”Øę€§åœ°å›¾ sources ę„ęŗ - - active sources + File info: + ꖇ件äæ”ęÆļ¼š + + + File hash: + ꖇ件 hashļ¼š + + + File size: + ę–‡ä»¶å¤§å°: + + + + Chunk map - - File info: - ꖇ件äæ”ęÆļ¼š + + Active chunks + - - File hash: - ꖇ件 hashļ¼š + + Availability map (%1 active source) + - - File size: - ę–‡ä»¶å¤§å°: + + Availability map (%1 active sources) + - - - - + + File info + + + + + File hash + + + + + + + bytes - - Chunk size: - 块ēš„大小ļ¼š - - - - Number of chunks: - ę•°å—ļ¼š - - - - Transfered: - č½¬č®©ļ¼š - - - - Remaining: + + File size - + + Chunk size + + + + + Number of chunks + + + + + Transfered + + + + + Remaining + å‰©ä½™ę—¶é—“ + + + + Number of sources + + + + + Chunk strategy + 块ē­–ē•„ + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed + + + + Chunk size: + 块ēš„大小ļ¼š + + + Number of chunks: + ę•°å—ļ¼š + + + Transfered: + č½¬č®©ļ¼š + + Number of sources: - ę•°ę„ęŗļ¼š + ę•°ę„ęŗļ¼š - Chunk strategy: - 块ē­–ē•„ļ¼š + 块ē­–ē•„ļ¼š - Transfer type: - ä¼ č¾“ē±»åž‹ļ¼š + ä¼ č¾“ē±»åž‹ļ¼š 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 *** @@ -3852,8 +3918,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3868,10 +3934,42 @@ p, li { white-space: pre-wrap; } 回复 - + + Send + 发送 + + + + Signed + ē­¾ē½² + + + + Forum Post + č®ŗ坛发č”Ø + + + + Unknown Forum Post + + + + + + + Anonymous + åŒæ名 + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3922,162 +4020,165 @@ 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 + + + + Reply 回复 - + Reply to Author å›žč¦†ä½œč€… - + Expand all å…ØéƒØ展开 - + Collapse all ęŠ˜å å…ØéƒØ + + + AUTHD + + Popularity: ęµč”Œåŗ¦: - + 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 - - - - Popularity: - - - - - + + Anonymous åŒæ名 - - + + signed ē­¾ē½² - - + + none ęÆ«ę—  - - + + RetroShare - + No Forum Selected! ę²”ęœ‰č®ŗå›é€‰ę‹©ļ¼ - + You cant reply a Anonymous Author ä½ äøčƒ½å›žē­”äø€åŒæåä½œč€… - - + + Date ę—„ęœŸ - - + + Start New Thread å¼€å§‹ę–°äø»é¢˜ @@ -4090,7 +4191,7 @@ p, li { white-space: pre-wrap; } ęµč”Œåŗ¦ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4103,7 +4204,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 ę·»åŠ  @@ -4132,12 +4233,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">回复</p></body></html> - RetroShare Forums - RetroShareč®ŗ坛 + RetroShareč®ŗ坛 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4150,39 +4250,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; } @@ -4195,7 +4295,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">čƝ题:</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4204,47 +4304,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 ę‰“å°é¢„č§ˆ @@ -4446,99 +4551,99 @@ p, li { white-space: pre-wrap; } Generate New Certificate ē”Ÿęˆę–°ēš„čƁ书 - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend 选ꋩäæ”čµ–ēš„儽友 - + Certificates (*.pqi *.pem) čƁ书 (*.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! - - + + Create new Profile 创å»ŗꖰē”Øęˆ·čµ„ę–™ @@ -4720,52 +4825,57 @@ p, li { white-space: pre-wrap; } Login ē™»é™† - + Startup åÆåŠØ - + + Start minimized on system start + + + + Misc Misc - + Do not show the Quit RetroShare MessageBox äøę˜¾ē¤ŗ궈ęÆę—¶å…³é—­RetroShare - + Do not Minimize to Tray Icon äøč¦ęœ€å°åŒ–åˆ°ę‰˜ē›˜å›¾ę ‡ - + Auto Login - + Idle - + Idle Time - + seconds - + Start minimized ęœ€å°åŒ–åÆåŠØ - + Start RetroShare when my system starts å½“ęˆ‘å¼€å§‹RetroShareē³»ē»ŸåÆåŠØ怂 @@ -4845,6 +4955,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + ę ‡é¢˜ + + + + Description + ꏏčæ° + + + + Reset + + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5334,26 +5487,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5363,7 +5517,7 @@ p, li { white-space: pre-wrap; } ęœ¬å‘åƼ将åø®ä½ äøŽä½ ēš„儽友ä½æē”ØRetroShareē½‘ē»œć€‚ęŒ‰ē…§ä»„äø‹äø¤äøŖę–¹ę³•ę„åšć€‚ - + &Enter the certificate manually (&E)ę‰‹å·„č¾“å…„čƁ书 @@ -5606,50 +5760,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. @@ -5658,99 +5812,99 @@ p, li { white-space: pre-wrap; } - + Status ēŠ¶ę€ - + Chat - - - - + + + + You have %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. @@ -5760,22 +5914,22 @@ p, li { white-space: pre-wrap; } - + Options 选锹 - + Hide 隐藏 - + Show ę˜¾ē¤ŗ - + RetroShare Retroshare @@ -5810,12 +5964,12 @@ p, li { white-space: pre-wrap; } åæ«é€ŸåÆåŠØ向åƼ - + Search ꐜē“¢ - + Files ę–‡ę”ˆ @@ -5824,12 +5978,12 @@ p, li { white-space: pre-wrap; } ę·»åŠ å…±äŗ«ē›®å½• - + Show/Hide ę˜¾ē¤ŗ/隐藏 - + &Quit (&Q)退å‡ŗ @@ -5838,47 +5992,47 @@ p, li { white-space: pre-wrap; } ä½ ęœ‰ę–°é‚®ä»¶ - + Bandwidth Graph åø¦å®½å›¾ - + Open Messenger ę‰“å¼€äæ”ä½æ - + Minimize ęœ€å°åŒ– - + Maximize ęœ€å¤§åŒ– - + Links Cloud é“¾ęŽ„ - + RetroShare %1 a secure decentralised communication platform - + Blogs 博客 - + Unfinished ęœŖå®Œęˆ - + Help 幇助 @@ -5892,18 +6046,18 @@ p, li { white-space: pre-wrap; } ę–°é—»ęä¾› - - + + Forums č®ŗ坛 - + Open Messages ę‰“å¼€äæ”ä½æ - + Applications ē؋åŗ @@ -5916,17 +6070,17 @@ p, li { white-space: pre-wrap; } RetroShare %1 äø€äøŖ安å…Øåˆ†ę•£ēš„通äæ”平台 - + Plugins ę’ä»¶ - + Really quit ? ēœŸč¦é€€å‡ŗ吗ļ¼Ÿ - + Do you really want to exit RetroShare ? ä½ ēœŸēš„要退å‡ŗRetroShareļ¼Ÿ @@ -5954,13 +6108,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose č°±å†™äŗ†äæ”ęÆęø é“ - + Contacts @@ -5970,22 +6124,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Send To: 发送ē»™: - + Subject: 题ē›®: - + Paragraph @@ -5995,118 +6149,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold å¤§čƒ† - + Underline å¼ŗ调 - + Italic ę–œä½“ - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files ęŽØčę”£ę”ˆ - + File Name - + Size @@ -6115,57 +6269,57 @@ p, li { white-space: pre-wrap; } ę„ęŗ - + Hash - + Send 发送 - + Send this message now ē«‹åˆ»å‘送äæ”ęÆ - + Reply 回复 - + Toggle Contacts View åˆ‡ę¢č”ē³»äŗŗč§†å›¾ - + Save - + Save this message äæå­˜äæ”ęÆ - + Attach - + Attach File é™„åŠ ę–‡ä»¶ - + Quote - + Add Blockquote @@ -6196,7 +6350,7 @@ p, li { white-space: pre-wrap; } - + Save Message äæå­˜äæ”ęÆ @@ -6222,221 +6376,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6500,64 +6654,54 @@ Do you want to save message ? ꖰč®ÆęÆ - + Subject 题ē›® - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close 关闭 + + + Sub: + + MessagesDialog - + New Message ꖰč®ÆęÆ - + Reply to Message å›žč¦†č®ÆęÆ - + Remove Message ęø…除č®ÆęÆ - + Date ę—„ęœŸ - - + + From 从 @@ -6648,15 +6792,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6667,17 +6811,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox ꔶ件ē®± - - - + + + Outbox 发件ē®± @@ -6688,15 +6832,15 @@ p, li { white-space: pre-wrap; } - + Sent 发送ē”µå­é‚®ä»¶ - - - + + + Trash @@ -6791,7 +6935,7 @@ p, li { white-space: pre-wrap; } äø‹č½½ę‰€ęœ‰ - + Print Document ę‰“å°ę–‡ę”£ @@ -6805,83 +6949,93 @@ p, li { white-space: pre-wrap; } ę„ęŗ - + Forward selected Message č½¬å‘é€‰ę‹©č®ÆęÆ - + Remove Messages ē§»é™¤č®ÆęÆ - + Forward Message č½¬å‘č®ÆęÆ - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download äø‹č½½ - + Empty trash + + + File + + + + + Files + ę–‡ę”ˆ + Compose: č°±å†™äŗ†äæ”ęÆęø é“ - + Hide 隐藏 - + Expand - - - + + + Drafts - + To @@ -6890,21 +7044,21 @@ p, li { white-space: pre-wrap; } åŒæ名 - + Save as... 另存äøŗ - + HTML-Files (*.htm *.html);;All Files (*) ē½‘锵 (*.htm *.html);;ę‰€ęœ‰ę–‡ä»¶ (*) - - - - - + + + + + Total: @@ -6913,14 +7067,14 @@ p, li { white-space: pre-wrap; } å…ØéƒØ回复 - - + + Reply to All å…ØéƒØ回复 - + Subject 题ē›® @@ -7058,42 +7212,42 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all å…ØéƒØ展开 - + Collapse all ęŠ˜å å…ØéƒØ - + Chat čŠå¤© - + Message Friend č®ÆęÆ儽友 - + Connect To Friend čæžęŽ„到儽友 - + Peer Details ē»“ē‚¹čƦē»†äæ”ęÆ - + Recomend this Friend to... - + Paste RetroShare Link @@ -7102,35 +7256,35 @@ p, li { white-space: pre-wrap; } ē²˜č““retroshareé“¾ęŽ„ - + Export Friend åƼå‡ŗ儽友 - + Deny Friend ꋒē»å„½å‹ - + Remove Friend Location 删除儽友位ē½® - + <strong>GPG Key</strong> <strong>GPG 钄匙</strong> - - + + location - + <strong>RetroShare instance</strong> <strong>RetroShare 实例</strong> @@ -7151,12 +7305,12 @@ p, li { white-space: pre-wrap; } ē¦»ēŗæ - + Save Certificate äæå­˜čƁ书 - + Certificates (*.pqi) čƁ书 (*.pqi) @@ -7183,7 +7337,7 @@ Do you want to send them a Message instead 删除儽友 - + Click to Change your Avatar @@ -7192,44 +7346,44 @@ Do you want to send them a Message instead åœØēŗæ - + Search Friends - + Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends 隐藏ē¦»ēŗæ儽友 @@ -7239,12 +7393,12 @@ Do you want to send them a Message instead - + Add a Friend - + Share Files for your Friends @@ -7290,7 +7444,7 @@ Do you want to send them a Message instead - + Expand @@ -7310,7 +7464,27 @@ Do you want to send them a Message instead - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide 隐藏 @@ -7398,7 +7572,7 @@ Do you want to send them a Message instead åŠ č½½čƁ书 - + Authentication matrix @@ -7407,39 +7581,29 @@ Do you want to send them a Message instead RetroShare %1å·²ē»åÆåŠØ - + Export my Cert - - Select a pem/pqi File - 选ꋩäø€äøŖꖇ件 PEM/PQI + 选ꋩäø€äøŖꖇ件 PEM/PQI - - File Not Found - ęœŖę‰¾åˆ°ę–‡ä»¶ + ęœŖę‰¾åˆ°ę–‡ä»¶ - - %1 does not exist. Would you like to create it? - %1 äøå­˜åœØ. ä½ ęƒ³åˆ›å»ŗ它吗? + %1 äøå­˜åœØ. ä½ ęƒ³åˆ›å»ŗ它吗? - - Failed to Create File - 创å»ŗę–‡ä»¶å¤±č“„ + 创å»ŗę–‡ä»¶å¤±č“„ - - Unable to create %1 [%2] - ę— ę³•åˆ›å»ŗ %1 [%2] + ę— ę³•åˆ›å»ŗ %1 [%2] Authenticated @@ -7458,90 +7622,66 @@ Do you want to send them a Message instead GPGåÆ†é’„ę²”ęœ‰ē­¾å - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me ęˆ‘å·²ē»éŖŒčƁ - + has authenticated you. Right-click and select 'make friend' to be able to connect. å·²éŖŒčÆä½ ć€‚ å³é”®å•å‡»å¹¶é€‰ę‹©'äŗ¤å‹'čƒ½å¤ŸčæžęŽ„怂 - + yourself - Select Certificate - 选ꋩčƁ书 + 选ꋩčƁ书 - Certificates (*.pqi *.pem) - čƁ书 (*.pqi *.pem) + čƁ书 (*.pqi *.pem) - - - - - RetroShare - - - - - Sorry, create certificate failed - - - - Please choose a filename - čÆ·é€‰ę‹©äø€äøŖę–‡ä»¶å + čÆ·é€‰ę‹©äø€äøŖę–‡ä»¶å - - RetroShare Certificate (*.rsc );;All Files (*) - - - - Certificate file successfully created - čƁ书创å»ŗęˆåŠŸ + čƁ书创å»ŗęˆåŠŸ - - Sorry, certificate file creation failed - ꊱꭉļ¼ŒčƁ书创å»ŗå¤±č“„ + ꊱꭉļ¼ŒčƁ书创å»ŗå¤±č“„ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7619,7 +7759,7 @@ Right-click and select 'make friend' to be able to connect. ęŸ„ēœ‹ - + Deny friend ꋒē»å„½å‹ @@ -7628,17 +7768,17 @@ Right-click and select 'make friend' to be able to connect. ęŽ„å—å„½å‹ - + Make friend ꈐäøŗ儽友 - + Delete certificate 删除čƁ书 - + Peer details... 节ē‚¹čƦē»†čµ„ę–™ @@ -7655,7 +7795,7 @@ Right-click and select 'make friend' to be able to connect. äæ”ä»»ęˆ‘ - + Unknown ęœŖēŸ„ @@ -7716,7 +7856,7 @@ Right-click and select 'make friend' to be able to connect. ę²”ęœ‰é“¾ęŽ„ - + Network View ē½‘ē»œęŸ„ēœ‹ @@ -7945,7 +8085,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -8048,65 +8188,100 @@ p, li { white-space: pre-wrap; } ꖰč®ÆęÆ - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase GPGåƆ钄åƆē  - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8123,18 +8298,22 @@ p, li { white-space: pre-wrap; } åŒč”ŒåœØē·š - + Friend Online PeerDefs + + Anonymous + åŒæ名 + - Anonymous - åŒæ名 + Unknown + ęœŖēŸ„ @@ -8177,7 +8356,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8232,32 +8411,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer 节ē‚¹ - @@ -8266,16 +8444,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide 隐藏 - + Quick Message @@ -8321,7 +8500,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat čŠå¤© @@ -8334,17 +8513,17 @@ p, li { white-space: pre-wrap; } 删除儽友 - + Save Certificate äæå­˜čƁ书 - + Certificates (*.pqi) čƁ书 (*.pqi) - + Status ēŠ¶ę€ @@ -8360,24 +8539,23 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">儽友</span></p></body></html> - + Connect To Friend čæžęŽ„到儽友 - + Welcome to RetroShare's group chat. ę¬¢čæŽę„到RetroShareē»„čŠå¤©ć€‚ - + Profile 外形 - Friends Storm - ę“»åŠØ + ę“»åŠØ Paste retroshare Link @@ -8404,52 +8582,52 @@ p, li { white-space: pre-wrap; } 删除ē»„ - + Friend Details 节ē‚¹čƦē»†äæ”ęÆ - + Recommend this Friend to... čæ™ä½ęœ‹å‹ęŽØ荐ē»™... - + Add to group ę·»åŠ åˆ°ē»„ - + Move to group ē§»åŠØ到ē»„ - + Groups 团体 - + Remove from group 从ē»„äø­åˆ é™¤ - + Remove from all groups ä»Žę‰€ęœ‰ē»„äø­åˆ é™¤ - + Expand all å…ØéƒØ展开 - + Collapse all ęŠ˜å å…ØéƒØ - + Message Friend č®ÆęÆ儽友 @@ -8458,12 +8636,12 @@ p, li { white-space: pre-wrap; } ē»“ē‚¹čƦē»†äæ”ęÆ - + Deny Friend ꋒē»å„½å‹ - + Remove Friend Location 删除儽友位ē½® @@ -8476,7 +8654,7 @@ p, li { white-space: pre-wrap; } <strong>RetroShare 实例</strong> - + me ꈑ @@ -8493,7 +8671,8 @@ p, li { white-space: pre-wrap; } åŒč”ŒåœØē·š - + + Available 选ꋩäøåŒ @@ -8512,18 +8691,18 @@ Do you want to send them a Message instead ę˜Æå¦č¦å‘é€äæ”ęÆē»™ä»–们ļ¼Œč€Œäøę˜Æ - - + + RetroShare Retroshare - + Do you want to remove this Friend? ä½ č¦åˆ é™¤čæ™äøŖęœ‹å‹ļ¼Ÿ - + is typing... ę­£åœØč¾“å…„... @@ -8536,90 +8715,105 @@ 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. - + + News Feed + ę–°é—»ęä¾› + + + Paste RetroShare Link - + Group - + Friend - + Location 位ē½® - + Message Group - + Edit Group - + Remove Group - - + + Paste Friend Link ē²˜č““å‹ęƒ…é“¾ęŽ„ - + location - - + + New group chat - + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + + + Save as... 另存äøŗ... - + Text File (*.txt );;All Files (*) - + Send 发送 @@ -8628,12 +8822,12 @@ Do you want to send them a Message instead ē®€ä»‹ę£€č§† - + Italic ę–œä½“ - + Underline å¼ŗ调 @@ -8660,12 +8854,12 @@ p, li { white-space: pre-wrap; } éšč—ę— å…³ - + Add or Change your Avatar ę·»åŠ ęˆ–ę›“ę”¹ę‚Øēš„夓像 - + Edit Personal message äæ®ę”¹äøŖäŗŗäæ”ęÆ @@ -8674,18 +8868,18 @@ p, li { white-space: pre-wrap; } åœØēŗæčŠå¤© - + Bold å¤§čƒ† - - + + Add Friend ę·»åŠ å„½å‹ - + Create new Profile 创å»ŗꖰē”Øęˆ·čµ„ę–™ @@ -8694,13 +8888,13 @@ p, li { white-space: pre-wrap; } 创å»ŗꖰč®ŗ坛 - - + + Create new Forum 创å»ŗꖰč®ŗ坛 - + F @@ -8709,102 +8903,139 @@ p, li { white-space: pre-wrap; } 创å»ŗäø€äøŖę–°é¢‘é“ - - + + Display + ę˜¾ē¤ŗ + + + + 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 + + Disable Emoticons ē¦ē”Øč”Øꃅ - - + + Save Chat History äæå­˜čŠå¤©č®°å½• - + Hide Offline Friends 隐藏ē¦»ēŗæ儽友 - + Hide Status Column 隐藏ēŠ¶ę€ę  - + Font 字体 - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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> - + 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; } @@ -8817,12 +9048,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">č®¾ē½®ę–‡å­—é¢œč‰²</span></p></body></html> - + Attach File é™„åŠ ę–‡ä»¶ - + Clear Chat History ęø…é™¤čŠå¤©č®°å½• @@ -9108,7 +9339,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove ē§»é™¤ @@ -9116,21 +9347,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... å®‰č£…ę–°ę’ä»¶ - + Open Plugin to install ę‰“å¼€ę’ä»¶å®‰č£… - + Plugins (*.so *.dll) ę’ä»¶ (*.so *.dll) + + PopularityDefs + + + Popularity + ęµč”Œåŗ¦ + + PopupChatDialog @@ -9142,7 +9381,7 @@ p, li { white-space: pre-wrap; } 儽友äøåœØēŗæ - + Your Friend is offline Do you want to send them a Message instead ę‚Øēš„ęœ‹å‹ē¦»ēŗæ @@ -9153,17 +9392,17 @@ Do you want to send them a Message instead čŠå¤© - + is typing... ę­£åœØč¾“å…„... - + Hide Avatar éšč—å¤“åƒ - + Show Avatar ę˜¾ē¤ŗ夓像 @@ -9180,22 +9419,27 @@ Do you want to send them a Message instead Retroshare - + Friend not Online - + Paste RetroShare Link - + Add Extra File ę·»åŠ é™„ä»¶ - + + Load Picture File + + + + Save as... 另存äøŗ @@ -9205,27 +9449,27 @@ Do you want to send them a Message instead - + 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 @@ -9287,6 +9531,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + ęø…é™¤čŠå¤©č®°å½• + Browse Message History @@ -9297,6 +9546,16 @@ Do you want to send them a Message instead Browse History ęµč§ˆåŽ†å² + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -9313,9 +9572,8 @@ Do you want to send them a Message instead - Clear Chat - ęø…é™¤čŠå¤©č®°å½• + ęø…é™¤čŠå¤©č®°å½• @@ -9359,10 +9617,20 @@ Do you want to send them a Message instead - + RetroShare Retroshare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PrintPreview @@ -9923,64 +10191,71 @@ p, li { white-space: pre-wrap; } åƆē é”™čÆÆ - + 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. - + File Request Error - + The file link is malformed. @@ -10027,7 +10302,7 @@ p, li { white-space: pre-wrap; } - + Exit 退å‡ŗ @@ -10138,7 +10413,7 @@ p, li { white-space: pre-wrap; } - + < Back < 后面 @@ -10238,27 +10513,32 @@ p, li { white-space: pre-wrap; } å½“ęˆ‘å¼€å§‹RetroShareē³»ē»ŸåÆåŠØ怂 - + + Start minimized on system start + + + + Finish å®Œęˆ - + Select A Folder To Share 选ꋩäø€äøŖę–‡ä»¶å¤¹å…±äŗ« - + Shared Directory Added! 分äŗ«ē›®å½•å·²ē»ę·»åŠ ļ¼ - + Do you really want to stop sharing this directory ? ä½ ēœŸēš„č¦åœę­¢å…±äŗ«ę­¤ē›®å½•ļ¼Ÿ - + Warning! ę³Øꄏļ¼ @@ -10510,32 +10790,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 @@ -10662,7 +10942,7 @@ p, li { white-space: pre-wrap; } - + Download äø‹č½½ @@ -10704,48 +10984,48 @@ p, li { white-space: pre-wrap; } ę•°é‡é™åˆ¶ēš„ē»“ęžœļ¼š - + Enter a keyword here (at least 3 char long) åœØčæ™é‡Œč¾“å…„关键字ļ¼ˆč‡³å°‘3äøŖ字ē¬¦é•æļ¼‰ - + Copy retroshare Link 复制retroshareé“¾ęŽ„ - + Send retroshare Link 发送retroshareé“¾ęŽ„ - + Broadcast on Channel åœØ频道内å¹æ꒭ - + Recommend to Friends ęŽØ荐ē»™å„½å‹ - + Remove ē§»é™¤ - + Remove All ęø…é™¤ę‰€ęœ‰ - - + + Folder ē›®å½• - + New RetroShare Link(s) @@ -10788,24 +11068,24 @@ p, li { white-space: pre-wrap; } ꖇ件 - + Download Notice äø‹č½½é€šå‘Š - + Skipping Local Files č·³čæ‡ęœ¬åœ°ę–‡ä»¶ - - + + Sorry ꊱꭉ - - + + This function is not yet implemented. čæ™äøŖåŠŸčƒ½čæ˜ę²”ęœ‰å¼€å‘å®žēŽ°ć€‚ @@ -11062,12 +11342,17 @@ p, li { white-space: pre-wrap; } - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -11075,7 +11360,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11889,15 +12174,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -12133,6 +12429,7 @@ This choice be reverted in settings. StatusDefs + Offline ē¦»ēŗæ @@ -12181,6 +12478,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + 选ꋩäøåŒ + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -12372,62 +12729,62 @@ p, li { white-space: pre-wrap; } TextPage - + Text certificate ę–‡ęœ¬čƁ书 - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Copy your Cert to Clipboard - + Save your Cert into a File - + Please, paste your friends PGP certificate into the box below - + 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 (*) @@ -12440,7 +12797,7 @@ p, li { white-space: pre-wrap; } ä½ éœ€č¦ęŠŠä½ XPGPčƁ书äø‹é¢ēš„ę–‡å­—ęä¾›ē»™ä½ ēš„å„½å‹ć€‚ - + Run Email program čæč”Œé‚®ä»¶ē؋åŗ @@ -12449,7 +12806,7 @@ p, li { white-space: pre-wrap; } čÆ·ē²˜č““你儽友ēš„XPGPčƁ书到äø‹é¢ēš„ꔆäø­ - + Connect Friend Help čæžęŽ„儽友åø®åŠ© @@ -12458,7 +12815,7 @@ p, li { white-space: pre-wrap; } ä½ åÆ仄复制čæ™ę®µę–‡å­—通čæ‡ē”µå­é‚®ä»¶ć€ICQęˆ–å…¶å®ƒęø é“发送ē»™ä½ ēš„å„½å‹ć€‚ - + Certificate Load Failed čÆä¹¦åŠ č½½å¤±č“„ @@ -12528,23 +12885,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel å–ę¶ˆ - + Clear Completed ꘎ē”®å®Œęˆ - - + + Status ēŠ¶ę€ - + Completed å®Œęˆ @@ -12563,15 +12920,15 @@ 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;">äøŠä¼  (Uploads):</span></p></body></html> - - + + Name i.e: file name 姓名 - - + + Size i.e: file size 大小 @@ -12582,13 +12939,13 @@ p, li { white-space: pre-wrap; } čæ›åŗ¦ - + Speed i.e: Download speed 速åŗ¦ - + Sources i.e: Sources ę„ęŗ @@ -12599,7 +12956,7 @@ p, li { white-space: pre-wrap; } å‰©ä½™ę—¶é—“ - + Core-ID @@ -12609,51 +12966,51 @@ p, li { white-space: pre-wrap; } ē”Øęˆ·å§“å - + Progress i.e: % uploaded čæ›åŗ¦ - + Speed i.e: upload speed 速åŗ¦ - + Transferred å·²äø‹č½½ - + Play ę’­ę”¾ - + Move in Queue... ē§»åŠØåœØ队列... - + Checking... ę£€ęŸ„... - + RetroShare - - - + + + Failed å¤±č“„ - + Progress / Availability i.e: % downloaded čæ›åŗ¦ @@ -12663,59 +13020,59 @@ p, li { white-space: pre-wrap; } 速åŗ¦/队列优先 - + Remaining å‰©ä½™ę—¶é—“ - + Download time i.e: Estimated Time of Arrival / Time left äø‹č½½ę—¶é—“ - + Peer i.e: user name 节ē‚¹ - + Hash - + Pause ęš‚åœ - + Resume ē®€åŽ† - + Force Check - + Open Folder ę‰“å¼€ę–‡ä»¶å¤¹ - + Open File ę‰“å¼€ę–‡ä»¶ - + Preview File é¢„č§ˆę–‡ä»¶ - + Details... čÆ¦ęƒ… @@ -12752,21 +13109,21 @@ p, li { white-space: pre-wrap; } ę±½č½¦ - - + + Slower ę…¢ - - - + + + Average 平均 - - + + Faster ꛓåæ« @@ -12779,133 +13136,133 @@ p, li { white-space: pre-wrap; } 优先ēŗ§ļ¼ˆé€Ÿåŗ¦ļ¼‰ - + Streaming 굁 - + Random 随ęœŗ - + Chunk strategy 块ē­–ē•„ - - - + + + Okay ē”®å®š - - + + Waiting č½®å€™ - + Downloading äø‹č½½ - - - - + + + + Complete å®Œęˆ - + Unknown ęœŖēŸ„ - + version: ē‰ˆęœ¬: - + Queued ꎒ队 - + Speed / Queue position 速åŗ¦/队列位ē½® - + Copy RetroShare Link - + Paste RetroShare Link - + Down 向äø‹ - + Up 向äøŠ - + Top 锶éƒØ - + Bottom åŗ•éƒØ - + Priority (Speed)... 优先ēŗ§ļ¼ˆé€Ÿåŗ¦ļ¼‰... - + Paused å·²ęš‚åœ - + Transferring č½¬ē§» - + Uploading äøŠä¼  - + Are you sure that you want to cancel and delete these files? ę‚Øē”®å®šč¦å–ę¶ˆļ¼Œå¹¶åˆ é™¤čæ™äŗ›ę–‡ä»¶ļ¼Ÿ - + Details: čÆ¦ęƒ…: - + Open Transfer å¼€ę”¾å¼ä¼ č¾“ - + File %1 is not completed. If it is a media file, try to preview it. ꖇ件 %1 ę²”ęœ‰å®Œęˆć€‚å¦‚ęžœå®ƒę˜Æäø€äøŖåŖ’ä½“ę–‡ä»¶ļ¼Œå°čÆ•é¢„č§ˆć€‚ @@ -12993,27 +13350,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -13021,6 +13358,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -13032,6 +13379,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -13150,96 +13507,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) ęœŖēŸ„ - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown ęœŖēŸ„ - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_zh_TW.ts b/retroshare-gui/src/lang/retroshare_zh_TW.ts index b1557acde..778fbfc02 100644 --- a/retroshare-gui/src/lang/retroshare_zh_TW.ts +++ b/retroshare-gui/src/lang/retroshare_zh_TW.ts @@ -744,103 +744,95 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + 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 @@ -993,27 +985,7 @@ p, li { white-space: pre-wrap; } ChannelFeed - - Enter a Keyword here - - - - - Title - - - - - Description - - - - - Reset - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1022,113 +994,103 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubscribe - + Subscribe To Channel - + Subscribe - + Set all to read - + Create Channel - + Unsubcribe To Channel - - Name - - - - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1172,7 +1134,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1319,17 +1281,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1337,67 +1299,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 @@ -1475,74 +1437,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -1738,6 +1700,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -1857,176 +1829,176 @@ p, li { white-space: pre-wrap; } - + RetroShare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2036,17 +2008,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2154,12 +2131,12 @@ Do you want to save your changes? - + RetroShare - + Please add a Name @@ -2254,7 +2231,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2275,12 +2252,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2396,7 +2373,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2421,43 +2398,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2502,22 +2479,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -2697,7 +2674,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -2723,22 +2700,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name - + Not Rated - + No Comments @@ -2830,28 +2807,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close - - - File %1 does not exist at location. - - EditChanDetails @@ -2947,37 +2932,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! @@ -2985,12 +2970,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3180,137 +3165,147 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed 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 *** @@ -3403,8 +3398,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3419,10 +3414,42 @@ p, li { white-space: pre-wrap; } - + + Send + + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3473,167 +3500,165 @@ 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 + + + + 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 unread - - + + with children - + Hide - + Expand - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3642,50 +3667,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; } @@ -3694,7 +3724,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3703,27 +3733,27 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3732,22 +3762,22 @@ p, li { white-space: pre-wrap; } - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -3919,99 +3949,99 @@ p, li { white-space: pre-wrap; } GenCertDialog - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend - + 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! - - + + Create new Profile @@ -4130,52 +4160,57 @@ p, li { white-space: pre-wrap; } GeneralPage - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4251,6 +4286,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + + + + + Description + + + + + Reset + + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -4734,7 +4812,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -4745,26 +4823,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5004,91 +5083,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. @@ -5097,175 +5176,175 @@ p, li { white-space: pre-wrap; } - + Show/Hide - + Status - + Minimize - + Maximize - + &Quit - + RetroShare - + Chat - - - - + + + + You have %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 ? @@ -5320,13 +5399,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose - + Contacts @@ -5336,22 +5415,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Send To: - + Subject: - + Paragraph @@ -5361,173 +5440,173 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -5558,7 +5637,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -5580,221 +5659,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -5850,174 +5929,174 @@ Do you want to save message ? MessageToaster - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close + + + Sub: + + MessagesDialog - + Forward selected Message - + New Message - + Remove Messages - + Reply to Message - - + + 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 - + + File + + + + + Files + + + + Print Document - + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - - + + + Inbox - - - + + + Outbox @@ -6028,20 +6107,20 @@ Do you want to save message ? - + Sent - - + + From - + Subject @@ -6112,7 +6191,7 @@ Do you want to save message ? - + Date @@ -6141,15 +6220,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6160,9 +6239,9 @@ p, li { white-space: pre-wrap; } - - - + + + Trash @@ -6270,132 +6349,132 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat - + Message Friend - + Peer Details - + Recomend this Friend to... - + Export Friend - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate - + Certificates (*.pqi) - + Connect To Friend - + Click to Change your Avatar - + Search Friends - + Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -6405,12 +6484,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -6424,7 +6503,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -6449,7 +6528,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide @@ -6485,160 +6584,86 @@ p, li { white-space: pre-wrap; } NetworkDialog - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - - - Select a pem/pqi File - - - - - - File Not Found - - - - - - %1 does not exist. Would you like to create it? - - - - - - Failed to Create File - - - - - - Unable to create %1 [%2] - - - - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - - Select Certificate - - - - - Certificates (*.pqi *.pem) - - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - + Unknown - - - - - - RetroShare - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - - Network @@ -6852,7 +6877,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -6955,65 +6980,100 @@ p, li { white-space: pre-wrap; } - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7021,7 +7081,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -7031,7 +7091,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -7044,7 +7104,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7114,32 +7174,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -7148,16 +7207,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide - + Quick Message @@ -7183,206 +7243,217 @@ p, li { white-space: pre-wrap; } PeersDialog - + Profile - - Friends Storm - - - - + Welcome to RetroShare's group chat. - + me - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Chat - + Message Friend - + Connect To Friend - + Deny Friend - + Remove Friend Location - - + + RetroShare - + + News Feed + + + + Paste RetroShare Link - + Group - + Friend - + Location - + Message Group - + Edit Group - + Remove Group - + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + + Available - + Save Certificate - + Certificates (*.pqi) @@ -7392,17 +7463,17 @@ p, li { white-space: pre-wrap; } - + Status - + Italic - + Underline @@ -7416,131 +7487,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -7549,17 +7649,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Send - + Clear Chat History @@ -7830,7 +7930,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove @@ -7838,61 +7938,74 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + 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 - + + Load Picture File + + + + Save as... @@ -7902,22 +8015,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -7959,6 +8072,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -7969,6 +8087,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -7984,11 +8112,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -8006,7 +8129,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -8052,10 +8175,20 @@ Do you want to send them a Message instead - + RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PrintPreview @@ -8484,64 +8617,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -8609,7 +8749,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -8687,7 +8827,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -8767,27 +8907,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -9019,32 +9164,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 @@ -9076,75 +9221,75 @@ p, li { white-space: pre-wrap; } SearchDialog - + Download - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel - + Recommend to Friends - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - + Remove - + Remove All - - + + Folder - + New RetroShare Link(s) @@ -9421,12 +9566,17 @@ p, li { white-space: pre-wrap; } - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -9434,7 +9584,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -10107,15 +10257,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -10325,6 +10486,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -10373,6 +10535,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -10548,77 +10770,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -10677,268 +10899,268 @@ p, li { white-space: pre-wrap; } TransfersDialog - - + + Name i.e: file name - - + + Size i.e: file size - + Completed - + Speed i.e: Download speed - + Sources i.e: Sources - - + + Status - + Progress / Availability i.e: % downloaded - + Core-ID - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Copy RetroShare Link - + Paste RetroShare Link - + Play - + Pause - + Resume - + Force Check - + Cancel - + Open Folder - + Open File - + Preview File - + Details... - + Clear Completed - - + + Slower - - - + + + Average - - + + Faster - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Move in Queue... - + Streaming - + Random - + Chunk strategy - + version: - + Queued - + Speed / Queue position - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Paused - + Transferring - + Checking... - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10987,45 +11209,45 @@ p, li { white-space: pre-wrap; } - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + Uploading @@ -11065,27 +11287,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -11093,6 +11295,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -11104,6 +11316,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -11222,96 +11444,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes

)!9Hy-(C?5y{ds}2 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 diff --git a/retroshare-gui/src/lang/retroshare_ja_JP.ts b/retroshare-gui/src/lang/retroshare_ja_JP.ts index a1c06e986..bc25a6bc9 100644 --- a/retroshare-gui/src/lang/retroshare_ja_JP.ts +++ b/retroshare-gui/src/lang/retroshare_ja_JP.ts @@ -890,30 +890,29 @@ p, li { white-space: pre-wrap; } CallToaster - Message - ćƒ”ćƒƒć‚»ćƒ¼ć‚ø + ćƒ”ćƒƒć‚»ćƒ¼ć‚ø 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... 恂ćŖćŸć®čØ¼ę˜Žę›ø悒ć‚Øć‚Æć‚¹ćƒćƒ¼ćƒˆ... @@ -922,12 +921,12 @@ p, li { white-space: pre-wrap; } äø‹ć®ćƒœćƒƒć‚Æć‚¹ć«ć‚ćŖćŸć®å‹é”ć®čØ¼ę˜Žę›øć®ćƒ‘ć‚¹ć‚’ęŒ‡å®šć—ć¦ćć ć•ć„ - + Browse ćƒ–ćƒ©ć‚¦ć‚ŗ - + Select Certificate čØ¼ę˜Žę›ø悒éøꊞ @@ -944,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 ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ @@ -1490,12 +1489,12 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel ćƒćƒ£ćƒćƒ«ć‚’ä½œęˆ - + Subscribe To Channel ćƒćƒ£ćƒćƒ«ć‚’č³¼čŖ­ @@ -1504,7 +1503,7 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚©ćƒ¼ćƒ  - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1517,7 +1516,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 čæ½åŠ  @@ -1538,42 +1537,39 @@ p, li { white-space: pre-wrap; } ćƒćƒ£ćƒćƒ«ć«ęŠ•ēØæ - - Enter a Keyword here - - - - Title - ć‚æć‚¤ćƒˆćƒ« + ć‚æć‚¤ćƒˆćƒ« - Description - čŖ¬ę˜Ž + čŖ¬ę˜Ž - Reset - ćƒŖć‚»ćƒƒćƒˆ + ćƒŖć‚»ćƒƒćƒˆ - + + Display + č”Øē¤ŗ + + + Unsubcribe To Channel ćƒćƒ£ćƒćƒ«ć®č³¼čŖ­ć‚’äø­ę­¢ - + Unsubscribe č³¼čŖ­äø­ę­¢ - + Subscribe č³¼čŖ­ - + Set all to read @@ -1586,82 +1582,75 @@ p, li { white-space: pre-wrap; } č‡Ŗå‹•ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ ć‚Ŗ惕 - Name - 名前 + 名前 - Popularity - äŗŗ갗åŗ¦ + äŗŗ갗åŗ¦ ID ID - + Own Channels č‡Ŗåˆ†ć®ćƒćƒ£ćƒćƒ« - + Subscribed Channels č³¼čŖ­ęøˆćæć®ćƒćƒ£ćƒćƒ« - + Popular Channels äŗŗę°—ć®ćƒćƒ£ćƒćƒ« - + Other Channels ćć®ä»–ć®ćƒćƒ£ćƒćƒ« - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel ćƒćƒ£ćƒćƒ«ć«ęŠ•ēØæ - + Subscribe to Channel ćƒćƒ£ćƒćƒ«ć‚’č³¼čŖ­ - + Unsubscribe to Channel ćƒćƒ£ćƒćƒ«ć®č³¼čŖ­ć‚’äø­ę­¢ - + Show Channel Details ćƒćƒ£ćƒćƒ«ć®č©³ē“°ć‚’č”Øē¤ŗ - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1729,7 +1718,7 @@ Available: %3 - + Quick Message @@ -1876,17 +1865,17 @@ Available: %3 ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1916,67 +1905,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 ē½²åč€… @@ -2205,74 +2194,74 @@ p, li { white-space: pre-wrap; } 適ē”Øć—ć¦é–‰ć˜ć‚‹ - - + + 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 @@ -2440,6 +2429,16 @@ p, li { white-space: pre-wrap; } Please add a Name åå‰ć‚’čæ½åŠ ć—ć¦ćć ć•ć„ + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2567,177 +2566,177 @@ p, li { white-space: pre-wrap; } ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  - + RetroShare RetroShare - + Please add a Subject ä»¶åć‚’čæ½åŠ ć—ć¦ćć ć•ć„ - + &File ćƒ•ć‚”ć‚¤ćƒ«(&F) - + &New ę–°č¦(&N) - + &Open... 開恏(&O)... - + &Save äæå­˜(&S) - + Save &As... åå‰ć‚’ć¤ć‘ć¦äæå­˜(&A)... - + &Print... 印刷(&P)... - + Print Preview... å°åˆ·ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼... - + &Export PDF... PDF恫ć‚Øć‚Æć‚¹ćƒćƒ¼ćƒˆ(&E)... - + &Quit ēµ‚äŗ†(&Q) - + &Edit ē·Ø集(&E) - + &Undo å…ƒć«ęˆ»ć™(&U) - + &Redo 悄悊ē›“恙(&R) - + Cu&t åˆ‡ć‚Šå–ć‚Š(&T) - + &Copy ć‚³ćƒ”ćƒ¼(&C) - + &Paste č²¼ć‚Šä»˜ć‘(&P) - + &View č”Øē¤ŗ(&V) - + &Insert ęŒæå…„(&I) - + &Image ć‚¤ćƒ”ćƒ¼ć‚ø(&I) - + F&ormat ćƒ•ć‚©ćƒ¼ćƒžćƒƒćƒˆ(&F) - + &Bold å¤Ŗ字(&B) - + &Italic ę–œä½“(&I) - + &Underline äø‹ē·š(&U) - - + + &Left å·¦åÆ„ć›(&L) - - + + C&enter äø­å¤®ęƒćˆ(&E) - - + + &Right 右åÆ„ć›(&R) - + &Justify 均ē­‰ęƒćˆ(&J) - + &Text Color... ę–‡å­—č‰²(&T)... - + Application ć‚¢ćƒ—ćƒŖć‚±ćƒ¼ć‚·ćƒ§ćƒ³ - + The document has been modified. Do you want to save your changes? ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆćŒå¤‰ę›“ć•ć‚Œć¦ć„ć¾ć™. å¤‰ę›“ć‚’äæå­˜ć—ć¾ć™ć‹? - + Open File... ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć... - + HTML-Files (*.htm *.html);;All Files (*) HTML ćƒ•ć‚”ć‚¤ćƒ« (*.htm *.html);;ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... @@ -2747,17 +2746,22 @@ Do you want to save your changes? ODF ćƒ•ć‚”ć‚¤ćƒ«(*.odt); HTML ćƒ•ć‚”ć‚¤ćƒ« (*.htm *.html); ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) - + Print Document ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć‚’å°åˆ· + + + Export PDF + + Choose Image ć‚¤ćƒ”ćƒ¼ć‚ø悒éøꊞ - + Image Files supported (*.png *.jpeg *.jpg *.gif) ć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹ć‚¤ćƒ”ćƒ¼ć‚ø ćƒ•ć‚”ć‚¤ćƒ« (*.png *.jpeg *.jpg *.gif) @@ -2869,12 +2873,12 @@ Do you want to save your changes? ä½œęˆ - + RetroShare RetroShare - + Please add a Name åå‰ć‚’čæ½åŠ ć—ć¦ćć ć•ć„ @@ -2980,7 +2984,7 @@ p, li { white-space: pre-wrap; } ꤜē“¢ēµęžœć‹ć‚‰ćƒ•ć‚”ć‚¤ćƒ«ć‚’ćƒ‰ćƒ©ćƒƒć‚° & 惉惭惃惗 - + Add Extra File ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  @@ -3001,12 +3005,12 @@ p, li { white-space: pre-wrap; } ä»¶åć‚’čæ½åŠ ć—ć¦ćć ć•ć„ - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -3155,7 +3159,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -3187,43 +3191,43 @@ p, li { white-space: pre-wrap; } RetroShare ćƒŖćƒ³ć‚Æć‚’ć™ć¹ć¦č²¼ć‚Šä»˜ć‘ć¦ćć ć•ć„ - + Paste full RetroShare Link - + In Reply to - + RetroShare RetroShare - + Please set a Forum Subject and Forum Message ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć®ä»¶åćØćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć®ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒čØ­å®šć—ć¦ćć ć•ć„ - + Add Extra File ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  - - + + Drop file error. ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‰ćƒ­ćƒƒćƒ— ć‚Øćƒ©ćƒ¼. - + File not found or file name not accepted. ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ć‹ćƒ•ć‚”ć‚¤ćƒ«åćŒå—ć‘å…„ć‚Œć‚‰ć‚Œć¾ć›ć‚“. - + Directory can't be dropped, only files are accepted. ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆćƒ‰ćƒ­ćƒƒćƒ—ć§ćć¾ć›ć‚“. ćƒ•ć‚”ć‚¤ćƒ«ć®ćæåÆčƒ½ć§ć™. @@ -3272,22 +3276,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way 恂ćŖćŸć®å…¬é–‹ć‚­ćƒ¼ćŒć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć«ć‚³ćƒ”ćƒ¼ć•ć‚Œć¾ć—ćŸ. Ećƒ”ćƒ¼ćƒ«(ć¾ćŸćÆćć®ä»–ć®ę–¹ę³•)ć«č²¼ć‚Šä»˜ć‘ć¦ć‚ćŖćŸć®å‹é”ć«é€ć£ć¦ćć ć•ć„ - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... - + RetroShare Certificate (*.rsc );;All Files (*) RetroShare čØ¼ę˜Žę›ø (*.rsc); ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) @@ -3491,7 +3495,7 @@ p, li { white-space: pre-wrap; } - + Comments ć‚³ćƒ”ćƒ³ćƒˆ @@ -3517,22 +3521,22 @@ p, li { white-space: pre-wrap; } ć‚­ćƒ£ćƒ³ć‚»ćƒ« - + Rating č©•ä¾” - + File Name ćƒ•ć‚”ć‚¤ćƒ«å - + Not Rated ęœŖč©•ä¾” - + No Comments ć‚³ćƒ”ćƒ³ćƒˆćŖ恗 @@ -3636,28 +3640,36 @@ you plug it in. äøå®Œå…Øćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ•ć‚©ćƒ«ćƒ€ć‚’čح定 + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close 閉恘悋 - - - File %1 does not exist at location. - - EditChanDetails @@ -3753,37 +3765,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! @@ -3791,12 +3803,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared ć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸ - + Here is the error message: ć‚Øćƒ©ćƒ¼ćƒ”ćƒƒć‚»ćƒ¼ć‚ø: @@ -3985,142 +3997,204 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: - ćƒćƒ£ćƒ³ć‚Æ 惞惃惗: + ćƒćƒ£ćƒ³ć‚Æ 惞惃惗: - Active chunks: - ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖćƒćƒ£ćƒ³ć‚Æ: + ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖćƒćƒ£ćƒ³ć‚Æ: - Availability map ( - åÆē”Øꀧ惞惃惗 ( + åÆē”Øꀧ惞惃惗 ( sources ć‚½ćƒ¼ć‚¹ - active sources - å€‹ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖ ć‚½ćƒ¼ć‚¹ + å€‹ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖ ć‚½ćƒ¼ć‚¹ - File info: - ćƒ•ć‚”ć‚¤ćƒ«ęƒ…å ±: + ćƒ•ć‚”ć‚¤ćƒ«ęƒ…å ±: - File hash: - ćƒ•ć‚”ć‚¤ćƒ« ćƒćƒƒć‚·ćƒ„: + ćƒ•ć‚”ć‚¤ćƒ« ćƒćƒƒć‚·ćƒ„: - File size: - ćƒ•ć‚”ć‚¤ćƒ« 悵悤ć‚ŗ: + ćƒ•ć‚”ć‚¤ćƒ« 悵悤ć‚ŗ: - - - - + + Chunk map + + + + + Active chunks + + + + + Availability map (%1 active source) + + + + + Availability map (%1 active sources) + + + + + File info + + + + + File hash + + + + + + + bytes - - Chunk size: - ćƒćƒ£ćƒ³ć‚Æ 悵悤ć‚ŗ: - - - - Number of chunks: - ćƒćƒ£ćƒ³ć‚Æ恮ꕰ: - - - - Transfered: - č»¢é€ęøˆ: - - - - Remaining: + + File size - + + Chunk size + + + + + Number of chunks + + + + + Transfered + + + + + Remaining + ꮋ悊 + + + + Number of sources + + + + + Chunk strategy + ćƒćƒ£ćƒ³ć‚Æć®ę–¹é‡ + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed + + + + Chunk size: + ćƒćƒ£ćƒ³ć‚Æ 悵悤ć‚ŗ: + + + Number of chunks: + ćƒćƒ£ćƒ³ć‚Æ恮ꕰ: + + + Transfered: + č»¢é€ęøˆ: + + Number of sources: - ć‚½ćƒ¼ć‚¹ć®ę•°: + ć‚½ćƒ¼ć‚¹ć®ę•°: - Chunk strategy: - ćƒćƒ£ćƒ³ć‚Æć®ę–¹é‡: + ćƒćƒ£ćƒ³ć‚Æć®ę–¹é‡: - Transfer type: - č»¢é€ć®ēخ锞: + č»¢é€ć®ēخ锞: 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 *** *** ćŖ恗 *** @@ -4221,11 +4295,21 @@ p, li { white-space: pre-wrap; } - - + + Subject: 件名: + + + Send + 送äæ” + + + + Signed + ē½²åęøˆ + Subject... 件名... @@ -4253,10 +4337,32 @@ p, li { white-space: pre-wrap; } ē¾åœØć®ćƒ”ćƒƒć‚»ćƒ¼ć‚ø.. - + + Forum Post + ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ęŠ•ēØæ + + + + Unknown Forum Post + + + + + + + Anonymous + åŒæ名 + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -4315,150 +4421,153 @@ 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 + + + + Reply čæ”äæ” - + Reply to Author ć‚¹ćƒ¬äø»ć«čæ”äæ” - + Expand all ć™ć¹ć¦å±•é–‹ - + Collapse all ć™ć¹ć¦ęŠ˜ć‚ŠćŸćŸćæ + + + AUTHD + + Popularity: äŗŗ갗åŗ¦: - + 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 展開 - - - - Popularity: - - - - - + + Anonymous åŒæ名 - - + + signed ē½²åęøˆ - - + + none ćŖ恗 - - + + RetroShare RetroShare - + No Forum Selected! ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ćŒéøęŠžć•ć‚Œć¦ć„ć¾ć›ć‚“! - + You cant reply a Anonymous Author åŒæåć®ć‚¹ćƒ¬äø»ć«ćÆčæ”äæ”ć§ćć¾ć›ć‚“ @@ -4487,14 +4596,14 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. - - + + Date ę—„ä»˜ - - + + Start New Thread ć‚¹ćƒ¬ćƒƒćƒ‰ć‚’ę–°č¦ä½œęˆ @@ -4503,7 +4612,7 @@ p, li { white-space: pre-wrap; } ę–°ć—ć„ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - + Add čæ½åŠ  @@ -4532,12 +4641,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ćƒ”ćƒƒć‚»ćƒ¼ć‚ø恫čæ”äæ”</p></body></html> - RetroShare Forums - RetroShare ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  + RetroShare ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4550,39 +4658,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; } @@ -4595,7 +4703,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">ć‚¹ćƒ¬ćƒƒćƒ‰:</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4604,27 +4712,27 @@ p, li { white-space: pre-wrap; } - + Reset ćƒŖć‚»ćƒƒćƒˆ - + Content - + Create Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć‚’ä½œęˆ - + Print 印刷 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4637,27 +4745,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 å°åˆ·ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ @@ -4876,8 +4989,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę–°č¦ä½œęˆ @@ -5021,82 +5134,82 @@ p, li { white-space: pre-wrap; } Generate New Certificate ꖰ恗恄čØ¼ę˜Žę›ø悒ē™ŗē”Ÿć•ć›ćŖ恕恄 - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę–°č¦ä½œęˆ - - + + Generate GPG key Failure GPG ć‚­ćƒ¼ć®ē”Ÿęˆć«å¤±ę•— - + Location field is required with a minimum of 3 characters å “ę‰€ćƒ•ć‚£ćƒ¼ćƒ«ćƒ‰ćÆęœ€ä½Ž3ę–‡å­—ä»„äøŠåæ…要恧恙 - + All fields are required with a minimum of 3 characters ć™ć¹ć¦ć®ćƒ•ć‚£ćƒ¼ćƒ«ćƒ‰ćÆęœ€ä½Ž3ę–‡å­—ä»„äøŠåæ…要恧恙 - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. 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! @@ -5105,12 +5218,12 @@ Fill in your GPG password when asked, to sign your new key. ę–°č¦ GPG ć‚­ćƒ¼ć‚’ē”Ÿęˆäø­. ć—ć°ć‚‰ććŠå¾…ć”ćć ć•ć„. GPG ćƒ‘ć‚¹ćƒÆćƒ¼ćƒ‰ć‚’ćŸćšć­ć‚‰ć‚ŒćŸć‚‰å…„åŠ›ć—ć¦ćć ć•ć„. - + Select Trusted Friend äæ”é ¼ć—ć¦ć„ć‚‹å‹é”ć‚’éøꊞ - + Certificates (*.pqi *.pem) čØ¼ę˜Žę›ø (*.pqi *.pem) @@ -5210,52 +5323,57 @@ p, li { white-space: pre-wrap; } ćƒ­ć‚°ć‚¤ćƒ³ (Login) - + Startup ć‚¹ć‚æćƒ¼ćƒˆć‚¢ćƒƒćƒ— - + Start RetroShare when my system starts ć‚·ć‚¹ćƒ†ćƒ čµ·å‹•ę™‚ć« Retoroshare ć‚’čµ·å‹• - + Start minimized ęœ€å°åŒ–ć—ć¦čµ·å‹• - + + Start minimized on system start + + + + Misc ćć®ä»– - + Do not show the Quit RetroShare MessageBox ēµ‚äŗ†ę™‚ć«ćƒ”ćƒƒć‚»ćƒ¼ć‚ø惜惃ć‚Æć‚¹ć‚’č”Øē¤ŗ恗ćŖ恄 - + Do not Minimize to Tray Icon ćƒˆćƒ¬ć‚¤ ć‚¢ć‚¤ć‚³ćƒ³ć«ęœ€å°åŒ–ć—ćŖ恄 - + Auto Login - + Idle - + Idle Time - + seconds @@ -5335,6 +5453,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + ć‚æć‚¤ćƒˆćƒ« + + + + Description + čŖ¬ę˜Ž + + + + Reset + ćƒŖć‚»ćƒƒćƒˆ + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5866,7 +6027,7 @@ p, li { white-space: pre-wrap; } čŖčØ¼ć« *.rsc ćƒ•ć‚”ć‚¤ćƒ«ć‚’ä½æē”Ø恙悋 (&U) - + &Make friend with selected friends of my friends éøꊞ恕悌恟恂ćŖćŸć®å‹é”ć®å‹é”ćØ, å‹é”ć«ćŖ悋 (&M) @@ -5877,26 +6038,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually čØ¼ę˜Žę›øć‚’ę‰‹å‹•ć§å…„åŠ› (&E) - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -6143,35 +6305,35 @@ p, li { white-space: pre-wrap; } MainWindow - + Network 惍惃惈ćƒÆćƒ¼ć‚Æ - + Friends 友達 - - + + Transfers č»¢é€ - - + + Messages ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - - + + Channels ćƒćƒ£ćƒćƒ« - + Blogs 惖惭悰 @@ -6180,28 +6342,28 @@ p, li { white-space: pre-wrap; } ę–°ć—ć„ćƒ”ćƒƒć‚»ćƒ¼ć‚øćŒć‚ć‚Šć¾ć™ - + Internal Error 内éƒØć‚Øćƒ©ćƒ¼ - + Options ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ - + Hide 非č”Øē¤ŗ - + Show č”Øē¤ŗ - + RetroShare RetroShare @@ -6240,12 +6402,12 @@ p, li { white-space: pre-wrap; } ć‚Æć‚£ćƒƒć‚Æ ć‚¹ć‚æćƒ¼ćƒˆ ć‚¦ć‚£ć‚¶ćƒ¼ćƒ‰ - + Search ꤜē“¢ - + Files ćƒ•ć‚”ć‚¤ćƒ« @@ -6254,75 +6416,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. @@ -6331,91 +6493,91 @@ p, li { white-space: pre-wrap; } - + Status - + 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 - + Help ćƒ˜ćƒ«ćƒ— - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. @@ -6441,18 +6603,18 @@ p, li { white-space: pre-wrap; } ćƒ‹ćƒ„ćƒ¼ć‚¹ ćƒ•ć‚£ćƒ¼ćƒ‰ - - + + Forums ćƒ•ć‚©ćƒ¼ćƒ©ćƒ  - + Open Messages ćƒ”ćƒƒć‚»ćƒ³ć‚øćƒ£ćƒ¼ć‚’é–‹ć - + Applications ć‚¢ćƒ—ćƒŖć‚±ćƒ¼ć‚·ćƒ§ćƒ³ @@ -6461,17 +6623,17 @@ p, li { white-space: pre-wrap; } Ā čح定 - + Plugins ćƒ—ćƒ©ć‚°ć‚¤ćƒ³ - + Really quit ? ęœ¬å½“ć«ēµ‚äŗ†ć—ć¾ć™ć‹? - + Do you really want to exit RetroShare ? ęœ¬å½“ć« Retoroshare 悒ēµ‚äŗ†ć—ć¾ć™ć‹? @@ -6499,13 +6661,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose ä½œęˆ - + Contacts ć‚³ćƒ³ć‚æć‚Æ惈 @@ -6515,22 +6677,22 @@ p, li { white-space: pre-wrap; } - + Reset ćƒŖć‚»ćƒƒćƒˆ - + Send To: 宛先: - + Subject: 件名: - + Paragraph @@ -6540,173 +6702,173 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size ćƒ•ć‚©ćƒ³ćƒˆ 悵悤ć‚ŗ - + Increase font size ćƒ•ć‚©ćƒ³ćƒˆć‚’ę‹”å¤§ - + Decrease font size ćƒ•ć‚©ćƒ³ćƒˆć‚’ēø®å° - + Bold å¤Ŗ字 - + Underline äø‹ē·š - + Italic ę–œä½“ - + Select Color č‰²ć®éøꊞ - + Alignment ę–‡å­—ęƒćˆ - + Add a Image ć‚¤ćƒ”ćƒ¼ć‚ø悒čæ½åŠ  - + Sets text font to code style ćƒ•ć‚©ćƒ³ćƒˆć‚’ć‚³ćƒ¼ćƒ‰ ć‚¹ć‚æć‚¤ćƒ«ć«čح定 - + Recommended Files ćŠć™ć™ć‚ć®ćƒ•ć‚”ć‚¤ćƒ« - + File Name - + Size - + Hash ćƒćƒƒć‚·ćƒ„ - + Send 送äæ” - + Send this message now ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒恙恐恫送äæ” - + Reply čæ”äæ” - + Toggle Contacts View ć‚³ćƒ³ć‚æć‚Æ惈恮č”Øē¤ŗć®åˆ‡ć‚Šę›æ恈 - + Save äæå­˜ - + Save this message ć“ć®ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒äæå­˜ - + Attach 귻付 - + Attach File ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę·»ä»˜ - + Quote 引ē”Ø - + Add Blockquote 引ē”Ø悒čæ½åŠ  @@ -6737,7 +6899,7 @@ p, li { white-space: pre-wrap; } - + Save Message ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒äæå­˜ @@ -6763,222 +6925,222 @@ Do you want to save message to draft box? - - No Title - - - - + 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. ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ć‹ćƒ•ć‚”ć‚¤ćƒ«åćŒå—ć‘å…„ć‚Œć‚‰ć‚Œć¾ć›ć‚“. @@ -7042,32 +7204,29 @@ Do you want to save message ? ę–°ć—ć„ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - + Subject 件名 - Play video - 惓惇ć‚Ŗć‚’å†ē”Ÿ + 惓惇ć‚Ŗć‚’å†ē”Ÿ - Play button - 再ē”Ÿćƒœć‚æćƒ³ + 再ē”Ÿćƒœć‚æćƒ³ - Play the downloaded video - ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ćŸćƒ“ćƒ‡ć‚Ŗć‚’å†ē”Ÿ + ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ćŸćƒ“ćƒ‡ć‚Ŗć‚’å†ē”Ÿ - + <b>1 new Message from</b> <b>ę–°č¦ćƒ”ćƒƒć‚»ćƒ¼ć‚ø1ä»¶ć‚ć‚Šć¾ć™</b> - + Close 閉恘悋 @@ -7079,35 +7238,40 @@ Do you want to save message ? Close the information dialog ęƒ…å ±ćƒ€ć‚¤ć‚¢ćƒ­ć‚°ć‚’é–‰ć˜ć‚‹ + + + Sub: + + MessagesDialog - + New Message ę–°č¦ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - + Reply to Message ćƒ”ćƒƒć‚»ćƒ¼ć‚ø恫čæ”äæ” - + Remove Message ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’å‰Šé™¤ - + Date ę—„ä»˜ - - + + From @@ -7198,15 +7362,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -7217,17 +7381,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox 受äæ”ē®± - - - + + + Outbox 送äæ”ē®± @@ -7238,15 +7402,15 @@ p, li { white-space: pre-wrap; } - + Sent 送äæ”ęøˆ - - - + + + Trash @@ -7341,7 +7505,7 @@ p, li { white-space: pre-wrap; } ć™ć¹ć¦ć‚’ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ćŖ恕恄 - + Print Document ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć‚’å°åˆ· @@ -7355,83 +7519,93 @@ p, li { white-space: pre-wrap; } ć‚½ćƒ¼ć‚¹ - + Forward selected Message éøęŠžć—ćŸćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’č»¢é€ - + Remove Messages ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’å‰Šé™¤ - + Forward Message ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’č»¢é€ - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ - + Empty trash + + + File + ćƒ•ć‚”ć‚¤ćƒ« + + + + Files + ćƒ•ć‚”ć‚¤ćƒ« + Compose: ä½œęˆ: - + Hide 非č”Øē¤ŗ - + Expand 展開 - - - + + + Drafts äø‹ę›ø恍 - + To @@ -7464,33 +7638,33 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... - + HTML-Files (*.htm *.html);;All Files (*) HTML ćƒ•ć‚”ć‚¤ćƒ« (*.htm *.html);;ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) - - - - - + + + + + Total: - - + + Reply to All å…Øå“”ć«čæ”äæ” - + Subject 件名 @@ -7624,75 +7798,75 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all ć™ć¹ć¦å±•é–‹ - + Collapse all ć™ć¹ć¦ęŠ˜ć‚ŠćŸćŸćæ - + Chat ćƒćƒ£ćƒƒćƒˆ - + Message Friend å‹é”ć«ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒送悋 - + Connect To Friend å‹é”ć«ęŽ„ē¶š - + Peer Details ćƒ”ć‚¢č©³ē“° - + Recomend this Friend to... - + Paste RetroShare Link - + Export Friend å‹é”ć‚’ć‚Øć‚Æć‚¹ćƒćƒ¼ćƒˆ - + Deny Friend å‹é”ć‚’ę‹’å¦ - + Remove Friend Location å‹é”ć®å “ę‰€ć‚’å‰Šé™¤ - + <strong>GPG Key</strong> <strong>GPG ć‚­ćƒ¼</strong> - - + + location - + <strong>RetroShare instance</strong> <strong>RetroShare ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹</strong> @@ -7713,12 +7887,12 @@ p, li { white-space: pre-wrap; } ć‚Ŗćƒ•ćƒ©ć‚¤ćƒ³ - + Save Certificate čØ¼ę˜Žę›ø悒äæå­˜ - + Certificates (*.pqi) čØ¼ę˜Žę›ø(*.pqi) @@ -7745,7 +7919,7 @@ Do you want to send them a Message instead Retoroshare ćƒ”ćƒƒć‚»ćƒ³ć‚øćƒ£ćƒ¼ - + Click to Change your Avatar ć‚ÆćƒŖ惃ć‚Æć—ć—ć¦ć‚¢ćƒć‚æćƒ¼ć‚’å¤‰ę›“ @@ -7779,44 +7953,44 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Search Friends - + Reset ćƒŖć‚»ćƒƒćƒˆ - - + + Sort Descending Order é™é †ć«äø¦ć¹ę›æ恈 - - + + Sort Ascending Order ę˜‡é †ć«äø¦ć¹ę›æ恈 - + Set root is Decorated ćƒ«ćƒ¼ćƒˆć‚’č£…é£¾ć™ć‚‹ - + Set Root Decorated ćƒ«ćƒ¼ćƒˆć‚’č£…é£¾ - + Sort by State @@ -7825,7 +7999,7 @@ p, li { white-space: pre-wrap; } ćƒ«ćƒ¼ćƒˆć‚’č£…é£¾ć—ćŖ恄 - + Hide Offline Friends ć‚Ŗćƒ•ćƒ©ć‚¤ćƒ³ć®å‹é”ć‚’éš ć™ @@ -7838,7 +8012,7 @@ p, li { white-space: pre-wrap; } ć‚Ŗćƒ•ćƒ©ć‚¤ćƒ³ć«ć™ć‚‹ - + Share Files for your Friends å‹é”ć«ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’å…±ęœ‰ @@ -7926,7 +8100,7 @@ p, li { white-space: pre-wrap; } - + Expand 展開 @@ -7946,7 +8120,27 @@ p, li { white-space: pre-wrap; } ćƒ”ćƒ‡ć‚£ć‚¢ć‚’å†ē”Ÿ - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide 非č”Øē¤ŗ @@ -7986,81 +8180,69 @@ p, li { white-space: pre-wrap; } č² č·čØ¼ę˜Žę›ø - - Select a pem/pqi File - PEM/PQI ćƒ•ć‚”ć‚¤ćƒ«ć‚’éøęŠžć—ć¦ćć ć•ć„ + PEM/PQI ćƒ•ć‚”ć‚¤ćƒ«ć‚’éøęŠžć—ć¦ćć ć•ć„ - - File Not Found - ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ + ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ - - %1 does not exist. Would you like to create it? - %1 ćŒć‚ć‚Šć¾ć›ć‚“. ä½œęˆć—ć¾ć™ć‹? + %1 ćŒć‚ć‚Šć¾ć›ć‚“. ä½œęˆć—ć¾ć™ć‹? - - Failed to Create File - ćƒ•ć‚”ć‚¤ćƒ«ć®ä½œęˆć«å¤±ę•— + ćƒ•ć‚”ć‚¤ćƒ«ć®ä½œęˆć«å¤±ę•— - - Unable to create %1 [%2] - %1 ć‚’ä½œęˆć§ćć¾ć›ć‚“ [%2] + %1 ć‚’ä½œęˆć§ćć¾ć›ć‚“ [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me čŖčؼęøˆ - + has authenticated you. Right-click and select 'make friend' to be able to connect. ćÆ恂ćŖ恟悒čŖčØ¼ć—ć¦ć„ć¾ć™. ꎄē¶šć§ćć‚‹ć‚ˆć†ć«ć™ć‚‹ćŸć‚ć«ćÆ, 右ć‚ÆćƒŖ惃ć‚Æ恗恦 ā€™å‹é”恫ćŖ悋ā€™ 悒éøęŠžć—ć¦ćć ć•ć„. - Select Certificate - čØ¼ę˜Žę›ø悒éøꊞ + čØ¼ę˜Žę›ø悒éøꊞ - Certificates (*.pqi *.pem) - čØ¼ę˜Žę›ø (*.pqi *.pem) + čØ¼ę˜Žę›ø (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -8123,12 +8305,12 @@ p, li { white-space: pre-wrap; } äæ”é ¼ćƒžćƒˆćƒŖ惃ć‚Æć‚¹ - + Authentication matrix čŖčؼ 惞惈ćƒŖ惃ć‚Æć‚¹ - + Network View @@ -8137,27 +8319,27 @@ p, li { white-space: pre-wrap; } Retoroshare %1 ćŒčµ·å‹•ć—ć¾ć—ćŸ. - + Deny friend å‹é”ć‚’ę‹’å¦ - + Make friend å‹é”ć«ćŖ悋 - + Delete certificate čØ¼ę˜Žę›øć‚’å‰Šé™¤ - + Export my Cert 恂ćŖćŸć®čØ¼ę˜Žę›ø悒ć‚Øć‚Æć‚¹ćƒćƒ¼ćƒˆ - + Peer details... ćƒ”ć‚¢č©³ē“°... @@ -8178,48 +8360,34 @@ p, li { white-space: pre-wrap; } GPG ć‚­ćƒ¼ćŒęœŖē½²å - + Unknown äøę˜Ž - + yourself - - - - RetroShare - RetroShare + RetroShare - - Sorry, create certificate failed - - - - Please choose a filename - ćƒ•ć‚”ć‚¤ćƒ«åć‚’éøęŠžć—ć¦ćć ć•ć„ + ćƒ•ć‚”ć‚¤ćƒ«åć‚’éøęŠžć—ć¦ćć ć•ć„ - RetroShare Certificate (*.rsc );;All Files (*) - RetroShare čØ¼ę˜Žę›ø (*.rsc); ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) + RetroShare čØ¼ę˜Žę›ø (*.rsc); ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ« (*) - Certificate file successfully created - čØ¼ę˜Žę›øćƒ•ć‚”ć‚¤ćƒ«ćÆę­£åøøć«ä½œęˆć•ć‚Œć¾ć—ćŸ + čØ¼ę˜Žę›øćƒ•ć‚”ć‚¤ćƒ«ćÆę­£åøøć«ä½œęˆć•ć‚Œć¾ć—ćŸ - - Sorry, certificate file creation failed - ē½²åę›øćƒ•ć‚”ć‚¤ćƒ«ć®ä½œęˆć«å¤±ę•—ć—ć¾ć—ćŸ + ē½²åę›øćƒ•ć‚”ć‚¤ćƒ«ć®ä½œęˆć«å¤±ę•—ć—ć¾ć—ćŸ UPNP is active. @@ -8533,27 +8701,19 @@ p, li { white-space: pre-wrap; } Form ćƒ•ć‚©ćƒ¼ćƒ  - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> - - Remove All ć™ć¹ć¦ć‚’å‰Šé™¤ + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> - <!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;"> @@ -8662,12 +8822,27 @@ p, li { white-space: pre-wrap; } ę–°ć—ć„ćƒ”ćƒƒć‚»ćƒ¼ć‚ø - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat ćƒ—ćƒ©ć‚¤ćƒ™ćƒ¼ćƒˆ ćƒćƒ£ćƒƒćƒˆ - + Open Window for new chat @@ -8680,55 +8855,75 @@ p, li { white-space: pre-wrap; } ćƒ¦ćƒ¼ć‚¶ćƒ¼ćŒé–‰ć˜ćŸå “åˆå†åŗ¦é–‹ć: - + Grab Focus when chat arrives ćƒćƒ£ćƒƒćƒˆćŒå±Šć„ćŸę™‚ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć‚’å–å¾— - + Use a single tabbed window - + Group chat ć‚°ćƒ«ćƒ¼ćƒ— ćƒćƒ£ćƒƒćƒˆ - + Display systray message ć‚·ć‚¹ćƒ†ćƒ ćƒˆćƒ¬ć‚¤ć«ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒č”Øē¤ŗ + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase GPG ć‚­ćƒ¼ ćƒ‘ć‚¹ćƒÆćƒ¼ćƒ‰ - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8746,18 +8941,22 @@ p, li { white-space: pre-wrap; } ćƒ”ć‚¢ćŒć‚Ŗćƒ³ćƒ©ć‚¤ćƒ³ - + Friend Online PeerDefs + + Anonymous + åŒæ名 + - Anonymous - åŒæ名 + Unknown + äøę˜Ž @@ -8820,7 +9019,7 @@ p, li { white-space: pre-wrap; } - + Expand 展開 @@ -8887,32 +9086,31 @@ p, li { white-space: pre-wrap; } ęœ€ę–°ć®ć‚³ćƒ³ć‚æć‚Æ惈: - + Friend 友達 - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer ćƒ”ć‚¢ - @@ -8921,16 +9119,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide 非č”Øē¤ŗ - + Quick Message @@ -8984,7 +9183,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat ćƒćƒ£ćƒƒćƒˆ @@ -8997,17 +9196,17 @@ p, li { white-space: pre-wrap; } 友äŗŗć‚’å–é™¤ććŖ恕恄 - + Save Certificate čØ¼ę˜Žę›ø悒äæå­˜ - + Certificates (*.pqi) čØ¼ę˜Žę›ø(*.pqi) - + Status ēŠ¶ę…‹ @@ -9023,72 +9222,67 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">友äŗŗ</span></p></body></html> - + Connect To Friend å‹é”ć«ęŽ„ē¶š - + Welcome to RetroShare's group chat. Retoroshare ć®ć‚°ćƒ«ćƒ¼ćƒ—ćƒćƒ£ćƒƒćƒˆć«ć‚ˆć†ć“ć. - + Profile ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ« - - Friends Storm - - - - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all ć™ć¹ć¦å±•é–‹ - + Collapse all ć™ć¹ć¦ęŠ˜ć‚ŠćŸćŸćæ - + Message Friend å‹é”ć«ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒送悋 @@ -9097,12 +9291,12 @@ p, li { white-space: pre-wrap; } ćƒ”ć‚¢č©³ē“° - + Deny Friend å‹é”ć‚’ę‹’å¦ - + Remove Friend Location å‹é”ć®å “ę‰€ć‚’å‰Šé™¤ @@ -9135,7 +9329,8 @@ p, li { white-space: pre-wrap; } å–ć‚Šč¾¼ćæäø­ - + + Available 利ē”ØåÆčƒ½ @@ -9154,18 +9349,18 @@ Do you want to send them a Message instead ä»£ć‚ć‚Šć«ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’é€ć‚Šć¾ć™ć‹ - - + + RetroShare RetroShare - + Do you want to remove this Friend? - + is typing... @@ -9178,7 +9373,7 @@ Do you want to send them a Message instead ę–°č¦ćƒćƒ£ćƒćƒ« - + Add Extra File ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  @@ -9207,90 +9402,105 @@ 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. ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆćƒ‰ćƒ­ćƒƒćƒ—ć§ćć¾ć›ć‚“. ćƒ•ć‚”ć‚¤ćƒ«ć®ćæåÆčƒ½ć§ć™. - + + News Feed + ćƒ‹ćƒ„ćƒ¼ć‚¹ ćƒ•ć‚£ćƒ¼ćƒ‰ + + + Paste RetroShare Link - + Group - + Friend 友達 - + Location - + Message Group - + Edit Group - + Remove Group - - + + Paste Friend Link - + location - - + + New group chat - + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + + + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... - + Text File (*.txt );;All Files (*) - + me č‡Ŗ分 - + Send 送äæ” @@ -9299,12 +9509,12 @@ Do you want to send them a Message instead ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«č”Øē¤ŗ - + Italic ę–œä½“ - + Underline äø‹ē·š @@ -9331,7 +9541,7 @@ p, li { white-space: pre-wrap; } ęœŖꎄē¶šć‚’非č”Øē¤ŗ - + Add or Change your Avatar ć‚¢ćƒć‚æćƒ¼ć®čæ½åŠ ć¾ćŸćÆå¤‰ę›“ @@ -9348,7 +9558,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 ćƒ‘ćƒ¼ć‚½ćƒŠćƒ« ćƒ”ćƒƒć‚»ćƒ¼ć‚ø悒ē·Ø集 @@ -9357,7 +9567,7 @@ p, li { white-space: pre-wrap; } ćƒ©ć‚¤ćƒ– ćƒćƒ£ćƒƒćƒˆ - + Bold å¤Ŗ字 @@ -9366,13 +9576,13 @@ p, li { white-space: pre-wrap; } ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć‚’ę–°č¦ä½œęˆ - - + + Create new Forum ćƒ•ć‚©ćƒ¼ćƒ©ćƒ ć‚’ę–°č¦ä½œęˆ - + F @@ -9381,109 +9591,138 @@ 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 + + Disable Emoticons ę°—åˆ†ć‚’ē„”効化 - - + + Save Chat History - + Hide Offline Friends ć‚Ŗćƒ•ćƒ©ć‚¤ćƒ³ć®å‹é”ć‚’éš ć™ - + Hide Status Column - - + + Add Friend å‹é”ć‚’čæ½åŠ  - + + Display + č”Øē¤ŗ + + + Create new Profile ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę–°č¦ä½œęˆ - + Font ćƒ•ć‚©ćƒ³ćƒˆ - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -9496,12 +9735,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">ę–‡å­—č‰²ć‚’čح定</span></p></body></html> - + Attach File ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę·»ä»˜ - + Clear Chat History ćƒćƒ£ćƒƒćƒˆć®å±„ę­“ć‚’ć‚ÆćƒŖć‚¢ @@ -9818,7 +10057,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove 削除 @@ -9826,21 +10065,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... ę–°ć—ć„ćƒ—ćƒ©ć‚°ć‚¤ćƒ³ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«... - + Open Plugin to install ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć™ć‚‹ćƒ—ćƒ©ć‚°ć‚¤ćƒ³ć‚’é–‹ć - + Plugins (*.so *.dll) ćƒ—ćƒ©ć‚°ć‚¤ćƒ³ (*.so *.dll) + + PopularityDefs + + + Popularity + äŗŗ갗åŗ¦ + + PopupChatDialog @@ -9856,39 +10103,44 @@ 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 ć‚¢ćƒć‚æćƒ¼ć‚’éžč”Øē¤ŗ - + + Load Picture File + + + + Messages you send will be delivered after Friend is again Online - + Show Avatar ć‚¢ćƒć‚æćƒ¼ć‚’č”Øē¤ŗ @@ -9901,7 +10153,7 @@ Do you want to send them a Message instead ć‚¹ć‚æć‚¤ćƒ« (*.htm) - + Save as... åå‰ć‚’ć¤ć‘ć¦äæå­˜... @@ -9911,22 +10163,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -9998,6 +10250,11 @@ p, li { white-space: pre-wrap; } Text Color ę–‡å­—č‰² + + + Clear Chat History + ćƒćƒ£ćƒƒćƒˆć®å±„ę­“ć‚’ć‚ÆćƒŖć‚¢ + Browse Message History @@ -10008,6 +10265,16 @@ p, li { white-space: pre-wrap; } Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -10031,9 +10298,8 @@ p, li { white-space: pre-wrap; } ć‚¢ćƒć‚æćƒ¼ć®ē”»åƒć‚’čح定 - Clear Chat - ćƒćƒ£ćƒƒćƒˆć‚’ć‚ÆćƒŖć‚¢ + ćƒćƒ£ćƒƒćƒˆć‚’ć‚ÆćƒŖć‚¢ @@ -10056,7 +10322,7 @@ p, li { white-space: pre-wrap; } ćƒćƒ£ćƒƒćƒˆć™ć‚‹ - + Add Extra File ć•ć‚‰ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚’čæ½åŠ  @@ -10131,10 +10397,20 @@ p, li { white-space: pre-wrap; } - + RetroShare RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PrintPreview @@ -10715,64 +10991,71 @@ p, li { white-space: pre-wrap; } ćŠćć‚‰ććƒ‘ć‚¹ćƒÆćƒ¼ćƒ‰ćŒé–“é•ć£ć¦ć„ć¾ć™ - + 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. - + File Request Error ćƒ•ć‚”ć‚¤ćƒ« ćƒŖć‚Æć‚Øć‚¹ćƒˆ ć‚Øćƒ©ćƒ¼ - + The file link is malformed. ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖćƒ³ć‚Æ恌äøę­£ć§ć™. @@ -10859,7 +11142,7 @@ p, li { white-space: pre-wrap; } - + Exit ēµ‚äŗ† @@ -10982,7 +11265,7 @@ p, li { white-space: pre-wrap; } - + < Back < ęˆ»ć‚‹ @@ -11082,27 +11365,32 @@ p, li { white-space: pre-wrap; } ć‚·ć‚¹ćƒ†ćƒ čµ·å‹•ę™‚ć« Retoroshare ć‚’čµ·å‹•. - + + Start minimized on system start + + + + Finish 完äŗ† - + Select A Folder To Share å…±ęœ‰ć™ć‚‹ćƒ•ć‚©ćƒ«ćƒ€ć‚’éøꊞ - + Shared Directory Added! å…±ęœ‰ćƒ•ć‚©ćƒ«ćƒ€ćŒčæ½åŠ ć•ć‚Œć¾ć—ćŸ! - + Do you really want to stop sharing this directory ? ęœ¬å½“ć«ć“ć®ćƒ•ć‚©ćƒ«ćƒ€ć®å…±ęœ‰ć‚’äø­ę­¢ć—ć¾ć™ć‹? - + Warning! č­¦å‘Š! @@ -11358,32 +11646,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 @@ -11440,53 +11728,53 @@ p, li { white-space: pre-wrap; } - + Download ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ - + Enter a keyword here (at least 3 char long) ć‚­ćƒ¼ćƒÆćƒ¼ćƒ‰ć‚’ć“ć“ć«å…„åŠ› (ęœ€ä½Ž3ę–‡å­—ä»„äøŠ) - + Copy retroshare Link Retoroshare ćƒŖćƒ³ć‚Æć‚’ć‚³ćƒ”ćƒ¼ - + Send retroshare Link Retoroshare ćƒŖćƒ³ć‚Æ悒送äæ” - + Broadcast on Channel ćƒćƒ£ćƒćƒ«ć«ćƒ–ćƒ­ćƒ¼ćƒ‰ć‚­ćƒ£ć‚¹ćƒˆ - + Recommend to Friends å‹é”ć«ćŠć™ć™ć‚ - + Remove 削除 - + Remove All ć™ć¹ć¦ć‚’å‰Šé™¤ - - + + Folder ćƒ•ć‚©ćƒ«ćƒ€ - + New RetroShare Link(s) @@ -11529,24 +11817,24 @@ p, li { white-space: pre-wrap; } ꖇę›ø - + Download Notice ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰é€šēŸ„ - + Skipping Local Files ćƒ­ćƒ¼ć‚«ćƒ« ćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚¹ć‚­ćƒƒćƒ— - - + + Sorry - - + + This function is not yet implemented. ć“ć®ę©Ÿčƒ½ćÆć¾ć å®Ÿč£…ć•ć‚Œć¦ć„ć¾ć›ć‚“. @@ -11879,12 +12167,17 @@ p, li { white-space: pre-wrap; } ćƒćƒ¼ćƒˆ: - + + Show Discovery information in statusbar + + + + IP Service IP ć‚µćƒ¼ćƒ“ć‚¹ - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -11895,7 +12188,7 @@ behind a firewall or a VPN. åŒę§˜ć§ć™. - + Allow RetroShare to ask my ip to these websites: RetroSharećŒä»„äø‹ć®ć‚¦ć‚§ćƒ–ć‚µć‚¤ćƒˆć«ć‚ćŖćŸć®IPć‚¢ćƒ‰ćƒ¬ć‚¹ć‚’å•ć„åˆć‚ć›ć‚‹ć®ć‚’čرåÆ: @@ -12694,15 +12987,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -12950,6 +13254,7 @@ This choice be reverted in settings. StatusDefs + Offline ć‚Ŗćƒ•ćƒ©ć‚¤ćƒ³ @@ -12998,6 +13303,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + ꎄē¶šäø­ + + + + Unreachable + + + + + Available + 利ē”ØåÆčƒ½ + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -13205,17 +13570,17 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. ćƒ†ć‚­ć‚¹ćƒˆå½¢å¼ć§ PGP čØ¼ę˜Žę›ø悒ä½æē”Ø. - + The text below is your PGP certificate. You have to provide it to your friend äø‹čØ˜ćƒ†ć‚­ć‚¹ćƒˆćÆ恂ćŖćŸć®PGPčØ¼ę˜Žę›ø恧恙. 恂ćŖćŸć®å‹é”ć«ęø”ć—ć¦ćć ć•ć„ - + Please, paste your friends PGP certificate into the box below 恂ćŖćŸć®å‹é”ć® PGP čØ¼ę˜Žę›ø悒äø‹ć®ćƒœćƒƒć‚Æć‚¹ć«č²¼ć‚Šä»˜ć‘ć¦ćć ć•ć„ @@ -13224,62 +13589,62 @@ 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 - + Text certificate ćƒ†ć‚­ć‚¹ćƒˆčØ¼ę˜Žę›ø - + Copy your Cert to Clipboard čØ¼ę˜Žę›ø悒ć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć«ć‚³ćƒ”ćƒ¼ - + Save your Cert into a File čØ¼ę˜Žę›øć‚’ćƒ•ć‚”ć‚¤ćƒ«ć«äæå­˜ - + Run Email program Ećƒ”ćƒ¼ćƒ« ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’čµ·å‹• - + 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 čØ¼ę˜Žę›ø恮čŖ­ćæč¾¼ćæć«å¤±ę•— @@ -13397,23 +13762,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel ć‚­ćƒ£ćƒ³ć‚»ćƒ« - + Clear Completed 完äŗ†ć—ćŸć‚‚ć®ć‚’ć‚ÆćƒŖć‚¢ - - + + Status ēŠ¶ę…‹ - + Completed 完äŗ† @@ -13480,15 +13845,15 @@ 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;">ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰(Uploads):</span></p></body></html> - - + + Name i.e: file name 名前 - - + + Size i.e: file size 悵悤ć‚ŗ @@ -13499,82 +13864,82 @@ p, li { white-space: pre-wrap; } é€²ę­© - + Speed i.e: Download speed 速åŗ¦ - + Progress / Availability i.e: % downloaded é€²ę—/åÆē”Øꀧ - + Sources i.e: Sources ć‚½ćƒ¼ć‚¹ - + Core-ID ć‚³ć‚¢ ID - + Progress i.e: % uploaded é€²ę— - + Speed i.e: upload speed 速åŗ¦ - + Transferred č»¢é€ęøˆ - + Hash ćƒćƒƒć‚·ćƒ„ - + Play 再ē”Ÿ - + Pause ćƒćƒ¼ć‚ŗ - + Resume 再開 - + Open Folder ćƒ•ć‚©ćƒ«ćƒ€ć‚’é–‹ć - + Open File ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć - + Preview File ćƒ•ć‚”ć‚¤ćƒ«ć‚’ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ - + Details... č©³ē“°... @@ -13591,22 +13956,22 @@ p, li { white-space: pre-wrap; } č”Øē¤ŗ - + Down äø‹ćø - + Up äøŠćø - + Top 先頭 - + Bottom ęœ«å°¾ @@ -13615,176 +13980,176 @@ p, li { white-space: pre-wrap; } ć‚­ćƒ„ćƒ¼ć§ē§»å‹•... - + Priority (Speed)... å„Ŗ先åŗ¦ (速åŗ¦)... - + Streaming ć‚¹ćƒˆćƒŖćƒ¼ćƒŸćƒ³ć‚° - + Random ćƒ©ćƒ³ćƒ€ćƒ  - + Chunk strategy ćƒćƒ£ćƒ³ć‚Æć®ę–¹é‡ - + Queued ć‚­ćƒ„ćƒ¼ęøˆ - + Checking... ē¢ŗčŖäø­... - + RetroShare RetroShare - + Details: č©³ē“°: - + 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? ęœ¬å½“ć«ć“ć‚Œć‚‰ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚­ćƒ£ćƒ³ć‚»ćƒ«ć—ć¦å‰Šé™¤ć—ć¾ć™ć‹? - + Speed / Queue position 速åŗ¦/ć‚­ćƒ„ćƒ¼é † - + Remaining ꮋ悊 - + Download time i.e: Estimated Time of Arrival / Time left ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ę™‚é–“ - + Peer i.e: user name ćƒ”ć‚¢ - + Force Check - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower 遅恏 - - - + + + Average 平均 - - + + Faster 速恏 - + Move in Queue... ć‚­ćƒ„ćƒ¼å†…ć§ē§»å‹•... - - - + + + Failed å¤±ę•— - - - + + + Okay OK - - + + Waiting å¾…ę©Ÿäø­ - + Downloading ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰äø­ - - - - + + + + Complete 完äŗ† - + Paused ćƒćƒ¼ć‚ŗ - + Unknown äøę˜Ž - + version: ćƒćƒ¼ć‚øćƒ§ćƒ³: - + Transferring - + Uploading ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰äø­ @@ -13827,35 +14192,45 @@ p, li { white-space: pre-wrap; } äæ”é ¼ - is athenticated (one way) by - ćÆ (äø€ę–¹å‘恫) čŖčØ¼ć•ć‚Œć¦ć„ć¾ć™ + ćÆ (äø€ę–¹å‘恫) čŖčØ¼ć•ć‚Œć¦ć„ć¾ć™ - athenticated himself - ćÆč‡Ŗ分č‡Ŗčŗ«ć‚’čŖčØ¼ć—ć¦ć„ć¾ć™ + ćÆč‡Ŗ分č‡Ŗčŗ«ć‚’čŖčØ¼ć—ć¦ć„ć¾ć™ - athenticated each others - ćÆ恊äŗ’恄恫čŖčØ¼ć•ć‚Œć¦ć„ć¾ć™ + ćÆ恊äŗ’恄恫čŖčØ¼ć•ć‚Œć¦ć„ć¾ć™ - is athenticated by - ćÆčŖčØ¼ć•ć‚Œć¦ć„ć¾ć™ + ćÆčŖčØ¼ć•ć‚Œć¦ć„ć¾ć™ - athenticated - ćÆčŖčØ¼ć—ć¦ć„ć¾ć™ + ćÆčŖčØ¼ć—ć¦ć„ć¾ć™ + + + + is authenticated (one way) by + Half ćƒćƒ¼ćƒ• + + + authenticated himself + + + + + authenticated each other + + Full @@ -13867,6 +14242,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. å€‹ć®ćƒ”ć‚¢ (č‡Ŗ分č‡Ŗčŗ«ć‚’å«ć‚€). + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -13993,90 +14378,90 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) äøę˜Ž - + B bytes - + KiB kibibytes (1024 bytes) KB/s - + MiB mebibytes (1024 kibibytes) MB - + GiB gibibytes (1024 mibibytes) GB - + TiB tebibytes (1024 gibibytes) TB - + Unknown äøę˜Ž - + < 1m < 1 minute < 1分 - + %1 minutes e.g: 10minutes %1分 - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T @@ -14093,7 +14478,7 @@ p, li { white-space: pre-wrap; } %1幓%1ę—„%2Ꙃ間%3分 - + %1h %2m e.g: 3hours 5minutes %1Ꙃ間 %2分 diff --git a/retroshare-gui/src/lang/retroshare_ko.qm b/retroshare-gui/src/lang/retroshare_ko.qm index ea9563a76d5f5c374570ca48242e8dcab4bc39b1..8ec3fec1c7346fce1810906ffc4eb23f0cb05c9b 100644 GIT binary patch delta 8248 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छo@11g6G*;B8v&vnCm<9R0l*b&;V*dO5 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 CallToaster - Message - ė©”ģ‹œģ§€ + ė©”ģ‹œģ§€ CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse - + Select Certificate ģ¦ėŖ…ģ„œė„¼ ģ„ ģ •ķ•˜ģ‹­ģ‹œģ˜¤ @@ -815,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 @@ -1130,37 +1129,29 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel ģ±„ė„ģ„ ģ°½ģ”°ķ•˜ģ‹­ģ‹œģ˜¤ - + Subscribe To Channel ģ±„ė„ģ„ źµ¬ė…ķ•˜ģ‹­ģ‹œģ˜¤ - - Enter a Keyword here - - - - Title - ģ œėŖ© + ģ œėŖ© - Description - ģ„¤ėŖ… + ģ„¤ėŖ… - Reset - ė¦¬ģ…‹ + ė¦¬ģ…‹ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1169,103 +1160,101 @@ p, li { white-space: pre-wrap; } - + Add ģ¶”ź°€ - + + Display + ķ‘œģ‹œ + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - ģ“ė¦„ + ģ“ė¦„ - Popularity - ģøźø°ė„ + ģøźø°ė„ - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1309,7 +1298,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1456,17 +1445,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1488,67 +1477,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 ģ„œėŖ…ģž @@ -1650,74 +1639,74 @@ p, li { white-space: pre-wrap; } ė‹«źø° - - + + 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 @@ -1948,6 +1937,16 @@ p, li { white-space: pre-wrap; } Please add a Name ģ œė°œ ģ“ė¦„ģ„ ģ¶”ź°€ķ•©ė‹ˆė‹¤ + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2075,176 +2074,176 @@ p, li { white-space: pre-wrap; } ģ¶”ź°€ ķŒŒģ¼ ģ¶”ź°€ - + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Please add a Subject - + &File - + &New - + &Open... - + &Save ģ €ģž„ķ•˜ģ‹­ģ‹œģ˜¤ - + Save &As... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + &Print... ģøģ‡„ - + Print Preview... - + &Export PDF... - + &Quit ģ¢…ė£Œ - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... ķŒŒģ¼ ģ—“źø° - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ @@ -2254,17 +2253,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2376,12 +2380,12 @@ Do you want to save your changes? ė§Œė“¤źø° - + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Please add a Name ģ œė°œ ģ“ė¦„ģ„ ģ¶”ź°€ķ•©ė‹ˆė‹¤ @@ -2476,7 +2480,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File ģ¶”ź°€ ķŒŒģ¼ ģ¶”ź°€ @@ -2497,12 +2501,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2651,7 +2655,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2675,43 +2679,43 @@ p, li { white-space: pre-wrap; } ė¶™ģ—¬ė„£źø° retroshare ė§ķ¬ - + Paste full RetroShare Link - + In Reply to - + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Please set a Forum Subject and Forum Message ģ œė°œ ė©”ģ‹œģ§€ ķ¬ėŸ¼ ģ œėŖ© ė° ķ¬ėŸ¼ ģ„¤ģ • - + Add Extra File ģ¶”ź°€ ķŒŒģ¼ ģ¶”ź°€ - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2760,22 +2764,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + RetroShare Certificate (*.rsc );;All Files (*) RetroShare ģøģ¦ģ„œ (*.ģ˜ RSC);; ėŖØė“  ķŒŒģ¼ (*) @@ -2959,7 +2963,7 @@ p, li { white-space: pre-wrap; } - + Comments ėŒ“źø€ @@ -2985,22 +2989,22 @@ p, li { white-space: pre-wrap; } ģ·Øģ†Œ - + Rating ķ‰ź°€ - + File Name ķŒŒģ¼ėŖ… - + Not Rated ģ•„ė‹ˆ ė“±źø‰ - + No Comments ģ½”ė©˜ķŠø ģ—†ģŒ @@ -3096,28 +3100,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close - - - File %1 does not exist at location. - - EditChanDetails @@ -3213,37 +3225,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! @@ -3251,12 +3263,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3445,142 +3457,200 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: - ģ²­ķ¬ģ§€ė„ : + ģ²­ķ¬ģ§€ė„ : - Active chunks: - Active chunks: + Active chunks: - Availability map ( - ģƒķƒœģ§€ė„ + ģƒķƒœģ§€ė„ sources ź·¼ģ› - - active sources + File info: + ķŒŒģ¼ ģ •ė³“ : + + + File hash: + ķŒŒģ¼ ķ•“ģ‰¬ : + + + File size: + ķŒŒģ¼ ķ¬źø° : + + + + Chunk map - - File info: - ķŒŒģ¼ ģ •ė³“ : + + Active chunks + - - File hash: - ķŒŒģ¼ ķ•“ģ‰¬ : + + Availability map (%1 active source) + - - File size: - ķŒŒģ¼ ķ¬źø° : + + Availability map (%1 active sources) + - - - - + + File info + + + + + File hash + + + + + + + bytes ė°”ģ“ķŠø - - Chunk size: - ģ²­ķ¬ ķ¬źø° : - - - - Number of chunks: - ģ²­ķ¬ģ˜ ź°œģˆ˜ : - - - - Transfered: - ģ „ģ†” : - - - - Remaining: + + File size - + + Chunk size + + + + + Number of chunks + + + + + Transfered + + + + + Remaining + ė‚Øģ€ ģ‹œź°„ + + + + Number of sources + + + + + Chunk strategy + ģ²­ķ¬ ģ „ėžµ + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed + + + + Chunk size: + ģ²­ķ¬ ķ¬źø° : + + + Number of chunks: + ģ²­ķ¬ģ˜ ź°œģˆ˜ : + + + Transfered: + ģ „ģ†” : + + Number of sources: - ģ†ŒģŠ¤ģ˜ ź°œģˆ˜ : + ģ†ŒģŠ¤ģ˜ ź°œģˆ˜ : - Chunk strategy: - ģ²­ķ¬ ģ „ėžµ: + ģ²­ķ¬ ģ „ėžµ: - Transfer type: - ģ „ģ†” ģœ ķ˜• : + ģ „ģ†” ģœ ķ˜• : 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 *** @@ -3677,8 +3747,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3693,10 +3763,42 @@ p, li { white-space: pre-wrap; } ėŒ€ė‹µ - + + Send + ė³“ė‚“ģ‹­ģ‹œģ˜¤ + + + + Signed + ģ„œėŖ… + + + + Forum Post + ķ¬ėŸ¼ ź²Œģ‹œė¬¼ + + + + Unknown Forum Post + + + + + + + Anonymous + ģµėŖ… + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3747,168 +3849,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 + + + + Reply ėŒ€ė‹µ - + Reply to Author ģž‘ģ„±ģžģ—ź²Œ ķšŒģ‹  - + Expand all ėŖØė‘ ķ™•ģž„ - + Collapse all ėŖØė‘ ģ¶•ģ†Œ + + + AUTHD + + Popularity: ģøźø°ė„ : - + 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 - - - - Popularity: - - - - - + + Anonymous ģµėŖ… - - + + signed ģ„œėŖ… - - + + none ģ—†ģŒ - - + + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + No Forum Selected! ģ•„ė‹ˆ ķ¬ėŸ¼ ģ„ ģ •! - + You cant reply a Anonymous Author - - + + Date ė‚ ģ§œ - - + + Title ģ œėŖ© - - + + Start New Thread ģƒˆ ģŠ¤ė ˆė“œė„¼ ģ‹œģž‘ķ•©ė‹ˆė‹¤ @@ -3917,7 +4022,7 @@ p, li { white-space: pre-wrap; } ģƒˆė”œģš“ ė©”ģ‹œģ§€ - + Add ģ¶”ź°€ @@ -3946,12 +4051,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ķšŒģ‹  ė©”ģ‹œģ§€</p></body></html> - RetroShare Forums - RetroShare ķ¬ėŸ¼ + RetroShare ķ¬ėŸ¼ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3964,33 +4068,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; } @@ -4003,7 +4107,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">ģ‹¤:</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4012,27 +4116,27 @@ p, li { white-space: pre-wrap; } - + Reset ė¦¬ģ…‹ - + Content - + Create Forum ķ¬ėŸ¼ ė§Œė“¤źø° - + Print ģøģ‡„ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4045,27 +4149,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 ģøģ‡„ ėÆøė¦¬ė³“źø° @@ -4259,8 +4368,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4404,82 +4513,82 @@ p, li { white-space: pre-wrap; } Generate New Certificate ģƒˆė”œģš“ ģ¦ėŖ…ģ„œė„¼ ģƒģ„±ķ•˜ģ‹­ģ‹œģ˜¤ - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure GPG ķ‚¤ė„¼ ģƒģ„± ģ‹¤ķŒØ - + Location field is required with a minimum of 3 characters ģœ„ģ¹˜ ķ•„ė“œ 3 ė¬øģžģ˜ ģµœģ†Œ ķ•„ģš”ķ•©ė‹ˆė‹¤ - + All fields are required with a minimum of 3 characters ėŖØė“  ė¶„ģ•¼ģ˜ 3 ė¬øģžģ˜ ģµœģ†Œ ķ•„ģš”ķ•©ė‹ˆė‹¤ - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. 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! @@ -4488,12 +4597,12 @@ Fill in your GPG password when asked, to sign your new key. ģƒˆė”œģš“ GPG ķ‚¤ė„¼ ģƒģ„±, źø°ė‹¤ė ¤ ģ£¼ģ‹œźø° ė°”ėžė‹ˆė‹¤. ģ—¬ėŸ¬ė¶„ģ˜ GPG ė•Œ ė¹„ė°€ ė²ˆķ˜øė„¼ źø°ģž… ė¬¼ģ—ˆė‹¤. - + Select Trusted Friend ģ‹ ė¢°ķ•œ ģ¹œźµ¬ė„¼ ģ„ ģ •ķ•˜ģ‹­ģ‹œģ˜¤ - + Certificates (*.pqi *.pem) ģ¦ėŖ…ģ„œ (*.pqi *.pem) @@ -4553,52 +4662,57 @@ Fill in your GPG password when asked, to sign your new key. ė”œź·øģø (Login) - + Startup ģ‹œģž‘ - + Start RetroShare when my system starts ģ‹œģž‘ RetroShare ė‚“ ģ‹œģŠ¤ķ…œģ„ ģ‹œģž‘ ķ•  ė•Œ - + Start minimized ģ‹œģž‘ģ„ ģµœģ†Œķ™” - + + Start minimized on system start + + + + Misc ģž”ė‹¤ķ•œ - + Do not show the Quit RetroShare MessageBox ģ¢…ė£Œ RetroShare MessageBoxė„¼ ķ‘œģ‹œķ•˜ģ§€ ģ•ŠģŒ - + Do not Minimize to Tray Icon ķŠøė ˆģ“ ģ•„ģ“ģ½˜ģ„ ģµœģ†Œķ™”ķ•˜ģ§€ ė§ˆģ‹­ģ‹œģ˜¤ - + Auto Login - + Idle - + Idle Time - + seconds @@ -4674,6 +4788,49 @@ Fill in your GPG password when asked, to sign your new key. + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + ģ œėŖ© + + + + Description + ģ„¤ėŖ… + + + + Reset + ė¦¬ģ…‹ + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5157,7 +5314,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5168,26 +5325,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5427,55 +5585,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. @@ -5484,91 +5642,91 @@ p, li { white-space: pre-wrap; } - + Status ģƒķƒœ - + 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 - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. @@ -5578,22 +5736,22 @@ p, li { white-space: pre-wrap; } - + Options ģ„ ķƒź¶Œ - + Hide ģ€ģ‹ ģ²˜ - + Show ģ‡¼ - + RetroShare Retroshare (ė’¤ģ—ėŖ«) @@ -5628,12 +5786,12 @@ p, li { white-space: pre-wrap; } ė¹ ė„ø ģ‹œģž‘ ė§ˆė²•ģ‚¬ - + Search ģˆ˜ģƒ‰ - + Files ķŒŒģ¼ @@ -5642,60 +5800,60 @@ 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 ė„ģ›€ @@ -5709,18 +5867,18 @@ p, li { white-space: pre-wrap; } ė‰“ģŠ¤ ķ”¼ė“œ - - + + Forums ķ¬ėŸ¼ - + Open Messages ė©”ģ‹œģ§€ė„¼ ģ—“ - + Applications ģ‘ģš© ķ”„ė”œź·øėžØ @@ -5733,17 +5891,17 @@ p, li { white-space: pre-wrap; } RetroShare %1 ė³“ģ•ˆ ė¶„ģ‚° ģ»¤ė®¤ė‹ˆģ¼€ģ“ģ…˜ ķ”Œėž«ķ¼ - + Plugins ķ”ŒėŸ¬ź·øģø - + Really quit ? ģ •ė§ ź·øė§Œ? - + Do you really want to exit RetroShare ? ģ •ė§ RetroShare ģ¢…ė£Œ ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ? @@ -5767,13 +5925,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose źµ¬ģ„±ķ•˜ģ‹­ģ‹œģ˜¤ - + Contacts ģ—°ė½ģ²˜ @@ -5783,22 +5941,22 @@ p, li { white-space: pre-wrap; } - + Reset ė¦¬ģ…‹ - + Send To: ģ— ė³“ė‚“ģ‹­ģ‹œģ˜¤: - + Subject: ģ£¼ģ œ: - + Paragraph @@ -5808,118 +5966,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline ė°‘ģ¤„ - + Italic źø°ģšøģž„ź¼“ - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files ģ¶”ģ²œėœ ķŒŒģ¼ - + File Name ķŒŒģ¼ėŖ… - + Size ķ¬źø° @@ -5928,57 +6086,57 @@ p, li { white-space: pre-wrap; } ź·¼ģ› - + Hash ķ•“ģ‰¬ - + Send ė³“ė‚“ģ‹­ģ‹œģ˜¤ - + Send this message now - + Reply ėŒ€ė‹µ - + Toggle Contacts View - + Save ģ €ģž„ķ•˜ģ‹­ģ‹œģ˜¤ - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6009,7 +6167,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6035,221 +6193,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6313,64 +6471,54 @@ Do you want to save message ? ģƒˆė”œģš“ ė©”ģ‹œģ§€ - + Subject ģ£¼ģ œ - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close ė§ˆģ§€ė§‰ + + + Sub: + + MessagesDialog - + New Message ģƒˆė”œģš“ ė©”ģ‹œģ§€ - + Reply to Message ė©”ģ‹œģ§€ģ— ėŒ€ė‹µ - + Remove Message ė©”ģ‹œģ§€ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - + Date ė‚ ģ§œ - - + + From ģ—ģ„œ @@ -6461,15 +6609,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6480,17 +6628,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox ė“¤ģ–“ģ˜¤ėŠ” ģ „ģž ģš°ķŽø - - - + + + Outbox ė‚˜ź°€ėŠ” ģ „ģž ģš°ķŽø @@ -6501,15 +6649,15 @@ p, li { white-space: pre-wrap; } - + Sent ė³“ė‚“ģ§„ ģ „ģž ģš°ķŽø - - - + + + Trash @@ -6604,7 +6752,7 @@ p, li { white-space: pre-wrap; } ėŖØė‘ė„¼ ė‹¤ģš“ė”œė“œķ•˜ģ‹­ģ‹œģ˜¤ - + Print Document @@ -6613,83 +6761,93 @@ p, li { white-space: pre-wrap; } ź·¼ģ› - + Forward selected Message ģ „ė‹¬ ė©”ģ‹œģ§€ ģ„ ķƒ - + Remove Messages ė©”ģ‹œģ§€ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - + Forward Message ģ „ė‹¬ ė©”ģ‹œģ§€ - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download ė‹¤ģš“ė”œė“œ - + Empty trash + + + File + + + + + Files + ķŒŒģ¼ + Compose: źµ¬ģ„±ķ•˜ģ‹­ģ‹œģ˜¤ - + Hide - + Expand - - - + + + Drafts - + To @@ -6698,33 +6856,33 @@ p, li { white-space: pre-wrap; } ģµėŖ… - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All ģ „ģ²“ ė‹µģž„ - + Subject ģ£¼ģ œ @@ -6847,42 +7005,42 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all ėŖØė‘ ķ™•ģž„ - + Collapse all ėŖØė‘ ģ¶•ģ†Œ - + Chat ź·øė£¹ ģž”ė‹“ - + Message Friend ė©”ģ‹œģ§€ė„¼ ģ¹œźµ¬ģ—ź²Œ ė³“ė‚“źø° - + Connect To Friend ģ¹œźµ¬ģ— ģ—°ź²°ķ•˜ģ‹­ģ‹œģ˜¤ - + Peer Details ė™ė£Œ ģ„øė¶€ģ‚¬ķ•­ - + Recomend this Friend to... - + Paste RetroShare Link @@ -6891,35 +7049,35 @@ p, li { white-space: pre-wrap; } ė¶™ģ—¬ė„£źø° retroshare ė§ķ¬ - + Export Friend ģˆ˜ģ¶œ ģ¹œźµ¬ - + Deny Friend ģ¹œźµ¬ ź±°ė¶€ - + Remove Friend Location ģ œź±° ģ¹œźµ¬ ģœ„ģ¹˜ - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> <strong>RetroShare ģ˜ˆė„¼ ė“¤ģ–“</strong> @@ -6936,12 +7094,12 @@ p, li { white-space: pre-wrap; } ģ˜¤ķ”„ė¼ģø - + Save Certificate ģ¦ėŖ…ģ„œė„¼ ģ €ģž„ķ•˜ģ‹­ģ‹œģ˜¤ - + Certificates (*.pqi) ģ¦ėŖ…ģ„œ (*.pqi) @@ -6958,7 +7116,7 @@ p, li { white-space: pre-wrap; } ģ¹œźµ¬ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - + Click to Change your Avatar @@ -6967,44 +7125,44 @@ p, li { white-space: pre-wrap; } ģ˜Øė¼ģø - + Search Friends - + Reset ė¦¬ģ…‹ - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7014,12 +7172,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7065,7 +7223,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7085,7 +7243,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide @@ -7125,80 +7303,68 @@ p, li { white-space: pre-wrap; } ģ§ ģ¦ėŖ…ģ„œ - - Select a pem/pqi File - ķŒŒģ¼ģ„ ģ„ ģ •ķ•˜ģ‹­ģ‹œģ˜¤ PEM/PQI + ķŒŒģ¼ģ„ ģ„ ģ •ķ•˜ģ‹­ģ‹œģ˜¤ PEM/PQI - - File Not Found - ģ°¾ģ•„ė‚“ģ§€ ģ•ŠėŠ” ķŒŒģ¼ + ģ°¾ģ•„ė‚“ģ§€ ģ•ŠėŠ” ķŒŒģ¼ - - %1 does not exist. Would you like to create it? - %1 ģ”“ģž¬ķ•˜ģ§€ ģ•ŠėŠ”ė‹¤.ė‹¹ģ‹ ģ€ ź·øź²ƒģ„ ģ°½ģ”°ķ•˜ź³  ģ‹¶ģ€ź°€ ķ•˜ź³ ģž ķ–ˆėŠ”ź°€? + %1 ģ”“ģž¬ķ•˜ģ§€ ģ•ŠėŠ”ė‹¤.ė‹¹ģ‹ ģ€ ź·øź²ƒģ„ ģ°½ģ”°ķ•˜ź³  ģ‹¶ģ€ź°€ ķ•˜ź³ ģž ķ–ˆėŠ”ź°€? - - Failed to Create File - ķŒŒģ¼ģ„ ģ°½ģ”°ķ•˜ģ§€ ėŖ»ķ•˜ėŠ”. + ķŒŒģ¼ģ„ ģ°½ģ”°ķ•˜ģ§€ ėŖ»ķ•˜ėŠ”. - - Unable to create %1 [%2] - ģ°½ģ”°ķ•  ģˆ˜ ģ—†ģŠµė‹ˆė‹¤ %1 [%2] + ģ°½ģ”°ķ•  ģˆ˜ ģ—†ģŠµė‹ˆė‹¤ %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me ģ“ ė‚“ź²Œ ģøģ¦ - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - ģ¦ėŖ…ģ„œė„¼ ģ„ ģ •ķ•˜ģ‹­ģ‹œģ˜¤ + ģ¦ėŖ…ģ„œė„¼ ģ„ ģ •ķ•˜ģ‹­ģ‹œģ˜¤ - Certificates (*.pqi *.pem) - ģ¦ėŖ…ģ„œ (*.pqi *.pem) + ģ¦ėŖ…ģ„œ (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7258,37 +7424,37 @@ p, li { white-space: pre-wrap; } ķŠøėŸ¬ģŠ¤ķŠø ė§¤ķŠøė¦­ģŠ¤ - + Authentication matrix - + Network View - + Deny friend ģ¹œźµ¬ ė¶€ģø - + Make friend ģ¹œźµ¬ ė§Œė“¤źø° - + Delete certificate - + Export my Cert - + Peer details... ķ”¼ģ–“ ģ„øė¶€ ģ‚¬ķ•­ @@ -7297,48 +7463,22 @@ p, li { white-space: pre-wrap; } GPG ķ‚¤ė„¼ ģ„œėŖ…ķ•˜ģ§€ - + Unknown ģ•Œ ģˆ˜ģ—†ėŠ” - + yourself - - - - RetroShare - Retroshare (ė’¤ģ—ėŖ«) + Retroshare (ė’¤ģ—ėŖ«) - - Sorry, create certificate failed - - - - - Please choose a filename - - - - RetroShare Certificate (*.rsc );;All Files (*) - RetroShare ģøģ¦ģ„œ (*.ģ˜ RSC);; ėŖØė“  ķŒŒģ¼ (*) - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + RetroShare ģøģ¦ģ„œ (*.ģ˜ RSC);; ėŖØė“  ķŒŒģ¼ (*) @@ -7565,7 +7705,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -7668,65 +7808,100 @@ p, li { white-space: pre-wrap; } ģƒˆė”œģš“ ė©”ģ‹œģ§€ - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7734,18 +7909,22 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online PeerDefs + + Anonymous + ģµėŖ… + - Anonymous - ģµėŖ… + Unknown + ģ•Œ ģˆ˜ģ—†ėŠ” @@ -7788,7 +7967,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7843,32 +8022,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer ķ”¼ģ–“ - @@ -7877,16 +8055,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide - + Quick Message @@ -7936,7 +8115,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat ģž”ė‹“ @@ -7949,17 +8128,17 @@ p, li { white-space: pre-wrap; } ģ¹œźµ¬ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - + Save Certificate ģ¦ėŖ…ģ„œė„¼ ģ €ģž„ķ•˜ģ‹­ģ‹œģ˜¤ - + Certificates (*.pqi) ģ¦ėŖ…ģ„œ (*.pqi) - + Status ģƒķƒœ @@ -7975,86 +8154,81 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">ģ¹œźµ¬ </span></p></body></html> - + Connect To Friend ģ¹œźµ¬ģ— ģ—°ź²°ķ•˜ģ‹­ģ‹œģ˜¤ - + Welcome to RetroShare's group chat. - + Profile ź°œģš” - - - Friends Storm - - Paste retroshare Link ė¶™ģ—¬ė„£źø° retroshare ė§ķ¬ - + me - + Paste RetroShare Link - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all ėŖØė‘ ķ™•ģž„ - + Collapse all ėŖØė‘ ģ¶•ģ†Œ - + Message Friend ė©”ģ‹œģ§€ė„¼ ģ¹œźµ¬ģ—ź²Œ ė³“ė‚“źø° @@ -8063,12 +8237,12 @@ p, li { white-space: pre-wrap; } ė™ė£Œ ģ„øė¶€ģ‚¬ķ•­ - + Deny Friend ģ¹œźµ¬ ź±°ė¶€ - + Remove Friend Location ģ œź±° ģ¹œźµ¬ ģœ„ģ¹˜ @@ -8085,7 +8259,8 @@ p, li { white-space: pre-wrap; } ģ˜Øė¼ģø - + + Available ģ‚¬ģš© ź°€ėŠ„ @@ -8098,111 +8273,126 @@ p, li { white-space: pre-wrap; } ģ¹œźµ¬ź°€ ģ•„ė‹ˆ ģ˜Øė¼ģø - - + + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Group - + Friend - + Location ģœ„ģ¹˜ - + Message Group - + Edit Group - + Remove Group - + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + News Feed + ė‰“ģŠ¤ ķ”¼ė“œ + + + + Paste Friend Link - + location - + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ - + Text File (*.txt );;All Files (*) - + Send ė³“ė‚“ģ‹­ģ‹œģ˜¤ - + Italic źø°ģšøģž„ź¼“ - + Underline ė°‘ģ¤„ @@ -8225,12 +8415,17 @@ p, li { white-space: pre-wrap; } ģ¶”ź°€ - + + Display + ķ‘œģ‹œ + + + Add or Change your Avatar - + Edit Personal message ķŽøģ§‘ ģƒķƒœ ė©”ģ‹œģ§€ @@ -8239,7 +8434,7 @@ p, li { white-space: pre-wrap; } ė¼ģ“ėøŒ ģ±„ķŒ… - + Bold @@ -8248,13 +8443,13 @@ p, li { white-space: pre-wrap; } ģƒˆ ķ¬ėŸ¼ ė§Œė“¤źø° - - + + Create new Forum ģƒˆ ķ¬ėŸ¼ ė§Œė“¤źø° - + F @@ -8263,109 +8458,133 @@ 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 + + Disable Emoticons ģ“ėŖØķ‹°ģ½˜ ģ‚¬ģš© ģ•ˆ ķ•Ø - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column - - + + Add Friend ģ¹œźµ¬ė„¼ ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤ - + Create new Profile - + Font źø€ź¼“ - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -8374,12 +8593,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History ģ§€ģš°źø° ģ±„ķŒ… ė‚“ģ—­ @@ -8665,7 +8884,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ @@ -8673,21 +8892,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + ģøźø°ė„ + + PopupChatDialog @@ -8703,43 +8930,48 @@ 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 - + + Load Picture File + + + + Save as... ė‹¤ė„ø ģ“ė¦„ģœ¼ė”œ ģ €ģž„ @@ -8749,22 +8981,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -8818,6 +9050,11 @@ p, li { white-space: pre-wrap; } Text Color + + + Clear Chat History + ģ§€ģš°źø° ģ±„ķŒ… ė‚“ģ—­ + Browse Message History @@ -8828,6 +9065,16 @@ p, li { white-space: pre-wrap; } Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -8847,9 +9094,8 @@ p, li { white-space: pre-wrap; } ģ„¤ģ • ź·€ķ•˜ģ˜ ģ•„ė°”ķƒ€ ģ“ėÆøģ§€ - Clear Chat - ģ·Øģ†Œ ģ±„ķŒ… + ģ·Øģ†Œ ģ±„ķŒ… @@ -8872,7 +9118,7 @@ p, li { white-space: pre-wrap; } ģ±„ķŒ… - + Add Extra File ģ¶”ź°€ ķŒŒģ¼ ģ¶”ź°€ @@ -8923,10 +9169,20 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare (ė’¤ģ—ėŖ«) + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PrintPreview @@ -9439,64 +9695,71 @@ p, li { white-space: pre-wrap; } ģ•„ė§ˆ ė¹„ė°€ ė²ˆķ˜øź°€ ģž˜ėŖ»ģž…ė‹ˆė‹¤ - + 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. - + File Request Error - + The file link is malformed. @@ -9547,7 +9810,7 @@ p, li { white-space: pre-wrap; } - + Exit ģ¢…ė£Œ @@ -9670,7 +9933,7 @@ p, li { white-space: pre-wrap; } - + < Back < ė’¤ė”œ @@ -9770,27 +10033,32 @@ p, li { white-space: pre-wrap; } ė‚“ ģ‹œģŠ¤ķ…œģ„ ģ‹œģž‘ ķ•  ė•Œ RetroShareė„¼ ģ‹œģž‘ķ•©ė‹ˆė‹¤. - + + Start minimized on system start + + + + Finish ė§ˆģ¹Ø - + Select A Folder To Share ė„¼ ģ„ ķƒķ•˜ė ¤ė©“ ķ“ė” ź³µģœ  - + Shared Directory Added! ź³µģœ  ė””ė ‰ķ† ė¦¬ ģ¶”ź°€! - + Do you really want to stop sharing this directory ? ģ •ė§ģ“ ė””ė ‰ķ† ė¦¬ģ˜ ź³µģœ ė„¼ ģ¤‘ģ§€ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ? - + Warning! ź²½ź³ ! @@ -10042,32 +10310,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 @@ -10124,53 +10392,53 @@ p, li { white-space: pre-wrap; } - + Download ė‹¤ģš“ė”œė“œ - + Enter a keyword here (at least 3 char long) ģ—¬źø°ģ— ķ‚¤ģ›Œė“œė„¼ ģž…ė „ (ģµœģ†Œ 3 źøøģ“) ģˆÆė¶ˆ - + Copy retroshare Link retroshare ė§ķ¬ ė³µģ‚¬ - + Send retroshare Link retroshare ė§ķ¬ ė³“ė‚“źø° - + Broadcast on Channel ģ±„ė„ģ— ė°©ģ†” - + Recommend to Friends ģ¹œźµ¬ģ—ź²Œ ģ¶”ģ²œķ•˜ģ‹­ģ‹œģ˜¤ - + Remove ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - + Remove All ėŖØė‘ė„¼ ģ œź±°ķ•˜ģ‹­ģ‹œģ˜¤ - - + + Folder ķ“ė” - + New RetroShare Link(s) @@ -10213,24 +10481,24 @@ p, li { white-space: pre-wrap; } ė¬øģ„œ - + Download Notice ė‹¤ģš“ė”œė“œ ź³µģ§€ ģ‚¬ķ•­ - + Skipping Local Files ė”œģ»¬ ķŒŒģ¼ģ„ ź±“ė„ˆ ėœė‹ˆė‹¤ - - + + Sorry ģ£„ģ†”ķ•©ė‹ˆė‹¤ - - + + This function is not yet implemented. @@ -10539,12 +10807,17 @@ p, li { white-space: pre-wrap; } ķ•­źµ¬: - + + Show Discovery information in statusbar + + + + IP Service IP ģ„œė¹„ģŠ¤ - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10552,7 +10825,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11306,15 +11579,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11550,6 +11834,7 @@ This choice be reverted in settings. StatusDefs + Offline ģ˜¤ķ”„ė¼ģø @@ -11598,6 +11883,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + ģ‚¬ģš© ź°€ėŠ„ + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11789,17 +12134,17 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. ė“±ė”ėœ PGP ź³µź°œķ‚¤ ģøģ¦ģ„œė„¼ ģ‚¬ģš©ķ•˜ģ—¬ ķ…ģŠ¤ķŠøė„¼ ķ‘œķ˜„. - + The text below is your PGP certificate. You have to provide it to your friend ģ•„ėž˜ģ˜ ķ…ģŠ¤ķŠøė„¼ ź·€ķ•˜ģ˜ PGPėŠ” ģøģ¦ģ„œģž…ė‹ˆė‹¤. ė‹¹ģ‹ ģ€ ģ¹œźµ¬ģ—ź²Œ ź·øź²ƒģ„ ģ œź³µķ•“ģ•¼ - + Please, paste your friends PGP certificate into the box below ģ œė°œ, ģƒģž ģ•„ėž˜ģ— ė“±ė”ėœ PGP ź³µź°œķ‚¤ ģøģ¦ģ„œė„¼ ź·€ķ•˜ģ˜ ģ¹œźµ¬ģ— ė¶™ģ—¬ė„£źø°ķ•˜ģ„øģš” @@ -11808,62 +12153,62 @@ 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 (ė’¤ģ—ėŖ«) - + Text certificate ķ…ģŠ¤ķŠø ģ¦ėŖ…ģ„œ - + Copy your Cert to Clipboard ķ“ė¦½ ė³“ė“œė”œ ė³µģ‚¬ķ•˜ģ—¬ ģæ ķ° - + Save your Cert into a File ķŒŒģ¼ģ— ģ‚¬ģš©ģž ģæ ķ° ķ• ģø - + Run Email program ģ“ė©”ģ¼ ķ”„ė”œź·øėžØģ„ ģ‹¤ķ–‰ - + 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 ģ¦ėŖ…ģ„œ ģ§ģ€ ģ‹¤ķŒØķ–ˆė‹¤ @@ -11958,23 +12303,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel ģ·Øģ†Œ - + Clear Completed ź³µź°„ģ€ ģ™„ė£Œķ–ˆė‹¤ - - + + Status ģƒķƒœ - + Completed ģ™„ė£Œķ•˜ėŠ” @@ -12041,15 +12386,15 @@ 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;">ģ˜¬ė ¤ģ£¼źø° (Uploads):</span></p></body></html> - - + + Name i.e: file name ģ“ė¦„ - - + + Size i.e: file size ķ¬źø° @@ -12060,82 +12405,82 @@ p, li { white-space: pre-wrap; } ģ§„ė„ - + Speed i.e: Download speed ģ†ė„ - + Progress / Availability i.e: % downloaded ģ§„ķ–‰ - + Sources i.e: Sources ź·¼ģ› - + Core-ID - + Progress i.e: % uploaded ģ§„ė„ - + Speed i.e: upload speed ģ†ė„ - + Transferred ģ „ģ†” - + Hash ķ•“ģ‰¬ - + Play ė†€ģ“ - + Pause ģ¼ģ‹œ ģ¤‘ģ§€ - + Resume ģ“ė „ģ„œ - + Open Folder ķ“ė” ģ—“źø° - + Open File ķŒŒģ¼ ģ—“źø° - + Preview File ėÆøė¦¬ė³“źø° ķŒŒģ¼ - + Details... ģ„øė¶€ ģ •ė³“ @@ -12152,22 +12497,22 @@ p, li { white-space: pre-wrap; } ė³“źø° - + Down ģ•„ėž˜ė”œ - + Up ģœ„ė”œ - + Top ģœ„ģŖ½ - + Bottom ģ•„ėž˜ģŖ½ @@ -12176,176 +12521,176 @@ p, li { white-space: pre-wrap; } ėŒ€źø°ģ—“ė”œ ģ“ė™ ... - + Priority (Speed)... ģš°ģ„ ģˆœģœ„ (ź³ ģ†) ... - + Streaming ģŠ¤ķŠøė¦¬ė° - + Random ėžœė¤ - + Chunk strategy ģ²­ķ¬ ģ „ėžµ - + Queued ėŒ€źø° - + Checking... ķ™•ģøģ¤‘ ... - + RetroShare Retroshare (ė’¤ģ—ėŖ«) - + Details: ģ„øė¶€ ģ‚¬ķ•­ : - + 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? ė‹¹ģ‹ ģ„ ģ·Øģ†Œķ•˜ź³  ķ•“ė‹¹ ķŒŒģ¼ģ„ ģ‚­ģ œķ•˜ź² ģŠµė‹ˆź¹Œ? - + Speed / Queue position ź³ ģ† / ėŒ€źø°ģ—“ģ— ģœ„ģ¹˜ - + Remaining ė‚Øģ€ ģ‹œź°„ - + Download time i.e: Estimated Time of Arrival / Time left ė‹¤ģš“ė”œė“œ ģ‹œź°„ - + Peer i.e: user name ķ”¼ģ–“ - + Force Check - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower ģ²œģ²œķžˆ - - - + + + Average ķ‰ź·  - - + + Faster ė¹Øė¦¬ - + Move in Queue... ėŒ€źø°ģ—“ģ—ģžˆėŠ” ģ“ė™ ... - - - + + + Failed ģ‹¤ķŒØ - - - + + + Okay ģ¢‹ģ•„ģš” - - + + Waiting ėŒ€źø° - + Downloading ė‹¤ģš“ė”œė“œ - - - - + + + + Complete ģ™„ė£Œ - + Paused ģ¼ģ‹œ ģ¤‘ģ§€ėØ - + Unknown ģ•Œ ģˆ˜ģ—†ėŠ” - + version: ė²„ģ „: - + Transferring ģ „ģ†” - + Uploading ģ—…ė”œė“œ @@ -12385,27 +12730,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12413,6 +12738,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12424,6 +12759,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12546,96 +12891,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) ģ•Œ ģˆ˜ģ—†ėŠ” - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown ģ•Œ ģˆ˜ģ—†ėŠ” - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_nl.ts b/retroshare-gui/src/lang/retroshare_nl.ts index 4b7ce3bf2..e81e891fc 100644 --- a/retroshare-gui/src/lang/retroshare_nl.ts +++ b/retroshare-gui/src/lang/retroshare_nl.ts @@ -744,103 +744,95 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + 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 @@ -993,27 +985,7 @@ p, li { white-space: pre-wrap; } ChannelFeed - - Enter a Keyword here - - - - - Title - - - - - Description - - - - - Reset - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1022,113 +994,103 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubscribe - + Subscribe To Channel - + Subscribe - + Set all to read - + Create Channel - + Unsubcribe To Channel - - Name - - - - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1172,7 +1134,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1319,17 +1281,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1337,67 +1299,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 @@ -1526,74 +1488,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -1738,6 +1700,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -1857,176 +1829,176 @@ p, li { white-space: pre-wrap; } - + RetroShare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2036,17 +2008,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2154,12 +2131,12 @@ Do you want to save your changes? - + RetroShare - + Please add a Name @@ -2254,7 +2231,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2275,12 +2252,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2396,7 +2373,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2421,43 +2398,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2502,22 +2479,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -2697,7 +2674,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -2723,22 +2700,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name - + Not Rated - + No Comments @@ -2830,28 +2807,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close - - - File %1 does not exist at location. - - EditChanDetails @@ -2947,37 +2932,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! @@ -2985,12 +2970,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3180,137 +3165,147 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed 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 *** @@ -3403,8 +3398,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3419,10 +3414,42 @@ p, li { white-space: pre-wrap; } - + + Send + + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3473,167 +3500,165 @@ 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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Start New Thread - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3642,50 +3667,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; } @@ -3694,7 +3724,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3703,27 +3733,27 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3732,22 +3762,22 @@ p, li { white-space: pre-wrap; } - + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -3919,99 +3949,99 @@ p, li { white-space: pre-wrap; } GenCertDialog - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend - + 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! - - + + Create new Profile @@ -4130,52 +4160,57 @@ p, li { white-space: pre-wrap; } GeneralPage - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4251,6 +4286,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + + + + + Description + + + + + Reset + + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -4734,7 +4812,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -4745,26 +4823,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5004,91 +5083,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. @@ -5097,175 +5176,175 @@ 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 - + Open Messages - + Applications - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -5320,13 +5399,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose - + Contacts @@ -5336,22 +5415,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Send To: - + Subject: - + Paragraph @@ -5361,173 +5440,173 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files - + File Name - + Size - + Hash - + Send - + Send this message now - + Reply - + Toggle Contacts View - + Save - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -5558,7 +5637,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -5580,221 +5659,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -5850,174 +5929,174 @@ Do you want to save message ? MessageToaster - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close + + + Sub: + + MessagesDialog - + New Message - + Reply to Message - + Remove Message - + Print Document - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - - - + + + Inbox - - - + + + Outbox @@ -6028,20 +6107,20 @@ Do you want to save message ? - + Sent - - + + From - + Subject @@ -6112,7 +6191,7 @@ Do you want to save message ? - + Date @@ -6141,15 +6220,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6160,9 +6239,9 @@ p, li { white-space: pre-wrap; } - - - + + + Trash @@ -6270,132 +6349,132 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat - + Message Friend - + Connect To Friend - + Peer Details - + Recomend this Friend to... - + Export Friend - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate - + Certificates (*.pqi) - + Click to Change your Avatar - + Search Friends - + Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -6405,12 +6484,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -6424,7 +6503,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -6449,7 +6528,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide @@ -6485,160 +6584,86 @@ p, li { white-space: pre-wrap; } NetworkDialog - - - Select a pem/pqi File - - - - - - File Not Found - - - - - - %1 does not exist. Would you like to create it? - - - - - - Failed to Create File - - - - - - Unable to create %1 [%2] - - - - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - - Select Certificate - - - - - Certificates (*.pqi *.pem) - - - - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - - - RetroShare - - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - - Network @@ -6852,7 +6877,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -6955,65 +6980,100 @@ p, li { white-space: pre-wrap; } - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7021,7 +7081,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -7031,7 +7091,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -7044,7 +7104,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7114,32 +7174,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -7148,16 +7207,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide - + Quick Message @@ -7183,206 +7243,217 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat - + + Available - + Save Certificate - + Certificates (*.pqi) - + Connect To Friend - + Profile - - Friends Storm - - - - + Welcome to RetroShare's group chat. - + me - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Message Friend - + Deny Friend - + Remove Friend Location - - + + RetroShare - + + News Feed + + + + Paste RetroShare Link - + Group - + Friend - + Location - + Message Group - + Edit Group - + Remove Group - + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) @@ -7392,17 +7463,17 @@ p, li { white-space: pre-wrap; } - + Status - + Italic - + Underline @@ -7416,131 +7487,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -7549,17 +7649,17 @@ p, li { white-space: pre-wrap; } - + Attach File - + Send - + Clear Chat History @@ -7830,7 +7930,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove @@ -7838,61 +7938,74 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + 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 - + + Load Picture File + + + + Save as... @@ -7902,22 +8015,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -7954,6 +8067,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -7964,6 +8082,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -7979,11 +8107,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -8001,7 +8124,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -8052,10 +8175,20 @@ Do you want to send them a Message instead - + RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PrintPreview @@ -8484,64 +8617,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -8609,7 +8749,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -8687,7 +8827,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -8767,27 +8907,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -9019,32 +9164,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 @@ -9076,75 +9221,75 @@ 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 - + Send retroshare Link - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - - + + Folder - + New RetroShare Link(s) @@ -9421,12 +9566,17 @@ p, li { white-space: pre-wrap; } - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -9434,7 +9584,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -10107,15 +10257,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -10325,6 +10486,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -10373,6 +10535,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -10548,77 +10770,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -10677,268 +10899,268 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel - + Clear Completed - - + + Status - + Completed - - + + Name i.e: file name - - + + Size i.e: file size - + Speed i.e: Download speed - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources - + Core-ID - + Peer i.e: user name - + Progress i.e: % uploaded - + Speed i.e: upload speed - + Transferred - + Hash - + Force Check - + Copy RetroShare Link - + Paste RetroShare Link - + Play - + Pause - + Resume - + Open Folder - + Open File - + Preview File - + Details... - - + + Slower - - - + + + Average - - + + Faster - + Streaming - + Random - + Chunk strategy - + version: - + Queued - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Down - + Up - + Top - + Bottom - + Move in Queue... - + Priority (Speed)... - + Paused - + Transferring - + Checking... - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10987,45 +11209,45 @@ p, li { white-space: pre-wrap; } - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + Uploading @@ -11065,7 +11287,27 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by + is authenticated (one way) by + + + + + authenticated himself + + + + + authenticated each other + + + + + is authenticated by + + + + + authenticated @@ -11073,37 +11315,17 @@ p, li { white-space: pre-wrap; } Half - - - athenticated himself - - - - - athenticated each others - - Full - - - is athenticated by - - peers, including him(her)self. - - - athenticated - - Showing: peers connected to @@ -11222,96 +11444,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_pl.qm b/retroshare-gui/src/lang/retroshare_pl.qm index f33b21df2376f5e6b106ba875406650d94fc335b..3469e625ac4d5e76e5d2325b34b617559668b4ac 100644 GIT binary patch delta 3681 zcmZYBc~n%_836EahIzxxbC_XMBm2$_7(^IkaY2-Akez{H7jPbn4xlqb1jURAp(q+- zytUEDF+^i3Bx%)WwN;zqRx0Lrjy5^QYSJ1tJ!x#LNyLUk({JW8=QPKE_}%+)-<`XB z_rCY?Zt3rDOSbzu#sDB3Amjl6Hy^-%Az2YdHs_&50L@s}#{+m`JEv7%0J&8FC4B(P z&jPeWf$ZhY0F4zO8yZ2kfNbwe*tV5i`k2i5l+3+PI`R%vp{SHBuL0S?0{}rIq;4k} zS4*a!B=f64b}S2E#j7B@RtJ#KL@vGxvb#7y{R2|?7G(FZKg|?5eGfS^#iavuXDE=c ziA)M3Gl0x`k2Ls!Y%&R8P6Tj^8GvpTIlG-qy#ib={(m~wo%*ZDfD$rr`V()Hu|rNB z0C8I=kbQ_O%pq4?0B+ZL0H1SY%C}_QMc{@q0iKy4b!p_>Kr&TJ8h%4Adq@_Hqeg%w zH-LMi1-CK|bzmXk7zO5i0^FM%4(Jq_iX(K^mtx0G^Y4>|U1ae#vh1IvIT5%q0bu53 z(pU&u{SkoKyV0-FanL4t13asP*sU^vfKiBbI1354DUd8e&acj4LIOGGMKbXj$UX5R zCfn~IZ{AK^;xuyR9x^DM3@IVw?vtsH$%5^qX(22d_z+;R4hp20w0Z^(S7Gr13KZ8u zv7r?pV=fr`1_5R$$yvi>&LYyV5ln6C0E{D0c>xFP{fN}vC!d`pFOj|agFGB6qpK#zk&^?MPxx}%I3RzcS-(EZJb*Us~#}q(Ku%zK(E$-!G zNt>ksp!lq0Y<~bi!S_uI>3K-j{V20;#JyipD(e}-iN=)3wyf8K z17;ar1@Ie_?J}IgC!?QOOL}#Y(-q{*X7ZU`q~DWxKnT?XZjymV$e<_BhisyH$or(u z-6@{`94`vwo*~O;lNC2elbWnzWaB-uX`B?!$aZ(&Ud}L+!H3C;ePrcKQrINB`1y5! zq;q8UKV&yvbVL9oF2VwuJ%`NGaC*6O2?w~OUp@w?EaLLlgai0ykoCvO=4)L3G~tLWn>KR0TZ{?k&O?` zNa40RjXy@_pCt>L$f97f^kdSrhTHW{2kulkX~-g%wUGJ!+@4Lla0aiDbBf7%?~-Ll zxgnEt0E3)kXy^9SVvaaxM2exBi~oaC{WcP}pkKaT?glXHLvmg^ zS&=2*f2A1uW?`+=hH$OCLxq$u^k?|}H(imKP} z{3rJ)`Yzy>Wtqrj2Na{Xu*2976en750n{y5Oq@l_dKD9sf5o@vL1n%fS7Kf#S=pzo z-;8m`itm+unzMLe+*1x7&%?WYf{d*q3&NFem+EoJij)`3M=?ozloP|al=XSa$G!*f z0y;$2dGV^&ck!*5$$K8ccIIom`MHm9pm)jiKHgGu4It`c-m;nD4e0060p>Q|ro|59 zpW}yuqFe&RDsvGNH2dMtD>JuLkXL8jeK2(WG{H4dz zLF}jIp~r@ctMLZ4(JpTHIM7gIQ(sBP+RYUbx+_FvZMPx)ff#gTcRXxb{r@h$j<#x)bKP|enI4ljjsjbY!7jA3^olUHGOU-q*E5S<39Dw+;YRkkHdN(oWdEtro7RY* z2Mp`AGG_x;;uon@I7`KiEduk4%wVPnZYT2&tnSs;EQ`=CblBMo(P2-;GJ2w(iv8Fd zE!HRRm#}MV0@a>|_S`m`z0=yW#M-%*eVQKS_4AMo=a0+$bX5EyWue45D;AmRB_^jG zk+5TCf7ZXyTl{jqC}sVFp={>@PjT;}DybNkaflQDYYdmLlU>2=bEA*wU$I`wk~*|< zRfgFd(#QgZFtOU4CSjL^%dC4rpu+v9^?bd#4jU%3k6QBBs>ndphuPcaGCncXU0x`x zH8!@exQIwOm03e~s#1YrTecvW+2Q#*X0m8@SYp|oXe}GEc(Pc_3rx2uRH-Ny1gk68 z4x2;RxJAt}D+1X!76VI+2x0biPj=86$f7&cY`8aK8t-gfW^c52*;sr>0lU?49pjOl zGi+nq*QAN>uAY)G*@iH7-a4Hr)&--dMY&xn7w4}Nq^zSiluh=E>?>1{xMM?wl5OaS zoW@g+uFVfNjIqL2b|H` ZWwSfqV@g-4qD@%K4u!^vw+BZg{{vb~J%j)N delta 4407 zcmZvedsviJ8o=MVe8Vsd!yQC!BZ{EhanMQ`}tn^ zTJ+d1@wPzcD*!MPKphRhEd-c;j%fLeIQRmx3}Da+ph*GnTR^nE4Uk_4U{nIEJPojR zJxCwh3{V$HYB~IT#44WW^j}jxC#JQQoMia5Ee3Bmt zM7OS~0dDv#K%k76o=xoC1l&jtKza|cbpcWT7os^0Sq)H92;4Jz0N*5HvX(e+1#o*f zJb#r~vW2KmCAO_WI&p(RObZ<$M3aTM=2hUvcmUJih>kpn(;PvMWFUV)wnJRHKk_Yz ze^d$(o=Z%AoTw4QLr9k_yyGZ4|H06L0A zV|&8^+N9z*{{Sq#C&tPo%A+bwvKx}{vvUDfStOMg-@$(I zkfipe0-*n#q<&&IfI=_X-MA4$@Fh{ZO)|a{=fTetr+q|>@FBMM5}lU)lCL*CjY*gy z)o_?8N%2ztJszv!eq!%QsdW%zzWOt1--sPud|kR_Km!o!N1R?jY;Khf7o0)?v6E~d z`W+_*6%s@C5kt4T>4dP8v=HtfMwAdEeTh*M#5fJHX`E=jLhKrzFy_IZ6Qha+V*PhD(t`B@(Ro=qvUMv!)?VqG-&_Pp%ON)ImVUZ!7IwIAi4AWM zTUK%!nc%r5F8zr+05&hKxC>i);Cf=yYGR*_xOP5Qd}9%Myo2LYoVftY|AYf1zmRJk zI*ZA2g=kyNb)0Vp=-J5`pK3(U783bmobdpbTX8(sS!)8w@Z`1}7{fkri+eN=&jOmwc4~>%W^UN|A_|zjjvE%(98YXL%RT+bFq*WJm@qk?mq2sVgWO0hUYL-` zjf}hoFlR2Y{RpuunR~VX%P{Z)vF{9ba0~W}*yF@G4a8PG=X8H?9_C(8$K>iSn#goj2hC^GJm?i3Usk|#4AhEh+|U6E^k%*K!m%S(^^i08`WmEQP_ zC+?Bg?ZiGZ?+y9-^BAgnr;P^uW%KA7e;3qV}%BxS0XW zpFu1cBbxRS*Ziok#on8A3GATZ9! ze$#?|;Fh=ZVLN)D!uv51hBovzarS)g$Il4&EJiwU&^7LT=8X*e)w)7#&mmfRRSG{; ztUE)s=x59}zX_s!qiVU!gswlK(r#6t;+$$@`ChDoFNjSyRY#-mV0ON*`t}xH9CK22 zZDBrsclc;d1!9u=5_QbSP_^uJd{%G!xHa}`@p-g{!^UFt*>egl4$}~q|3u`weD-%% zW0LOmxm@@!{Fz)w)Oq{dct?Y8#AXBji5_AN4@`GmS8VfTlI$cO)ndC{+tQY2F!BX< zzSHFlJI%4mxHzR(w$^B@HfwEm-paI=B-Sy*%s!eP!MJEY_RXxBOdp-kK8?;}F?Erw zb*3+io>@J4uuW_K&12oOmmY~tmI{k(Q+$x?LVT{A*)+*4 zp)tbso#wd2b>aR$i(Dxg_laCjJ~%33>x&{?k7w=_yK0xziP=w$(d^igAlGQlC?^)* zW`FSFU5yFL#9S$up@(Ia1hevKiJ}45_WVYXS1I44F5zu9t)6F#d_!1ip}$z7nmUx& z4L0Z&<$xM`pbwhC3R*A$@17fQtV5xlU>4Ow3mDvjH@O9eSou!#Dqd~ljeLup*Qq=I z_mc3bOGIXtP!bk3C0@k+R=mhV5YEo2=CRRfcDA74l~5~hG4`qL=Kp(#tF$m({8yfF!Q8C`*F1c zPYaR+iS3Yt+9im^;coTfvfH#KJ+JOFcU#p}cCEeJrq-HtG}jqy7NfQ=BiXV@!Pffp zcv}oD_HHY$ZsVh7$wlPrZhvuhH-IKc@SpZd+b>GGUrl=fmGDP z3Yp~gq)V1brquUg<(a+Gq3-N5R@>)BuHrO*+Rz(O)DUD<46?N=< zdIQU?@XwEfC88ymBRagx?)JBE6Ythji)$A2wE_LvJ#}wTo)(K&C&N(RFpNhV_#zG zy6Ah8vBud`6W3s!hYZg|d8(?gDHIz_9WKX8i CallToaster - Message - Wiadomość + Wiadomość 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 @@ -956,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 @@ -1261,37 +1260,25 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel StwĆ³rz kanał - + Subscribe To Channel Subskrybuj kanał - - Enter a Keyword here - - - - Title - Tytuł + Tytuł - - Description - - - - Reset - Reset + Reset - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1300,103 +1287,97 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - Nazwa + Nazwa - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1466,7 +1447,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1613,17 +1594,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1653,62 +1634,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: @@ -1717,7 +1698,7 @@ p, li { white-space: pre-wrap; } Kraj: - + Signers @@ -1910,74 +1891,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -2109,6 +2090,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2228,176 +2219,176 @@ p, li { white-space: pre-wrap; } - + RetroShare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit &Zamknij - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2407,17 +2398,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2525,12 +2521,12 @@ Do you want to save your changes? - + RetroShare - + Please add a Name @@ -2625,7 +2621,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2646,12 +2642,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2772,7 +2768,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2792,43 +2788,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2873,22 +2869,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3155,7 +3151,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3181,22 +3177,22 @@ p, li { white-space: pre-wrap; } Anuluj - + Rating - + File Name Nazwa pliku - + Not Rated - + No Comments @@ -3315,28 +3311,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Zamknij - - - File %1 does not exist at location. - - EditChanDetails @@ -3432,37 +3436,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! @@ -3470,12 +3474,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3675,80 +3679,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3770,57 +3784,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3913,8 +3927,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3929,10 +3943,42 @@ p, li { white-space: pre-wrap; } - + + Send + Wyślij + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3983,164 +4029,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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 Ukryj - + Expand - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Data - - + + Title Tytuł - - + + Start New Thread @@ -4149,17 +4198,12 @@ p, li { white-space: pre-wrap; } Nowa Wiadomość - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4168,33 +4212,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; } @@ -4203,7 +4247,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.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,27 +4256,27 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4241,27 +4285,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4488,8 +4537,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4640,92 +4689,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Wygeneruj nowy certyfikat - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Wybierz zaufanego znajomego - + Certificates (*.pqi *.pem) 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! @@ -4819,52 +4868,57 @@ p, li { white-space: pre-wrap; } Login - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4940,6 +4994,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + Tytuł + + + + Description + + + + + Reset + Reset + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5423,7 +5520,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5434,26 +5531,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5712,55 +5810,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. @@ -5769,91 +5867,91 @@ p, li { white-space: pre-wrap; } - + Status Status - + Chat 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 - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. @@ -5871,22 +5969,22 @@ p, li { white-space: pre-wrap; } - + Options Opcje - + Hide Ukryj - + Show Pokaż - + RetroShare Retroshare @@ -5921,12 +6019,12 @@ p, li { white-space: pre-wrap; } - + Search Szukaj - + Files Pliki @@ -5940,60 +6038,60 @@ p, li { white-space: pre-wrap; } 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 @@ -6003,18 +6101,18 @@ p, li { white-space: pre-wrap; } O - - + + Forums - + Open Messages - + Applications @@ -6023,17 +6121,17 @@ p, li { white-space: pre-wrap; } Ustawienia - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -6052,13 +6150,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Składać - + Contacts @@ -6068,22 +6166,22 @@ p, li { white-space: pre-wrap; } - + Reset Reset - + Send To: Wyślij do: - + Subject: - + Paragraph @@ -6093,118 +6191,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files Rekomendowany Plik - + File Name Nazwa pliku - + Size Rozmiar @@ -6213,57 +6311,57 @@ p, li { white-space: pre-wrap; } ŹrĆ³dła - + Hash - + Send Wyślij - + Send this message now - + Reply - + Toggle Contacts View - + Save Zapisz - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6294,7 +6392,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6316,221 +6414,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6594,64 +6692,54 @@ Do you want to save message ? Nowa Wiadomość - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Zamknij + + + Sub: + + MessagesDialog - + New Message Nowa Wiadomość - + Reply to Message Odpowiedz na wiadomość - + Remove Message Usuń wiadomość - + Date Data - - + + From Z @@ -6748,15 +6836,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6767,17 +6855,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Pobrane email - - - + + + Outbox Outbox email @@ -6788,15 +6876,15 @@ p, li { white-space: pre-wrap; } - + Sent Wysłane email - - - + + + Trash @@ -6897,7 +6985,7 @@ p, li { white-space: pre-wrap; } Pobierz wszystko - + Print Document @@ -6915,110 +7003,120 @@ p, li { white-space: pre-wrap; } # - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Pobieranie - + Empty trash - + Hide Ukryj - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + Pliki + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Subject @@ -7189,49 +7287,49 @@ p, li { white-space: pre-wrap; } - + Add a Friend Dodaj znajomego - + Search Friends - + Reset Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7268,85 +7366,85 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dodaj znajomego</p></body></html> - + Expand all - + Collapse all - + Chat Chat - + Message Friend - + Connect To Friend Połącz z znajomym - + Peer Details Detale Peera - + Recomend this Friend to... - + Export Friend Eksportuj znajomego - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Zapisz certyfikat - + Certificates (*.pqi) Certyfikaty (*.pqi) @@ -7355,12 +7453,12 @@ p, li { white-space: pre-wrap; } Usuń znajomego - + Click to Change your Avatar - + Share Files for your Friends @@ -7398,7 +7496,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7418,7 +7516,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Ukryj @@ -7608,80 +7726,68 @@ p, li { white-space: pre-wrap; } Wczytaj certyfikat - - Select a pem/pqi File - Wybierz plik pem/pqi + Wybierz plik pem/pqi - - File Not Found - Nie znaleziono pliku + Nie znaleziono pliku - - %1 does not exist. Would you like to create it? - %1 nie istnieje. Czy chciałbyś go utworzyć? + %1 nie istnieje. Czy chciałbyś go utworzyć? - - Failed to Create File - Błąd tworzenia pliku + Błąd tworzenia pliku - - Unable to create %1 [%2] - Nie można stworzyć %1 [%2] + Nie można stworzyć %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Wybierz certyfikat + Wybierz certyfikat - Certificates (*.pqi *.pem) - Certyfikaty (*.pqi *.pem) + Certyfikaty (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7748,84 +7854,50 @@ p, li { white-space: pre-wrap; } Detale Peera - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - - - RetroShare - - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - - @@ -8058,7 +8130,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -8180,65 +8252,100 @@ p, li { white-space: pre-wrap; } Nowa Wiadomość - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8246,7 +8353,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -8263,7 +8370,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -8322,7 +8429,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8362,32 +8469,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8396,16 +8502,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Ukryj - + Quick Message @@ -8435,7 +8542,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Chat @@ -8448,17 +8555,17 @@ p, li { white-space: pre-wrap; } Usuń znajomego - + Save Certificate Zapisz certyfikat - + Certificates (*.pqi) Certyfikaty (*.pqi) - + Status Status @@ -8477,7 +8584,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Znajomi</span></p></body></html> - + Connect To Friend Połącz z znajomym @@ -8486,72 +8593,67 @@ p, li { white-space: pre-wrap; } # - + Profile - - Friends Storm - - - - + Welcome to RetroShare's group chat. - + me - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all - + Collapse all - + Message Friend @@ -8560,12 +8662,12 @@ p, li { white-space: pre-wrap; } Detale Peera - + Deny Friend - + Remove Friend Location @@ -8582,121 +8684,137 @@ p, li { white-space: pre-wrap; } Zajęty - + + Available - - + + RetroShare - + + News Feed + + + + Paste RetroShare Link - + Group - + Friend - + Location Lokalizacja - + Message Group - + Edit Group - + Remove Group - + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send Wyślij - + Italic - + Underline @@ -8715,131 +8833,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</span></p></body></html> - - - - + 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; } @@ -8848,12 +8995,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -9139,7 +9286,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Usuń @@ -9147,61 +9294,74 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + 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 - + + Load Picture File + + + + Save as... @@ -9211,22 +9371,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -9268,6 +9428,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -9278,6 +9443,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -9288,11 +9463,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -9310,7 +9480,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9361,10 +9531,20 @@ Do you want to send them a Message instead - + RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9840,64 +10020,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -9965,7 +10152,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -10043,7 +10230,7 @@ p, li { white-space: pre-wrap; } - + < Back <Do tyłu @@ -10123,27 +10310,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10383,32 +10575,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 @@ -10465,53 +10657,53 @@ p, li { white-space: pre-wrap; } - + Download Pobieranie - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel Kanał rozsiewczy - + Recommend to Friends Zarekomenduj znajomemu - + Remove Usuń - + Remove All Usuń wszystko - - + + Folder - + New RetroShare Link(s) @@ -10557,24 +10749,24 @@ p, li { white-space: pre-wrap; } Dokumenty - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -10862,12 +11054,17 @@ p, li { white-space: pre-wrap; } Port: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10875,7 +11072,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11611,15 +11808,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11845,6 +12053,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11893,6 +12102,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -12076,77 +12345,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -12205,23 +12474,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Anuluj - + Clear Completed Wyczyść ukończone - - + + Status Status - + Completed Ukończone @@ -12290,15 +12559,15 @@ p, li { white-space: pre-wrap; } <p 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;">Wysyłania:</span></p></body></html> - - + + Name i.e: file name Nazwa - - + + Size i.e: file size Rozmiar @@ -12309,276 +12578,276 @@ p, li { white-space: pre-wrap; } Postęp - + Speed i.e: Download speed Prędkość - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources ŹrĆ³dła - + Core-ID - + Progress i.e: % uploaded Postęp - + Speed i.e: upload speed Prędkość - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12618,27 +12887,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12646,6 +12895,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12657,6 +12916,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12844,96 +13113,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_pt.qm b/retroshare-gui/src/lang/retroshare_pt.qm index 64d8aba1ca39f8c770c1774ebaa2faf757c687cb..f905b8a623cb756a33d36968a7903217fe4a84f1 100644 GIT binary patch delta 2886 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 H9gzJ8&wR8M diff --git a/retroshare-gui/src/lang/retroshare_pt.ts b/retroshare-gui/src/lang/retroshare_pt.ts index 9dd2ee27c..b0412b66a 100644 --- a/retroshare-gui/src/lang/retroshare_pt.ts +++ b/retroshare-gui/src/lang/retroshare_pt.ts @@ -862,43 +862,35 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse - + Select Certificate Selecionar o certificado @@ -907,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 @@ -1204,37 +1196,21 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Create Channel - + Subscribe To Channel Subscrever Ć  canaleta - - Enter a Keyword here - - - - - Title - - - - - Description - - - - Reset - RestauraĆ§Ć£o + RestauraĆ§Ć£o - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1243,103 +1219,93 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - - Name - - - - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1394,7 +1360,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1541,17 +1507,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1559,67 +1525,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 @@ -1808,74 +1774,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -1999,6 +1965,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2118,176 +2094,176 @@ p, li { white-space: pre-wrap; } - + RetroShare Retroshare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2297,17 +2273,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2415,12 +2396,12 @@ Do you want to save your changes? - + RetroShare Retroshare - + Please add a Name @@ -2515,7 +2496,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2536,12 +2517,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2666,7 +2647,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2686,43 +2667,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare Retroshare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2767,22 +2748,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare Retroshare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3053,7 +3034,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3079,22 +3060,22 @@ p, li { white-space: pre-wrap; } - + Rating - + File Name Lima - nome - + Not Rated - + No Comments @@ -3209,28 +3190,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Fim - - - File %1 does not exist at location. - - EditChanDetails @@ -3326,37 +3315,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! @@ -3364,12 +3353,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3566,80 +3555,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3657,57 +3656,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3800,8 +3799,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3816,10 +3815,42 @@ p, li { white-space: pre-wrap; } - + + Send + Emitir + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3870,158 +3901,161 @@ 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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 nĆ£o mostrar - + Expand - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare Retroshare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Data - - + + Start New Thread @@ -4030,17 +4064,12 @@ p, li { white-space: pre-wrap; } Mensagem nova - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4049,39 +4078,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; } @@ -4090,7 +4119,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4099,27 +4128,27 @@ p, li { white-space: pre-wrap; } - + Reset RestauraĆ§Ć£o - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4128,27 +4157,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4353,8 +4387,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4486,92 +4520,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Gerar o certificado novo - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Selecionar o amigo confiado - + Certificates (*.pqi *.pem) 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! @@ -4653,52 +4687,57 @@ p, li { white-space: pre-wrap; } InĆ­cio de uma sessĆ£o (Login) - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4774,6 +4813,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + + + + + Description + + + + + Reset + RestauraĆ§Ć£o + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5257,7 +5339,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5268,26 +5350,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5765,55 +5848,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. @@ -5822,112 +5905,112 @@ p, li { white-space: pre-wrap; } - + Status - + 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 - + 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 @@ -5962,12 +6045,12 @@ p, li { white-space: pre-wrap; } - + Search Busca - + Files Limas @@ -5976,60 +6059,60 @@ 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 @@ -6039,18 +6122,18 @@ p, li { white-space: pre-wrap; } Sobre - - + + Forums - + Open Messages - + Applications @@ -6059,17 +6142,17 @@ p, li { white-space: pre-wrap; } Ajustes - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -6093,13 +6176,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose CompĆ“r - + Contacts @@ -6109,22 +6192,22 @@ p, li { white-space: pre-wrap; } - + Reset RestauraĆ§Ć£o - + Send To: Emitir a: - + Subject: - + Paragraph @@ -6134,173 +6217,173 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files Limas recomendadas - + File Name Lima - nome - + Size - + Hash - + Send Emitir - + Send this message now - + Reply - + Toggle Contacts View - + Save Excepto - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6331,7 +6414,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6353,221 +6436,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6631,64 +6714,54 @@ Do you want to save message ? Mensagem nova - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Fim + + + Sub: + + MessagesDialog - + New Message Mensagem nova - + Reply to Message - + Remove Message Remover a mensagem - + Date Data - - + + From De @@ -6779,15 +6852,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -6798,17 +6871,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Email-Inbox - - - + + + Outbox Email-Outbox @@ -6819,15 +6892,15 @@ p, li { white-space: pre-wrap; } - + Sent Email-Emitido - - - + + + Trash @@ -6922,7 +6995,7 @@ p, li { white-space: pre-wrap; } Download tudo - + Print Document @@ -6936,110 +7009,120 @@ p, li { white-space: pre-wrap; } Fontes - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Download - + Empty trash - + Hide nĆ£o mostrar - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + Limas + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Subject @@ -7144,85 +7227,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat Bate-papo do grupo - + Message Friend - + Connect To Friend Conectar ao amigo - + Peer Details Detalhes do Peer - + Recomend this Friend to... - + Export Friend Export Friend - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Excepto o certificado - + Certificates (*.pqi) Certificados (*.pqi) @@ -7231,49 +7314,49 @@ p, li { white-space: pre-wrap; } Remover o amigo - + Click to Change your Avatar - + Search Friends - + Reset RestauraĆ§Ć£o - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7283,12 +7366,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7321,7 +7404,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7346,7 +7429,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide nĆ£o mostrar @@ -7510,80 +7613,68 @@ p, li { white-space: pre-wrap; } Certificado da carga - - Select a pem/pqi File - Selecionar uma lima do PEM/PQI + Selecionar uma lima do PEM/PQI - - File Not Found - File Not Found + File Not Found - - %1 does not exist. Would you like to create it? - %1 nĆ£o existe. VocĆŖ gosta de criĆ”-lo? + %1 nĆ£o existe. VocĆŖ gosta de criĆ”-lo? - - Failed to Create File - NĆ£o criou a lima + NĆ£o criou a lima - - Unable to create %1 [%2] - Incapaz de criar %1 [%2] + Incapaz de criar %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Selecionar o certificado + Selecionar o certificado - Certificates (*.pqi *.pem) - Certificados (*.pqi *.pem) + Certificados (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7634,83 +7725,53 @@ p, li { white-space: pre-wrap; } ID do certificado - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - RetroShare - Retroshare - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + Retroshare @@ -7942,7 +8003,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -8060,65 +8121,100 @@ p, li { white-space: pre-wrap; } Mensagem nova - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8126,7 +8222,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -8143,7 +8239,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -8187,7 +8283,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8242,32 +8338,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8276,16 +8371,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide nĆ£o mostrar - + Quick Message @@ -8311,7 +8407,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat bate-papo @@ -8324,17 +8420,17 @@ p, li { white-space: pre-wrap; } Remover o amigo - + Save Certificate Excepto o certificado - + Certificates (*.pqi) Certificados (*.pqi) - + Status Status @@ -8350,77 +8446,72 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Amigos</span></p></body></html> - + Connect To Friend Conectar ao amigo - + Welcome to RetroShare's group chat. - + Profile - - Friends Storm - - - - + me - + Paste RetroShare Link - + Group - + Friend - + Location PosiĆ§Ć£o - + Message Group - + Edit Group - + Remove Group - + Expand all - + Collapse all - + Message Friend @@ -8429,131 +8520,147 @@ p, li { white-space: pre-wrap; } Detalhes do Peer - + Deny Friend - + Remove Friend Location - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + + Available - - + + RetroShare Retroshare - + + News Feed + + + + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send Emitir - + Italic - + Underline @@ -8572,131 +8679,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</span></p></body></html> - - - - + 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; } @@ -8705,12 +8841,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -8996,7 +9132,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Remover @@ -9004,21 +9140,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -9026,43 +9170,48 @@ 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 - + + Load Picture File + + + + Save as... @@ -9072,22 +9221,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -9129,6 +9278,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -9139,6 +9293,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -9149,11 +9313,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -9171,7 +9330,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9222,10 +9381,20 @@ Do you want to send them a Message instead - + RetroShare Retroshare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9701,64 +9870,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -9826,7 +10002,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -9904,7 +10080,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -9984,27 +10160,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10244,32 +10425,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 @@ -10326,53 +10507,53 @@ p, li { white-space: pre-wrap; } - + Download Download - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel TransmissĆ£o na canaleta - + Recommend to Friends Recomendar aos amigos - + Remove Remover - + Remove All Remover tudo - - + + Folder - + New RetroShare Link(s) @@ -10415,24 +10596,24 @@ p, li { white-space: pre-wrap; } Originais - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -10711,12 +10892,17 @@ p, li { white-space: pre-wrap; } Porto: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10724,7 +10910,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11437,15 +11623,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11671,6 +11868,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11719,6 +11917,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11902,77 +12160,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare Retroshare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -12031,23 +12289,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Cancelamento - + Clear Completed O espaƧo livre terminou - - + + Status Status - + Completed Terminado @@ -12110,15 +12368,15 @@ 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;">Uploads:</span></p></body></html> - - + + Name i.e: file name Nome - - + + Size i.e: file size Tamanho @@ -12129,276 +12387,276 @@ p, li { white-space: pre-wrap; } Progresso - + Speed i.e: Download speed Velocidade - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources Fontes - + Core-ID - + Progress i.e: % uploaded Progresso - + Speed i.e: upload speed Velocidade - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12438,27 +12696,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12466,6 +12704,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12477,6 +12725,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12653,96 +12911,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_ru.qm b/retroshare-gui/src/lang/retroshare_ru.qm index 6ba78d62be4085cd0b91aeed3956efbd9bd5a41f..d883b314e367dfd87980ac46306d394411fb5322 100644 GIT binary patch delta 9276 zcmZ|Udt6QF_c-wN?6dc|buOh;(vV1UC%Gn3N~RLJ2!rS#5>pX{<5D7ocG)7uIG0|gZco}PXJ(#;pda7 zUyh-TxWAJ6G zOx?MfdiOE)^=n{r3h=xEz~&|c6m!&z33|G58Ar_YLETnh_bmY!yO5eX6xaiMasL^0 zNeeXvf6#RN$SCUbQecZXyiokUUq=FYorB&%Yk|GY0+}}s*z0)LkL-cH@dLo7EUH02 z7}#5Q$6tB@`v^~X(F52g+W=AqQFq}Nnf8x+P@D0Gai8c{QQv$6_61If;3!JI-UaqG zUYPa;)h2}6W`dO@DYUfqJxZT2V|{1 zNZ-u>!ZRQX9SN|a0hF(s05Y>cQ@9l1l@aW-%K?7*01o~17;I}@pp)qj`X_+1fI-vV z54!ZjTwd*pHlh*G#jO>39=evg0a@^jx-|s4nMSDRdMcj`-M#BEHmso!`2Zw!JhiAj zxF5unUUmAy% zt$R}Kc2I|opoafUO_@pEV?k|LB1&>YVRTv=z{^7TKJ`z4qs|b(oCnyt1@z*^F;+Z4 z5{^MY)b9YpMu?KQBr1Oy0=6mv3_n8Px>Eq-LmY1o_Rz?8t@S)%XLpg!)|z zwdxhMHVi^0MgrtKg3t|kBQNiXk~_9~y3y1c!lDv^Y%zzh&6tKu^QgZ>P~QnKp?na4 zu8O*BAa%EqY8(L*Dsdz&IqHe&qGWY5^`ZtQT+GIbnhoLmQUEr)!$fnu;9z|tOpL-0 z);xfTbB_c0uo@;tdjpA2qh|Gji6u^$&oil3Utp3M?(0*j$(LbL&K|5EKfq)ueqqn4 zR97dedoeZS7EJzh27}WVrpI^y{ALMrOjD|dA+Y!$Zk&)%±)=Pa=hMZnJ0%P~@7 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 IvqSQK0596klK=n! delta 15477 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 IZieFj0pP3IGXMYp diff --git a/retroshare-gui/src/lang/retroshare_ru.ts b/retroshare-gui/src/lang/retroshare_ru.ts index f7cd1adbc..aac6e5de2 100644 --- a/retroshare-gui/src/lang/retroshare_ru.ts +++ b/retroshare-gui/src/lang/retroshare_ru.ts @@ -928,43 +928,35 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse Š’Ń‹Š±Š¾Ń€ фŠ°Š¹Š»Š° - + Select Certificate Š’Ń‹Š±ŠµŃ€ŠøтŠµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ @@ -973,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 @@ -1326,37 +1318,25 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Š”Š¾Š·Š“Š°Ń‚ŃŒ Channel - + Subscribe To Channel ŠŸŠ¾Š“ŠæŠøсŠŗŠ° Š½Š° ŠŗŠ°Š½Š°Š» - - Enter a Keyword here - - - - Title - ŠŠ°Š·Š²Š°Š½ŠøŠµ + ŠŠ°Š·Š²Š°Š½ŠøŠµ - Description - ŠžŠæŠøсŠ°Š½ŠøŠµ + ŠžŠæŠøсŠ°Š½ŠøŠµ - - Reset - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1365,103 +1345,93 @@ p, li { white-space: pre-wrap; } - + Add Š”Š¾Š±Š°Š²Šøть - + + Display + ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - - Name - - - - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1556,7 +1526,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1703,17 +1673,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1736,52 +1706,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 @@ -1790,7 +1760,7 @@ p, li { white-space: pre-wrap; } Š”Š¾Š²ŠµŃ€ŠøŠµ: - + Name: Š˜Š¼Ń: @@ -1799,7 +1769,7 @@ p, li { white-space: pre-wrap; } ŠžŠ³Ń€.: - + Loc: ŠœŠµŃŃ‚Š¾: @@ -1808,7 +1778,7 @@ p, li { white-space: pre-wrap; } Š”трŠ°Š½Š°: - + Signers @@ -1903,74 +1873,74 @@ p, li { white-space: pre-wrap; } ŠŸŃ€ŠøŠ¼ŠµŠ½Šøть Šø Š·Š°Šŗрыть - - + + 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 @@ -2255,6 +2225,16 @@ p, li { white-space: pre-wrap; } Please add a Name ŠŸŃ€Š¾ŃŃŒŠ±Š° Š“Š¾Š±Š°Š²Šøть ŠøŠ¼Ń + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2382,176 +2362,176 @@ p, li { white-space: pre-wrap; } Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ - + RetroShare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit Š’Ń‹Ń…Š¾Š“ - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) HTML-фŠ°Š¹Š»Ń‹ (*. HTM *. HTML), Š²ŃŠµ фŠ°Š¹Š»Ń‹ (*) - + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... @@ -2561,17 +2541,22 @@ Do you want to save your changes? - + Print Document Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ Š“Š¾ŠŗуŠ¼ŠµŠ½Ń‚ + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2683,12 +2668,12 @@ Do you want to save your changes? Š”Š¾Š·Š“Š°Ń‚ŃŒ - + RetroShare - + Please add a Name ŠŸŃ€Š¾ŃŃŒŠ±Š° Š“Š¾Š±Š°Š²Šøть ŠøŠ¼Ń @@ -2783,7 +2768,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ @@ -2804,12 +2789,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2954,7 +2939,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2978,43 +2963,43 @@ p, li { white-space: pre-wrap; } Š’стŠ°Š²Šøть ссыŠ»Šŗу RetroShare - + Paste full RetroShare Link - + In Reply to - + RetroShare - + Please set a Forum Subject and Forum Message ŠŸŠ¾Š¶Š°Š»ŃƒŠ¹ŃŃ‚Š°, устŠ°Š½Š¾Š²ŠøтŠµ фŠ¾Ń€ŃƒŠ¼ тŠµŠ¼Ń‹ Šø сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя фŠ¾Ń€ŃƒŠ¼Š° - + Add Extra File Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ - - + + Drop file error. ŠžŃŃ‚Š°Š²ŃŒŃ‚Šµ фŠ°Š¹Š» Š¾ŃˆŠøŠ±Š¾Šŗ. - + File not found or file name not accepted. Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½ ŠøŠ»Šø ŠøŠ¼Ń фŠ°Š¹Š»Š°, Š½Šµ ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся. - + Directory can't be dropped, only files are accepted. ŠšŠ°Ń‚Š°Š»Š¾Š³ Š½Šµ Š¼Š¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ уŠ“Š°Š»ŠµŠ½, ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся тŠ¾Š»ŃŒŠŗŠ¾ фŠ°Š¹Š»Ń‹. @@ -3059,22 +3044,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way Š’Š°Ńˆ Cert ŠŗŠ¾ŠæŠøруŠµŃ‚ся Š² Š±ŃƒŃ„ŠµŃ€ Š¾Š±Š¼ŠµŠ½Š°, Š²ŃŃ‚Š°Š²Šøть Šø Š¾Ń‚ŠæрŠ°Š²Šøть ŠµŠ³Š¾ yourfriend ŠæŠ¾ эŠ»ŠµŠŗтрŠ¾Š½Š½Š¾Š¹ ŠæŠ¾Ń‡Ń‚Šµ ŠøŠ»Šø Š“руŠ³ŠøŠ¼ сŠæŠ¾ŃŠ¾Š±Š¾Š¼ - + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... - + RetroShare Certificate (*.rsc );;All Files (*) RetroShare сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° (*.rsc );; Š²ŃŠµ фŠ°Š¹Š»Ń‹ (*) @@ -3353,7 +3338,7 @@ p, li { white-space: pre-wrap; } - + Comments ŠšŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŠµŠ² @@ -3379,22 +3364,22 @@ p, li { white-space: pre-wrap; } ŠžŃ‚Š¼ŠµŠ½Š° - + Rating Š ŠµŠ¹Ń‚ŠøŠ½Š³ - + File Name Š˜Š¼Ń фŠ°Š¹Š»Š° - + Not Rated ŠŠµŃ‚ Š¾Ń†ŠµŠ½ŠŗŠø - + No Comments ŠŠµŃ‚ ŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŠµŠ² @@ -3525,28 +3510,36 @@ you plug it in. Š—Š°Š“Š°Ń‚ŃŒ чŠ°ŃŃ‚ŠøчŠ½Ń‹Ń… ŠŗŠ°Ń‚Š°Š»Š¾Š³Š° + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Š·Š°Šŗрыть - - - File %1 does not exist at location. - - EditChanDetails @@ -3642,37 +3635,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! @@ -3680,12 +3673,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3882,80 +3875,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining + ŠžŃŃ‚Š°Š»Š¾ŃŃŒ + + + + Number of sources - - Chunk strategy: + + Chunk strategy + ŠŗусŠ¾Šŗ стрŠ°Ń‚ŠµŠ³Šøя + + + + Transfer type - - Transfer type: + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3969,57 +3972,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -4112,8 +4115,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -4128,10 +4131,42 @@ p, li { white-space: pre-wrap; } ŠžŃ‚Š²ŠµŃ‚ - + + Send + ŠžŃ‚ŠæрŠ°Š²Šøть + + + + Signed + ŠŸŠ¾Š“ŠæŠøсь + + + + Forum Post + Š¤Š¾Ń€ŃƒŠ¼ + + + + Unknown Forum Post + + + + + + + Anonymous + ŠŠ½Š¾Š½ŠøŠ¼ + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -4186,150 +4221,153 @@ 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 + + + + Reply ŠžŃ‚Š²ŠµŃ‚ - + Reply to Author ŠžŃ‚Š²ŠµŃ‚Šøть Š°Š²Ń‚Š¾Ń€Ńƒ - + Expand all Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š²ŃŠµ - + Collapse all Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š²ŃŠµ + + + AUTHD + + Popularity: ŠŸŠ¾ŠæуŠ»ŃŃ€Š½Š¾ŃŃ‚ŃŒ: - + 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 Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - - - - Popularity: - - - - - + + Anonymous ŠŠ½Š¾Š½ŠøŠ¼ - - + + signed ŠæŠ¾Š“ŠæŠøсŠ°Š½Š¾ - - + + none Š½ŠøŠŗŠ°ŠŗŠ¾Š¹ - - + + RetroShare - + No Forum Selected! ŠŠµŃ‚ Š¤Š¾Ń€ŃƒŠ¼Š° Š—Š°ŠŗŠ»Š°Š“ŠŗŠø! - + You cant reply a Anonymous Author Š’Ń‹ Š½Š°ŠŗŠ»Š¾Š½ŃŃŽ Š¾Ń‚Š²ŠµŃ‚ Š°Š½Š¾Š½ŠøŠ¼Š½Š¾Š³Š¾ Š°Š²Ń‚Š¾Ń€Š° @@ -4358,14 +4396,14 @@ p, li { white-space: pre-wrap; } ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». - - + + Date чŠ°ŃŃ‹ - - + + Start New Thread ŠŠ°Ń‡Š°Ń‚ŃŒ Š½Š¾Š²Š¾Šµ Š¾Š±ŃŃƒŠ¶Š“ŠµŠ½ŠøŠµ @@ -4374,7 +4412,7 @@ p, li { white-space: pre-wrap; } ŠŠ¾Š²Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Add Š”Š¾Š±Š°Š²Šøть @@ -4403,12 +4441,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ŠžŃ‚Š²ŠµŃ‚ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ</p></body></html> - RetroShare Forums - RetroShare фŠ¾Ń€ŃƒŠ¼Ń‹ + RetroShare фŠ¾Ń€ŃƒŠ¼Ń‹ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4421,39 +4458,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; } @@ -4466,7 +4503,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">тŠµŠ¼Š°:</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4475,27 +4512,27 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum Š”Š¾Š·Š“Š°Ń‚ŃŒ фŠ¾Ń€ŃƒŠ¼ - + Print Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4508,27 +4545,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 ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøтŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæрŠ¾ŃŠ¼Š¾Ń‚Ń€ @@ -4737,8 +4779,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile Š”Š¾Š·Š“Š°Š½ŠøŠµ Š½Š¾Š²Š¾Š³Š¾ ŠæрŠ¾Ń„ŠøŠ»Ń @@ -4874,92 +4916,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Š”Š¾Š·Š“Š°Ń‚ŃŒ Š½Š¾Š²Ń‹Š¹ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Š’Ń‹Š±Š¾Ń€ Š²ŠµŃ€Š½Š¾Š³Š¾ Š“руŠ³Š° - + Certificates (*.pqi *.pem) Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Ń‹ (*.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! @@ -5060,52 +5102,57 @@ p, li { white-space: pre-wrap; } Login (Š»Š¾Š³ŠøŠ½) - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Misc/Š Š°Š·Š½Š¾Šµ - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -5181,6 +5228,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + ŠŠ°Š·Š²Š°Š½ŠøŠµ + + + + Description + ŠžŠæŠøсŠ°Š½ŠøŠµ + + + + Reset + + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5665,26 +5755,27 @@ p, li { white-space: pre-wrap; } IntroPage - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &You get a certificate file from your friend - + &Make friend with selected friends of my friends - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5699,7 +5790,7 @@ p, li { white-space: pre-wrap; } Š­Ń‚Š¾Ń‚ Š¼Š°ŃŃ‚ŠµŃ€ ŠæŠ¾Š¼Š¾Š¶ŠµŃ‚ Š²Š°Š¼ ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡Šøть Š“руŠ³Š° Šŗ сŠµŃ‚Šø RetroShare. Š•ŃŃ‚ŃŒ Š“Š²Š° Š²Š¾Š·Š¼Š¾Š¶Š½Ń‹Ń… ŠæутŠø Š“Š»Ń этŠ¾Š³Š¾: - + &Enter the certificate manually &Š’Š²ŠµŠ“ŠøтŠµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ Š²Ń€ŃƒŃ‡Š½ŃƒŃŽ @@ -5986,35 +6077,35 @@ p, li { white-space: pre-wrap; } MainWindow - + Network Š”ŠµŃ‚ŃŒ - + Friends Š”Ń€ŃƒŠ·ŃŒŃ - - + + Transfers ŠŸŠµŃ€ŠµŠ“Š°Ń‡Š° - - + + Messages Š”Š¾Š¾Š±Ń‰ŠµŠ½Šøя - - + + Channels ŠšŠ°Š½Š°Š»Ń‹ - + Blogs Š‘Š»Š¾Š³Šø @@ -6023,28 +6114,28 @@ p, li { white-space: pre-wrap; } Š’Ń‹ ŠµŃŃ‚ŃŒ Š½Š¾Š²Ń‹Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя - + Internal Error - + Options ŠžŠæцŠøŠø - + Hide Š”Šŗрыт - + Show ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ - + RetroShare Retroshare @@ -6079,12 +6170,12 @@ p, li { white-space: pre-wrap; } Master bystr - + Search ŠŸŠ¾ŠøсŠŗ - + Files Š¤Š°Š¹Š»Ń‹ @@ -6098,50 +6189,50 @@ p, li { white-space: pre-wrap; } ŠœŠµŃŃŠµŠ½Š“Š¶ŠµŃ€ - + Show/Hide ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ / Š”Šŗрыть - + &Quit &Š’Ń‹Ń…Š¾Š“ - - - - + + + + You have %1 new message - + Bandwidth Graph ŠæрŠ¾ŠæусŠŗŠ½Š°Ń сŠæŠ¾ŃŠ¾Š±Š½Š¾ŃŃ‚ŃŒ Š³Ń€Š°Ń„Š° - + Open Messenger ŠžŃ‚ŠŗрытŠ¾ ŠœŠµŃŃŠµŠ½Š“Š¶ŠµŃ€ - + Minimize ŠœŠøŠ½ŠøŠ¼ŠøŠ·ŠøрŠ¾Š²Š°Ń‚ŃŒ - + Maximize Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - + Links Cloud ŠžŠ±Š»Š°ŠŗŠ¾ ссыŠ»Š¾Šŗ - + Unfinished Š•Ń‰Šµ Š½Šµ Š³Š¾Ń‚Š¾Š²Š¾ @@ -6155,7 +6246,7 @@ p, li { white-space: pre-wrap; } SMPlayer - + Help ŠŸŠ¾Š¼Š¾Ń‰ŃŒ @@ -6169,33 +6260,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. @@ -6204,96 +6295,96 @@ p, li { white-space: pre-wrap; } - + Status - + 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 - + Open Messages ŠžŃ‚ŠŗрытŠ¾ Š”Š¾Š¾Š±Ń‰ŠµŠ½ŠøŠ¹ - + Applications ŠŸŃ€ŠøŠ¼ŠµŠ½ŠµŠ½Šøя - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». @@ -6314,17 +6405,17 @@ p, li { white-space: pre-wrap; } ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø - + Plugins ŠŸŠ»Š°Š³ŠøŠ½Ń‹ - + Really quit ? ŠŠµ ушŠµŠ»? - + Do you really want to exit RetroShare ? Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøтŠµŠ»ŃŒŠ½Š¾ хŠ¾Ń‚ŠøтŠµ Š²Ń‹Š¹Ń‚Šø RetroShare? @@ -6338,13 +6429,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose ŠŠ°ŠæŠøсŠ°Ń‚ŃŒ - + Contacts @@ -6354,22 +6445,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Send To: ŠžŃ‚ŠæрŠ°Š²Šøть: - + Subject: Š¢ŠµŠ¼Š°: - + Paragraph @@ -6379,118 +6470,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold Š–ŠøрŠ½Ń‹Š¼ - + Underline ŠŸŠ¾Š“чŠµŃ€ŠŗŠ½ŃƒŃ‚ŃŒ - + Italic ŠšŃƒŃ€ŃŠøŠ² - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“уŠµŠ¼Ń‹Šµ Š¤Š°Š¹Š»Ń‹ - + File Name Š˜Š¼Ń фŠ°Š¹Š»Š° - + Size @@ -6499,57 +6590,57 @@ p, li { white-space: pre-wrap; } Š˜ŃŃ‚Š¾Ń‡Š½ŠøŠŗŠø - + Hash Š„эш - + Send ŠžŃ‚ŠæрŠ°Š²Šøть - + Send this message now - + Reply ŠžŃ‚Š²ŠµŃ‚ - + Toggle Contacts View - + Save Š”Š¾Ń…Ń€Š°Š½Šøть - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6580,7 +6671,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6606,221 +6697,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½ ŠøŠ»Šø ŠøŠ¼Ń фŠ°Š¹Š»Š°, Š½Šµ ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся. @@ -6884,64 +6975,54 @@ Do you want to save message ? ŠŠ¾Š²Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Subject Š¢ŠµŠ¼Š° - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Š·Š°Šŗрыть + + + Sub: + + MessagesDialog - + New Message ŠŠ¾Š²Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Reply to Message ŠžŃ‚Š²ŠµŃ‚Šøть Š½Š° сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Remove Message Š£Š“Š°Š»Šøть сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Date чŠ°ŃŃ‹ - - + + From рŠ°Š·Š¾ŃŠ»Š°Š½ @@ -7032,15 +7113,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -7051,17 +7132,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Š’Ń…Š¾Š“ящŠøŠµ - - - + + + Outbox Š˜ŃŃ…Š¾Š“ящŠøŠµ @@ -7072,15 +7153,15 @@ p, li { white-space: pre-wrap; } - + Sent ŠžŃ‚ŠæрŠ°Š²Š»ŠµŠ½Š¾ - - - + + + Trash @@ -7175,7 +7256,7 @@ p, li { white-space: pre-wrap; } Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Š’сŠµ - + Print Document Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ Š“Š¾ŠŗуŠ¼ŠµŠ½Ń‚ @@ -7184,83 +7265,93 @@ p, li { white-space: pre-wrap; } Š˜ŃŃ‚Š¾Ń‡Š½ŠøŠŗŠø - + Forward selected Message ŠŸŠµŃ€ŠµŃŠ»Š°Ń‚ŃŒ Š²Ń‹Š±Ń€Š°Š½Š½Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Remove Messages Š£Š“Š°Š»Šøть сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Forward Message ŠŸŠµŃ€ŠµŃŠ»Š°Ń‚ŃŒ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ - + Empty trash + + + File + + + + + Files + Š¤Š°Š¹Š»Ń‹ + Compose: ŠŠ°ŠæŠøсŠ°Ń‚ŃŒ: - + Hide Š”Šŗрыт - + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ - - - + + + Drafts - + To @@ -7293,33 +7384,33 @@ p, li { white-space: pre-wrap; } ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». - + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... - + HTML-Files (*.htm *.html);;All Files (*) HTML-фŠ°Š¹Š»Ń‹ (*. HTM *. HTML), Š²ŃŠµ фŠ°Š¹Š»Ń‹ (*) - - - - - + + + + + Total: - - + + Reply to All ŠžŃ‚Š²ŠµŃ‚Šøть Š²ŃŠµŠ¼ - + Subject Š¢ŠµŠ¼Š° @@ -7466,42 +7557,42 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š²ŃŠµ - + Collapse all Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š²ŃŠµ - + Chat Š“Ń€ŃƒŠæŠæы Š§Š°Ń‚ - + Message Friend Š”Š¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ Š“руŠ³Ńƒ - + Connect To Friend ŠŸŠ¾Š“ŠŗŠ»ŃŽŃ‡Šøться Šŗ Š“руŠ³Ńƒ - + Peer Details ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø ŠŗŠ¾Š½Ń‚Š°ŠŗтŠ° - + Recomend this Friend to... - + Paste RetroShare Link @@ -7510,35 +7601,35 @@ p, li { white-space: pre-wrap; } Š’стŠ°Š²Šøть ссыŠ»Šŗу RetroShare - + Export Friend Š­ŠŗсŠæŠ¾Ń€Ń‚ ŠŗŠ¾Š½Ń‚Š°ŠŗтŠ° - + Deny Friend Š—Š°ŠæрŠµŃ‚Šøть Š“руŠ³Ńƒ - + Remove Friend Location Š£Š“Š°Š»Šøть Š“руŠ³Š° ŠœŠµŃŃ‚Š¾ŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŠµ - + <strong>GPG Key</strong> <strong>GPG ŠšŠ»ŃŽŃ‡</strong> - - + + location - + <strong>RetroShare instance</strong> <strong>RetroShare ŠŠ°ŠæрŠøŠ¼ŠµŃ€</strong> @@ -7559,12 +7650,12 @@ p, li { white-space: pre-wrap; } ŠžŃ„Ń„Š»Š°Š¹Š½ - + Save Certificate Š”Š¾Ń…Ń€Š°Š½Šøть сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - + Certificates (*.pqi) Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Ń‹ (*. pqi) @@ -7587,7 +7678,7 @@ Do you want to send them a Message instead Š£Š“Š°Š»Šøть ŠŗŠ¾Š½Ń‚Š°Šŗт - + Click to Change your Avatar ŠŠ°Š¶Š¼ŠøтŠµ ŠŗŠ½Š¾ŠæŠŗу ŠøŠ·Š¼ŠµŠ½Šøть Avatar @@ -7621,44 +7712,44 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Search Friends - + Reset - - + + Sort Descending Order Š”Š¾Ń€Ń‚ŠøрŠ¾Š²Š°Ń‚ŃŒ уŠ±Ń‹Š²Š°Š½Šøю - - + + Sort Ascending Order Š”Š¾Ń€Ń‚ŠøрŠ¾Š²ŠŗŠ° ŠæŠ¾ Š²Š¾Š·Ń€Š°ŃŃ‚Š°Š½Šøю Š·Š°ŠŗŠ°Š·Š° - + Set root is Decorated ŠžŃ„Š¾Ń€Š¼Š»ŠµŠ½ Š—Š°Š“Š°Ń‚ŃŒ ŠŗŠ¾Ń€Š½ŠµŠ²ŃƒŃŽ - + Set Root Decorated Š£ŃŃ‚Š°Š½Š¾Š²Šøть ŠŗŠ¾Ń€Š½ŠµŠ²Š¾Š¹ ŠŠ°Š³Ń€Š°Š¶Š“ŠµŠ½ - + Sort by State @@ -7667,7 +7758,7 @@ p, li { white-space: pre-wrap; } Š£ŃŃ‚Š°Š½Š¾Š²Šøть ŠŗŠ¾Ń€Š½ŠµŠ²Š¾Š¹ Š½Šµ уŠŗрŠ°ŃˆŠµŠ½Š¾ - + Hide Offline Friends Š”Šŗрыть Š·Š½Š°ŠŗŠ¾Š¼Ń‹Ń… @@ -7680,7 +7771,7 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾ŃŠ²Š»ŃŃ‚ŃŒŃŃ, ŠžŃ„Ń„Š»Š°Š¹Š½ - + Share Files for your Friends ŠžŠ±Ń‰ŠøŠµ фŠ°Š¹Š»Ń‹ Š“Š»Ń Š’Š°ŃˆŠøх Š“руŠ·ŠµŠ¹ @@ -7740,7 +7831,7 @@ p, li { white-space: pre-wrap; } - + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ @@ -7760,7 +7851,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Š”Šŗрыт @@ -7908,81 +8019,69 @@ p, li { white-space: pre-wrap; } Š—Š°Š³Ń€ŃƒŠ·Šøть сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - - Select a pem/pqi File - Š’Ń‹Š±ŠµŃ€ŠøтŠµ PEM / PQI Š¤Š°Š¹Š» + Š’Ń‹Š±ŠµŃ€ŠøтŠµ PEM / PQI Š¤Š°Š¹Š» - - File Not Found - Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½ + Š¤Š°Š¹Š» Š½Šµ Š½Š°Š¹Š“ŠµŠ½ - - %1 does not exist. Would you like to create it? - %1 Š½ŠµŃ‚. Š„Š¾Ń‚ŠøтŠµ сŠ¾Š·Š“Š°Ń‚ŃŒ ŠµŠ³Š¾? + %1 Š½ŠµŃ‚. Š„Š¾Ń‚ŠøтŠµ сŠ¾Š·Š“Š°Ń‚ŃŒ ŠµŠ³Š¾? - - Failed to Create File - ŠŠµ уŠ“Š°Š»Š¾ŃŃŒ сŠ¾Š·Š“Š°Ń‚ŃŒ фŠ°Š¹Š» + ŠŠµ уŠ“Š°Š»Š¾ŃŃŒ сŠ¾Š·Š“Š°Ń‚ŃŒ фŠ°Š¹Š» - - Unable to create %1 [%2] - ŠŠµ уŠ“Š°ŠµŃ‚ся сŠ¾Š·Š“Š°Ń‚ŃŒ %1 [%2] + ŠŠµ уŠ“Š°ŠµŃ‚ся сŠ¾Š·Š“Š°Ń‚ŃŒ %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me ŠŃƒŃ‚ŠµŠ½Ń‚ŠøфŠøцŠøрŠ¾Š²Š°Š½ Š¼Š½Šµ - + has authenticated you. Right-click and select 'make friend' to be able to connect. Š°ŃƒŃ‚ŠµŠ½Ń‚ŠøфŠøцŠøрŠ¾Š²Š°Š½ Š²Š°Ń. Š©ŠµŠ»ŠŗŠ½ŠøтŠµ ŠæрŠ°Š²Š¾Š¹ ŠŗŠ½Š¾ŠæŠŗŠ¾Š¹ Š¼Ń‹ŃˆŠø Šø Š²Ń‹Š±ŠµŃ€ŠøтŠµ "Š”Š“ŠµŠ»Š°Ń‚ŃŒ Š“руŠ³Š¾Š¼" чтŠ¾Š±Ń‹ ŠøŠ¼ŠµŃ‚ŃŒ Š²Š¾Š·Š¼Š¾Š¶Š½Š¾ŃŃ‚ŃŒ ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡Šøться. - Select Certificate - Š’Ń‹Š±ŠµŃ€ŠøтŠµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ + Š’Ń‹Š±ŠµŃ€ŠøтŠµ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - Certificates (*.pqi *.pem) - Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Ń‹ (*.pqi /*.pem) + Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Ń‹ (*.pqi /*.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -8084,7 +8183,7 @@ p, li { white-space: pre-wrap; } ŠŸŃ€Š¾Ń‚Š¾ŠŗŠ¾Š» - + Network View ŠšŠ°Ń€Ń‚Š° сŠµŃ‚Šø @@ -8110,7 +8209,7 @@ p, li { white-space: pre-wrap; } ŠœŠµŠ½ŃŽ - + Deny friend Š—Š°ŠæрŠµŃ‚Šøть Š“руŠ³Ńƒ @@ -8119,22 +8218,22 @@ p, li { white-space: pre-wrap; } Š”Š¾Š³Š»Š°ŃŠµŠ½ Š“руŠ³Ńƒ - + Make friend Š”Š“ŠµŠ»Š°Ń‚ŃŒ Š“руŠ³Š¾Š¼ - + Delete certificate Š£Š“Š°Š»Šøть сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - + Export my Cert - + Peer details... Š­ŠŗсŠæŠµŃ€Ń‚Š½Ń‹Š¹ ŠæŠ¾Š“рŠ¾Š±Š½ŠµŠµ ... @@ -8151,7 +8250,7 @@ p, li { white-space: pre-wrap; } ŠÆŠ²Š»ŃŠµŃ‚ся Š»Šø Š“Š¾Š²ŠµŃ€ŃŃ‚ŃŒ Š¼Š½Šµ - + Unknown ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Š¾ @@ -8160,49 +8259,15 @@ p, li { white-space: pre-wrap; } ŠŠøŠŗŠ¾Š³Š“Š° Š½Šµ Š²ŠøŠ“ŠµŠ» - + Authentication matrix - + yourself - - - - - - RetroShare - - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - - @@ -8402,7 +8467,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -8524,12 +8589,27 @@ p, li { white-space: pre-wrap; } ŠŠ¾Š²Š¾Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat Š§Š°ŃŃ‚Š½Ń‹Šµ чŠ°Ń‚ - + Open Window for new chat @@ -8542,55 +8622,75 @@ p, li { white-space: pre-wrap; } Reopen ŠµŃŠ»Šø Š¾Š½Š° Š·Š°ŠŗрытŠ° ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŠµŠ¼: - + Grab Focus when chat arrives Grab фŠ¾Šŗус, ŠŗŠ¾Š³Š“Š° ŠæрŠøхŠ¾Š“Šøт чŠ°Ń‚Šµ - + Use a single tabbed window - + Group chat Š“Ń€ŃƒŠæŠæŠ¾Š²Š¾Š¹ чŠ°Ń‚ - + Display systray message Š”ŠøсŠæŠ»ŠµŠ¹ Systray сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase GPG ŠŗŠ»ŃŽŃ‡ŠµŠ²ŃƒŃŽ фрŠ°Š·Ńƒ - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8607,7 +8707,7 @@ p, li { white-space: pre-wrap; } Peer Š˜Š½Ń‚ŠµŃ€Š½ŠµŃ‚ - + Friend Online @@ -8621,11 +8721,15 @@ p, li { white-space: pre-wrap; } PeerDefs + + Anonymous + ŠŠ½Š¾Š½ŠøŠ¼ + - Anonymous - ŠŠ½Š¾Š½ŠøŠ¼ + Unknown + ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Š¾ @@ -8687,7 +8791,7 @@ p, li { white-space: pre-wrap; } - + Expand Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ @@ -8739,32 +8843,31 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾ŃŠ»ŠµŠ“Š½ŠøŠ¹ ŠŗŠ¾Š½Ń‚Š°Šŗт: - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer сŠ¾Š²Š¾ŠŗуŠæŠ½Š¾ŃŃ‚ŃŒ - @@ -8773,16 +8876,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Š”Šŗрыт - + Quick Message @@ -8840,7 +8944,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Š§Š°Ń‚ @@ -8853,17 +8957,17 @@ p, li { white-space: pre-wrap; } Š£Š“Š°Š»Šøть ŠŗŠ¾Š½Ń‚Š°Šŗт - + Save Certificate Š”Š¾Ń…Ń€Š°Š½Šøть сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - + Certificates (*.pqi) Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Ń‹ (*. pqi) - + Status Š”Š¾ŃŃ‚Š¾ŃŠ½ŠøŠµ @@ -8879,76 +8983,71 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Š”Ń€ŃƒŠ·ŃŒŃ</span></p></body></html> - + Connect To Friend ŠŸŠ¾Š“ŠŗŠ»ŃŽŃ‡Šøться Šŗ Š“руŠ³Ńƒ - + Welcome to RetroShare's group chat. Š”Š¾Š±Ń€Š¾ ŠæŠ¾Š¶Š°Š»Š¾Š²Š°Ń‚ŃŒ Š² Š³Ń€ŃƒŠæŠæŠ¾Š²Š¾Š¹ чŠ°Ń‚ RetroShare - + Profile ŠŸŃ€Š¾Ń„ŠøŠ»ŃŒ - - - Friends Storm - - Paste retroshare Link Š’стŠ°Š²Šøть ссыŠ»Šŗу RetroShare - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š²ŃŠµ - + Collapse all Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š²ŃŠµ - + Message Friend Š”Š¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ Š“руŠ³Ńƒ @@ -8957,12 +9056,12 @@ p, li { white-space: pre-wrap; } ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠø ŠŗŠ¾Š½Ń‚Š°ŠŗтŠ° - + Deny Friend Š—Š°ŠæрŠµŃ‚ Š“руŠ³Ńƒ - + Remove Friend Location Š£Š“Š°Š»Šøть Š“руŠ³Š° ŠœŠµŃŃ‚Š¾ŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŠµ @@ -8995,7 +9094,8 @@ p, li { white-space: pre-wrap; } Š—Š°Š½ŃŃ‚Ń‹Š¹ - + + Available Š”Š¾ŃŃ‚ŃƒŠæŠ½Ń‹Š¹ @@ -9014,18 +9114,18 @@ Do you want to send them a Message instead Š’Ń‹ хŠ¾Ń‚ŠøтŠµ, чтŠ¾Š±Ń‹ Š¾Ń‚ŠæрŠ°Š²Šøть ŠøŠ¼ сŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŠµ, Š° Š½Šµ - - + + RetroShare - + Do you want to remove this Friend? - + is typing... @@ -9038,7 +9138,7 @@ Do you want to send them a Message instead ŠŠ¾Š²Ń‹Š¹ ŠšŠ°Š½Š°Š» - + Add Extra File Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ @@ -9067,85 +9167,100 @@ 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. ŠšŠ°Ń‚Š°Š»Š¾Š³ Š½Šµ Š¼Š¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ уŠ“Š°Š»ŠµŠ½, ŠæрŠøŠ½ŠøŠ¼Š°ŃŽŃ‚ся тŠ¾Š»ŃŒŠŗŠ¾ фŠ°Š¹Š»Ń‹. - + + News Feed + ŠŠ¾Š²Š¾ŃŃ‚Šø ŠŗŠ¾Ń€Š¼Šøть + + + Paste RetroShare Link - + Group - + Friend - + Location - + Message Group - + Edit Group - + Remove Group - - + + Paste Friend Link - + location - - + + New group chat - + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + + + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... - + Text File (*.txt );;All Files (*) - + me Š¼ŠµŠ½Ń @@ -9154,12 +9269,12 @@ Do you want to send them a Message instead Š§Š°Ń‚ Š² Š³Ń€ŃƒŠæŠæŠµ: - + Italic ŠšŃƒŃ€ŃŠøŠ² - + Underline ŠŸŠ¾Š“чŠµŃ€ŠŗŠ½ŃƒŃ‚ŃŒ @@ -9186,12 +9301,12 @@ p, li { white-space: pre-wrap; } ŠæрятŠ°Ń‚ŃŒ сŠ²ŃŠ·Š°Š½Š½Ń‹Š¼ - + Add or Change your Avatar Š”Š¾Š±Š°Š²Šøть ŠøŠ»Šø ŠøŠ·Š¼ŠµŠ½Šøть Avatar - + Edit Personal message ŠŸŃ€Š°Š²Šøть Š›ŠøчŠ½Ń‹Šµ сŠ¾Š¾Š±Ń‰ŠµŠ½Šøя @@ -9200,7 +9315,7 @@ p, li { white-space: pre-wrap; } Live чŠ°Ń‚ - + Bold Š–ŠøрŠ½Ń‹Š¼ @@ -9209,13 +9324,13 @@ p, li { white-space: pre-wrap; } Š”Š¾Š·Š“Š°Ń‚ŃŒ фŠ¾Ń€ŃƒŠ¼ - - + + Create new Forum Š”Š¾Š·Š“Š°Ń‚ŃŒ фŠ¾Ń€ŃƒŠ¼ - + F @@ -9224,69 +9339,107 @@ p, li { white-space: pre-wrap; } Š”Š¾Š·Š“Š°Ń‚ŃŒ Š½Š¾Š²Ń‹Š¹ ŠŗŠ°Š½Š°Š» - - + + Display + ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ + + + + 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 + + Disable Emoticons ŠžŃ‚ŠŗŠ»ŃŽŃ‡Šøть сŠ¼Š°Š¹Š»ŠøŠŗŠø - - + + Save Chat History - + Hide Offline Friends Š”Šŗрыть Š·Š½Š°ŠŗŠ¾Š¼Ń‹Ń… - + Hide Status Column @@ -9295,42 +9448,33 @@ p, li { white-space: pre-wrap; } Š¦Š²ŠµŃ‚ тŠµŠŗстŠ° - - + + Add Friend Š”Š¾Š±Š°Š²Šøть Š“руŠ³Š° - + Create new Profile Š”Š¾Š·Š“Š°Š½ŠøŠµ Š½Š¾Š²Š¾Š³Š¾ ŠæрŠ¾Ń„ŠøŠ»Ń - + Font ŠØрŠøфт - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -9343,17 +9487,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">устŠ°Š½Š¾Š²Šøть цŠ²ŠµŃ‚ тŠµŠŗстŠ°</span></p></body></html> - + Attach File - + Send ŠžŃ‚ŠæрŠ°Š²Šøть - + Clear Chat History ŠžŃ‡ŠøстŠøть ŠøстŠ¾Ń€Šøю @@ -9643,7 +9787,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Š£Š“Š°Š»Šøть @@ -9651,21 +9795,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... Š£ŃŃ‚Š°Š½Š¾Š²Šøть Š½Š¾Š²Ń‹Š¹ ŠæŠ»Š°Š³ŠøŠ½ ... - + Open Plugin to install ŠžŃ‚Šŗрыть ŠæŠ»Š°Š³ŠøŠ½ Š“Š»Ń устŠ°Š½Š¾Š²ŠŗŠø - + Plugins (*.so *.dll) ŠŸŠ»Š°Š³ŠøŠ½Ń‹ (*. so *. dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -9677,44 +9829,49 @@ 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 - + + Load Picture File + + + + Save as... Š”Š¾Ń…Ń€Š°Š½Šøть ŠŗŠ°Šŗ ... @@ -9724,22 +9881,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -9766,6 +9923,11 @@ Do you want to send them a Message instead Text Color Š¦Š²ŠµŃ‚ тŠµŠŗстŠ° + + + Clear Chat History + ŠžŃ‡ŠøстŠøть ŠøстŠ¾Ń€Šøю + Browse Message History @@ -9776,6 +9938,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Send @@ -9817,11 +9989,6 @@ p, li { white-space: pre-wrap; } Strike - - - Clear Chat - - Disable Emoticons @@ -9839,7 +10006,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File Š”Š¾ŠæŠ¾Š»Š½ŠøтŠµŠ»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ @@ -9910,10 +10077,20 @@ p, li { white-space: pre-wrap; } - + RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -10469,64 +10646,71 @@ p, li { white-space: pre-wrap; } ŠœŠ¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ, Š½ŠµŠæрŠ°Š²ŠøŠ»ŃŒŠ½Ń‹Š¹ ŠæŠ°Ń€Š¾Š»ŃŒ - + 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. - + File Request Error Š—Š°ŠæрŠ¾Ń фŠ°Š¹Š»Š° Š¾ŃˆŠøŠ±ŠŗŠµ - + The file link is malformed. ŠŠµŠ²ŠµŃ€Š½Ń‹Š¹ ссыŠ»ŠŗŠø Š½Š° фŠ°Š¹Š». @@ -10613,7 +10797,7 @@ p, li { white-space: pre-wrap; } - + Exit Š’Ń‹Š¹Ń‚Šø @@ -10736,7 +10920,7 @@ p, li { white-space: pre-wrap; } - + < Back < ŠŠ°Š·Š°Š“ @@ -10837,27 +11021,32 @@ p, li { white-space: pre-wrap; } ŠŠ°Ń‡Š°Š»Š¾ RetroShare ŠŗŠ¾Š³Š“Š° Š¼Š¾Ń Š·Š°ŠæусŠŗŠµ сŠøстŠµŠ¼Ń‹. - + + Start minimized on system start + + + + Finish Š“Š¾Ń‚Š¾Š²Š¾ - + Select A Folder To Share Š’Ń‹Š±ŠµŃ€ŠøтŠµ ŠæŠ°ŠæŠŗу Š“Š»Ń Š“Š¾Š»Šø - + Shared Directory Added! ŠžŠ±Ń‰ŠøŠ¹ ŠŗŠ°Ń‚Š°Š»Š¾Š³ Š“Š¾Š±Š°Š²Š»ŠµŠ½Š¾! - + Do you really want to stop sharing this directory ? Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøтŠµŠ»ŃŒŠ½Š¾ хŠ¾Ń‚ŠøтŠµ Š¾Ń‚Š¼ŠµŠ½Šøть сŠ¾Š²Š¼ŠµŃŃ‚Š½Ń‹Š¹ Š“Š¾ŃŃ‚ŃƒŠæ Šŗ этŠ¾Š¹ ŠæŠ°ŠæŠŗŠµ? - + Warning! Š’Š½ŠøŠ¼Š°Š½ŠøŠµ! @@ -11109,32 +11298,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 @@ -11191,53 +11380,53 @@ p, li { white-space: pre-wrap; } - + Download Š”ŠŗŠ°Ń‡ŠŗŠø - + Enter a keyword here (at least 3 char long) Š’Š²ŠµŠ“ŠøтŠµ ŠŗŠ»ŃŽŃ‡ŠµŠ²Š¾Šµ сŠ»Š¾Š²Š¾ Š·Š“ŠµŃŃŒ (ŠæŠ¾ ŠŗрŠ°Š¹Š½ŠµŠ¹ Š¼ŠµŃ€Šµ 3-Š·Š½Š°Ń‡Š½Ń‹Š¼) - + Copy retroshare Link Š”ŠŗŠ¾ŠæŠøрŠ¾Š²Š°Ń‚ŃŒ ссыŠ»Šŗу RetroShare - + Send retroshare Link ŠžŃ‚ŠæрŠ°Š²Šøть ссыŠ»Šŗу RetroShare - + Broadcast on Channel Š’ŠµŃ‰Š°Š½Šøя Š½Š° ŠŗŠ°Š½Š°Š»Šµ - + Recommend to Friends Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“Š¾Š²Š°Ń‚ŃŒ Š”Ń€ŃƒŠ·ŃŒŃ - + Remove Š£Š“Š°Š»Šøть - + Remove All Remove All - - + + Folder ŠŸŠ°ŠæŠŗŠ° - + New RetroShare Link(s) @@ -11280,24 +11469,24 @@ p, li { white-space: pre-wrap; } Š”Š¾ŠŗуŠ¼ŠµŠ½Ń‚Ń‹ - + Download Notice Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŠµ - + Skipping Local Files ŠŸŃ€Š¾ŠæусŠŗ Š»Š¾ŠŗŠ°Š»ŃŒŠ½Ń‹Šµ фŠ°Š¹Š»Ń‹ - - + + Sorry Š˜Š·Š²ŠøŠ½ŠøтŠµ - - + + This function is not yet implemented. Š­Ń‚Š° фуŠ½ŠŗцŠøя ŠµŃ‰Šµ Š½Šµ рŠµŠ°Š»ŠøŠ·Š¾Š²Š°Š½Š°. @@ -11653,12 +11842,17 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Ń€Ń‚: - + + Show Discovery information in statusbar + + + + IP Service Š”Š»ŃƒŠ¶Š±Š° IP - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -11669,7 +11863,7 @@ behind a firewall or a VPN. Š±Ń€Š°Š½Š“Š¼Š°ŃƒŃŃ€ ŠøŠ»Šø VPN. - + Allow RetroShare to ask my ip to these websites: ŠŸŠ¾Š·Š²Š¾Š»ŃŒŃ‚Šµ сŠæрŠ¾ŃŠøть RetroShare Š¼Š¾Š¹ IP Š½Š° этŠøх сŠ°Š¹Ń‚Š°Ń…: @@ -12471,15 +12665,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -12715,6 +12920,7 @@ This choice be reverted in settings. StatusDefs + Offline ŠžŃ„Ń„Š»Š°Š¹Š½ @@ -12763,6 +12969,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + сŠ²ŃŠ·Š°Š½Š¾ + + + + Unreachable + + + + + Available + Š”Š¾ŃŃ‚ŃƒŠæŠ½Ń‹Š¹ + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -12958,32 +13224,32 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. Š˜ŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ тŠµŠŗст ŠæрŠµŠ“стŠ°Š²Š»ŠµŠ½Šøя сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š¾Š² PGP. - + The text below is your PGP certificate. You have to provide it to your friend ŠŸŃ€ŠøŠ²Š¾Š“ŠøŠ¼Ń‹Š¹ Š½ŠøŠ¶Šµ тŠµŠŗст PGP Š²Š°ŃˆŠµŠ¼ сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šµ. Š’Ń‹ Š“Š¾Š»Š¶Š½Ń‹ ŠæрŠµŠ“Š¾ŃŃ‚Š°Š²Šøть ŠµŠ³Š¾ Š² Š“руŠ³Š¾Š¼ - + Save your Cert into a File Cert Š”Š¾Ń…Ń€Š°Š½Šøть Š² фŠ°Š¹Š» - + Please, paste your friends PGP certificate into the box below ŠŸŠ¾Š¶Š°Š»ŃƒŠ¹ŃŃ‚Š°, Š²ŃŃ‚Š°Š²ŃŒŃ‚Šµ Š“руŠ·ŃŒŃ PGP сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° Š² Š¾ŠŗŠ½Šµ, рŠ°ŃŠæŠ¾Š»Š¾Š¶ŠµŠ½Š½Š¾Š¼ Š½ŠøŠ¶Šµ - + RetroShare Invite - + Your Cert is copied to Clipboard, paste and send it to your friend via email or some other way @@ -12992,27 +13258,27 @@ 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 - + Text certificate Š¢ŠµŠŗст сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° @@ -13025,12 +13291,12 @@ p, li { white-space: pre-wrap; } Š’ тŠµŠŗстŠµ Š½ŠøŠ¶Šµ Š²Ń‹ XPGP сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚. Š’Ń‹ Š“Š¾Š»Š¶Š½Ń‹ ŠæрŠµŠ“стŠ°Š²Šøть Š²Š°ŃˆŠµŠ¼Ńƒ Š“руŠ³Ńƒ - + Copy your Cert to Clipboard Š”ŠŗŠ¾ŠæŠøруŠ¹Ń‚Šµ Š² Š±ŃƒŃ„ŠµŃ€ Š¾Š±Š¼ŠµŠ½Š° Cert - + Run Email program Š—Š°ŠæустŠøтŠµ ŠæŠ¾Ń‡Ń‚Š¾Š²ŃƒŃŽ ŠæрŠ¾Š³Ń€Š°Š¼Š¼Ńƒ @@ -13039,7 +13305,7 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Š¶Š°Š»ŃƒŠ¹ŃŃ‚Š°, Š²ŃŃ‚Š°Š²ŃŒŃ‚Šµ Š“руŠ·ŃŒŃ XPGP сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° Š² ŠæŠ¾Š»Šµ Š½ŠøŠ¶Šµ - + Connect Friend Help Š”Š²ŃŠ·ŃŒ ŠŸŠ¾Š¼Š¾Ń‰ŃŒ Š“руŠ³Ńƒ @@ -13048,7 +13314,7 @@ p, li { white-space: pre-wrap; } Š’Ń‹ Š¼Š¾Š¶ŠµŃ‚Šµ сŠŗŠ¾ŠæŠøрŠ¾Š²Š°Ń‚ŃŒ этŠ¾Ń‚ тŠµŠŗст Šø Š¾Ń‚ŠæрŠ°Š²Šøть ŠµŠ³Š¾ Šŗ сŠ²Š¾ŠµŠ¼Ńƒ Š“руŠ³Ńƒ ŠæŠ¾ эŠ»ŠµŠŗтрŠ¾Š½Š½Š¾Š¹ ŠæŠ¾Ń‡Ń‚Šµ, ICQ ŠøŠ»Šø ŠŗŠ°ŠŗŠøŠ¼-Š»ŠøŠ±Š¾ Š“руŠ³ŠøŠ¼ сŠæŠ¾ŃŠ¾Š±Š¾ - + Certificate Load Failed ŠŠ°Š³Ń€ŃƒŠ·ŠŗŠ° ŠžŃˆŠøŠ±ŠŗŠ° сŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Š° @@ -13118,23 +13384,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Š’ŠµŃ€Š½ŃƒŃ‚ŃŒŃŃ/ŠžŃ‚Š¼ŠµŠ½Š° - + Clear Completed ŠžŃ‡ŠøстŠŗŠ° Š·Š°Š²ŠµŃ€ŃˆŠµŠ½Š° - - + + Status Status - + Completed Š—Š°Š²ŠµŃ€ŃˆŠµŠ½Š¾ @@ -13201,15 +13467,15 @@ 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> - - + + Name i.e: file name Š˜Š¼Ń фŠ°Š¹Š»Š° - - + + Size i.e: file size Š Š°Š·Š¼ŠµŃ€ @@ -13220,19 +13486,19 @@ p, li { white-space: pre-wrap; } ŠŸŠµŃ€ŠµŠ“Š°Š½Š¾ % - + Speed i.e: Download speed Š”ŠŗŠ¾Ń€Š¾ŃŃ‚ŃŒ - + Progress / Availability i.e: % downloaded ŠŸŃ€Š¾Š³Ń€ŠµŃŃ - + Sources i.e: Sources Š˜ŃŃ‚Š¾Ń‡Š½ŠøŠŗŠø @@ -13243,7 +13509,7 @@ p, li { white-space: pre-wrap; } ŠžŃŃ‚Š°Š»Š¾ŃŃŒ - + Core-ID @@ -13253,54 +13519,54 @@ p, li { white-space: pre-wrap; } Š˜Š¼Ń ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń - + Progress i.e: % uploaded Progress - + Speed i.e: upload speed Š”ŠŗŠ¾Ń€Š¾ŃŃ‚ŃŒ - + Transferred ŠŸŠµŃ€ŠµŠ“Š°Š½Š¾ - + Play Š˜Š³Ń€Š°Ń‚ŃŒ - + Pause ŠŸŠ°ŃƒŠ·Š° - + Resume ŠŸŃ€Š¾Š“Š¾Š»Š¶Šøть - + Open Folder ŠžŃ‚Šŗрыть ŠæŠ°ŠæŠŗу - + Open File ŠžŃ‚Šŗрыть фŠ°Š¹Š» - + Preview File ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøтŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæрŠ¾ŃŠ¼Š¾Ń‚Ń€ фŠ°Š¹Š»Š° - + Details... ŠŸŠ¾Š“рŠ¾Š±Š½Š¾ŃŃ‚Šø ... @@ -13317,201 +13583,201 @@ p, li { white-space: pre-wrap; } ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ - + Down Š’Š½ŠøŠ· - + Up Š’Š²ŠµŃ€Ń… - + Top Š’ŠµŃ€Ń… - + Bottom Š”Š½Š¾ - + Priority (Speed)... ŠŸŃ€ŠøŠ¾Ń€ŠøтŠµŃ‚Š° (сŠŗŠ¾Ń€Š¾ŃŃ‚ŃŒ) ... - + Streaming ŠæŠ¾Ń‚Š¾ŠŗŠ¾Š²Š¾Šµ - + Random Š”Š»ŃƒŃ‡Š°Š¹Š½Ń‹Šµ - + Chunk strategy ŠŗусŠ¾Šŗ стрŠ°Ń‚ŠµŠ³Šøя - + Queued Š’ Š¾Ń‡ŠµŃ€ŠµŠ“Šø - + Paused ŠŸŃ€ŠøŠ¾ŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š° - + Transferring ŠŸŠµŃ€ŠµŠ½Š¾Ń - + Checking... ŠŸŃ€Š¾Š²ŠµŃ€ŠŗŠ° ... - + RetroShare - + Details: ŠŸŠ¾Š“рŠ¾Š±Š½Š¾ŃŃ‚Šø: - + 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? Š’Ń‹ уŠ²ŠµŃ€ŠµŠ½Ń‹, чтŠ¾ Š²Ń‹ хŠ¾Ń‚ŠøтŠµ Š¾Ń‚Š¼ŠµŠ½Šøть, Šø уŠ“Š°Š»Šøть этŠø фŠ°Š¹Š»Ń‹? - + Speed / Queue position Š”ŠŗŠ¾Ń€Š¾ŃŃ‚ŃŒ / ŠžŃ‡ŠµŃ€ŠµŠ“ь ŠæŠ¾Š·ŠøцŠøŠø - + Remaining ŠžŃŃ‚Š°Š»Š¾ŃŃŒ - + Download time i.e: Estimated Time of Arrival / Time left Š’Ń€ŠµŠ¼Ń Š·Š°Š³Ń€ŃƒŠ·ŠŗŠø - + Peer i.e: user name сŠ¾Š²Š¾ŠŗуŠæŠ½Š¾ŃŃ‚ŃŒ - + Hash Š„эш - + Force Check - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower ŠœŠµŠ“Š»ŠµŠ½Š½ŠµŠµ - - - + + + Average Š”рŠµŠ“Š½ŠµŠµ - - + + Faster Š‘ыстрŠµŠµ - + Move in Queue... ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚Šøть Š² Š¾Ń‡ŠµŃ€ŠµŠ“Šø ... - - - + + + Failed ŠžŃˆŠøŠ±ŠŗŠ° - - - + + + Okay Š„Š¾Ń€Š¾ŃˆŠ¾ - - + + Waiting Š¾Š¶ŠøŠ“Š°Š½ŠøŠµ - + Downloading Š—Š°Š³Ń€ŃƒŠ·ŠŗŠ° - - - - + + + + Complete ŠŸŠ¾Š»Š½Š°Ń - + Unknown ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Š¾ - + version: Š’ŠµŃ€ŃŠøя: - + Uploading Š—Š°Š³Ń€ŃƒŠ¶Š°ŃŽ @@ -13551,27 +13817,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -13579,6 +13825,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -13590,6 +13846,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -13806,96 +14072,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Š¾ - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Š¾ - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_sl.qm b/retroshare-gui/src/lang/retroshare_sl.qm index c539404044f43831fa39699cf8c89a4b2b1fdd68..b6a9406aa9e91c878f283bbc213acf320d4e6f1d 100644 GIT binary patch delta 3407 zcmZwJc~BHr8UXNbhUsBu7#MDqQ!atwmKnhdQ0`M4hWi|u5l7Czu%MV7;}Ije8uyh- z2$Hz*h-k5BySpi)wG_(Yon+Ni8IMY>np%xUceCQI8r`qwBbC}@`Geo$hToL0$*etOJ|l~cfaK%- z0RC>I`WrH)kW6YMbKV2VAJYL0B9L6K2AHk3X@%qhkUYeZX>!T>7LYu~4xPJ54?Hg% zdsdPW9^`Btsp%$@SCOf&$jnHPOlkpQ-GNJC0O}KD)H*T|&C*%{Jc5M=fR~>19wL1{ zA$>n5Bd?J$Z;@$_$vj&}_+|@%>l+7f>m?I@M^@r}18D%$BT4mUGA;nM;)#SWDUi8= z%t;_~&!c*PMajT@(10_74-}lemed{xZZ8KAGfXDtkc%v2ZWNjKfGpTU>JmxAec-I4 zCV*)nzzOR1K$zwjK-38OPxLl~X0l&YYc?#1o|F z80i;51_Y2X_sGN%GIuvvZ8sKw0J)p40wfJUz8I4+{uY_+Nfwx(Fna|+@(`4oSK~lm zLfJVSkXs=ckw(UNkg@m3gb;EON2XSjOLvkbi>=hC?1!=o?_rrdfr`fC0L%1HF&YA( zdPce%$m!dla$p}`Cxd1C-qt z)jg}inYWgR%uRIw1y@C*ANc^}rHI2^-2mpC6{qZo2XH-1R%D9{ig=vrlj2SXOjiGO zUA1i1nZR zH8nEcmS{L!;J6Zr=?lySw^L-5T++T4m!@t^vTDEr5b>#GOOFP#`4iGhEa}TWi8pST z@)YUvCF#C{^xRBNn9-9 zrCnrgAXzsRuTPX*_~r)Izvi~k07&&Yl}66$Y@M z8yLXvLd0X-e}qOsGzIki+|U**KkpPW`~VplLTc}jISu5pE8K(@bE3L}n;5~Qta+b% z((Qx;JSYt>#AFWtN~*CJW^Pnk{`(Lt>o{qT)DB>Vg4DW7t+s%ExpeGe6E49Ka;Z*w z@trj|h5gcdaaiYt8_5zWS)O8V7jYMN#87*UOnAUkd#zO%$gnJi837g#%QR0@@lBPo zf@4pyjK^fr?{IChn=bs^qt~;o>AgqlLvUz}~ar7#^ zR^vcDzE@_{od8HwD0}R_!VJ2lJka!7<5ZPj+=&7OYTINw#?a^nGt zA{}D`LROYe?{M{9=+FH!v?$E5-dlF|ZRiyej zs9BF6UyvU1{)+cWj+Hd}vYvn{CJHQL z2f{*>4yh{)mi&%}Y>TOxjWh=TZ{SIjS|VJ)+`U5NGNDyyXfUyjwW(}(peNHe2lKlF zKNB(UnNjS!V0RX|CV&+Oxie*V2p<|!C+5dPL+#jPsGqYct+lJAsnuZAw;DPurgpYB zOwCdw+}W&VKb!l*W;r{j8_kxC*7nZkG?T?(Zejt=L5iP(d|pI@jQyd}-%)A1=*MAu z&k0n>Z4uk(hT}EtP?0bHdHj$ad)%y6$TQnpJKNGs%R5+XafGwVcBpSRnM%#Z29t$d z)&)6bcAC?>+uGBcOwFbi3)`{UPxbTI(uVM#hyD>7#QG8rvTS3Bi*t5!mbt^y+P-RW zduvw*z9K&C|3q<;e;MWHC5lACs9AlY3qOBuw1}-L@n<_1IP>OtQZYNN3BUta{*47W zB6fFH6ni_#gMGU2YyNW52*>($cbQ*92-{WU#{asgTFg6^6p7jROkbJ(k8|`$uVLHE z99cu%T-H>sV-A(|!YZ)`)mrATGEOclFm-igm`p|%H!qx})|_I!t8mE+O{R8RYUI}h zGyhsAp;NY`cD}F*>?|JR{5mLvtBNcJOJ@fgoSVddSSJ(Vi3m=Jcd&i+k$l@Sm6)wg z@KdM?TiZI@Y&kX5sAhvk4@{oupQ5Ga7GrA{8#dly{-!8ivYhAm2aTMVSGOdKn6`Kp zuWJpI^LM(fc4{S5fB`z84gaqcws#Odzns3kv%?~MPUN;$iP_X8WE;O}%~sKW0np*b ATmS$7 delta 3906 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 diff --git a/retroshare-gui/src/lang/retroshare_sl.ts b/retroshare-gui/src/lang/retroshare_sl.ts index 627548866..94b9de8d2 100644 --- a/retroshare-gui/src/lang/retroshare_sl.ts +++ b/retroshare-gui/src/lang/retroshare_sl.ts @@ -890,43 +890,35 @@ p, li { white-space: pre-wrap; } - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + Browse - + Select Certificate Izberi digitalno potrdilo @@ -935,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 @@ -1236,37 +1228,21 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Ustvari kanal - + Subscribe To Channel Naroči se na kanal - - Enter a Keyword here - - - - - Title - - - - - Description - - - - Reset - Ponastavi + Ponastavi - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1275,103 +1251,97 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubcribe To Channel - + Unsubscribe - + Subscribe - + Set all to read - Name - Ime + Ime - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1441,7 +1411,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1588,17 +1558,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1606,67 +1576,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 @@ -1855,74 +1825,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -2046,6 +2016,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2165,176 +2145,176 @@ p, li { white-space: pre-wrap; } - + RetroShare RetroShare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2344,17 +2324,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2462,12 +2447,12 @@ Do you want to save your changes? - + RetroShare RetroShare - + Please add a Name @@ -2562,7 +2547,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2583,12 +2568,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2713,7 +2698,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2733,43 +2718,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare RetroShare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2814,22 +2799,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3100,7 +3085,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3126,22 +3111,22 @@ p, li { white-space: pre-wrap; } Prekliči - + Rating - + File Name Ime datoteke - + Not Rated - + No Comments @@ -3256,28 +3241,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close Zapri - - - File %1 does not exist at location. - - EditChanDetails @@ -3373,37 +3366,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 +3404,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3616,80 +3609,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3711,57 +3714,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3854,8 +3857,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3870,10 +3873,42 @@ p, li { white-space: pre-wrap; } - + + Send + PoÅ”lji + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3924,158 +3959,161 @@ 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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 Skrij - + Expand - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Datum - - + + Start New Thread @@ -4084,17 +4122,12 @@ p, li { white-space: pre-wrap; } Novo sporočilo - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4103,39 +4136,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; } @@ -4144,7 +4177,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4153,27 +4186,27 @@ p, li { white-space: pre-wrap; } - + Reset Ponastavi - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4182,27 +4215,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4407,8 +4445,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4546,92 +4584,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Ustvari novo digitalno potrdilo - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Izberite zaupanja vrednega prijatelja - + Certificates (*.pqi *.pem) 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! @@ -4719,52 +4757,57 @@ p, li { white-space: pre-wrap; } Prijava - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Razno - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4840,6 +4883,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + + + + + Description + + + + + Reset + Ponastavi + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5323,7 +5409,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5334,26 +5420,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -6044,55 +6131,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. @@ -6101,112 +6188,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 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 @@ -6241,12 +6328,12 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can - + Search Najdi - + Files Datoteke @@ -6255,60 +6342,60 @@ 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č @@ -6318,18 +6405,18 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can O programu - - + + Forums - + Open Messages - + Applications @@ -6338,17 +6425,17 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can Nastavitve - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -6372,13 +6459,13 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can MessageComposer - + Compose Sestavi - + Contacts @@ -6388,22 +6475,22 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can - + Reset Ponastavi - + Send To: Prejemnik: - + Subject: - + Paragraph @@ -6413,118 +6500,118 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files Priporočene datoteke - + File Name Ime datoteke - + Size Velikost @@ -6533,57 +6620,57 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can Viri - + Hash - + Send PoÅ”lji - + Send this message now - + Reply - + Toggle Contacts View - + Save Shrani - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6614,7 +6701,7 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can - + Save Message @@ -6636,221 +6723,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6914,64 +7001,54 @@ Do you want to save message ? Novo sporočilo - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close Zapri + + + Sub: + + MessagesDialog - + New Message Novo sporočilo - + Reply to Message Odgovori - + Remove Message Odstrani sporočilo - + Date Datum - - + + From Od @@ -7068,15 +7145,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -7087,17 +7164,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Prejeto - - - + + + Outbox Odhodna poÅ”ta @@ -7108,15 +7185,15 @@ p, li { white-space: pre-wrap; } - + Sent Poslano - - - + + + Trash @@ -7217,7 +7294,7 @@ p, li { white-space: pre-wrap; } Prenesi vse - + Print Document @@ -7231,110 +7308,120 @@ p, li { white-space: pre-wrap; } Viri - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download - + Empty trash - + Hide Skrij - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + Datoteke + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All - + Subject @@ -7463,85 +7550,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat Klepet - + Message Friend - + Connect To Friend Poveži se s prijateljem - + Peer Details Podrobnosti o vrstniku - + Recomend this Friend to... - + Export Friend Izvozi prijatelja - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Shrani digitalno potrdilo - + Certificates (*.pqi) Digitalna potrdila (*.pqi) @@ -7550,49 +7637,49 @@ p, li { white-space: pre-wrap; } Odstrani prijatelja - + Click to Change your Avatar - + Search Friends - + Reset Ponastavi - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7602,12 +7689,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7645,7 +7732,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7665,7 +7752,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Skrij @@ -7847,80 +7954,68 @@ p, li { white-space: pre-wrap; } Naloži digitalno potrdilo - - Select a pem/pqi File - Izberite datoteko pem/pqi + Izberite datoteko pem/pqi - - File Not Found - Datoteke ni mogoče najti + Datoteke ni mogoče najti - - %1 does not exist. Would you like to create it? - %1 ne obstaja. Jo želite ustvariti? + %1 ne obstaja. Jo želite ustvariti? - - Failed to Create File - Datoteke ni mogoče ustvariti + Datoteke ni mogoče ustvariti - - Unable to create %1 [%2] - Ni mogoče ustvariti %1 [%2] + Ni mogoče ustvariti %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Izberi digitalno potrdilo + Izberi digitalno potrdilo - Certificates (*.pqi *.pem) - Digitalna potrdila (*.pqi, *.pem) + Digitalna potrdila (*.pqi, *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7983,83 +8078,53 @@ p, li { white-space: pre-wrap; } Podrobnosti o vrstniku - + Authentication matrix - + Network View - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + yourself - - - - RetroShare - RetroShare - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + RetroShare @@ -8293,7 +8358,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -8415,65 +8480,100 @@ p, li { white-space: pre-wrap; } Novo sporočilo - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8481,7 +8581,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -8498,7 +8598,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -8542,7 +8642,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8597,32 +8697,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8631,16 +8730,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Skrij - + Quick Message @@ -8666,7 +8766,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Klepet @@ -8679,17 +8779,17 @@ p, li { white-space: pre-wrap; } Odstrani prijatelja - + Save Certificate Shrani digitalno potrdilo - + Certificates (*.pqi) Digitalna potrdila (*.pqi) - + Status Stanje @@ -8708,77 +8808,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-size:9pt; font-weight:600;">Prijatelji</span></p></body></html> - + Connect To Friend Poveži se s prijateljem - + Welcome to RetroShare's group chat. - + Profile - - Friends Storm - - - - + me - + Paste RetroShare Link - + Group - + Friend - + Location Kraj - + Message Group - + Edit Group - + Remove Group - + Expand all - + Collapse all - + Message Friend @@ -8787,131 +8882,147 @@ p, li { white-space: pre-wrap; } Podrobnosti o vrstniku - + Deny Friend - + Remove Friend Location - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + + Available - - + + RetroShare RetroShare - + + News Feed + + + + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send PoÅ”lji - + Italic - + Underline @@ -8930,131 +9041,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</span></p></body></html> - - - - + 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; } @@ -9063,12 +9203,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -9354,7 +9494,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Odstrani @@ -9362,21 +9502,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -9384,43 +9532,48 @@ 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 - + + Load Picture File + + + + Save as... @@ -9430,22 +9583,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -9487,6 +9640,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -9497,6 +9655,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -9507,11 +9675,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -9529,7 +9692,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9580,10 +9743,20 @@ Do you want to send them a Message instead - + RetroShare RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -10059,64 +10232,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -10184,7 +10364,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -10262,7 +10442,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -10342,27 +10522,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10602,32 +10787,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 @@ -10684,53 +10869,53 @@ p, li { white-space: pre-wrap; } - + Download Prenesi - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link - + Send retroshare Link - + Broadcast on Channel Oddajaj na kanalu - + Recommend to Friends Priporoči prijateljem - + Remove Odstrani - + Remove All Odstrani vse - - + + Folder - + New RetroShare Link(s) @@ -10776,24 +10961,24 @@ p, li { white-space: pre-wrap; } Dokumenti - + Download Notice - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -11081,12 +11266,17 @@ p, li { white-space: pre-wrap; } Vrata: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -11094,7 +11284,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11814,15 +12004,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -12048,6 +12249,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -12096,6 +12298,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -12279,77 +12541,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare RetroShare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -12408,23 +12670,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Prekliči - + Clear Completed Počisti zaključene - - + + Status Stanje - + Completed Dokončano @@ -12493,15 +12755,15 @@ p, li { white-space: pre-wrap; } <p 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;">Prenosi z računalnika:</span></p></body></html> - - + + Name i.e: file name Ime - - + + Size i.e: file size Velikost @@ -12512,276 +12774,276 @@ p, li { white-space: pre-wrap; } Napredek - + Speed i.e: Download speed Hitrost - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources Viri - + Core-ID - + Progress i.e: % uploaded Napredek - + Speed i.e: upload speed Hitrost - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12821,27 +13083,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12849,6 +13091,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12860,6 +13112,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -13043,96 +13305,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_sr.qm b/retroshare-gui/src/lang/retroshare_sr.qm index b1bafa4cf22f090c6a3def98c18d0fa3406c2a8f..0cc60e508543536419520afe18d4abadc610e2a2 100644 GIT binary patch delta 3006 zcmZwId2kcg836E4_O7gzWl6SW8()%b;oFjJA^ARJ%d+LhIBo+q$JDip1qf`*STdNa z;w)g8IL(^`!f2cjju6x7kSx;!D4~E0juR5vCWJPfG9k3%2?=R3P(lOrTYX~MH2p*K zd;7h&dT+n?z1^n|%Ek}Mp3w!41Mt-VN(-sVA!BZkajVJrBcv{tOgurFD#*&m-lc1Y zk8C-LJ_*pW1;APY5QTF|R-Xp=;dy|7>j-e;+W_=EWWg(>=^fG>B#S>H=X^m{902a< zVSw1MNp`wU#s87wxu27ztAM-q1Aug#M>205xLddY{kf0Ti>IQ)J;+r1?DXb_S57Ba{7PmJfKB4Kv(L#{7cRaFPK4&2)hI)AD^I> z+t-Rm37!bMg^XH83J=NX+oYh;KjZl~JV}kB_j#*adg5umZIuz9cpcebAzkzNrK6Kr zr1!|`5q{;=3V`}%zHfgQK*C;r_p4{IxVrg0%{Wf^YclmNS$dVU)RJ>fg$zL1#}ue~ zhTnH=06=$zG=D~xILXo%`Cz9s!5AM5p2O7pNb7TCCF3V{;~PyKBojGu)?qTkK$g~% z&A;R?+WdI_8>aY+$FXP{&+wm*sPRdn<@p_H0ErcHYZPWA9pvlfkpMCAq#;07E|H&m zs}I1`LzXAW-`cqWGoq2-EXC6ly`4;7LFQ$WWldz&c{G3nYyVCG$HAz`!jJK|oQ|?8 zq={`&wg47c!vjSz>jfxyPhq{|z;pai(f;}!9M`E>xK}z29g3|}nDW8{WXUPTi5GYP z$6pmEm*2nzeIT^;;sfHQhLl&3${C?8Aa$r0Q$S-1yMolJ!nTF|l#Df#Nta2(Yh>np zvScG^IY`dYgxyS5g~wG_34zdxn$oDlxn1bm^#=gw6T(&v?q$4IIPyI!ZpoA|)q4V< z$S1t{5^jcjQ>af_X*zr>3G6~-9HDBf4MJZ9tc zAby4eGcjWq@Wzx2q<)kv?jTE4F&8e?;78>Y8RsCaOUO#4S{aKAsFkVf9$?W#jgvJi z)QdzsO<4!jJx@z7IKO&($3gt;nn_boeIn~2zN+C3^~`-NI$e{-v*03tD@n6wJ{C`Y zo#w!4%tT?1=4k&sEV@X|&F_4LMc7If@6_DAj9b$*hWU2A&AJjxMNu&=XXd72@e@rK z#}>8~MLU-F49xW{YxTSP*+x?qTdG^j{Ef4vxc_n7YoD$9MxZ?5W=V=yKkW+uiBuUFP<)48#8k;y-EBEyEt?$l#E( z&)x4H@UvA3hW`z1uFm_`u&(-?SZ!;+%j5HVht@U@dDr;dL(>1<~GMV81HUNU3Ev%N){P{8z8vXjV!?pYr$khkfkl<-6F?#(b7j zsbwiu`Ql84EkfFPt){~}I6NqoOQ&a`*SiLDs%PcZTbZlcB${ekIPn#`EP~yQ)3Zm7 z|6tQDy?D)WS|PsMrj9Joat5xBvv4-fj=x2mO?vNw^d02q4GsJJ()(Wswb+2Ih|TYa K72`TK$o>uY+A*>K delta 3172 zcmY+_c~Db#9suxf!h0bX2{%FsJdh(qu8@TLJ_1;Zs8u4Y)?i*W8VF*npzNeG*1@aR z_P5Sbhk7ha*V>L_8@9{1%#?bJwQ6^I&8)5N?2PRmQ%7x;daSkkefego`_KEl_j|wh z{e6GuJ2WoaH!j;B>t6@JR{*H{Nv)BLFp$we#uSoqpOJY2S>__kyUB)evia}mB7o*o z09O1qe2A>L0r1=zfR?`jcjzSme|9|Gh`(()ZydKtK5697>Q$aoo0lWg7#+%1fw;DY)={Sg&t&X7+z$c#t8*D`>43NqzQ z;9G1sQin+GijcQST?eVpB_s7@f}1owLl%vamQ|8|fTo?mkDdci)sTjl$=X5S#~J|) zXGk+g7P-iho4_Ali#-`8llGCxoxmUE0aDClRugG{Oj>Yer1zGWP(R*SKcs>ZKWQ%l zqxC)PxfT5Z?E#|=7s9-=(COX^P?`pg3uiIm2r|BqG<1jB z3`REU<-^0N0LCf#Ov`nEh;}m88|1W?@>)_G42P`@_p(5fAnXdapOSI)`!F-7dii$|fBw2ioET82^-|hp5xkcvplIGv=W1Sc)P(M~| z_&hvp!8f=Sro*jDsiE0$n;%z7eV(#_xd5^o$%1#4*4YLe!u`tj_hzwvr*g$_rLC}2 zx%~nTsWFl)JgJ;~od;-Ks64gqIzX*b)#kzu;v@!Dl#-fkRhwUW5pk6YbVDKEC-shy zqhw@R$SonK$oSP{auR8Jhb$Z*i%yf}r^t%+WaEg+AIzxfwrbU`&vB2uuiCE1Ig381 zdUJ^tr{bTg3$95Va;NI!BRDm+cT|sKCvdZ$CTphEktgxJ{i@nM;>Pa^)t>GvxK^gg z{2H}q7sKPwO=b;~C6lCmy; zjh>&6r^qB(_a{wU{{c*JRGYLF6Vtd!(+zF%C{A7eb*+6h{ss;AwA;eI!l};HzBPCU z*Uk(UIX|HZOh{xS#?X{Qyp0|r48g^rV>d}Z_U+f2{OpJKt zECxurLzbsUoc*X0e~p((>#xYNVx2k)8>}+xs(->o6@HbhJgDmm;BHF!Lg(Cvr1gEm`Arip*lPqVzk$pfGNXg-4 zEWS0JjhIfc%k4RA))dQb=WxuPo)ma)!BjXF8rh^dHjrRBDP!MTJNypF1TzR+6=%b1 z4Oh+8arJn0aHWusC9zx~UMuiP;EFk$bcgSyy4K(uOYmC772>zGcr6OOuaR~=NT+Q< zrde=##Z5w=*C&XB?oGaYq0_tB;}V9vn_~ozdxI$Wyuz9R(diQfx37jdZ3(Q-R?<<( z8L-6$%%}!!!5pix-PBM!E3m99m`Mh<>%hzk=h}?3J8`^SQrrfLD~-PtxHyFiRmV^U zOx6($VZabeFksbO2%YqW(2hCVy_@^kYTFhzCgd^E7Q-IIG)cA?xp`a(erU!IYo!r_ zeq02-P=Ia(H#QJzYA$HpQqd!>@d-|$U+gXD-{=8J2y9hS1#{(sNX0)1$+u}4`MY+v!)?2Y0?m9j$=2c*T#)*3R|iIN6( z#b8OCD-E_IaPzrxoTF;4ik+|sNlV0D?+c<}A8?C(E~(YI>TGf8E;eqd)M})#n;P9t zk9RG*Whqrq0qaUJ@xfcRUnmO - - CallToaster - - - Message - - - CertificatePage - + Certificate files - + Use PGP certificates saved in files. - + You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before. - + Export my certificate... - + 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 @@ -1143,27 +1135,15 @@ p, li { white-space: pre-wrap; } ChannelFeed - - Enter a Keyword here - - - - Title - ŠŠ°Š·ŠøŠ² + ŠŠ°Š·ŠøŠ² - - Description - - - - Reset - Š ŠµŃŠµŃ‚ + Š ŠµŃŠµŃ‚ - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1172,113 +1152,107 @@ p, li { white-space: pre-wrap; } - + Add - + + Display + + + + Unsubscribe - + Subscribe To Channel - + Subscribe - + Set all to read - + Create Channel - + Unsubcribe To Channel - Name - Š˜Š¼Šµ + Š˜Š¼Šµ - - Popularity - - - - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -1348,7 +1322,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1495,17 +1469,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1513,67 +1487,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 @@ -1750,74 +1724,74 @@ p, li { white-space: pre-wrap; } - - + + 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 @@ -1937,6 +1911,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2056,176 +2040,176 @@ p, li { white-space: pre-wrap; } - + RetroShare RetroShare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) - + Save as... @@ -2235,17 +2219,22 @@ Do you want to save your changes? - + Print Document + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2353,12 +2342,12 @@ Do you want to save your changes? - + RetroShare RetroShare - + Please add a Name @@ -2453,7 +2442,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File @@ -2474,12 +2463,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2599,7 +2588,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2624,43 +2613,43 @@ p, li { white-space: pre-wrap; } - + Paste full RetroShare Link - + In Reply to - + RetroShare RetroShare - + Please set a Forum Subject and Forum Message - + Add Extra File - - + + Drop file error. - + File not found or file name not accepted. - + Directory can't be dropped, only files are accepted. @@ -2705,22 +2694,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -2991,7 +2980,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3017,22 +3006,22 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Š½ŠøштŠø - + Rating - + File Name Š˜Š¼Šµ Š¤Š°Ń˜Š»Š° - + Not Rated - + No Comments @@ -3147,28 +3136,36 @@ you plug it in. + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close - - - File %1 does not exist at location. - - EditChanDetails @@ -3264,37 +3261,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! @@ -3302,12 +3299,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3497,80 +3494,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining - - Chunk strategy: + + Number of sources - - Transfer type: + + Chunk strategy + + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -3592,57 +3599,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends - + Select now who you want to make friends with. - + Show me: - + Any peer I've not signed - + Friends of my friends who already trust me - + Signed peers showing as denied - + Peer name - + Also signed by - + Peer id - + Make friend with these peers - + *** None *** @@ -3735,8 +3742,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3751,10 +3758,42 @@ p, li { white-space: pre-wrap; } - + + Send + ŠŸŠ¾ŃˆŠ°Ń™Šø + + + + Signed + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3805,164 +3844,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 + + + + Reply - + Reply to Author - + Expand all - + Collapse all - + + AUTHD + + + + 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 - - - - Popularity: - - - - - + + Anonymous - - + + signed - - + + none - - + + RetroShare RetroShare - + No Forum Selected! - + You cant reply a Anonymous Author - - + + Date Š”Š°Ń‚ŃƒŠ¼ - - + + Title ŠŠ°Š·ŠøŠ² - - + + Start New Thread @@ -3971,17 +4013,12 @@ p, li { white-space: pre-wrap; } ŠŠ¾Š²Š° ŠŸŠ¾Ń€ŃƒŠŗŠ° - + Add - - RetroShare Forums - - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3990,33 +4027,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; } @@ -4025,7 +4062,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4034,27 +4071,27 @@ p, li { white-space: pre-wrap; } - + Reset Š ŠµŃŠµŃ‚ - + Content - + Create Forum - + Print - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4063,27 +4100,32 @@ p, li { white-space: pre-wrap; } - + Start new Thread for Selected Forum - + + Display + + + + Previous Thread - + Next Thread - + Reply Message - + PrintPreview @@ -4278,92 +4320,92 @@ p, li { white-space: pre-wrap; } GenCertDialog - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Š˜Š·Š°Š±ŠµŃ€Šø ŠŸŃ€ŠøјŠ°Ń‚ŠµŃ™Š° ŠžŠ“ ŠŸŠ¾Š²ŠµŃ€ŠµŃšŠ° - + 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! @@ -4391,8 +4433,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -4558,52 +4600,57 @@ p, li { white-space: pre-wrap; } Š˜Š·Š°Š±ŠµŃ€Šø ŠˆŠµŠ·ŠøŠŗ Š—Š° RetroShare - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Š Š°Š·Š½Š¾ - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle - + Idle Time - + seconds @@ -4679,6 +4726,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + ŠŠ°Š·ŠøŠ² + + + + Description + + + + + Reset + Š ŠµŃŠµŃ‚ + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5162,7 +5252,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5173,26 +5263,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5876,101 +5967,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. @@ -5979,111 +6070,111 @@ p, li { white-space: pre-wrap; } - + Show/Hide - + Status Š”тŠ°Ń‚ŃƒŃ - + Minimize - + Maximize - + &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 - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. @@ -6092,41 +6183,41 @@ p, li { white-space: pre-wrap; } Š”Š¾Š“Š°Ń˜ Š”ŠµŃ™ŠµŠ½Šø Š”ŠøрŠµŠŗтŠ¾Ń€ŠøјуŠ¼ - + Bandwidth Graph - + Open Messenger - + Help ŠŸŠ¾Š¼Š¾Ń› - - + + Forums - - - - + + + + You have %1 new message - + Open Messages - + Applications @@ -6135,17 +6226,17 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Š“ŠµŃˆŠ°Š²Š°ŃšŠ° - + Plugins - + Really quit ? - + Do you really want to exit RetroShare ? @@ -6200,13 +6291,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose - + Contacts @@ -6216,22 +6307,22 @@ p, li { white-space: pre-wrap; } - + Reset Š ŠµŃŠµŃ‚ - + Send To: ŠŸŠ¾ŃˆŠ°Ń™Šø: - + Subject: - + Paragraph @@ -6241,118 +6332,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files ŠŸŃ€ŠµŠæŠ¾Ń€ŃƒŃ‡ŠµŠ½Šø Š¤Š°Ń˜Š»Š¾Š²Šø - + File Name Š˜Š¼Šµ Š¤Š°Ń˜Š»Š° - + Size Š’ŠµŠ»ŠøчŠøŠ½Š° @@ -6361,57 +6452,57 @@ p, li { white-space: pre-wrap; } Š˜Š·Š²Š¾Ń€ŠøштŠ° - + Hash - + Send ŠŸŠ¾ŃˆŠ°Ń™Šø - + Send this message now - + Reply - + Toggle Contacts View - + Save Š”Š°Ń‡ŃƒŠ²Š°Ń˜ - + Save this message - + Attach - + Attach File - + Quote - + Add Blockquote @@ -6442,7 +6533,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6464,221 +6555,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -6738,64 +6829,54 @@ Do you want to save message ? ŠŠ¾Š²Š° ŠŸŠ¾Ń€ŃƒŠŗŠ° - + Subject - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close + + + Sub: + + MessagesDialog - + New Message ŠŠ¾Š²Š° ŠŸŠ¾Ń€ŃƒŠŗŠ° - + Reply to Message ŠžŠ“Š³Š¾Š²Š¾Ń€Šø ŠŠ° ŠŸŠ¾Ń€ŃƒŠŗу - + Remove Message Š£ŠŗŠ»Š¾Š½Šø ŠŸŠ¾Ń€ŃƒŠŗу - + Date Š”Š°Ń‚ŃƒŠ¼ - - + + From ŠžŠ“ @@ -6816,7 +6897,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">ŠŸŃ€ŠµŠæŠ¾Ń€ŃƒŃ‡ŠµŠ½Šø Š¤Š°Ń˜Š»Š¾Š²Šø</span></p></body></html> - + Print Document @@ -6830,104 +6911,114 @@ p, li { white-space: pre-wrap; } Š˜Š·Š²Š¾Ń€ŠøштŠ° - + Forward selected Message - + Remove Messages - + Forward Message - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download ŠŸŃ€ŠµŃƒŠ·ŠøŠ¼Š°ŃšŠµ - + Empty trash - + Hide Š”Š°ŠŗрŠø - + Expand - - - + + + Drafts - + To - + + File + + + + + Files + + + + Save as... - + HTML-Files (*.htm *.html);;All Files (*) - - - - - + + + + + Total: - - + + Reply to All @@ -6988,17 +7079,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox - - - + + + Outbox @@ -7009,13 +7100,13 @@ p, li { white-space: pre-wrap; } - + Sent - + Subject @@ -7054,15 +7145,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -7073,9 +7164,9 @@ p, li { white-space: pre-wrap; } - - - + + + Trash @@ -7236,85 +7327,85 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all - + Collapse all - + Chat Š§ŠµŃ‚ - + Message Friend - + Peer Details ŠŸŠ¾Š“Š°Ń†Šø ŠœŃ€ŠµŠ¶Šµ - + Recomend this Friend to... - + Export Friend Š˜Š·Š²ŠµŠ·Šø ŠŸŃ€ŠøјŠ°Ń‚ŠµŃ™Š° - + Deny Friend - + Remove Friend Location - + <strong>GPG Key</strong> - - + + location - + <strong>RetroShare instance</strong> - + Paste RetroShare Link - + Save Certificate Š”Š°Ń‡ŃƒŠ²Š°Ń˜ Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - + Certificates (*.pqi) Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi) - + Connect To Friend @@ -7323,49 +7414,49 @@ p, li { white-space: pre-wrap; } Š£ŠŗŠ»Š¾Š½Šø ŠŸŃ€ŠøјŠ°Ń‚ŠµŃ™Š° - + Click to Change your Avatar - + Search Friends - + Reset Š ŠµŃŠµŃ‚ - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -7375,12 +7466,12 @@ p, li { white-space: pre-wrap; } - + Add a Friend - + Share Files for your Friends @@ -7406,7 +7497,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -7426,7 +7517,27 @@ p, li { white-space: pre-wrap; } - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Š”Š°ŠŗрŠø @@ -7592,48 +7703,32 @@ p, li { white-space: pre-wrap; } Š£Ń‡ŠøтŠ°Ń˜ Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - - Select a pem/pqi File - Š˜Š·Š°Š±ŠµŃ€Šø pem/pqi Š¤Š°Ń˜Š» + Š˜Š·Š°Š±ŠµŃ€Šø pem/pqi Š¤Š°Ń˜Š» - - File Not Found - Š¤Š°Ń˜Š» ŠŠøјŠµ ŠŠ°Ń’ŠµŠ½ + Š¤Š°Ń˜Š» ŠŠøјŠµ ŠŠ°Ń’ŠµŠ½ - - %1 does not exist. Would you like to create it? - %1 Š½Šµ ŠæŠ¾ŃŃ‚Š¾Ń˜Šø. Š”Š° Š»Šø Š¶ŠµŠ»ŠøтŠµ Š“Š° Š³Š° Š½Š°ŠæрŠ°Š²ŠøтŠµ? + %1 Š½Šµ ŠæŠ¾ŃŃ‚Š¾Ń˜Šø. Š”Š° Š»Šø Š¶ŠµŠ»ŠøтŠµ Š“Š° Š³Š° Š½Š°ŠæрŠ°Š²ŠøтŠµ? - - Failed to Create File - ŠŠµŃƒŃŠæŠµŃˆŠ½Š¾ ŠŸŃ€Š°Š²Ń™ŠµŃšŠµ Š¤Š°Ń˜Š»Š° + ŠŠµŃƒŃŠæŠµŃˆŠ½Š¾ ŠŸŃ€Š°Š²Ń™ŠµŃšŠµ Š¤Š°Ń˜Š»Š° - - Unable to create %1 [%2] - ŠŠøјŠµ ŠœŠ¾Š³ŃƒŃ›Šµ ŠŠ°ŠæрŠ°Š²ŠøтŠø %1 [%2] + ŠŠøјŠµ ŠœŠ¾Š³ŃƒŃ›Šµ ŠŠ°ŠæрŠ°Š²ŠøтŠø %1 [%2] Accept ŠŸŃ€ŠøхŠ²Š°Ń‚Šø - Select Certificate - Š˜Š·Š°Š±ŠµŃ€Šø Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - - - - Certificates (*.pqi *.pem) - + Š˜Š·Š°Š±ŠµŃ€Šø Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ @@ -7678,119 +7773,89 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Š“Š°Ń†Šø ŠœŃ€ŠµŠ¶Šµ - + Deny friend - + Make friend - + Delete certificate - + Export my Cert - + Peer details... - + Unknown - + Has authenticated me - + Authentication matrix - + Network View - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - - - - RetroShare - RetroShare - - - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - - Certificate file successfully created - - - - - - Sorry, certificate file creation failed - + RetroShare @@ -8024,7 +8089,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> @@ -8146,65 +8211,100 @@ p, li { white-space: pre-wrap; } ŠŠ¾Š²Š° ŠŸŠ¾Ń€ŃƒŠŗŠ° - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -8212,7 +8312,7 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online @@ -8229,7 +8329,7 @@ p, li { white-space: pre-wrap; } - Anonymous + Unknown @@ -8269,7 +8369,7 @@ p, li { white-space: pre-wrap; } - + Expand @@ -8324,32 +8424,31 @@ p, li { white-space: pre-wrap; } - + Friend - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -8358,16 +8457,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Š”Š°ŠŗрŠø - + Quick Message @@ -8393,7 +8493,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Š§ŠµŃ‚ @@ -8406,17 +8506,17 @@ p, li { white-space: pre-wrap; } Š£ŠŗŠ»Š¾Š½Šø ŠŸŃ€ŠøјŠ°Ń‚ŠµŃ™Š° - + Save Certificate Š”Š°Ń‡ŃƒŠ²Š°Ń˜ Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚ - + Certificates (*.pqi) Š”ŠµŃ€Ń‚ŠøфŠøŠŗŠ°Ń‚Šø (*.pqi) - + Status Š”тŠ°Ń‚ŃƒŃ @@ -8425,77 +8525,72 @@ p, li { white-space: pre-wrap; } ŠžŃŠ¾Š±Š° - + Profile - - Friends Storm - - - - + Welcome to RetroShare's group chat. - + me - + Paste RetroShare Link - + Group - + Friend - + Location Š›Š¾ŠŗŠ°Ń†ŠøјŠ° - + Message Group - + Edit Group - + Remove Group - + Expand all - + Collapse all - + Message Friend - + Connect To Friend @@ -8504,131 +8599,147 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Š“Š°Ń†Šø ŠœŃ€ŠµŠ¶Šµ - + Deny Friend - + Remove Friend Location - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + + Available - - + + RetroShare RetroShare - + + News Feed + + + + Do you want to remove this Friend? - + is typing... - - + + New group chat - + + 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. - - + + Paste Friend Link - + location - + Save as... - + Text File (*.txt );;All Files (*) - + Send ŠŸŠ¾ŃˆŠ°Ń™Šø - + Italic - + Underline @@ -8647,131 +8758,160 @@ p, li { white-space: pre-wrap; } - + + Display + + + + Add or Change your Avatar - + Edit Personal message - + Bold - - + + 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 - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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; } @@ -8780,12 +8920,12 @@ p, li { white-space: pre-wrap; } - + Attach File - + Clear Chat History @@ -9071,7 +9211,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Š£ŠŗŠ»Š¾Š½Šø @@ -9079,21 +9219,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -9101,43 +9249,48 @@ 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 - + + Load Picture File + + + + Save as... @@ -9147,22 +9300,22 @@ Do you want to send them a Message instead - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -9204,6 +9357,11 @@ Do you want to send them a Message instead Text Color + + + Clear Chat History + + Browse Message History @@ -9214,6 +9372,16 @@ Do you want to send them a Message instead Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -9224,11 +9392,6 @@ Do you want to send them a Message instead Strike - - - Clear Chat - - Disable Emoticons @@ -9246,7 +9409,7 @@ Do you want to send them a Message instead - + Add Extra File @@ -9297,10 +9460,20 @@ Do you want to send them a Message instead - + RetroShare RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PreferencesWindow @@ -9768,64 +9941,71 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error - + The file link is malformed. @@ -9893,7 +10073,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -9971,7 +10151,7 @@ p, li { white-space: pre-wrap; } - + < Back @@ -10051,27 +10231,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! - + Do you really want to stop sharing this directory ? - + Warning! @@ -10307,32 +10492,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 @@ -10364,75 +10549,75 @@ 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 - + Send retroshare Link - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. - - + + Folder - + New RetroShare Link(s) @@ -10760,12 +10945,17 @@ p, li { white-space: pre-wrap; } ŠŸŠ¾Ń€Ń‚: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10773,7 +10963,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11483,15 +11673,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11717,6 +11918,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -11765,6 +11967,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11944,77 +12206,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Please, paste your friends PGP certificate into the box below - + You can copy this text and send it to your friend via email or some other way - + RetroShare RetroShare - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -12073,23 +12335,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel ŠŸŠ¾Š½ŠøштŠø - + Clear Completed ŠžŃ‡ŠøстŠø Š—Š°Š²Ń€ŃˆŠµŠ½Š¾ - - + + Status Š”тŠ°Ń‚ŃƒŃ - + Completed Š—Š°Š²Ń€ŃˆŠµŠ½Š¾ @@ -12158,21 +12420,21 @@ p, li { white-space: pre-wrap; } <p 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> - - + + Name i.e: file name Š˜Š¼Šµ - - + + Size i.e: file size Š’ŠµŠ»ŠøчŠøŠ½Š° - + Speed i.e: Download speed Š‘Ń€Š·ŠøŠ½Š° @@ -12183,270 +12445,270 @@ p, li { white-space: pre-wrap; } ŠŸŃ€Š¾Š³Ń€ŠµŃ - + Progress / Availability i.e: % downloaded - + Sources i.e: Sources Š˜Š·Š²Š¾Ń€ŠøштŠ° - + Core-ID - + Progress i.e: % uploaded ŠŸŃ€Š¾Š³Ń€ŠµŃ - + Speed i.e: upload speed Š‘Ń€Š·ŠøŠ½Š° - + Transferred - + Hash - + Play - + Pause - + Resume - + Force Check - + Open Folder - + Open File - + Preview File - + Details... - + Down - + Up - + Top - + Bottom - + Priority (Speed)... - + Streaming - + Random - + Chunk strategy - + Queued - + Paused - + Transferring - + Checking... - + RetroShare RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? - + Speed / Queue position - + Remaining - + Download time i.e: Estimated Time of Arrival / Time left - + Peer i.e: user name - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower - - - + + + Average - - + + Faster - + Move in Queue... - - - + + + Failed - - - + + + Okay - - + + Waiting - + Downloading - - - - + + + + Complete - + Unknown - + version: - + Uploading @@ -12486,27 +12748,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12514,6 +12756,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12525,6 +12777,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12678,96 +12940,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_sv.qm b/retroshare-gui/src/lang/retroshare_sv.qm index eb9538bd0ae37bb16fc7fd85d4a94d059b56b41a..466e28e1896a59f54ebf3184f2349914b0c2b4cc 100644 GIT binary patch delta 12530 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 delta 19751 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ը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 n CallToaster - Message - Meddelande + Meddelande CertificatePage - + Certificate files Certifikatfiler @@ -1151,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... @@ -1165,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 @@ -1179,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. @@ -1855,12 +1854,12 @@ av forum ChannelFeed - + Create Channel Skapa kanal - + Subscribe To Channel Prenumerera pĆ„ kanal @@ -1873,7 +1872,7 @@ av forum Kanalnamn: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1882,7 +1881,7 @@ p, li { white-space: pre-wrap; } - + Add LƤgg till @@ -1891,42 +1890,39 @@ p, li { white-space: pre-wrap; } Posta till kanal - - Enter a Keyword here - - - - Title - Titel + Titel - Description - Beskrivning + Beskrivning - Reset - NollstƤll + NollstƤll - + + Display + Visa + + + Unsubcribe To Channel Ta bort prenumeration frĆ„n kanal - + Unsubscribe Avsluta prenumereration - + Subscribe Prenumerera - + Set all to read @@ -1935,78 +1931,67 @@ p, li { white-space: pre-wrap; } Skapa ny kanal - - Name - - - - Popularity - Popularitet + Popularitet - + Own Channels - + Subscribed Channels - + Popular Channels - + Other Channels - + Share Channel - - Popularity: %1 - - - - + No Channel Selected - - + + Post to Channel - + Subscribe to Channel Prenumerera pĆ„ kanal - + Unsubscribe to Channel - + Show Channel Details - + Restore Publish Rights for Channel - + Edit Channel Details @@ -2123,7 +2108,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -2270,17 +2255,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -2310,47 +2295,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. @@ -2359,7 +2344,7 @@ p, li { white-space: pre-wrap; } Fyll i detaljerna om din vƤn hƤr - + Peer details Klientdetaljer @@ -2368,7 +2353,7 @@ p, li { white-space: pre-wrap; } PĆ„litlig: - + Name: Namn: @@ -2377,7 +2362,7 @@ p, li { white-space: pre-wrap; } Org: - + Loc: Plac: @@ -2386,7 +2371,7 @@ p, li { white-space: pre-wrap; } Land: - + Signers Signerare @@ -2615,74 +2600,74 @@ p, li { white-space: pre-wrap; } 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 @@ -2861,6 +2846,16 @@ p, li { white-space: pre-wrap; } Please add a Name LƤgg till ett namn + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2992,176 +2987,176 @@ p, li { white-space: pre-wrap; } LƤgg till extra fil - + RetroShare RetroShare - + Please add a Subject - + &File &Fil - + &New &Ny - + &Open... &Ɩppna - + &Save &Spara - + Save &As... Spara S&om - + &Print... Skriv &ut.... - + Print Preview... - + &Export PDF... &Exportera till PDF - + &Quit &Avsluta - + &Edit &Redigera - + &Undo &ƅngra - + &Redo &Gƶr om - + Cu&t &Klipp ut - + &Copy K&opiera - + &Paste K&listra in - + &View &Visa - + &Insert &Infoga - + &Image &Bild - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left &VƤnster - - + + C&enter &Centrerad - - + + &Right &Hƶger - + &Justify &Justerad - + &Text Color... - + Application Applikation - + The document has been modified. Do you want to save your changes? - + Open File... Ɩppna fil... - + HTML-Files (*.htm *.html);;All Files (*) HTML-filer (*.htm *.html);;Alla filer (*) - + Save as... Spara som... @@ -3171,17 +3166,22 @@ Do you want to save your changes? - + Print Document Skriv ut dokument + + + Export PDF + + Choose Image VƤlj bild - + Image Files supported (*.png *.jpeg *.jpg *.gif) Bildfiler som stƶds (*.png *.jpeg *.jpg *.gif) @@ -3293,12 +3293,12 @@ Do you want to save your changes? Skapa - + RetroShare RetroShare - + Please add a Name LƤgg till ett namn @@ -3393,7 +3393,7 @@ p, li { white-space: pre-wrap; } Dra och slƤpp filer frĆ„n sƶkresultat - + Add Extra File LƤgg till extra fil @@ -3414,12 +3414,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -3556,7 +3556,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -3584,43 +3584,43 @@ p, li { white-space: pre-wrap; } Klistra in retrosharelƤnk - + Paste full RetroShare Link - + In Reply to - + RetroShare RetroShare - + Please set a Forum Subject and Forum Message - + Add Extra File LƤgg till extra fil - - + + 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. @@ -3665,22 +3665,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare RetroShare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... Spara som... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -3968,7 +3968,7 @@ p, li { white-space: pre-wrap; } - + Comments @@ -3994,22 +3994,22 @@ p, li { white-space: pre-wrap; } Avbryt - + Rating - + File Name Filnamn - + Not Rated - + No Comments @@ -4156,28 +4156,36 @@ you plug it in. Ange delkatalog + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close StƤng - - - File %1 does not exist at location. - - EditChanDetails @@ -4273,37 +4281,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! @@ -4311,12 +4319,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared UrsƤkta, ett fel uppstod - + Here is the error message: HƤr Ƥr felmeddelandet: @@ -4555,80 +4563,90 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - Chunk map: + Chunk map - Active chunks: + Active chunks - - Availability map ( + + Availability map (%1 active source) - - active sources + + Availability map (%1 active sources) - - File info: + + File info - - File hash: + + File hash - - File size: - - - - - - - + + + + bytes - - Chunk size: + + File size - - Number of chunks: + + Chunk size - - Transfered: + + Number of chunks - - Remaining: + + Transfered - - Number of sources: + + Remaining + ƅterstĆ„r + + + + Number of sources - - Chunk strategy: + + Chunk strategy + Chunk strategi + + + + Transfer type - - Transfer type: + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed @@ -4678,57 +4696,57 @@ p, li { white-space: pre-wrap; } FofPage - + Friends of friends VƤnner till vƤnner - + Select now who you want to make friends with. VƤlj nu vem du vill bli vƤn med. - + Show me: Visa mig: - + Any peer I've not signed Osignerade klienter - + Friends of my friends who already trust me VƤnner till mina vƤnner som redan litar pĆ„ mig - + Signed peers showing as denied Signerade XXX som visas som nekade - + Peer name Klientnamn - + Also signed by Ƅven signerad av - + Peer id Klient-ID - + Make friend with these peers Bli vƤn med dessa XXX - + *** None *** *** Ingen *** @@ -4829,11 +4847,21 @@ p, li { white-space: pre-wrap; } - - + + Subject: Ƅmne: + + + Send + Skicka + + + + Signed + Signerad + Subject... Ƅmne... @@ -4865,10 +4893,32 @@ 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 + + ForumNewItem @@ -4933,145 +4983,152 @@ 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 + + + + 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 + + Popularity: 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 - - - Popularity: - Popularitet: + Popularitet: - - + + Anonymous Anonym - - + + signed Signerad - - + + none Ingen - - + + RetroShare RetroShare - + No Forum Selected! Nej Forum vald! @@ -5080,7 +5137,7 @@ av forum Re: - + You cant reply a Anonymous Author You cant svar en Anonym Fƶrfattare @@ -5110,20 +5167,20 @@ av forum FillƤnken Ƥr missbildad. - - + + Date Datum - - + + Title Titel - - + + Start New Thread Starta ny trĆ„d @@ -5144,7 +5201,7 @@ av forum InlƤgg - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5157,7 +5214,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 @@ -5187,17 +5244,17 @@ p, li { white-space: pre-wrap; } </p></body></html> - + Start new Thread for Selected Forum - - RetroShare Forums - + + 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; } @@ -5210,33 +5267,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; } @@ -5249,17 +5306,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;">TrĆ„d:</span></p></body></html> - + Previous Thread - + Next Thread - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5268,22 +5325,22 @@ p, li { white-space: pre-wrap; } - + Reset NollstƤll - + Content - + Reply Message - + Create Forum Skapa ett forum @@ -5306,12 +5363,12 @@ p, li { white-space: pre-wrap; } NƤsta - + Print Skriv ut - + PrintPreview Fƶrhandsgranska @@ -5537,8 +5594,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile @@ -5684,92 +5741,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Generera nytt certifikat - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend VƤlj pĆ„litlig vƤn - + Certificates (*.pqi *.pem) 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! @@ -5926,52 +5983,57 @@ p, li { white-space: pre-wrap; } VƤlj sprĆ„ket som ska anvƤndas i RetroShare - + Startup Uppstart - + Start RetroShare when my system starts Starta RetroShare vid systemstart - + Start minimized Starta minimerad - + + Start minimized on system start + + + + Misc Diverse - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login Autoinloggning - + Idle - + Idle Time - + seconds @@ -6051,6 +6113,49 @@ p, li { white-space: pre-wrap; } + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + Titel + + + + Description + Beskrivning + + + + Reset + NollstƤll + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -6645,7 +6750,7 @@ p, li { white-space: pre-wrap; } Denna guide kommer att hjƤlpa dig att ansluta din(a) vƤn(ner) till RetroShare nƤtverk. Det finns tre mƶjliga sƤtt att gƶra detta: - + &Make friend with selected friends of my friends &Bli vƤn med markerade vƤnner till mina vƤnner @@ -6656,26 +6761,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually &Skriv in certifikatet manuellt - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -7029,55 +7135,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. @@ -7086,91 +7192,91 @@ p, li { white-space: pre-wrap; } - + Status Status - + 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 - + Internal Error - + It seems to be an old RetroShare link. Please use copy instead. - + The file link is malformed. FillƤnken Ƥr missbildad. @@ -7188,22 +7294,22 @@ p, li { white-space: pre-wrap; } - + Options Alternativ - + Hide Dƶlj - + Show Visa - + RetroShare RetroShare @@ -7242,12 +7348,12 @@ p, li { white-space: pre-wrap; } - + Search Sƶk - + Files Filer @@ -7256,60 +7362,60 @@ 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 @@ -7323,18 +7429,18 @@ p, li { white-space: pre-wrap; } Nyhetsflƶde - - + + Forums Forum - + Open Messages Ɩppna meddelanden - + Applications Applikationer @@ -7351,17 +7457,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? @@ -7393,13 +7499,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Skapa - + Contacts Kontakter @@ -7409,22 +7515,22 @@ p, li { white-space: pre-wrap; } - + Reset NollstƤll - + Send To: Skicka till: - + Subject: - + Paragraph @@ -7434,118 +7540,118 @@ p, li { white-space: pre-wrap; } - + >> To - + >> Cc - + >> Bcc - + >> Recommend - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size Teckensnittsstorlek - + Increase font size - + Decrease font size - + Bold Fet - + Underline Understruken - + Italic Kursiv - + Select Color - + Alignment Justering - + Add a Image LƤgg till bild - + Sets text font to code style - + Recommended Files Rekommenderade filer - + File Name Filnamn - + Size Storlek @@ -7554,57 +7660,57 @@ p, li { white-space: pre-wrap; } KƤllor - + Hash Hash - + Send Skicka - + Send this message now Skicka detta meddelande nu - + Reply Svara - + Toggle Contacts View Visa/dƶlj kontakter - + Save Spara - + Save this message Spara detta meddelande - + Attach - + Attach File Bifoga fil - + Quote - + Add Blockquote @@ -7635,7 +7741,7 @@ p, li { white-space: pre-wrap; } - + Save Message Spara meddelande @@ -7661,222 +7767,222 @@ Do you want to save message to draft box? - - No Title - - - - + 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. @@ -7940,64 +8046,54 @@ Vill du spara meddelandet ? Nytt meddelande - + Subject Ƅmne - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close StƤng + + + Sub: + + MessagesDialog - + New Message Nytt meddelande - + Reply to Message Svara pĆ„ meddelande - + Remove Message Ta bort meddelande - + Date Datum - - + + From FrĆ„n @@ -8094,15 +8190,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags @@ -8113,17 +8209,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Inkorg - - - + + + Outbox Utkorg @@ -8134,15 +8230,15 @@ p, li { white-space: pre-wrap; } - + Sent Skickat - - - + + + Trash @@ -8243,7 +8339,7 @@ p, li { white-space: pre-wrap; } HƤmta alla - + Print Document Skriv ut dokument @@ -8261,60 +8357,70 @@ p, li { white-space: pre-wrap; } # - + Forward selected Message Vidarebefodra markerat meddelande - + Remove Messages Ta bort meddelanden - + Forward Message Vidarebefodra meddelande - + Remove All Tags - + New tag ... - + Edit... - + Mark as read - + Mark as unread - + Undelete - + Download HƤmta - + Empty trash + + + File + + + + + Files + Filer + Re: Re: @@ -8328,24 +8434,24 @@ p, li { white-space: pre-wrap; } Fwd: - + Hide Dƶlj - + Expand Utƶka - - - + + + Drafts Utkast - + To @@ -8379,21 +8485,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: @@ -8402,14 +8508,14 @@ p, li { white-space: pre-wrap; } Svara alla - - + + Reply to All Svara alla - + Subject Ƅmne @@ -8682,42 +8788,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;">LƤgg till en vƤn</p></body></html> - + Expand all Expandera alla - + Collapse all Komprimera alla - + Chat Chatt - + Message Friend MeddelandevƤn - + Connect To Friend Anslut till vƤn - + Peer Details Klientdetaljer - + Recomend this Friend to... - + Paste RetroShare Link @@ -8726,35 +8832,35 @@ p, li { white-space: pre-wrap; } Klistra in retrosharelƤnk - + Export Friend Exportera vƤn - + Deny Friend Neka vƤn - + Remove Friend Location Ta bort kompis location - + <strong>GPG Key</strong> <strong>GPG Nyckel</strong> - - + + location - + <strong>RetroShare instance</strong> <strong>RetroShare instance</strong> @@ -8771,12 +8877,12 @@ p, li { white-space: pre-wrap; } TillgƤnglig - + Save Certificate Spara certifikat - + Certificates (*.pqi) Certifikat (*.pqi) @@ -8799,7 +8905,7 @@ Vill du skicka ett meddelande i stƤllet RetroShare Meddelandeklient - + Click to Change your Avatar Klicka fƶr att Ƥndra din avatar @@ -8808,7 +8914,7 @@ Vill du skicka ett meddelande i stƤllet TextEtikett - + Share Files for your Friends Dela filer med dina vƤnner @@ -8822,44 +8928,44 @@ Vill du skicka ett meddelande i stƤllet - + Add a Friend LƤgg till en vƤn - + Search Friends - + Reset NollstƤll - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State @@ -8868,7 +8974,7 @@ Vill du skicka ett meddelande i stƤllet Ange rot Ƥr inte dekorerad - + Hide Offline Friends @@ -8950,7 +9056,7 @@ Vill du skicka ett meddelande i stƤllet - + Expand Utƶka @@ -8980,7 +9086,27 @@ Vill du skicka ett meddelande i stƤllet meddelande hƤr - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide Dƶlj @@ -9281,48 +9407,36 @@ p, li { white-space: pre-wrap; } LƤs in certifikat - - Select a pem/pqi File - VƤlj en pem/pqi-fil + VƤlj en pem/pqi-fil - - File Not Found - Filen hittades inte + Filen hittades inte - - %1 does not exist. Would you like to create it? - %1 finns inte. Vill du skapa den? + %1 finns inte. Vill du skapa den? - - Failed to Create File - Misslyckades med att skapa fil + Misslyckades med att skapa fil - - Unable to create %1 [%2] - Kunde inte skapa %1 [%2] + Kunde inte skapa %1 [%2] Accept GodkƤnn - Select Certificate - VƤlj certifikat + VƤlj certifikat - Certificates (*.pqi *.pem) - Certifikat (*.pqi *.pem) + Certifikat (*.pqi *.pem) @@ -9371,7 +9485,7 @@ Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.RetroShare %1 startad. - + Deny friend Neka vƤn @@ -9380,22 +9494,22 @@ Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.Acceptera vƤn - + Make friend Skapa vƤn - + Delete certificate Neka certifikat - + Export my Cert - + Peer details... Klientdetaljer... @@ -9412,7 +9526,7 @@ Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.Litar pĆ„ mig - + Unknown OkƤnd @@ -9425,84 +9539,62 @@ Hƶgerklicka och vƤlj 'bli vƤn med' fƶr att kunna ansluta.Ingen - + Authentication matrix - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - + yourself - - - - RetroShare - RetroShare + RetroShare - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - Certificate file successfully created - Certifikatsfil skapad utan fel + Certifikatsfil skapad utan fel - - Sorry, certificate file creation failed - TyvƤrr, fel uppstod vid skapande av certifikatsfilen + TyvƤrr, fel uppstod vid skapande av certifikatsfilen UPNP is active. @@ -9545,7 +9637,7 @@ Right-click and select 'make friend' to be able to connect. Ingen anslutning - + Network View NƤtverksvy @@ -9912,27 +10004,19 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/konqsidebar_news16.png" /></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> - - Remove All Ta bort alla + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> - <!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;"> @@ -10108,12 +10192,27 @@ p, li { white-space: pre-wrap; } Nytt meddelande - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat - + Open Window for new chat @@ -10126,55 +10225,75 @@ p, li { white-space: pre-wrap; } ƅterƶppna om stƤngd av anvƤndare: - + Grab Focus when chat arrives Fokusera nƤr chatt ankommer - + Use a single tabbed window - + Group chat - + Display systray message + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -10186,7 +10305,7 @@ p, li { white-space: pre-wrap; } Klient online - + Friend Online @@ -10244,11 +10363,15 @@ p, li { white-space: pre-wrap; } PeerDefs + + Anonymous + Anonym + - Anonymous - Anonym + Unknown + OkƤnd @@ -10290,7 +10413,7 @@ p, li { white-space: pre-wrap; } - + Expand Utƶka @@ -10374,32 +10497,31 @@ p, li { white-space: pre-wrap; } Senaste kontakt: - + Friend VƤn - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer Klient - @@ -10408,16 +10530,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide Dƶlj - + Quick Message @@ -10471,7 +10594,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Chatta @@ -10484,17 +10607,17 @@ p, li { white-space: pre-wrap; } Ta bort vƤn - + Save Certificate Spara certifikat - + Certificates (*.pqi) Certifikat (*.pqi) - + Status Status @@ -10503,7 +10626,7 @@ p, li { white-space: pre-wrap; } Person - + Connect To Friend Anslut till vƤn @@ -10512,71 +10635,66 @@ p, li { white-space: pre-wrap; } # - + Profile Profil - - - Friends Storm - - Paste retroshare Link Klistra in retrosharelƤnk - + Welcome to RetroShare's group chat. VƤlkommen till RetroShares gruppchatt. - + Friend Details - + Recommend this Friend to... - + Add to group - + Move to group - + Groups - + Remove from group - + Remove from all groups - + Expand all Expandera alla - + Collapse all Komprimera alla - + Message Friend MeddelandevƤn @@ -10585,12 +10703,12 @@ p, li { white-space: pre-wrap; } Klientdetaljer - + Deny Friend Neka vƤn - + Remove Friend Location Ta bort kompis location @@ -10623,7 +10741,8 @@ p, li { white-space: pre-wrap; } Upptagen - + + Available TillgƤnglig @@ -10634,23 +10753,23 @@ Do you want to send them a Message instead Vill du skicka ett meddelande i stƤllet - - + + RetroShare RetroShare - + Do you want to remove this Friend? - + is typing... - + Add Extra File LƤgg till extra fil @@ -10680,90 +10799,105 @@ 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. - + + News Feed + Nyhetsflƶde + + + Paste RetroShare Link - + Group - + Friend VƤn - + Location Plats - + Message Group - + Edit Group - + Remove Group - - + + Paste Friend Link - + location - - + + New group chat - + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + + + Save as... Spara som... - + Text File (*.txt );;All Files (*) - + me jag - + Send Skicka @@ -10786,12 +10920,12 @@ p, li { white-space: pre-wrap; } Live Gruppchatt: - + Italic Kursiv - + Underline Understruken @@ -10818,17 +10952,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 @@ -10837,13 +10971,13 @@ p, li { white-space: pre-wrap; } Skapa ett forum - - + + Create new Forum Skapa ett forum - + F @@ -10852,69 +10986,107 @@ p, li { white-space: pre-wrap; } Skapa ny kanal - - + + Display + Visa + + + + 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 + + Disable Emoticons Inaktivera Emoticons - - + + Save Chat History - + Hide Offline Friends - + Hide Status Column @@ -10923,42 +11095,33 @@ p, li { white-space: pre-wrap; } TextfƤrg - - + + Add Friend LƤgg till en vƤn - + Create new Profile - + Font Typsnitt - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</span></p></body></html> - - - - + 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; } @@ -10971,12 +11134,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">stƤlla TextfƤrg</span></p></body></html> - + Attach File Bifoga fil - + Clear Chat History Rensa chatthistorik @@ -11293,7 +11456,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Ta bort @@ -11301,21 +11464,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... Installera nytt plugin... - + Open Plugin to install Ɩppna plugin att installera - + Plugins (*.so *.dll) Plugin (*.so *.dll) + + PopularityDefs + + + Popularity + Popularitet + + PopupChatDialog @@ -11327,34 +11498,39 @@ 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 - + + Load Picture File + + + + Messages you send will be delivered after Friend is again Online @@ -11363,7 +11539,7 @@ Vill du skicka ett meddelande i stƤllet :images/hide_toolbox_frame.png - + Show Avatar Visa avatar @@ -11380,7 +11556,7 @@ Vill du skicka ett meddelande i stƤllet Stilar (*.htm) - + Save as... Spara som... @@ -11390,22 +11566,22 @@ Vill du skicka ett meddelande i stƤllet - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -11479,6 +11655,11 @@ p, li { white-space: pre-wrap; } Text Color TextfƤrg + + + Clear Chat History + Rensa chatthistorik + Browse Message History @@ -11489,6 +11670,16 @@ p, li { white-space: pre-wrap; } Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -11511,11 +11702,6 @@ p, li { white-space: pre-wrap; } Set your Avatar Picture Ange din avatarbild - - - Clear Chat - - Disable Emoticons @@ -11537,7 +11723,7 @@ p, li { white-space: pre-wrap; } Chattar med - + Add Extra File LƤgg till extra fil @@ -11608,10 +11794,20 @@ p, li { white-space: pre-wrap; } - + RetroShare RetroShare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PopupWindowClass @@ -12186,65 +12382,72 @@ p, li { white-space: pre-wrap; } - + 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. - + File Request Error FilfƶrfrĆ„gningsfel - + The file link is malformed. FillƤnken Ƥr missbildad. @@ -12312,7 +12515,7 @@ p, li { white-space: pre-wrap; } - + Exit @@ -12390,7 +12593,7 @@ p, li { white-space: pre-wrap; } - + < Back < Tillbaka @@ -12470,27 +12673,32 @@ p, li { white-space: pre-wrap; } - + + Start minimized on system start + + + + Finish - + Select A Folder To Share - + Shared Directory Added! Delad katalog tillagd! - + Do you really want to stop sharing this directory ? - + Warning! Varning! @@ -12742,32 +12950,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 @@ -12819,53 +13027,53 @@ p, li { white-space: pre-wrap; } - + Download HƤmta - + Enter a keyword here (at least 3 char long) - + Copy retroshare Link Kopiera retrosharelƤnk - + Send retroshare Link Skicka retrosharelƤnk - + Broadcast on Channel SƤnd pĆ„ kanal - + Recommend to Friends Rekommendera till vƤnner - + Remove Ta bort - + Remove All Ta bort alla - - + + Folder Katalog - + New RetroShare Link(s) @@ -12911,24 +13119,24 @@ p, li { white-space: pre-wrap; } Dokument - + Download Notice Nedladdningsnotering - + Skipping Local Files Hoppa ƶver lokala filer - - + + Sorry Ledsen - - + + This function is not yet implemented. Denna funktion Ƥr inte implemeterad Ƥn. @@ -13352,12 +13560,17 @@ p, li { white-space: pre-wrap; } Port: - + + Show Discovery information in statusbar + + + + IP Service IP-service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -13368,7 +13581,7 @@ hjƤlper det till att ansluta om du har fĆ„ vƤnner. Det hjƤlper ocksĆ„ om du sitter bakom en brandvƤgg eller VPN. - + Allow RetroShare to ask my ip to these websites: TillĆ„t RetroShare att frĆ„ga efter mitt ip till dessa webbsidor: @@ -14180,15 +14393,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -14402,6 +14626,7 @@ This choice be reverted in settings. StatusDefs + Offline @@ -14450,6 +14675,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + Ansluten + + + + Unreachable + + + + + Available + TillgƤnglig + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -14658,62 +14943,62 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. - + The text below is your PGP certificate. You have to provide it to your friend - + Copy your Cert to Clipboard - + Save your Cert into a File - + Please, paste your friends PGP certificate into the box below - + 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 (*) - + Text certificate Textcertifikat @@ -14726,7 +15011,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 @@ -14735,7 +15020,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 @@ -14744,7 +15029,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 @@ -14834,42 +15119,42 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Avbryt - + Clear Completed Tƶm fƤrdiga - - + + Status Status - + Completed FƤrdig - - + + Name i.e: file name Filnamn - - + + Size i.e: file size Storlek - + Speed i.e: Download speed Hastighet @@ -14880,7 +15165,7 @@ p, li { white-space: pre-wrap; } Fƶrlopp - + Sources i.e: Sources KƤllor @@ -14891,7 +15176,7 @@ p, li { white-space: pre-wrap; } ƅterstĆ„r - + Core-ID KƤrn-ID @@ -14901,97 +15186,97 @@ p, li { white-space: pre-wrap; } AnvƤndarnamn - + Progress / Availability i.e: % downloaded - + Remaining ƅterstĆ„r - + Download time i.e: Estimated Time of Arrival / Time left HƤmtningstid - + Peer i.e: user name Klient - + Progress i.e: % uploaded Fƶrlopp - + Speed i.e: upload speed Hastighet - + Transferred Ɩverfƶrt - + Hash Hash - + Force Check - + Copy RetroShare Link - + Paste RetroShare Link - + Play Spela - + Pause Paus - + Resume ƅteruppta - + Open Folder Ɩppna katalog - + Open File Ɩppna fil - + Preview File Fƶrhandsgranska fil - + Details... Detaljer... @@ -15018,122 +15303,122 @@ p, li { white-space: pre-wrap; } Visa - - + + Slower LĆ„ngsammare - - - + + + Average Medel - - + + Faster Snabbare - + Move in Queue... - + Streaming - + Random - + Chunk strategy Chunk strategi - + version: - + Queued Kƶ - + Speed / Queue position Hastighet / kƶ position - + Down Nere - + Up Upp - + Top Topp - + Bottom Botten - + Priority (Speed)... Prioritet (Hastighet) ... - + Paused Pausad - + Transferring Ɩverfƶra - + Checking... Kontrollerar... - + RetroShare RetroShare - + Details: Detaljer: - + 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? @@ -15206,45 +15491,45 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Uppladdningar:</span></p></body></html> - - - + + + Failed Misslyckades - - - + + + Okay Okej - - + + Waiting VƤntar - + Downloading HƤmtar - - - - + + + + Complete FullstƤndig - + Unknown OkƤnd - + Uploading Laddar upp @@ -15288,27 +15573,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -15316,6 +15581,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -15327,6 +15602,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -15598,90 +15883,90 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) OkƤnd - + B bytes B - + KiB kibibytes (1024 bytes) KiB - + MiB mebibytes (1024 kibibytes) MiB - + GiB gibibytes (1024 mibibytes) GiB - + TiB tebibytes (1024 gibibytes) TiB - + Unknown OkƤnd - + < 1m < 1 minute < 1 minut - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T @@ -15692,7 +15977,7 @@ p, li { white-space: pre-wrap; } %1 minuter - + %1h %2m e.g: 3hours 5minutes %1 timme och %2 minuter diff --git a/retroshare-gui/src/lang/retroshare_tr.qm b/retroshare-gui/src/lang/retroshare_tr.qm index bd523edb4a65866854b6d1f280de28a3ccc64e44..e19f9d270e585edb37c7cb5dd477e522b6dee358 100644 GIT binary patch delta 9786 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 B+ob>i delta 9065 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 CallToaster - Message - Mesaj + Mesaj 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 @@ -808,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 @@ -1111,37 +1110,29 @@ p, li { white-space: pre-wrap; } ChannelFeed - + Create Channel Kanal oluştur - + Subscribe To Channel Kanala Abone Ol - - Enter a Keyword here - - - - Title - Başlık + Başlık - Description - AƧıklamalar + AƧıklamalar - Reset - Iptal + Iptal - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1154,103 +1145,105 @@ p, li { white-space: pre-wrap; } <p 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 - Name - Name + Name - Popularity - PopĆ¼lerlik + PopĆ¼lerlik - + Own Channels Senin Kanallar - + Subscribed Channels Abone Kanallar - + Popular Channels PopĆ¼ler Kanallar - + Other Channels Diğer Kanallar - + Share Channel Paylaş Kanalı - Popularity: %1 - PopĆ¼lerlik: %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 @@ -1302,7 +1295,7 @@ p, li { white-space: pre-wrap; } - + Quick Message @@ -1449,17 +1442,17 @@ p, li { white-space: pre-wrap; } ChatStyle - + Standard style for group chat - + Standard style for private chat - + Standard style for history @@ -1467,67 +1460,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 @@ -1614,74 +1607,74 @@ p, li { white-space: pre-wrap; } 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 @@ -1907,6 +1900,16 @@ p, li { white-space: pre-wrap; } Please add a Name + + + Load File + + + + + Pictures (*.png *.xpm *.jpg) + + CreateBlogMsg @@ -2034,176 +2037,176 @@ p, li { white-space: pre-wrap; } Ekstra Dosya Ekle - + RetroShare Retroshare - + Please add a Subject - + &File - + &New - + &Open... - + &Save - + Save &As... - + &Print... - + Print Preview... - + &Export PDF... - + &Quit - + &Edit - + &Undo - + &Redo - + Cu&t - + &Copy - + &Paste - + &View - + &Insert - + &Image - + F&ormat - + &Bold - + &Italic - + &Underline - - + + &Left - - + + C&enter - - + + &Right - + &Justify - + &Text Color... - + Application - + The document has been modified. Do you want to save your changes? - + Open File... - + HTML-Files (*.htm *.html);;All Files (*) HTML-Dosya (*.htm *.html);;TĆ¼m Dosyalar (*) - + Save as... Farklı kaydet... @@ -2213,17 +2216,22 @@ Do you want to save your changes? - + Print Document Belge yazdır + + + Export PDF + + Choose Image - + Image Files supported (*.png *.jpeg *.jpg *.gif) @@ -2335,12 +2343,12 @@ Do you want to save your changes? Oluştur - + RetroShare Retroshare - + Please add a Name @@ -2435,7 +2443,7 @@ p, li { white-space: pre-wrap; } - + Add Extra File Ekstra Dosya Ekle @@ -2456,12 +2464,12 @@ p, li { white-space: pre-wrap; } - + Load File - + Pictures (*.png *.xpm *.jpg) @@ -2602,7 +2610,7 @@ p, li { white-space: pre-wrap; } - + Paste RetroShare Link @@ -2626,43 +2634,43 @@ p, li { white-space: pre-wrap; } Yapıştır retroshare Link - + Paste full RetroShare Link - + In Reply to - + RetroShare Retroshare - + Please set a Forum Subject and Forum Message - + 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. @@ -2707,22 +2715,22 @@ p, li { white-space: pre-wrap; } CryptoPage - + RetroShare Retroshare - + Your Public Key is copied to Clipboard, paste and send it to your friend via email or some other way - + Save as... Farklı kaydet... - + RetroShare Certificate (*.rsc );;All Files (*) @@ -2906,7 +2914,7 @@ p, li { white-space: pre-wrap; } - + Comments Yorum @@ -2932,22 +2940,22 @@ p, li { white-space: pre-wrap; } Iptal - + Rating Oran - + File Name Dosya Adı - + Not Rated - + No Comments @@ -3051,28 +3059,36 @@ you plug it in. GeƧici Dizin + + DiscStatus + + + Waiting outgoing discovery operations + + + + + Waiting incoming discovery operations + + + DownloadToaster - + Start file - + <b>Download completed</b> - + Close - - - File %1 does not exist at location. - - EditChanDetails @@ -3168,37 +3184,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! @@ -3206,12 +3222,12 @@ you plug it in. ErrorMessagePage - + Sorry, some error appeared - + Here is the error message: @@ -3400,142 +3416,188 @@ p, li { white-space: pre-wrap; } FileTransferInfoWidget - - Chunk map: - - - - Active chunks: - Aktiv chunks: + Aktiv chunks: - Availability map ( - Mevcut map + Mevcut map sources Kaynak - - active sources + File info: + Dosya bilgi + + + File size: + Dosa Boyut: + + + + Chunk map - - File info: - Dosya bilgi + + Active chunks + - - File hash: - + + Availability map (%1 active source) + - - File size: - Dosa Boyut: + + Availability map (%1 active sources) + - - - - + + File info + + + + + File hash + + + + + + + bytes - + + File size + + + + + Chunk size + + + + + Number of chunks + + + + + Transfered + + + + + Remaining + Kalan + + + + Number of sources + + + + + Chunk strategy + Chunk stratejisi + + + + Transfer type + + + + + Anonymous F2F + + + + + Direct friend transfer / Availability assumed + + + Chunk size: - Chunk boyut: + Chunk boyut: - - Number of chunks: - - - - Transfered: - Aktarıldı + Aktarıldı - - Remaining: - - - - Number of sources: - Kaynak: + Kaynak: - Chunk strategy: - Chunk stratejisi + Chunk stratejisi - Transfer type: - Aktarım tip: + Aktarım tip: 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 *** @@ -3632,8 +3694,8 @@ p, li { white-space: pre-wrap; } - - + + Subject: @@ -3648,10 +3710,43 @@ p, li { white-space: pre-wrap; } Yanıtla - + + Send + + + + + Signed + imzalı + + + + + Forum Post + + + + + Unknown Forum Post + + + + + + + Anonymous + Anonim + + + In Reply to + + + Please give a Text Message + + ForumNewItem @@ -3702,168 +3797,175 @@ 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 + + + + Reply Yanıtla - + Reply to Author Yazarı yanıtla - + Expand all TĆ¼m genişletin - + Collapse all TĆ¼mĆ¼nĆ¼ daralt + + + AUTHD + + Popularity: 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 - - - Popularity: - PopĆ¼lerlik: + 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 @@ -3872,7 +3974,7 @@ p, li { white-space: pre-wrap; } Yeni Mesaj - + Add Ekle @@ -3901,12 +4003,11 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mesaj cevap</p></body></html> - RetroShare Forums - RetroShare Forumlar + 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; } @@ -3919,34 +4020,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; } @@ -3959,7 +4060,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;">Konu:</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3968,27 +4069,27 @@ p, li { white-space: pre-wrap; } - + Reset - + Content - + Create Forum Forum yarat - + Print Yazdı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; } @@ -4001,27 +4102,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 @@ -4215,8 +4321,8 @@ p, li { white-space: pre-wrap; } - - + + Create new Profile Yeni profil oluştur @@ -4360,92 +4466,92 @@ p, li { white-space: pre-wrap; } Generate New Certificate Generate New Certificate - - - - Create new Location - - - Generate new Location + Create new Location - Create a new Location + Generate new Location - - - Generate new Profile + + + Create a new Location + Generate new Profile + + + + + Create a new Profile Yeni profil oluştur - - + + Generate GPG key Failure - + Location field is required with a minimum of 3 characters - + All fields are required with a minimum of 3 characters - + Generating new GPG key, please be patient: this process needs generating large prime numbers, and can take some minutes on slow computers. Fill in your GPG password when asked, to sign your new key. - + Select Trusted Friend Select Trusted Friend - + Certificates (*.pqi *.pem) 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! @@ -4538,52 +4644,57 @@ p, li { white-space: pre-wrap; } Login - + Startup - + Start RetroShare when my system starts - + Start minimized - + + Start minimized on system start + + + + Misc Misc - + Do not show the Quit RetroShare MessageBox - + Do not Minimize to Tray Icon - + Auto Login - + Idle Boşta - + Idle Time - + seconds @@ -4659,6 +4770,49 @@ p, li { white-space: pre-wrap; } Favori + + GroupTreeWidget + + + Enter a Keyword here + + + + + Title + Başlık + + + + Description + AƧıklamalar + + + + Reset + + + + + Sort by Name + + + + + Sort by Popularity + + + + + Sort by Last Post + + + + + Private Key Available + + + GuiExprElement @@ -5142,7 +5296,7 @@ p, li { white-space: pre-wrap; } IntroPage - + &Make friend with selected friends of my friends @@ -5153,26 +5307,27 @@ p, li { white-space: pre-wrap; } - This wizard will help you to connect to your friend(s) to RetroShare network. There are five possible ways to do this: + This wizard will help you to connect to your friend(s) to RetroShare network. +These ways are possible to do this: - + &Enter the certificate manually - + &You get a certificate file from your friend - + &Enter RetroShare ID manually - + &Send a Invitation by Email (She/He receives a email with instructions howto to download RetroShare) @@ -5412,55 +5567,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. @@ -5469,112 +5624,112 @@ p, li { white-space: pre-wrap; } - + Status Durum - + Chat - - - - + + + + You have %1 new messages %1 yeni mesaj var - - - - + + + + %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 @@ -5609,12 +5764,12 @@ p, li { white-space: pre-wrap; } Hızlı BaşlangıƧ Sihirbazı - + Search Ara - + Files Dosya @@ -5623,60 +5778,60 @@ 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 @@ -5686,18 +5841,18 @@ p, li { white-space: pre-wrap; } Ile ilgili - - + + Forums Forumlar - + Open Messages AƧ Mesajlar - + Applications @@ -5710,17 +5865,17 @@ 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? @@ -5744,13 +5899,13 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose Yeni ileti - + Contacts Rehber @@ -5760,22 +5915,22 @@ p, li { white-space: pre-wrap; } - + Reset - + Send To: Gƶnde Kime: - + Subject: Konu: - + Paragraph @@ -5785,173 +5940,173 @@ p, li { white-space: pre-wrap; } - + >> To Kime: bƶlĆ¼mĆ¼ne ekle - + >> Cc Ilgili adrese ekle - + >> Bcc Gizli adrese ekle - + >> Recommend Tavsiye - + Heading 1 - - + + Heading 2 - + Heading 3 - + Heading 4 - + Heading 5 - + Heading 6 - + Font size - + Increase font size - + Decrease font size - + Bold - + Underline - + Italic Italik - + Select Color - + Alignment - + Add a Image - + Sets text font to code style - + Recommended Files Tavsiye edilen dosya - + File Name Dosya Adı - + Size Boyut - + Hash - + Send Gƶnder - + Send this message now - + Reply Yanıtla - + Toggle Contacts View - + Save Kaydet - + Save this message - + Attach Ekle - + Attach File Dosya ekle - + Quote - + Add Blockquote @@ -5982,7 +6137,7 @@ p, li { white-space: pre-wrap; } - + Save Message @@ -6008,221 +6163,221 @@ Do you want to save message to draft box? - - No Title - - - - + 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 . @@ -6286,64 +6441,54 @@ Do you want to save message ? Yeni Mesaj - + Subject Konu - - Play video - - - - - Play button - - - - - Play the downloaded video - - - - + <b>1 new Message from</b> - + Close bağlantılı + + + Sub: + + MessagesDialog - + New Message Yeni Posta - + Reply to Message Yanıtla - + Remove Message Sil - + Date Tarih - - + + From Kimden @@ -6434,15 +6579,15 @@ p, li { white-space: pre-wrap; } - + Content - - + + Tags Etiket @@ -6453,17 +6598,17 @@ p, li { white-space: pre-wrap; } - - - + + + Inbox Gelen - - - + + + Outbox Giden @@ -6474,15 +6619,15 @@ p, li { white-space: pre-wrap; } - + Sent Gƶnderildi - - - + + + Trash Ƈƶp @@ -6578,7 +6723,7 @@ p, li { white-space: pre-wrap; } Download All - + Print Document Belge yazdır @@ -6592,83 +6737,93 @@ p, li { white-space: pre-wrap; } Kaynak - + Forward selected Message Ilet - + Remove Messages Iletiyi sil - + Forward Message Ilet - + 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 + + + File + + + + + Files + Dosya + Compose: Yeni posta: - + Hide Gizle - + Expand Genişlet - - - + + + Drafts Taslak - + To Kime @@ -6677,33 +6832,33 @@ 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 @@ -6829,42 +6984,42 @@ p, li { white-space: pre-wrap; } MessengerWindow - + Expand all TĆ¼m genişletin - + Collapse all TĆ¼mĆ¼nĆ¼ daralt - + Chat GrupSohbet - + Message Friend Arkadaş'a Mesaj yaz - + Connect To Friend Connect To Arkadaş - + Peer Details Peer ayrıntılar - + Recomend this Friend to... - + Paste RetroShare Link @@ -6873,35 +7028,35 @@ p, li { white-space: pre-wrap; } Yapıştır retroshare Link - + Export Friend Export Arkadaş - + Deny Friend Arkadaş reddet - + Remove Friend Location Kaldır Arkadaş Yeri - + <strong>GPG Key</strong> <strong>GPG Anahtar</strong> - - + + location Yer - + <strong>RetroShare instance</strong> <strong>RetroShare instance</strong> @@ -6914,12 +7069,12 @@ p, li { white-space: pre-wrap; } Mevcut - + Save Certificate Save Certificate - + Certificates (*.pqi) Certificates (*.pqi) @@ -6942,49 +7097,49 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? Remove Arkadaş - + Click to Change your Avatar - + Search Friends - + Reset - - + + Sort Descending Order - - + + Sort Ascending Order - + Set root is Decorated - + Set Root Decorated - + Sort by State - + Hide Offline Friends @@ -6994,12 +7149,12 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? - + Add a Friend - + Share Files for your Friends @@ -7045,7 +7200,7 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? - + Expand Genişlet @@ -7065,7 +7220,27 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? - + + Message From + + + + + Sent Msg + + + + + Draft Msg + + + + + Pending Msg + + + + Hide @@ -7105,80 +7280,68 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? YĆ¼klemek Sertifika - - Select a pem/pqi File - Select a pem/pqi File + Select a pem/pqi File - - File Not Found - File Not Found + File Not Found - - %1 does not exist. Would you like to create it? - %1 does not exist. Would you like to create it? + %1 does not exist. Would you like to create it? - - Failed to Create File - Failed to Create File + Failed to Create File - - Unable to create %1 [%2] - Unable to create %1 [%2] + Unable to create %1 [%2] - + Personal signature - + GPG key signed by you - + Marginally trusted peer - + Fully trusted peer - + Untrusted peer - + Has authenticated me - + has authenticated you. Right-click and select 'make friend' to be able to connect. - Select Certificate - Select Certificate + Select Certificate - Certificates (*.pqi *.pem) - Certificates (*.pqi *.pem) + Certificates (*.pqi *.pem) <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -7233,37 +7396,37 @@ p, li { white-space: pre-wrap; } GĆ¼ven matris - + Authentication matrix - + Network View - + Deny friend Arkadaş reddet - + Make friend Arkadaş yap - + Delete certificate Sil sertifika - + Export my Cert - + Peer details... @@ -7284,48 +7447,22 @@ p, li { white-space: pre-wrap; } GPG anahtar imzalanmamış - + Unknown Bilinmeyen - + yourself - - - - RetroShare - Retroshare + Retroshare - - Sorry, create certificate failed - - - - - Please choose a filename - - - - - RetroShare Certificate (*.rsc );;All Files (*) - - - - Certificate file successfully created - Sertifika dosyası başarıyla oluşturuldu - - - - - Sorry, certificate file creation failed - + Sertifika dosyası başarıyla oluşturuldu @@ -7574,13 +7711,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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends Storm</span></p></body></html> - +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">News Feed</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p 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;">Haber Kaynağı</span></p></body></html> Remove All - Hepsini Kaldır + Hepsini Kaldır @@ -7685,12 +7826,27 @@ p, li { white-space: pre-wrap; } Yeni Mesaj - + + Position + + + + + X Margin + + + + + Y Margin + + + + Private Chat Ɩzel Sohbet - + Open Window for new chat @@ -7703,55 +7859,75 @@ p, li { white-space: pre-wrap; } Eğer kullanıcı tarafından kapalıys Yeniden aƧ: - + Grab Focus when chat arrives - + Use a single tabbed window - + Group chat - + Display systray message Systray mesaj gƶster + + + Top Left + + + + + Top Right + + + + + Bottom Left + + + + + Bottom Right + + NotifyQt - + GPG key passphrase - + Wrong password ! - + Please enter the password to unlock the following GPG key: - + Examining shared files... - + Hashing file - + Saving file index... @@ -7759,18 +7935,22 @@ p, li { white-space: pre-wrap; } OnlineToaster - + Friend Online PeerDefs + + Anonymous + Anonim + - Anonymous - Anonim + Unknown + Bilinmeyen @@ -7813,7 +7993,7 @@ p, li { white-space: pre-wrap; } - + Expand Genişlet @@ -7868,32 +8048,31 @@ p, li { white-space: pre-wrap; } - + Friend Arkadaş - + Friend Connected - + Connect Attempt - + Friend of Friend - + Peer - @@ -7902,16 +8081,17 @@ p, li { white-space: pre-wrap; } + Unknown Peer - + Hide - + Quick Message @@ -7953,7 +8133,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Sohbet @@ -7966,17 +8146,17 @@ p, li { white-space: pre-wrap; } Remove Arkadaş - + Save Certificate Belgeyi kaydet - + Certificates (*.pqi) Certificates (*.pqi) - + Status Durum @@ -7992,31 +8172,30 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Arkadaş</span></p></body></html> - + Connect To Friend Arkadaş'a Bağlan - + Welcome to RetroShare's group chat. Hoşgeldiniz RetroShare grub sohbetine. - + Profile Profil - Friends Storm - Aktiviteler + Aktiviteler Paste retroshare Link Yapıştır retroshare Link - + me ben @@ -8041,52 +8220,52 @@ p, li { white-space: pre-wrap; } Grubu Kaldır - + Friend Details Arkadaş Detayları - + Recommend this Friend to... Bu Arkadaşı Tavsiye Et ... - + Add to group Gruba ekle - + Move to group Gruba taşı - + Groups Grublar - + Remove from group Grubtan kaldır - + Remove from all groups TĆ¼m grublardan Kaldır - + Expand all TĆ¼m genişletin - + Collapse all TĆ¼mĆ¼nĆ¼ daralt - + Message Friend Arkadaş'a Mesaj yaz @@ -8095,12 +8274,12 @@ p, li { white-space: pre-wrap; } Peer ayrıntılar - + Deny Friend Arkadaş reddet - + Remove Friend Location Kaldır Arkadaş Yeri @@ -8117,7 +8296,8 @@ p, li { white-space: pre-wrap; } Yer: - + + Available Mevcut @@ -8132,18 +8312,18 @@ Do you want to send them a Message instead Bunun yerine Mesaj gƶndermek istiyor musunuz? - - + + RetroShare Retroshare - + Do you want to remove this Friend? Bu Arkadaşı kaldırmak istiyor musunuz? - + is typing... yazıyor ... @@ -8156,100 +8336,120 @@ 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. - + + News Feed + Haber Kaynağı + + + Paste RetroShare Link - + Group Grub - + Friend Arkadaş - + Location Yer - + Message Group Gruba Mesaj yaz - + Edit Group Grubu dĆ¼zenle - + Remove Group Grubu Kaldır - - + + Paste Friend Link Yapıştır Arkadaş Link - + location Yer - - + + New group chat - + + 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 @@ -8276,12 +8476,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 @@ -8290,7 +8490,7 @@ p, li { white-space: pre-wrap; } Canli Sohbet - + Bold @@ -8299,13 +8499,13 @@ p, li { white-space: pre-wrap; } Yeni Forum yarat - - + + Create new Forum Yeni Forum yarat - + F @@ -8314,109 +8514,141 @@ 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 - + Create new Profile Yeni profil oluştur - + Font - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Display</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;">GƶrĆ¼ntu</span></p></body></html> - + Friends Arkadaşlar - + Group Chat Canli Sohbet - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -8429,12 +8661,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Metin Rengi</span></p></body></html> - + Attach File Dosya ekle - + Clear Chat History Chat Sohbeti temizle @@ -8720,7 +8952,7 @@ p, li { white-space: pre-wrap; } PluginFrame - + Remove Remove @@ -8728,21 +8960,29 @@ p, li { white-space: pre-wrap; } PluginManagerWidget - + Install New Plugin... - + Open Plugin to install - + Plugins (*.so *.dll) + + PopularityDefs + + + Popularity + + + PopupChatDialog @@ -8758,44 +8998,49 @@ 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 - + + Load Picture File + + + + Save as... Farklı kaydet... @@ -8805,22 +9050,22 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? - + apears to be Offline. - + is Idle and may not reply - + is Away and may not reply - + is Busy and may not reply @@ -8862,6 +9107,11 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? Text Color + + + Clear Chat History + Chat Sohbeti temizle + Browse Message History @@ -8872,6 +9122,16 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? Browse History + + + Delete Chat History + + + + + Deletes all stored and displayed chat history + + Attach a Picture @@ -8882,11 +9142,6 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? Strike - - - Clear Chat - - Disable Emoticons @@ -8904,7 +9159,7 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? - + Add Extra File Ekstra Dosya Ekle @@ -8955,10 +9210,20 @@ Bunun yerine Mesaj gƶndermek istiyor musunuz? - + RetroShare Retroshare + + + Load File + + + + + Pictures (*.png *.xpm *.jpg *.tiff *.gif) + + PrintPreview @@ -9419,64 +9684,71 @@ p, li { white-space: pre-wrap; } 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. - + File Request Error - + The file link is malformed. @@ -9523,7 +9795,7 @@ p, li { white-space: pre-wrap; } - + Exit Ƈıkış @@ -9634,7 +9906,7 @@ p, li { white-space: pre-wrap; } - + < Back < Geri @@ -9714,27 +9986,32 @@ p, li { white-space: pre-wrap; } Windows ile başlat - + + Start minimized on system start + + + + Finish Bitir - + Select A Folder To Share Bir klasƶr seƧin Paylaşım iƧin - + Shared Directory Added! Paylaşılan Dizin Eklendi! - + Do you really want to stop sharing this directory ? GerƧekten bu dizinin paylaşımını durdurmak istiyor musunuz? - + Warning! Uyarı! @@ -9983,32 +10260,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 @@ -10065,53 +10342,53 @@ p, li { white-space: pre-wrap; } - + 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 - + Send retroshare Link Gƶnder retroshare Link Mesajla - + Broadcast on Channel Broadcast on Channel - + Recommend to Friends Recommend to Arkadaş - + Remove Kaldır - + Remove All Hepsini Kaldır - - + + Folder Klasƶr - + New RetroShare Link(s) @@ -10154,24 +10431,24 @@ p, li { white-space: pre-wrap; } Documents - + Download Notice Indirme haberi - + Skipping Local Files - - + + Sorry - - + + This function is not yet implemented. @@ -10468,12 +10745,17 @@ p, li { white-space: pre-wrap; } Port: - + + Show Discovery information in statusbar + + + + IP Service - + If you unckeck this, RetroShare can only determine your IP when you connect to somebody. Leaving this checked helps connecting when you have few friends. It also helps if you're @@ -10481,7 +10763,7 @@ behind a firewall or a VPN. - + Allow RetroShare to ask my ip to these websites: @@ -11235,15 +11517,26 @@ p, li { white-space: pre-wrap; } - Insecure + + Warning - - Auto Login is not so much secure: - - Your SSL certificate will be stored unprotected. - - Your PGP key will however not be stored. -This choice be reverted in settings. + + The passwd to your SSL certificate (your location) will be stored encrypted in your Gnome Keyring. + + Your PGP passwd will not be stored. + +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. + +This choice can be reverted in settings. @@ -11479,6 +11772,7 @@ This choice be reverted in settings. StatusDefs + Offline Ƈevrimdışı @@ -11527,6 +11821,66 @@ This choice be reverted in settings. Friend is idle + + + Connected + + + + + Unreachable + + + + + Available + Mevcut + + + + Neighbour + + + + + Trying tunnel connection + + + + + Trying TCP + + + + + Trying UDP + + + + + Connected: TCP + + + + + Connected: UDP + + + + + Connected: Tunnel + + + + + Connected: Unknown + + + + + DHT: Contact + + StatusMessage @@ -11722,77 +12076,77 @@ p, li { white-space: pre-wrap; } TextPage - + Use text representation of the PGP certificates. PGP sertifikaların Metin temsili. - + The text below is your PGP certificate. You have to provide it to your friend 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 - + Text certificate - + Copy your Cert to Clipboard - + Save your Cert into a File - + Run Email program - + 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 @@ -11887,23 +12241,23 @@ p, li { white-space: pre-wrap; } TransfersDialog - + Cancel Iptal - + Clear Completed Tamanları Temizle - - + + Status Durum - + Completed Tamanlandı @@ -11971,15 +12325,15 @@ 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;">Uploads:</span></p></body></html> - - + + Name i.e: file name Dosya Adı - - + + Size i.e: file size Boyut @@ -11990,82 +12344,82 @@ p, li { white-space: pre-wrap; } Progress - + Speed i.e: Download speed Hız - + Progress / Availability i.e: % downloaded Ilerleme - + Sources i.e: Sources Kaynak - + Core-ID - + Progress i.e: % uploaded Ilerleme - + Speed i.e: upload speed Hız - + Transferred Aktarıldı - + Hash - + Play Başlat - + Pause Duraklat - + Resume Devam - + Open Folder Klasƶr AƧ - + Open File Dosyayı AƧ - + Preview File Ɩnizleme - + Details... Ayrıntılar @@ -12082,22 +12436,22 @@ p, li { white-space: pre-wrap; } GƶrĆ¼ntĆ¼ - + Down Aşağı - + Up Yukarı - + Top Ɯst - + Bottom Alt @@ -12106,7 +12460,7 @@ p, li { white-space: pre-wrap; } Kuyrukta Taşı ... - + Priority (Speed)... Ɩncelikl (Hız) @@ -12127,171 +12481,171 @@ p, li { white-space: pre-wrap; } Otomatik - + Streaming - + Random Rasgele - + Chunk strategy Chunk stratejisi - + Queued Sırada - + Checking... Kontrol ediliyor ... - + RetroShare Retroshare - + Details: Ayrıntılar - + 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? - + Speed / Queue position Hızı / Kuyruk konumu - + Remaining Kalan - + Download time i.e: Estimated Time of Arrival / Time left Indirme zamani - + Peer i.e: user name - + Force Check - + Copy RetroShare Link - + Paste RetroShare Link - - + + Slower Yavaş - - - + + + Average Ortalama - - + + Faster Daha hızlı - + Move in Queue... - - - + + + Failed Başarısız - - - + + + Okay Tamam - - + + Waiting Bekliyor - + Downloading Indiriliyor - - - - + + + + Complete Bitmış - + Paused Durdurulmuş - + Unknown Bilinmeyen - + version: - + Transferring Aktarılıyor - + Uploading Gƶnderiliyor @@ -12331,27 +12685,7 @@ p, li { white-space: pre-wrap; } - is athenticated (one way) by - - - - - athenticated himself - - - - - athenticated each others - - - - - is athenticated by - - - - - athenticated + is authenticated (one way) by @@ -12359,6 +12693,16 @@ p, li { white-space: pre-wrap; } Half + + + authenticated himself + + + + + authenticated each other + + Full @@ -12370,6 +12714,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. + + + is authenticated by + + + + + authenticated + + Showing: peers connected to @@ -12496,96 +12850,96 @@ p, li { white-space: pre-wrap; } misc - + Unknown Unknown (size) Bilinmeyen - + B bytes - + KiB kibibytes (1024 bytes) - + MiB mebibytes (1024 kibibytes) - + GiB gibibytes (1024 mibibytes) - + TiB tebibytes (1024 gibibytes) - + Unknown Bilinmeyen - + < 1m < 1 minute - + %1 minutes e.g: 10minutes - + %1d %2h e.g: 2days 10hours - + %1y %2d e.g: 2 years 2days - + k e.g: 3.1 k - + M e.g: 3.1 M - + G e.g: 3.1 G - + T e.g: 3.1 T - + %1h %2m e.g: 3hours 5minutes diff --git a/retroshare-gui/src/lang/retroshare_zh_CN.qm b/retroshare-gui/src/lang/retroshare_zh_CN.qm index 44e6865ba9fe74aac0627e882311490ebfcb80c8..bd350a14dba95ccfdf6e85c62dbdc130655ab8b8 100644 GIT binary patch delta 9679 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