diff --git a/retroshare-gui/src/gui/statusbar/peerstatus.cpp b/retroshare-gui/src/gui/statusbar/peerstatus.cpp
index dacf7615e..d2ff1aa8b 100644
--- a/retroshare-gui/src/gui/statusbar/peerstatus.cpp
+++ b/retroshare-gui/src/gui/statusbar/peerstatus.cpp
@@ -71,12 +71,15 @@ void PeerStatus::getPeerStatus()
rsPeers->getFriendList(ids);
int friends = ids.size();
+ std::ostringstream out;
+ out << friends << " ";
+
std::ostringstream out2;
- out2 << "" << tr("Friends:").toStdString() << " " << friends << "" << " | " << "" << tr("Online:").toStdString() << " " << online << "" << " ";
+ out2 << online << " ";
if (statusPeers)
- statusPeers -> setText(QString::fromStdString(out2.str()));
+ statusPeers -> setText( tr("Friends:") + " " + QString::fromStdString(out.str()) + " | " + tr("Online:") + " " + QString::fromStdString(out2.str()) );
if (online > 0)
{
diff --git a/retroshare-gui/src/gui/statusbar/ratesstatus.cpp b/retroshare-gui/src/gui/statusbar/ratesstatus.cpp
index 03961b112..549123af7 100644
--- a/retroshare-gui/src/gui/statusbar/ratesstatus.cpp
+++ b/retroshare-gui/src/gui/statusbar/ratesstatus.cpp
@@ -67,11 +67,14 @@ void RatesStatus::getRatesStatus()
rsicontrol -> ConfigGetDataRates(downKb, upKb);
std::ostringstream out;
- out << "" << tr("Down:").toStdString() << " " << std::setprecision(2) << std::fixed << downKb << " (kB/s) | " << tr("Up:").toStdString() << " " << std::setprecision(2) << std::fixed << upKb << " (kB/s) ";
+ out << std::setprecision(2) << std::fixed << downKb ;
+
+ std::ostringstream out2;
+ out2 << std::setprecision(2) << std::fixed << upKb ;
if (statusRates)
- statusRates -> setText(QString::fromStdString(out.str()));
+ statusRates -> setText( tr("Down:") + " " + QString::fromStdString(out.str()) + " (kB/s) | " + tr("Up:") + " " + QString::fromStdString(out2.str()) + " (kB/s) " );
if( upKb > 0 || downKb < 0 )
{
diff --git a/retroshare-gui/src/lang/retroshare_af.qm b/retroshare-gui/src/lang/retroshare_af.qm
index 0d2f08e4a..b6b2214b3 100644
Binary files a/retroshare-gui/src/lang/retroshare_af.qm and b/retroshare-gui/src/lang/retroshare_af.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_af.ts b/retroshare-gui/src/lang/retroshare_af.ts
index 992034a3f..2f7a698a5 100644
--- a/retroshare-gui/src/lang/retroshare_af.ts
+++ b/retroshare-gui/src/lang/retroshare_af.ts
@@ -863,48 +863,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
Select Certificate
-
+
-
+
@@ -913,28 +913,28 @@ p, li { white-space: pre-wrap; }
Certificates (*.pqi *.pem)
-
+
-
-
+
+
Retroshare
-
+
-
+
-
+
@@ -1657,57 +1657,57 @@ Available: %3
ConclusionPage
-
+
Maak Vriend
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -2690,22 +2690,22 @@ p, li { white-space: pre-wrap; }
CryptoPage
-
+
Retroshare
-
+
-
+
-
+
@@ -3153,12 +3153,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
-
+
@@ -3392,6 +3392,7 @@ p, li { white-space: pre-wrap; }
+
@@ -3412,16 +3413,21 @@ p, li { white-space: pre-wrap; }
-
+
-
+
+
+
+
+
+
@@ -3444,57 +3450,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -5300,68 +5306,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
-
+
Praat saam met Vriend
-
+
Oorsteek
-
+
Email
-
+
Kanaal
-
+
-
+
-
+
-
+
Options
-
+
Hide
-
+
Show
-
-
-
-
-
-
+
+
+
+
+
+
Retroshare
@@ -5401,12 +5407,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
-
+
Files Biblioteek
@@ -5415,52 +5421,52 @@ p, li { white-space: pre-wrap; }
Byvoeg Gedeelte Katalogus
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Help
@@ -5470,22 +5476,22 @@ p, li { white-space: pre-wrap; }
About
-
+
-
+
-
+
-
+
@@ -5494,17 +5500,17 @@ p, li { white-space: pre-wrap; }
Settings
-
+
-
+
-
+
@@ -5605,12 +5611,12 @@ p, li { white-space: pre-wrap; }
From
-
+
Size
-
+
-
-
-
+
+
+
Email-Inbox
-
-
-
+
+
+
Email-Outbox
-
-
-
+
+
+
Konsep
-
+
Email-Sent
-
-
+
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
@@ -5754,17 +5760,17 @@ p, li { white-space: pre-wrap; }
Download All
-
+
-
+
File Name
-
+
Sources
@@ -5832,42 +5838,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -5884,27 +5897,22 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
-
-
-
-
-
+
-
+
-
+
@@ -6011,6 +6019,24 @@ p, li { white-space: pre-wrap; }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
MessengerDirModel
@@ -7205,13 +7231,13 @@ p, li { white-space: pre-wrap; }
-
-
+
+
-
-
+
+
@@ -8868,13 +8894,13 @@ p, li { white-space: pre-wrap; }
-
-
+
+
-
-
+
+
@@ -9651,7 +9677,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
@@ -9663,93 +9689,93 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Files</span></p></body></html>
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
@@ -9918,22 +9944,22 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
@@ -10305,22 +10331,22 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
Retroshare
@@ -10330,37 +10356,37 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
sertifikaat belaai nee werk
@@ -10414,12 +10440,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Kanselleer
-
+
Clear Completed
@@ -10557,132 +10583,132 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Retroshare
-
+
-
+
-
+
-
+
@@ -10709,80 +10735,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
-
+
-
-
-
-
-
-
+
+
+
+
-
+
-
+
-
-
+
@@ -10806,62 +10826,77 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
+
+ TurtleRouterDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_bg.qm b/retroshare-gui/src/lang/retroshare_bg.qm
index 3a26fab75..9499946bd 100644
Binary files a/retroshare-gui/src/lang/retroshare_bg.qm and b/retroshare-gui/src/lang/retroshare_bg.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_bg.ts b/retroshare-gui/src/lang/retroshare_bg.ts
index 8d81afa3d..2c864dfdd 100644
--- a/retroshare-gui/src/lang/retroshare_bg.ts
+++ b/retroshare-gui/src/lang/retroshare_bg.ts
@@ -850,48 +850,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
Изберете сертификат
-
+
-
+
@@ -900,28 +900,28 @@ p, li { white-space: pre-wrap; }
Сертификати (*.pqi *.pem)
-
+
-
-
+
+
RetroShare
-
+
-
+
-
+
@@ -1644,57 +1644,57 @@ Available: %3
ConclusionPage
-
+
Нов приятел
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -2677,22 +2677,22 @@ p, li { white-space: pre-wrap; }
CryptoPage
-
+
RetroShare
-
+
-
+
-
+
@@ -3120,12 +3120,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
-
+
@@ -3362,6 +3362,7 @@ p, li { white-space: pre-wrap; }
+
@@ -3382,16 +3383,21 @@ p, li { white-space: pre-wrap; }
-
+
-
+
+
+
+
+
+
@@ -3414,57 +3420,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -5037,68 +5043,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Мрежа
-
+
Приятели
-
+
Трансфер
-
+
Съобщения
-
+
Канали
-
+
-
+
-
+
-
+
Настройки
-
+
Скриване
-
+
Показване
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
@@ -5138,12 +5144,12 @@ p, li { white-space: pre-wrap; }
-
+
Търсене
-
+
Файлове
@@ -5152,52 +5158,52 @@ p, li { white-space: pre-wrap; }
Добавяне на директория за споделяне
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Помощ
@@ -5207,22 +5213,22 @@ p, li { white-space: pre-wrap; }
За програмата
-
+
-
+
-
+
-
+
@@ -5231,17 +5237,17 @@ p, li { white-space: pre-wrap; }
Настройки
-
+
-
+
-
+
@@ -5342,12 +5348,12 @@ p, li { white-space: pre-wrap; }
От
-
+
Размер
-
+
-
-
-
+
+
+
Входяща кутия
-
-
-
+
+
+
Изходяща кутия
-
-
-
+
+
+
Чернови
-
+
Изпратени
-
-
+
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
@@ -5503,17 +5509,17 @@ p, li { white-space: pre-wrap; }
Изтегляне на всички
-
+
-
+
Име на файл
-
+
Източници
@@ -5581,42 +5587,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -5633,27 +5646,22 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
-
-
-
-
-
+
-
+
-
+
@@ -5767,6 +5775,24 @@ p, li { white-space: pre-wrap; }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
MessengerDirModel
@@ -6989,13 +7015,13 @@ p, li { white-space: pre-wrap; }
-
-
+
+
-
-
+
+
@@ -8655,13 +8681,13 @@ p, li { white-space: pre-wrap; }
-
-
+
+
-
-
+
+
@@ -9454,7 +9480,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Сваляне
@@ -9469,93 +9495,93 @@ p, li { white-space: pre-wrap; }
<p style=" 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>
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
@@ -9724,22 +9750,22 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
@@ -10111,22 +10137,22 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
RetroShare
@@ -10136,37 +10162,37 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Неуспешно зареждане на сертификат
@@ -10220,12 +10246,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Отказ
-
+
Изчистване на готовите
@@ -10369,132 +10395,132 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
RetroShare
-
+
-
+
-
+
-
+
@@ -10521,80 +10547,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
+
+
-
+
-
-
-
-
-
-
+
+
+
+
-
+
-
+
-
-
+
@@ -10618,62 +10638,77 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
+
+ TurtleRouterDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_da.qm b/retroshare-gui/src/lang/retroshare_da.qm
index 8736d9563..27bcf6453 100644
Binary files a/retroshare-gui/src/lang/retroshare_da.qm and b/retroshare-gui/src/lang/retroshare_da.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_da.ts b/retroshare-gui/src/lang/retroshare_da.ts
index 9b1b962e6..39241c02a 100644
--- a/retroshare-gui/src/lang/retroshare_da.ts
+++ b/retroshare-gui/src/lang/retroshare_da.ts
@@ -217,7 +217,7 @@ p, li { white-space: pre-wrap; }
-
+ Søg
@@ -275,12 +275,12 @@ p, li { white-space: pre-wrap; }
-
+ Skjul
-
+ Vis
@@ -288,6 +288,14 @@ p, li { white-space: pre-wrap; }
RetroShare
+
+
+ Overførsler
+
+
+
+ Beskeder
+
@@ -503,12 +511,12 @@ p, li { white-space: pre-wrap; }
-
+ udvide
-
+ Om
@@ -701,7 +709,7 @@ p, li { white-space: pre-wrap; }
-
+ udvide
@@ -711,7 +719,7 @@ p, li { white-space: pre-wrap; }
-
+ Skjul
@@ -739,7 +747,7 @@ p, li { white-space: pre-wrap; }
-
+ Navn:
@@ -784,7 +792,7 @@ p, li { white-space: pre-wrap; }
-
+ Fjerne
@@ -803,48 +811,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
-
+
-
+
-
-
+
+
-
+
-
+
Gennemse
-
+
Vælg certifikat
-
+
-
+
@@ -853,28 +861,28 @@ p, li { white-space: pre-wrap; }
Certifikater (*.pqi *.pem)
-
+
-
-
+
+
RetroShare
-
+
-
+
-
+
@@ -1292,7 +1300,7 @@ p, li { white-space: pre-wrap; }
-
+ udvide
@@ -1318,7 +1326,7 @@ p, li { white-space: pre-wrap; }
-
+ Skjul
@@ -1351,7 +1359,7 @@ p, li { white-space: pre-wrap; }
-
+ udvide
@@ -1547,12 +1555,12 @@ p, li { white-space: pre-wrap; }
-
+ Opret en ny kanal
-
+ Ny kanal
@@ -1587,57 +1595,57 @@ Available: %3
ConclusionPage
-
+
Bliv venner
-
+
Oplysninger om din ven:
-
+
-
+
-
+
-
+
-
+
-
+
Peer Detaljer
-
+
Navn:
-
+
-
+
@@ -1785,7 +1793,7 @@ p, li { white-space: pre-wrap; }
-
+ Eksterne Adresse
@@ -1926,7 +1934,7 @@ p, li { white-space: pre-wrap; }
-
+ Navn:
@@ -2089,7 +2097,7 @@ p, li { white-space: pre-wrap; }
-
+ Vedhæftede filer
@@ -2433,7 +2441,7 @@ p, li { white-space: pre-wrap; }
-
+ Vedhæftede filer
@@ -2628,24 +2636,24 @@ p, li { white-space: pre-wrap; }
CryptoPage
-
+
RetroShare
-
+
Din offentlige nøgle kopieres til Udklipsholder, indsætte og sende det til din ven via email eller på anden måde
-
+
Gem som...
-
+
-
+ RetroShare Certificate (*.rsc); Alle filer (*)
@@ -2984,12 +2992,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
-
+
@@ -3216,6 +3224,7 @@ p, li { white-space: pre-wrap; }
+
@@ -3236,16 +3245,21 @@ p, li { white-space: pre-wrap; }
+
+
+
+
+
Antal kilder:
-
+
Chunk strategi:
-
+
@@ -3260,57 +3274,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -3414,7 +3428,7 @@ p, li { white-space: pre-wrap; }
-
+ udvide
@@ -3490,7 +3504,7 @@ p, li { white-space: pre-wrap; }
-
+ udvide
@@ -3757,7 +3771,7 @@ p, li { white-space: pre-wrap; }
-
+ Udskriv
@@ -3929,7 +3943,7 @@ p, li { white-space: pre-wrap; }
-
+ Slet
@@ -4111,7 +4125,7 @@ p, li { white-space: pre-wrap; }
-
+ Vedhæftede filer
@@ -4278,7 +4292,7 @@ p, li { white-space: pre-wrap; }
-
+ Søg
@@ -4696,7 +4710,7 @@ p, li { white-space: pre-wrap; }
-
+ Vis
@@ -4787,163 +4801,163 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Netværk
-
+
Venner
-
+
Overførsler
-
+
Beskeder
-
+
Kanaler
-
+
Indstillinger
-
+
Skjul
-
+
Vis
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
-
+
-
+
Søg
-
+
Filer
-
+
-
+
Vis/Skjul
-
+
&Afslut
-
+
Du har en ny besked
-
+
Båndbredde graf
-
+
Åbn Messenger
-
+
-
+
Minimer
-
+
Maksimer
-
+
-
+
-
+
Hjælp
-
+
-
+
-
+
Åbn Beskeder
-
+
Ansøgninger
-
+
-
+
Virkelig holde op?
-
+
Vil du virkelig afslutte RetroShare?
@@ -5080,7 +5094,7 @@ p, li { white-space: pre-wrap; }
Fra
-
+
Størrelse
@@ -5089,7 +5103,7 @@ p, li { white-space: pre-wrap; }
Hent alle
-
+
Udskriv dokument
@@ -5157,42 +5171,49 @@ p, li { white-space: pre-wrap; }
udvide
-
+
+
+
+
+ Anonym
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
Gem som...
-
+
@@ -5255,28 +5276,28 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Indbakke
-
-
-
+
+
+
Udbakke
-
-
-
+
+
+
Udkast til
-
+
Sendte
@@ -5297,27 +5318,26 @@ p, li { white-space: pre-wrap; }
Vedhæftede filer
-
+
Om:
-
+
Fra:
-
- Dato:
+ Dato:
-
+
Til:
-
+
-
+
-
+
Filnavn
-
+
Kilder
-
+
-
-
+
+
Udskriv...
-
+
Udskriftsvisning
-
-
+
+
Knapper Icon Kun
-
+
Knapper Tekst Udover Icon
-
+
-
+
-
+
-
+
Gem som...
@@ -5442,7 +5462,7 @@ p, li { white-space: pre-wrap; }
-
+ Beskeder
@@ -5457,19 +5477,37 @@ p, li { white-space: pre-wrap; }
-
+ Fjerne
-
+ Udskriv
Udskriftsvisning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
MessengerDirModel
@@ -5527,7 +5565,7 @@ p, li { white-space: pre-wrap; }
-
+ Fjern kollega Beliggenhed
@@ -5551,7 +5589,7 @@ p, li { white-space: pre-wrap; }
-
+ Beliggenhed:
@@ -5573,7 +5611,7 @@ p, li { white-space: pre-wrap; }
-
+ Gem certifikat
@@ -5583,7 +5621,7 @@ p, li { white-space: pre-wrap; }
-
+ Ven ikke online
@@ -5699,10 +5737,30 @@ p, li { white-space: pre-wrap; }
MsgFeed
+
+
+ Indbakke
+
+
+
+ Udbakke
+
+
+
+ Sendte
+
+
+
+ Alle
+
Dato
+
+
+ Om
+
MsgItem
@@ -5724,7 +5782,7 @@ p, li { white-space: pre-wrap; }
-
+ udvide
@@ -5734,7 +5792,7 @@ p, li { white-space: pre-wrap; }
-
+ Besvar Besked
@@ -6056,7 +6114,7 @@ Right-click and select 'make friend' to be able to connect.
-
+ Ukendt
@@ -6245,7 +6303,7 @@ p, li { white-space: pre-wrap; }
-
+ Tilføj ven
@@ -6373,7 +6431,7 @@ p, li { white-space: pre-wrap; }
-
+ Kanaler
@@ -6393,7 +6451,7 @@ p, li { white-space: pre-wrap; }
-
+ Beskeder
@@ -6530,7 +6588,7 @@ p, li { white-space: pre-wrap; }
-
+ udvide
@@ -6560,7 +6618,7 @@ p, li { white-space: pre-wrap; }
-
+ Navn:
@@ -6598,14 +6656,18 @@ p, li { white-space: pre-wrap; }
Online: 0 | Venner: 0 | Netværk: 0
-
-
-
+
+
+
+
+
+
+
+
-
- Venner:
+ Venner:
@@ -6973,6 +7035,17 @@ p, li { white-space: pre-wrap; }
Ryd Chatoversigt
+
+ PeersFeed
+
+
+ Venner
+
+
+
+ Gem certifikat
+
+
PhotoDialog
@@ -6988,7 +7061,7 @@ p, li { white-space: pre-wrap; }
-
+ Fjerne
@@ -7003,7 +7076,7 @@ p, li { white-space: pre-wrap; }
-
+ Gennemsnit
@@ -7128,7 +7201,7 @@ p, li { white-space: pre-wrap; }
-
+ Dato:
@@ -7477,7 +7550,7 @@ p, li { white-space: pre-wrap; }
-
+ Udskriv
@@ -7530,7 +7603,7 @@ p, li { white-space: pre-wrap; }
-
+ Profil
@@ -7656,7 +7729,7 @@ p, li { white-space: pre-wrap; }
-
+ Profil Vis
@@ -7973,7 +8046,7 @@ p, li { white-space: pre-wrap; }
-
+ Quick Start Guiden
@@ -8107,7 +8180,7 @@ p, li { white-space: pre-wrap; }
-
+ Mapper
@@ -8181,17 +8254,17 @@ p, li { white-space: pre-wrap; }
-
+ Vælg en mappe Share
-
+ Delt Directory tilføjet!
-
+ Vil du virkelig ønsker at holde op med at dele denne mappe?
@@ -8265,40 +8338,48 @@ p, li { white-space: pre-wrap; }
<strong>Ned:</strong> 0.00 (kB/s) | <strong>Op:</strong> 0.00 (kB/s)
-
-
- Ned:
+
+
+ <strong>Ned:</strong>
+
+
+
+
+ <strong>Op:</strong>
+
+
+
+ Ned:
-
- Op:
+ Op:
RemoteDirModel
-
+
Venner mapper
-
+
Min mapper
-
+
Størrelse
-
+
Del Type
-
+
@@ -8307,7 +8388,7 @@ p, li { white-space: pre-wrap; }
Placering
-
+
Alder
@@ -8317,7 +8398,17 @@ p, li { white-space: pre-wrap; }
-
+
+
+ Filer
+
+
+
+
+
+
+
+
@@ -8570,8 +8661,12 @@ p, li { white-space: pre-wrap; }
+
+
+
+
- Ryd alle Søgeresultater
+ Ryd alle Søgeresultater
@@ -8959,7 +9054,7 @@ p, li { white-space: pre-wrap; }
-
+ Mapper
@@ -8986,98 +9081,98 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
-
+
Kontrol ...
-
+
Check-filer
-
+
Kopier retroshare Link
-
+
-
+
Anbefal (Automated besked) At
-
+
Anbefal en besked til
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
Åben fil
-
+
Åben mappe
-
+
Sæt kommando for åbning af denne fil
-
+
<strong>Min Delte filer</strong>
-
+
<strong>Venner Filer</strong>
-
+
<strong>Filer</strong>
@@ -9263,22 +9358,22 @@ p, li { white-space: pre-wrap; }
Navn (GPG Id) - placering:
-
+
Log ind Manglende
-
+
Måske password er forkert
-
+
Opret en ny Profil
-
+
Dette vil generere en ny profil
@@ -9599,7 +9694,7 @@ p, li { white-space: pre-wrap; }
-
+ udvide
@@ -9643,22 +9738,22 @@ p, li { white-space: pre-wrap; }
Teksten nedenfor er din PGP-certifikat. Du er nødt til at give den til din ven
-
+
Please, indsæt dine venner PGP certifikat i boksen nedenfor
-
+
Din Cert er kopieret til klippebordet, indsætte og sende det til din ven via email eller på anden måde
-
+
Du kan kopiere denne tekst og send den til din ven via email eller på anden måde
-
+
RetroShare
@@ -9668,37 +9763,37 @@ p, li { white-space: pre-wrap; }
Tekst certifikat
-
+
Kopier Cert til klippebordet
-
+
Gem Cert i en fil
-
+
Kør E-mail-program
-
+
Connect Ven Hjælp
-
+
Gem som...
-
+
RetroShare Certificate (*.rsc); Alle filer (*)
-
+
Certifikat indlæsning fejlede
@@ -9752,12 +9847,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Annuller
-
+
Fjern faerdige
@@ -9838,71 +9933,66 @@ p, li { white-space: pre-wrap; }
-
+
Lege
-
+
-
+
Fortsæt
-
+
Åben mappe
-
+
Åben fil
-
+
Preview fil
-
+
Detaljer
-
+
-
+ Kopier retroshare Link
-
+
-
-
-
-
-
-
-
+
+
Langsommere
-
-
-
+
+
+
Gennemsnit
-
-
+
+
Hurtigere
@@ -9918,32 +10008,32 @@ p, li { white-space: pre-wrap; }
Download tid
-
+
Bevæger sig i kø ...
-
+
-
+
-
+
Chunk strategi
-
+
-
+
Kø
@@ -9953,62 +10043,67 @@ p, li { white-space: pre-wrap; }
Speed / Kø position
-
+
Ned
-
+
Op
-
+
-
+
Bund
-
+
+
+
+
+
+
Priority (Hastighed)...
-
+
Standset
-
+
Overførsel
-
+
RetroShare
-
+
Detaljer:
-
+
-
+
-
+
Er du sikker på at du vil annullere og slette disse filer?
@@ -10061,51 +10156,45 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
Mislykket
-
-
-
-
+
+
+
OK
-
-
-
+
+
Venter
-
+
-
-
-
-
-
-
+
+
+
+
Komplet
-
+
Ukendt
-
-
+
@@ -10129,62 +10218,77 @@ p, li { white-space: pre-wrap; }
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
+
+ TurtleRouterDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
TurtleRouterDialogForm
@@ -10261,7 +10365,7 @@ p, li { white-space: pre-wrap; }
-
+ Hjælp
@@ -10286,7 +10390,7 @@ p, li { white-space: pre-wrap; }
-
+ Afslut
diff --git a/retroshare-gui/src/lang/retroshare_de.qm b/retroshare-gui/src/lang/retroshare_de.qm
index 328fc8342..61cdd5929 100644
Binary files a/retroshare-gui/src/lang/retroshare_de.qm and b/retroshare-gui/src/lang/retroshare_de.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_de.ts b/retroshare-gui/src/lang/retroshare_de.ts
index 830d7ec14..622c3b224 100644
--- a/retroshare-gui/src/lang/retroshare_de.ts
+++ b/retroshare-gui/src/lang/retroshare_de.ts
@@ -274,6 +274,18 @@ p, li { white-space: pre-wrap; }
+
+
+ Nachbarn
+
+
+
+ Transfers
+
+
+
+ Nachrichten
+
@@ -815,7 +827,7 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Zertifikat-Dateien
@@ -824,43 +836,43 @@ p, li { white-space: pre-wrap; }
Verwenden Sie XPGP Zertifikate die in Dateien gespeichert wird.
-
+
Nutze PGP Dateien mit Zertifikaten.
-
+
Sie erstellen eine Datei mit dem ihrem Zertifikat und geben Sie es Ihren Freunden.
-
-
+
+
Exportiere mein Zertifikat...
-
+
Geben Sie den Pfad des Zertifikat's von ihmem Freund in das unten stehende Feld ein
-
+
Durchsuchen
-
+
Zertifikat auswählen
-
+
RetroShare Zertifikate
-
+
Nicht implementiert
@@ -869,23 +881,23 @@ p, li { white-space: pre-wrap; }
Zertifikate (*.pqi *.pem)
-
+
Bitte wählen sie ein Dateiname
-
-
+
+
-
+
Zertifikat-Datei erfolgreich erstellt
-
+
Zertifikat-Datei konnte nicht erstellt werden
@@ -894,7 +906,7 @@ p, li { white-space: pre-wrap; }
Fehler beim laden des Zertifikat's : Etwas stimmt nicht mit %1
-
+
Fehler beim laden des Zertifikat's: Datei %1 nicht gefunden
@@ -1589,42 +1601,42 @@ Verfügbar: %3
ConclusionPage
-
+
Als Freund wählen
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -1633,7 +1645,7 @@ Verfügbar: %3
Vertrauen:
-
+
Name:
@@ -1642,7 +1654,7 @@ Verfügbar: %3
Org:
-
+
Stadt:
@@ -1651,7 +1663,7 @@ Verfügbar: %3
Land:
-
+
Unterzeichner
@@ -2690,22 +2702,22 @@ p, li { white-space: pre-wrap; }
CryptoPage
-
+
-
+
Dein Öffentlicher Schlüssel ist in die Zwischenablage Kopiert worden.
-
+
Speichern als...
-
+
@@ -3063,12 +3075,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
-
+
@@ -3299,6 +3311,7 @@ p, li { white-space: pre-wrap; }
+
@@ -3319,16 +3332,21 @@ p, li { white-space: pre-wrap; }
+
+
+
+
+
Quellen:
-
+
Block Strategie:
-
+
Transfer Typ:
@@ -3336,57 +3354,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -5006,68 +5024,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Netzwerk
-
+
Freunde
-
+
Transfers
-
+
Nachrichten
-
+
Kanäle
-
+
Blogs
-
+
Du has eine neue Nachricht
-
+
Interener Fehler
-
+
Optionen
-
+
Verbergen
-
+
Zeigen
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
@@ -5107,12 +5125,12 @@ p, li { white-space: pre-wrap; }
Schnellstart Assistent
-
+
Suchen
-
+
Dateien
@@ -5126,22 +5144,22 @@ p, li { white-space: pre-wrap; }
Messenger
-
+
Anzeigen/Verbergen
-
+
&Schliessen
-
+
Bandbreiten-Graph
-
+
Öffne Messenger
@@ -5155,22 +5173,22 @@ p, li { white-space: pre-wrap; }
Schliessen
-
+
Minimieren
-
+
Maximieren
-
+
Verknüpfungs-Wolke
-
+
unfertig
@@ -5196,7 +5214,7 @@ p, li { white-space: pre-wrap; }
SMPlayer
-
+
Hilfe
@@ -5210,27 +5228,27 @@ p, li { white-space: pre-wrap; }
Über
-
+
News Feed
-
+
Foren
-
+
-
+
Öffne Nachrichten
-
+
@@ -5239,17 +5257,17 @@ p, li { white-space: pre-wrap; }
Einstellungen
-
+
-
+
Wollen Sie RetroShare wirklich beenden ?
-
+
@@ -5335,12 +5353,12 @@ p, li { white-space: pre-wrap; }
Von
-
+
Grösse
-
+
-
-
-
+
+
+
Posteingang
-
-
-
+
+
+
Postausgang
-
-
-
+
+
+
Entwürfe
-
+
Gesendet
-
-
+
+
Drucken...
-
+
Druck Vorschau
-
-
+
+
Buttons nur mit Icon
-
+
Button Text neben Icon
-
+
Buttons mit Text
-
+
Buttons Text unter dem Icon
-
+
Text unter dem Icon
-
+
Speichern als...
@@ -5484,7 +5502,7 @@ p, li { white-space: pre-wrap; }
Alle herunterladen
-
+
Dokument drucken
@@ -5495,37 +5513,36 @@ p, li { white-space: pre-wrap; }
Betreff
-
+
Betreff:
-
+
Von:
-
- Datum:
+ Datum:
-
+
An:
-
+
Dateiname
-
+
Quellen
-
+
Prüfsumme
@@ -5594,50 +5611,57 @@ p, li { white-space: pre-wrap; }
- Verbergen
+ Empfohlene Dateien ausblenden
- Erweitern
+ Empfohlene Dateien einblenden
-
+
+
+
+
+
+
+
+
Datei Anforderung
-
+
Die Datei wurde zur download liste hinzugefügt.
-
+
Datei Anforderung abgebrochen
-
+
Die datei wurde nich zu download list hinzugefügt, da sie es schon haben.
-
+
Datei Anforderung Fehler
-
+
Datei verknüpfung ist fehlerhaft.
-
+
Speichern als...
-
+
HTML-Dateien (*.htm *.html);;Alle Dateien (*)
@@ -5652,7 +5676,7 @@ p, li { white-space: pre-wrap; }
Allen antworten
-
+
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -7059,14 +7101,18 @@ p, li { white-space: pre-wrap; }
Online: 0 | Freunde: 0 | Netzwerk: 0
-
- Online:
-
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
+ <span style="color:#000000"><strong>Freunde:</strong></span>
+
+
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+ <span style="color:#0000FF"><strong>Online:</strong></span>
-
Friends:
- Freunde:
+ Freunde:
Network:
@@ -8603,7 +8649,7 @@ p, li { white-space: pre-wrap; }
Directory
-
+ Ordner
@@ -8755,14 +8801,14 @@ p, li { white-space: pre-wrap; }
-
- Down:
-
+
+ <strong>Down:</strong>
+
-
- Up:
-
+
+ <strong>Up:</strong>
+
@@ -8938,12 +8984,12 @@ p, li { white-space: pre-wrap; }
Copy retroshare Link
- Kopiere retroshare Link
+ Kopiere retroshare Link
Send retroshare Link
- Sende retroshare Link
+ Sende retroshare Link
@@ -8977,7 +9023,7 @@ p, li { white-space: pre-wrap; }
Folder
-
+ Ordner
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -9126,7 +9172,7 @@ p, li { white-space: pre-wrap; }
Directory
-
+ Ordner
@@ -9145,7 +9191,7 @@ p, li { white-space: pre-wrap; }
Search
- Suchen
+ Suchen
@@ -9577,7 +9623,7 @@ p, li { white-space: pre-wrap; }
Directory
-
+ Ordner
@@ -9626,7 +9672,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Herunterladen
@@ -9731,93 +9777,93 @@ p, li { white-space: pre-wrap; }
Prüfe Dateien
-
-
+
+
Open File
Datei öffnen
-
+
Open Folder
Verzeichniss öffnen
-
+
Set command for opening this file
Setze eine regel zum öffnen dieser Datei
-
+
Copy retroshare Link
Kopiere retroshare Link
-
+
Checking...
Überprüfe...
-
+
Check files
-
+
Send retroshare Link
Sende retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
+
<strong>My Shared Files</strong>
<strong>Meine Dateien</strong>
-
+
<strong>Friends Files</strong>
<strong>Dateien von Freunde</strong>
-
+
<strong>Files</strong>
<strong>Dateien</strong>
@@ -9987,22 +10033,22 @@ p, li { white-space: pre-wrap; }
Erstelle ein neues Profil
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10382,37 +10428,37 @@ p, li { white-space: pre-wrap; }
Der folgende Text ist Ihr PGP Zertifikat. Sie können es zu Ihrem Freund geben.
-
+
Save your Cert into a File
Zertifikat als Datei speichern
-
+
Please, paste your friends PGP certificate into the box below
Bitte fügen das PGP-Zertifikat von Ihre Freunde in das Feld unten ein
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
Save as...
Speichern als...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
You can copy this text and send it to your friend via email or some other way
Du kannst diesen Text kopieren und an deinen Freund senden mit email oder durch einen anderen weg
-
+
RetroShare
@@ -10434,12 +10480,12 @@ p, li { white-space: pre-wrap; }
Der folgende Text ist Ihr XPGP Zertifikat. Sie können es zu Ihrem Freund geben.
-
+
Copy your Cert to Clipboard
Kopiere dein Zertifikat in die Zwischenablage
-
+
Run Email program
Starte das Standard-Emailprogramm
@@ -10448,7 +10494,7 @@ p, li { white-space: pre-wrap; }
Bitte fügen das XPGP-Zertifikat von Ihre Freunde in das Feld unten ein
-
+
Connect Friend Help
@@ -10457,7 +10503,7 @@ p, li { white-space: pre-wrap; }
Sie können diesen Tex kopieren und senden, an Ihre Freund per E-Mail, ICQ oder andere Weise
-
+
Certificate Load Failed
Das Zertifikat konnte nicht geladen werden
@@ -10530,12 +10576,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Abbrechen
-
+
Clear Completed
Fertige ausblenden
@@ -10678,132 +10724,132 @@ p, li { white-space: pre-wrap; }
Übertragen
-
+
Play
Abspielen
-
+
Pause
Pause
-
+
Resume
Fortsetzen
-
+
Open Folder
Verzeichniss Öffnen
-
+
Open File
Datei öffnen
-
+
Preview File
Vorschau
-
+
Details...
-
+
Copy retroshare Link
Kopiere retroshare Link
-
+
Paste retroshare Link
retroshare Link Einfügen
-
+
View
- Anzeige
+ Anzeige
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
In Warteschleife
-
+
Paused
Pausiert
-
+
Transferring
Übertrage
-
+
RetroShare
-
+
Details:
-
+
Open Transfer
-
+
File %1 is not completed. If it is a media file, try to preview it.
Datei %1 ist nicht komplett. Wenn es eine Media datei ist dann versuche "Vorschau".
-
+
Are you sure that you want to cancel and delete these files?
Soll dieser Download wirklich abgebrochen und gelöscht werden?
@@ -10835,80 +10881,74 @@ p, li { white-space: pre-wrap; }
Prüfsumme
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
Gescheitert
-
-
-
-
+
+
+
Okay
OK
-
-
-
+
+
Waiting
Warte
-
+
Downloading
Ladend
-
-
-
-
-
-
+
+
+
+
Complete
Vollständig
-
+
Unknown
Unbekannt
-
+
version:
-
-
+
Uploading
Hochladend
@@ -10932,62 +10972,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
Anzeige: Ganzes Netzwerk
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts
index 61c4c0e05..f8cc880e9 100644
--- a/retroshare-gui/src/lang/retroshare_en.ts
+++ b/retroshare-gui/src/lang/retroshare_en.ts
@@ -741,74 +741,74 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1466,57 +1466,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2479,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 (*)
@@ -2828,12 +2828,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3060,6 +3060,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3080,16 +3081,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3097,57 +3103,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 ***
@@ -4589,163 +4595,163 @@ 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
-
+
Show/Hide
-
+
&Quit
-
+
You has a new message
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Internal Error
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -4862,7 +4868,7 @@ p, li { white-space: pre-wrap; }
-
+
Print Document
@@ -4930,42 +4936,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -4992,28 +5005,28 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
-
-
-
+
+
+
Outbox
-
-
-
+
+
+
Draft
-
+
Sent
@@ -5076,27 +5089,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5104,7 +5112,7 @@ p, li { white-space: pre-wrap; }
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5112,64 +5120,64 @@ p, li { white-space: pre-wrap; }
-
+
File Name
-
+
Size
-
+
Sources
-
+
Hash
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -5225,6 +5233,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -6167,13 +6193,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -7769,13 +7795,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -8465,98 +8491,98 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -8725,22 +8751,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -9096,22 +9122,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
@@ -9121,37 +9147,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
@@ -9205,12 +9231,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
-
+
Clear Completed
@@ -9291,71 +9317,66 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
- View
-
-
-
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
@@ -9371,32 +9392,32 @@ p, li { white-space: pre-wrap; }
-
+
Move in Queue...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
version:
-
+
Queued
@@ -9406,62 +9427,67 @@ p, li { white-space: pre-wrap; }
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
+ View
+
+
+
+
Priority (Speed)...
-
+
Paused
-
+
Transferring
-
+
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?
@@ -9510,51 +9536,45 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
-
+
Uploading
@@ -9578,62 +9598,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_es.qm b/retroshare-gui/src/lang/retroshare_es.qm
index 92ade5d32..b30cff632 100644
Binary files a/retroshare-gui/src/lang/retroshare_es.qm and b/retroshare-gui/src/lang/retroshare_es.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_es.ts b/retroshare-gui/src/lang/retroshare_es.ts
index 4bcaafdcb..187c164cb 100644
--- a/retroshare-gui/src/lang/retroshare_es.ts
+++ b/retroshare-gui/src/lang/retroshare_es.ts
@@ -859,48 +859,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Seleccionar el certificado
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -909,28 +909,28 @@ p, li { white-space: pre-wrap; }
Certificados (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1653,57 +1653,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Hacer a amigo
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2686,22 +2686,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 (*)
@@ -3149,12 +3149,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3388,6 +3388,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3408,16 +3409,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3436,57 +3442,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 ***
@@ -5069,68 +5075,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Red (Network Settings)
-
+
Friends
Amigos
-
+
Transfers
Transferencias
-
+
Messages
Email Mensajes
-
+
Channels
Canales
-
+
Blogs
-
+
You has a new message
-
+
Internal Error
-
+
Options
Opciones
-
+
Hide
Piel
-
+
Show
Demostración
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -5170,12 +5176,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Búsqueda
-
+
Files
Archivos del Biblioteca
@@ -5184,52 +5190,52 @@ p, li { white-space: pre-wrap; }
Agregar el directorio compartido
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
-
+
Help
Ayuda
@@ -5239,22 +5245,22 @@ p, li { white-space: pre-wrap; }
Sobre
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5263,17 +5269,17 @@ p, li { white-space: pre-wrap; }
Ajustes
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5374,12 +5380,12 @@ p, li { white-space: pre-wrap; }
De
-
+
Size
Tamaño
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5435,70 +5441,70 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
Email Inbox
-
-
-
+
+
+
Outbox
Email Outbox
-
-
-
+
+
+
Draft
Bosquejos
-
+
Sent
Email Enviado
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -5523,17 +5529,17 @@ p, li { white-space: pre-wrap; }
Descargar todos
-
+
Print Document
-
+
File Name
Nombre del archivo
-
+
Sources
Fuentes
@@ -5601,42 +5607,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -5653,27 +5666,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5681,7 +5689,7 @@ p, li { white-space: pre-wrap; }
-
+
Hash
@@ -5773,6 +5781,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -6938,13 +6964,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -8601,13 +8627,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -9388,7 +9414,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Transferencia directa (Download)
@@ -9400,93 +9426,93 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Archivos</span></p></body></html>
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9655,22 +9681,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10042,22 +10068,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -10067,37 +10093,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
La carga del certificado falló
@@ -10151,12 +10177,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Cancelación
-
+
Clear Completed
El claro acabó
@@ -10294,132 +10320,132 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
Paused
-
+
Transferring
-
+
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?
@@ -10446,80 +10472,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
Uploading
@@ -10543,62 +10563,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_fi.qm b/retroshare-gui/src/lang/retroshare_fi.qm
index 1ba58f652..b2bbfd72f 100644
Binary files a/retroshare-gui/src/lang/retroshare_fi.qm and b/retroshare-gui/src/lang/retroshare_fi.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_fi.ts b/retroshare-gui/src/lang/retroshare_fi.ts
index 47816d8fb..2a404d0b6 100644
--- a/retroshare-gui/src/lang/retroshare_fi.ts
+++ b/retroshare-gui/src/lang/retroshare_fi.ts
@@ -883,48 +883,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Valitse varmenne
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -933,28 +933,28 @@ p, li { white-space: pre-wrap; }
Varmenteet (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1692,57 +1692,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Tee ystäväksi
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2725,22 +2725,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 (*)
@@ -3184,12 +3184,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3419,6 +3419,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3439,16 +3440,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3471,57 +3477,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 ***
@@ -5555,68 +5561,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Verkko
-
+
Friends
Ystävät
-
+
Transfers
Siirrot
-
+
Messages
Viestit
-
+
Channels
Kanavat
-
+
Blogs
-
+
You has a new message
-
+
Internal Error
-
+
Options
Valinnat
-
+
Hide
Piilota
-
+
Show
Näytä
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -5656,12 +5662,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Etsi
-
+
Files
Tiedostot
@@ -5670,52 +5676,52 @@ p, li { white-space: pre-wrap; }
Lisää jaettu hakemisto
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
-
+
Help
Ohje
@@ -5725,22 +5731,22 @@ p, li { white-space: pre-wrap; }
Tietoja
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5749,17 +5755,17 @@ p, li { white-space: pre-wrap; }
Asetukset
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5860,12 +5866,12 @@ p, li { white-space: pre-wrap; }
Lähettäjä
-
+
Size
Koko
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5924,70 +5930,70 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
Saapuneet
-
-
-
+
+
+
Outbox
Lähtevät
-
-
-
+
+
+
Draft
Luonnokset
-
+
Sent
Lähetetyt
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -6018,17 +6024,17 @@ p, li { white-space: pre-wrap; }
Lataa kaikki
-
+
Print Document
-
+
File Name
Tiedoston nimi
-
+
Sources
Lähteet
@@ -6096,42 +6102,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -6148,27 +6161,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -6176,7 +6184,7 @@ p, li { white-space: pre-wrap; }
-
+
Hash
@@ -6286,6 +6294,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -7512,13 +7538,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -9178,13 +9204,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -9977,7 +10003,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Lataa
@@ -9992,93 +10018,93 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Tiedostot</span></p></body></html>
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -10247,22 +10273,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10634,22 +10660,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
@@ -10659,37 +10685,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
Varmenteen lataus epäonnistui
@@ -10743,12 +10769,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Peru
-
+
Clear Completed
Poista valmistuneet
@@ -10892,132 +10918,132 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
Paused
-
+
Transferring
-
+
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?
@@ -11044,80 +11070,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
Uploading
@@ -11141,62 +11161,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_fr.qm b/retroshare-gui/src/lang/retroshare_fr.qm
index dccc1f085..fd8d761a2 100644
Binary files a/retroshare-gui/src/lang/retroshare_fr.qm and b/retroshare-gui/src/lang/retroshare_fr.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_fr.ts b/retroshare-gui/src/lang/retroshare_fr.ts
index 94ffb1e2b..b6fe1e27c 100644
--- a/retroshare-gui/src/lang/retroshare_fr.ts
+++ b/retroshare-gui/src/lang/retroshare_fr.ts
@@ -1169,7 +1169,7 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
Fichiers Certificat
@@ -1178,43 +1178,43 @@ 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 à partir d'un fichier.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
Vous devez générer un fichier avec votre certificat et le donner à votre ami. Vous pouvez également utiliser un fichier créé auparavant.
-
-
+
+
Export my certificate...
Exporter mon certificat...
-
+
Specify path to your friend's certificate in the box below
Spécifiez le chemin du certificat de votre ami dans la boîte ci-dessous
-
+
Browse
Parcourir
-
+
Select Certificate
Choisir le certificat
-
+
RetroShare Certificates (*.rsc)
Certificats RetroShare (*.rsc)
-
+
Not implemented
Pas encore mis en place
@@ -1223,23 +1223,23 @@ p, li { white-space: pre-wrap; }
Certificats (*.pqi *.pem)
-
+
Please choose a filename
Veuillez spécifier un nom de fichier
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
Fichier certificat créé avec succès
-
+
Sorry, certificate file creation failed
Désolé, la création du certificat a échoué
@@ -1248,7 +1248,7 @@ p, li { white-space: pre-wrap; }
Le chargement du Certificat a échoué : Quelque chose cloche avec %1
-
+
Certificate Load Failed:file %1 not found
Le chargement du certificat a échoué : le fichier %1 n'a pas été trouvé
@@ -2192,32 +2192,32 @@ 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 :
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
@@ -2238,7 +2238,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 semblerai que votre ami ait déjà été enregistré. L'ajouter pourrait enregistrer son adresse IP.
@@ -2247,7 +2247,7 @@ Disponible : %3
Remplissez ici, les détails de votre ami
-
+
Peer details
Détails de la personne
@@ -2256,12 +2256,12 @@ Disponible : %3
Confiance :
-
+
Name:
Nom :
-
+
Loc:
Lieu :
@@ -2270,7 +2270,7 @@ Disponible : %3
Pays:
-
+
Signers
Lui font confiance :
@@ -3383,22 +3383,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 (*)
@@ -3907,12 +3907,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
Des erreurs sont survenues
-
+
Here is the error message:
Voici le message d'erreur :
@@ -4192,6 +4192,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -4212,16 +4213,21 @@ p, li { white-space: pre-wrap; }
+ Remaining:
+
+
+
+
Number of sources:
Nombre de sources :
-
+
Chunk strategy:
Méthode de chargement :
-
+
Transfer type:
Type de transfert :
@@ -4272,57 +4278,57 @@ p, li { white-space: pre-wrap; }
FofPage
-
+
Friends of friends
Amis de mes amis
-
+
Select now who you want to make friends with.
Veuillez selectionner avec qui vous souhaitez devenir ami.
-
+
Show me:
Montrer :
-
+
Any peer I've not signed
Toutes les personnes que je n'ai pas signée
-
+
Friends of my friends who already trust me
Amis de mes amis qui m'ont déjà accordé leur confiance
-
+
Signed peers showing as denied
Personnes signées montrées comme refusé
-
+
Peer name
Nom de la personne
-
+
Also signed by
Aussi signé par
-
+
Peer id
ID de la personne
-
+
Make friend with these peers
Devenir ami avec ces personnes
-
+
*** None ***
*** Aucune ***
@@ -6663,68 +6669,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Réseau
-
+
Friends
Amis
-
+
Transfers
Transferts
-
+
Messages
Messages
-
+
Channels
Canaux
-
+
Blogs
-
+
You has a new message
-
+
Internal Error
Erreur interne
-
+
Options
Options
-
+
Hide
Cacher
-
+
Show
Montrer
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -6764,12 +6770,12 @@ p, li { white-space: pre-wrap; }
Assistant démarrage rapide
-
+
Search
Recherche
-
+
Files
Fichiers
@@ -6783,52 +6789,52 @@ p, li { white-space: pre-wrap; }
Messenger
-
+
Show/Hide
Montrer/Cacher
-
+
&Quit
&Quitter
-
+
Bandwidth Graph
Bande passante
-
+
Open Messenger
Ouvrir Messenger
-
+
Minimize
Réduire
-
+
Maximize
Agrandir
-
+
Links Cloud
Nuage de Liens
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
Inachevé
-
+
Help
Aide
@@ -6838,22 +6844,22 @@ p, li { white-space: pre-wrap; }
A propos
-
+
News Feed
Fil d'actualité
-
+
Forums
Forums
-
+
Open Messages
Ouvrir Méssagerie
-
+
Applications
@@ -6866,17 +6872,17 @@ p, li { white-space: pre-wrap; }
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 ?
@@ -6976,12 +6982,12 @@ p, li { white-space: pre-wrap; }
De
-
+
Size
Taille
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -7043,70 +7049,70 @@ p, li { white-space: pre-wrap; }
Fichiers joints
-
-
-
+
+
+
Inbox
Boîte de réception
-
-
-
+
+
+
Outbox
Boîte d'envoi
-
-
-
+
+
+
Draft
Brouillons
-
+
Sent
Envoyés
-
-
+
+
Print...
Imprimer...
-
+
Print Preview
Aperçu avant impression
-
-
+
+
Buttons Icon Only
Icône seulement
-
+
Buttons Text Beside Icon
Texte à côté de l'icône
-
+
Buttons with Text
Icônes avec texte
-
+
Buttons Text Under Icon
Texte en dessous de l'icône
-
+
Set Text Under Icon
Définir le texte sous l'icône
-
+
Save As...
Enregistrer sous...
@@ -7137,17 +7143,17 @@ p, li { white-space: pre-wrap; }
Tout télécharger
-
+
Print Document
Imprimer le document
-
+
File Name
Nom du fichier
-
+
Sources
Sources
@@ -7215,42 +7221,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+ Anonymes
+
+
+
File Request Confirmation
Confirmer la demande de fichier
-
+
The file has been added to your download list.
Le fichier a été ajouté à votre liste de téléchargement.
-
+
File Request canceled
Annuler la demande de fichier
-
+
The file has not been added to your download list, because you already have it.
Le fichier n'a pas été ajouté à votre liste de téléchargement, car vous l'avez déjà.
-
+
File Request Error
Erreur de demande de fichier
-
+
The file link is malformed.
Le lien du fichier est corrompu.
-
+
Save as...
Enregistrer sous...
-
+
HTML-Files (*.htm *.html);;All Files (*)
Fichiers-HTML (*.htm *.html);;Tous les fichiers (*)
@@ -7271,27 +7284,26 @@ p, li { white-space: pre-wrap; }
Sujet
-
+
Subject:
Sujet :
-
+
From:
De :
-
Date:
- Date :
+ Date :
-
+
To:
à :
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -7302,7 +7314,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;">Téléchargez tous les fichiers recommandéss</p></body></html>
-
+
Hash
Hash
@@ -7462,6 +7474,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
Aperçu avant impression
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -9137,17 +9167,25 @@ p, li { white-space: pre-wrap; }
Online: 0 | Friends: 0 | Network: 0
- En-ligne : 0 | Amis : 0 | Réseau : 0
+ En-ligne : 0 | Amis : 0 | Réseau : 0
+
+
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
+ <span style="color:#000000"><strong>Amis :</strong></span>
+
+
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+ <span style="color:#0000FF"><strong>En-ligne :</strong></span>
-
Online:
- En-ligne :
+ En-ligne :
-
Friends:
- Amis :
+ Amis :
Network:
@@ -10985,17 +11023,25 @@ p, li { white-space: pre-wrap; }
<strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s)
- <strong>Réception :</strong> 0.00 (kB/s) | <strong>Emission :</strong> 0.00 (kB/s)
+ <strong>Réception :</strong> 0.00 (kB/s) | <strong>Emission :</strong> 0.00 (kB/s)
+
+
+
+ <strong>Down:</strong>
+ <strong>Réception : </strong>
+
+
+
+ <strong>Up:</strong>
+ <strong>Emission : </strong>
-
Down:
- Réception :
+ Réception :
-
Up:
- Emission :
+ Emission :
@@ -12009,7 +12055,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Télécharger
@@ -12036,68 +12082,68 @@ p, li { white-space: pre-wrap; }
Message ami
-
-
+
+
Open File
Ouvrir le fichier
-
+
Open Folder
Ouvrir le dossier
-
+
Set command for opening this file
Définir une commande d'ouverture pour ce fichier
-
+
Copy retroshare Link
Copier le lien RetroShare
-
+
Checking...
Vérification en cours...
-
+
Check files
Vérifier les fichiers
-
+
Send retroshare Link
Evoyer un lien RetroShare
-
+
Recommend (Automated message) To
Recommender (Message automatique) à
-
+
Recommend in a message to
Recommender dans un message à
-
+
Copy retroshare Links to Clipboard
Copier le lien retroshare
-
+
Copy retroshare Links to Clipboard (HTML)
Copier le lien retroshare
-
+
Send retroshare Links
Evoyer un lien retroshare
-
+
Send retroshare Links (HTML)
Envoyer le lien RetroShare (html)
@@ -12106,12 +12152,12 @@ p, li { white-space: pre-wrap; }
Envoyer le lien RetroShare dans le Chat public
-
+
Send retroshare Links to Cloud
Envoyer le lien RetroShare dans le nuage de liens
-
+
Add Links to Cloud
@@ -12132,17 +12178,17 @@ p, li { white-space: pre-wrap; }
Ajouter le lien dans le nuage de liens
-
+
<strong>My Shared Files</strong>
<strong>Mes fichiers partagés</strong>
-
+
<strong>Friends Files</strong>
<strong>Les fichiers de mes amis</strong>
-
+
<strong>Files</strong>
<strong>Fichiers</strong>
@@ -12383,22 +12429,22 @@ p, li { white-space: pre-wrap; }
Mot de passe :
-
+
Login Failure
Connexion échouée
-
+
Maybe password is wrong
Le mot de passe est peut-être incorrect
-
+
Create a New Profil
Créer un nouveau profil
-
+
This will generate a new Profile
Are you sure you want to continue
Ceci generera un nouveau profil.
@@ -12779,42 +12825,42 @@ p, li { white-space: pre-wrap; }
Le texte suivant est votre certificat PGP. Vous devez le fournir à vos amis
-
+
Save your Cert into a File
Enregistrer votre certificat dans un fichier
-
+
Please, paste your friends PGP certificate into the box below
Veuillez coller le certificat PGP de votre ami dans la case çi-dessous
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
Votre certificat a été copié dans le presse-papiers, collez-le et envoyez-le par courrier electronique ou par tout autre moyen
-
+
Save as...
Enregistrer sous...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
Certificat RetroShare (*.rsc);; Tous les fichiers (*)
-
+
Copy your Cert to Clipboard
Copier le certificat dans le presse-papiers
-
+
You can copy this text and send it to your friend via email or some other way
Vous pouvez copier ce texte et l'envoyer à vos amis par courrier électronique ou par tout autre moyen
-
+
RetroShare
RetroShare
@@ -12832,7 +12878,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
@@ -12841,7 +12887,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
@@ -12850,7 +12896,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é
@@ -12951,12 +12997,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Annuler
-
+
Clear Completed
Effacer les fichiers terminés
@@ -13130,57 +13176,57 @@ p, li { white-space: pre-wrap; }
Transféré
-
+
Play
Lecture
-
+
Pause
En pause
-
+
Resume
Reprendre
-
+
Open Folder
Ouvrir le dossier
-
+
Open File
Ouvrir le fichier
-
+
Preview File
Prévisualiser
-
+
Details...
Détails...
-
+
Copy retroshare Link
Copier le lien RetroShare
-
+
Paste retroshare Link
Coller le lien RetroShare
-
+
View
Affichage
-
+
Move in Queue...
@@ -13189,21 +13235,21 @@ p, li { white-space: pre-wrap; }
Purger la file d'attente
-
-
+
+
Slower
Basse
-
-
-
+
+
+
Average
Normale
-
-
+
+
Faster
Plus rapide
@@ -13237,70 +13283,65 @@ 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
Termine
-
+
Unknown
Inconnu
-
+
version:
Version :
-
+
Queued
En file d'attente
@@ -13310,68 +13351,67 @@ p, li { white-space: pre-wrap; }
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Paused
-
+
Transferring
Transfert
-
-
+
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 ?
@@ -13395,58 +13435,58 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
Afficher : réseau entier
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
Totale
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
@@ -13465,6 +13505,18 @@ bloquera ce dernier.
Stop handling this hash
Arrêter le hash manuel
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_gr.qm b/retroshare-gui/src/lang/retroshare_gr.qm
index 09ee881f2..f7334814d 100644
Binary files a/retroshare-gui/src/lang/retroshare_gr.qm and b/retroshare-gui/src/lang/retroshare_gr.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_gr.ts b/retroshare-gui/src/lang/retroshare_gr.ts
index 606fd2f02..caaf69eb1 100644
--- a/retroshare-gui/src/lang/retroshare_gr.ts
+++ b/retroshare-gui/src/lang/retroshare_gr.ts
@@ -859,48 +859,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -909,28 +909,28 @@ p, li { white-space: pre-wrap; }
Certificates (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1653,57 +1653,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
κατασκευή φίλος
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2686,22 +2686,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 (*)
@@ -3149,12 +3149,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3388,6 +3388,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3408,16 +3409,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3436,57 +3442,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 ***
@@ -5292,68 +5298,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
δικτυωτό
-
+
Friends
φιλική συζήτηση συν φίλος
-
+
Transfers
έμβασμα
-
+
Messages
μήνυμα
-
+
Channels
κανάλι
-
+
Blogs
-
+
You has a new message
-
+
Internal Error
-
+
Options
δικαίωμα εκλογής
-
+
Hide
Hide
-
+
Show
Show
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -5393,12 +5399,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
ερευνώ
-
+
Files
λίμα
@@ -5407,52 +5413,52 @@ p, li { white-space: pre-wrap; }
προσθέτω μερίδα διευθηντήριο
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
-
+
Help
Help
@@ -5462,22 +5468,22 @@ p, li { white-space: pre-wrap; }
About
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5486,17 +5492,17 @@ p, li { white-space: pre-wrap; }
Settings
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5597,12 +5603,12 @@ p, li { white-space: pre-wrap; }
από
-
+
Size
μέγεθος
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5658,70 +5664,70 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
Email-Inbox
-
-
-
+
+
+
Outbox
Email-Outbox
-
-
-
+
+
+
Draft
νομοσχέδιο
-
+
Sent
Email-Sent
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -5746,17 +5752,17 @@ p, li { white-space: pre-wrap; }
Download All
-
+
Print Document
-
+
File Name
File Name
-
+
Sources
Sources
@@ -5824,42 +5830,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -5876,27 +5889,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5904,7 +5912,7 @@ p, li { white-space: pre-wrap; }
-
+
Hash
@@ -5999,6 +6007,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -7173,13 +7199,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -8836,13 +8862,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -9619,7 +9645,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Download
@@ -9631,93 +9657,93 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Files</span></p></body></html>
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9886,22 +9912,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10273,22 +10299,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -10298,37 +10324,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
πτυχίο γεμίζω αποτυχημένος
@@ -10382,12 +10408,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Cancel
-
+
Clear Completed
Clear Completed
@@ -10525,132 +10551,132 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
Paused
-
+
Transferring
-
+
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?
@@ -10677,80 +10703,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
Uploading
@@ -10774,62 +10794,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_it.qm b/retroshare-gui/src/lang/retroshare_it.qm
index 22a7a8135..08055147e 100644
Binary files a/retroshare-gui/src/lang/retroshare_it.qm and b/retroshare-gui/src/lang/retroshare_it.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_it.ts b/retroshare-gui/src/lang/retroshare_it.ts
index 46924fbda..e4514fa1e 100644
--- a/retroshare-gui/src/lang/retroshare_it.ts
+++ b/retroshare-gui/src/lang/retroshare_it.ts
@@ -863,48 +863,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Selezionare il certificato
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -913,28 +913,28 @@ p, li { white-space: pre-wrap; }
Certificati (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1657,57 +1657,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Fare l'amico
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2690,22 +2690,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 (*)
@@ -3153,12 +3153,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3392,6 +3392,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3412,16 +3413,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3444,57 +3450,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 ***
@@ -5077,68 +5083,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Regolazioni della rete
-
+
Friends
Messaggio un amico
-
+
Transfers
Trasferimenti
-
+
Messages
Email
-
+
Channels
Scanalature
-
+
Blogs
-
+
You has a new message
-
+
Internal Error
-
+
Options
Opzioni
-
+
Hide
Pellame
-
+
Show
Esposizione
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -5178,12 +5184,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Ricerca
-
+
Files
Lime
@@ -5192,52 +5198,52 @@ p, li { white-space: pre-wrap; }
Aggiungere l'indice comune
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
-
+
Help
Aiuto
@@ -5247,22 +5253,22 @@ p, li { white-space: pre-wrap; }
About
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5271,17 +5277,17 @@ p, li { white-space: pre-wrap; }
Regolazioni
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5382,12 +5388,12 @@ p, li { white-space: pre-wrap; }
Da
-
+
Size
Formato
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5443,70 +5449,70 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
Email-Inbox
-
-
-
+
+
+
Outbox
Email-Outbox
-
-
-
+
+
+
Draft
Brutta copia
-
+
Sent
Email-Sent
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -5531,17 +5537,17 @@ p, li { white-space: pre-wrap; }
Download All: Trasferire tutti dal sistema centrale verso i satelliti
-
+
Print Document
-
+
File Name
Nome di lima
-
+
Sources
Fonti
@@ -5609,42 +5615,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -5661,27 +5674,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5689,7 +5697,7 @@ p, li { white-space: pre-wrap; }
-
+
Hash
@@ -5792,6 +5800,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -6963,13 +6989,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -8626,13 +8652,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -9413,7 +9439,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Download
@@ -9425,93 +9451,93 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Files</span></p></body></html>
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9680,22 +9706,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10067,22 +10093,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -10092,37 +10118,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
Il carico del certificato è venuto a mancare
@@ -10176,12 +10202,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Annullamento
-
+
Clear Completed
La radura ha completato
@@ -10319,132 +10345,132 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
Paused
-
+
Transferring
-
+
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?
@@ -10471,80 +10497,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
Uploading
@@ -10568,62 +10588,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_ja_JP.qm b/retroshare-gui/src/lang/retroshare_ja_JP.qm
index 37b024269..9d80c7169 100644
Binary files a/retroshare-gui/src/lang/retroshare_ja_JP.qm and b/retroshare-gui/src/lang/retroshare_ja_JP.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_ja_JP.ts b/retroshare-gui/src/lang/retroshare_ja_JP.ts
index b0b56d7ad..41631af8a 100644
--- a/retroshare-gui/src/lang/retroshare_ja_JP.ts
+++ b/retroshare-gui/src/lang/retroshare_ja_JP.ts
@@ -844,48 +844,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
証明書ファイル
-
+
Use PGP certificates saved in files.
ファイルに保存された PGP 証明書を使用.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
あなたの証明書でファイルを生成する必要があり、そのファイルをあなたの友達に渡してください また、以前に生成したファイルも使用できます.
-
-
+
+
Export my certificate...
あなたの証明書をエクスポート...
-
+
Specify path to your friend's certificate in the box below
下のボックスにあなたの友達の証明書のパスを指定してください
-
+
Browse
ブラウズ
-
+
Select Certificate
証明書を選択
-
+
RetroShare Certificates (*.rsc)
RetroShare 証明書 (*.rsc)
-
+
Not implemented
未実装
@@ -894,28 +894,28 @@ p, li { white-space: pre-wrap; }
証明書 (*.pqi *.pem)
-
+
Please choose a filename
ファイル名を選択してください
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
証明書ファイルの作成に成功しました
-
+
Sorry, certificate file creation failed
証明書ファイルの作成に失敗しました
-
+
Certificate Load Failed:file %1 not found
証明書の読み込みに失敗: ファイル %1 が見つかりません
@@ -1604,57 +1604,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
友達になる
-
+
Details about your friend :
友達についての詳細:
-
+
Key validity:
キーの有効性:
-
+
Email:
Eメール:
-
+
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
署名者
@@ -2685,22 +2685,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); すべてのファイル (*)
@@ -3050,12 +3050,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
エラーが発生しました
-
+
Here is the error message:
エラーメッセージ:
@@ -3286,6 +3286,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3306,16 +3307,21 @@ p, li { white-space: pre-wrap; }
+ Remaining:
+
+
+
+
Number of sources:
ソースの数:
-
+
Chunk strategy:
チャンクの方針:
-
+
Transfer type:
転送の種類:
@@ -3323,57 +3329,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
ピア ID
-
+
Make friend with these peers
これらのピアと友達になる
-
+
*** None ***
*** なし ***
@@ -4973,68 +4979,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
ネットワーク
-
+
Friends
友達
-
+
Transfers
転送
-
+
Messages
メッセージ
-
+
Channels
チャネル
-
+
Blogs
ブログ
-
+
You has a new message
新しいメッセージがあります
-
+
Internal Error
内部エラー
-
+
Options
オプション
-
+
Hide
非表示
-
+
Show
表示
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -5074,12 +5080,12 @@ p, li { white-space: pre-wrap; }
クィック スタート ウィザード
-
+
Search
検索
-
+
Files
ファイル
@@ -5088,52 +5094,52 @@ p, li { white-space: pre-wrap; }
共用登録簿を加えなさい
-
+
Show/Hide
表示/非表示
-
+
&Quit
終了 (&Q)
-
+
Bandwidth Graph
帯域グラフ
-
+
Open Messenger
メッセンジャーを開く
-
+
Minimize
最小化
-
+
Maximize
最大化
-
+
Links Cloud
リンク クラウド
-
+
RetroShare %1 a secure decentralised communication platform
RetroShare %1 セキュアで分散型のコミュニケーション プラットフォーム
-
+
Unfinished
未完了
-
+
Help
ヘルプ
@@ -5143,22 +5149,22 @@ p, li { white-space: pre-wrap; }
バージョン情報
-
+
News Feed
ニュース フィード
-
+
Forums
フォーラム
-
+
Open Messages
メッセンジャーを開く
-
+
Applications
アプリケーション
@@ -5167,17 +5173,17 @@ p, li { white-space: pre-wrap; }
設定
-
+
Plugins
プラグイン
-
+
Really quit ?
本当に終了しますか?
-
+
Do you really want to exit RetroShare ?
本当に Retoroshare を終了しますか?
@@ -5278,12 +5284,12 @@ p, li { white-space: pre-wrap; }
-
+
Size
サイズ
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5339,70 +5345,70 @@ p, li { white-space: pre-wrap; }
添付
-
-
-
+
+
+
Inbox
受信箱
-
-
-
+
+
+
Outbox
送信箱
-
-
-
+
+
+
Draft
下書き
-
+
Sent
送信済
-
-
+
+
Print...
印刷...
-
+
Print Preview
印刷プレビュー
-
-
+
+
Buttons Icon Only
アイコンのみ
-
+
Buttons Text Beside Icon
アイコンの横にテキスト
-
+
Buttons with Text
テキスト
-
+
Buttons Text Under Icon
アイコンの下にテキスト
-
+
Set Text Under Icon
アイコンの下にテキストを設定
-
+
Save As...
名前をつけて保存...
@@ -5427,17 +5433,17 @@ p, li { white-space: pre-wrap; }
すべてをダウンロードしなさい
-
+
Print Document
ドキュメントを印刷
-
+
File Name
ファイル名
-
+
Sources
ソース
@@ -5505,42 +5511,49 @@ p, li { white-space: pre-wrap; }
展開
-
+
+
+
+ Anonymous
+ 匿名
+
+
+
File Request Confirmation
ファイル リクエストの確認
-
+
The file has been added to your download list.
ファイルはすでにダウンロードリストに追加されています.
-
+
File Request canceled
ファイル リクエストがキャンセルされました
-
+
The file has not been added to your download list, because you already have it.
そのファイルはすでに持っているためダウンロードリストには追加されません.
-
+
File Request Error
ファイル リクエスト エラー
-
+
The file link is malformed.
ファイルのリンクが不正です.
-
+
Save as...
名前をつけて保存...
-
+
HTML-Files (*.htm *.html);;All Files (*)
HTML ファイル (*.htm *.html);;すべてのファイル (*)
@@ -5557,27 +5570,26 @@ p, li { white-space: pre-wrap; }
件名
-
+
Subject:
件名:
-
+
From:
-
Date:
- 日付:
+ 日付:
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5588,7 +5600,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;">おすすめのファイルをすべてダウンロード</p></body></html>
-
+
Hash
ハッシュ
@@ -5691,6 +5703,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
印刷プレビュー
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -6775,14 +6805,22 @@ p, li { white-space: pre-wrap; }
オンライン: 0 | 友達: 0 | ネットワーク: 0
-
- Online:
- オンライン:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
+ <span style="color:#000000"><strong>友達:</strong></span>
+
+
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+ <span style="color:#0000FF"><strong>オンライン:</strong></span>
+
+
+ Online:
+ オンライン:
-
Friends:
- 友達:
+ 友達:
Network:
@@ -8554,14 +8592,22 @@ p, li { white-space: pre-wrap; }
<strong>下り:</strong> 0.00 (kB/s) | <strong>上り:</strong> 0.00 (kB/s)
-
- Down:
- 下り:
+
+ <strong>Down:</strong>
+ <strong>下り::</strong>
+
+
+
+ <strong>Up:</strong>
+ <strong>上り:</strong>
+
+
+ Down:
+ 下り:
-
Up:
- 上り:
+ 上り:
@@ -8608,12 +8654,12 @@ p, li { white-space: pre-wrap; }
Files
- ファイル
+ ファイル
File
- ファイル
+ ファイル
@@ -9363,7 +9409,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
ダウンロード
@@ -9375,52 +9421,52 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">ファイル</span></p></body></html>
-
+
Checking...
確認中...
-
+
Check files
ファイルを確認
-
+
Copy retroshare Link
Retoroshare リンクをコピー
-
+
Send retroshare Link
Retoroshare リンクを送信
-
+
Recommend (Automated message) To
おすすめする (自動メッセージ)
-
+
Recommend in a message to
メッセージでおすすめする
-
+
Copy retroshare Links to Clipboard
クリップボードにRetoroshare リンクをコピー
-
+
Copy retroshare Links to Clipboard (HTML)
クリップボードにRetoroshare リンクをコピー (HTML)
-
+
Send retroshare Links
Retoroshare リンクを送信
-
+
Send retroshare Links (HTML)
Retoroshare リンクを送信 (HTML)
@@ -9429,43 +9475,43 @@ p, li { white-space: pre-wrap; }
チャットでRetoroshare リンクを送信
-
+
Send retroshare Links to Cloud
クラウドに Retoroshare リンクを送信
-
+
Add Links to Cloud
リンクをクラウドに追加
-
-
+
+
Open File
ファイルを開く
-
+
Open Folder
フォルダを開く
-
+
Set command for opening this file
このファイルを開くためのコマンドを設定
-
+
<strong>My Shared Files</strong>
<strong>自分の共有ファイル</strong>
-
+
<strong>Friends Files</strong>
<strong>友達のファイル</strong>
-
+
<strong>Files</strong>
<strong>ファイル</strong>
@@ -9655,22 +9701,22 @@ p, li { white-space: pre-wrap; }
名前 - 場所:
-
+
Login Failure
ログインに失敗
-
+
Maybe password is wrong
おそらくパスワードが間違っています
-
+
Create a New Profil
プロファイルを新規作成
-
+
This will generate a new Profile
Are you sure you want to continue
新規プロファイルが作成されます
@@ -9857,17 +9903,17 @@ p, li { white-space: pre-wrap; }
%1 KIB
- %1 KB
+ %1 KB
%1 MIB
- %1 MB
+ %1 MB
%1 GIB
- %1 GB
+ %1 GB
@@ -10051,22 +10097,22 @@ p, li { white-space: pre-wrap; }
下記テキストはあなたのPGP証明書です. あなたの友達に渡してください
-
+
Please, paste your friends PGP certificate into the box below
あなたの友達の PGP 証明書を下のボックスに貼り付けてください
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
あなたの証明書はクリップボードにコピーされました. Eメールに貼り付けるかその他の方法であなたの友達に送ってください
-
+
You can copy this text and send it to your friend via email or some other way
このテキストをコピーしてEメールやその他の方法であなたの友達に送ることができます
-
+
RetroShare
RetroShare
@@ -10076,37 +10122,37 @@ p, li { white-space: pre-wrap; }
テキスト証明書
-
+
Copy your Cert to Clipboard
証明書をクリップボードにコピー
-
+
Save your Cert into a File
証明書をファイルに保存
-
+
Run Email program
Eメール プログラムを起動
-
+
Connect Friend Help
友達と接続ヘルプ
-
+
Save as...
名前をつけて保存...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
RetroShare 証明書 (*.rsc); すべてのファイル (*)
-
+
Certificate Load Failed
証明書の読み込みに失敗
@@ -10203,12 +10249,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
キャンセル
-
+
Clear Completed
完了したものをクリア
@@ -10350,72 +10396,72 @@ p, li { white-space: pre-wrap; }
ハッシュ
-
+
Play
再生
-
+
Pause
ポーズ
-
+
Resume
再開
-
+
Open Folder
フォルダを開く
-
+
Open File
ファイルを開く
-
+
Preview File
ファイルをプレビュー
-
+
Details...
詳細...
-
+
Copy retroshare Link
Retoroshare リンクをコピー
-
+
Paste retroshare Link
Retoroshare リンクを貼り付け
-
+
View
- 表示
+ 表示
-
+
Down
下へ
-
+
Up
上へ
-
+
Top
先頭
-
+
Bottom
末尾
@@ -10424,52 +10470,52 @@ p, li { white-space: pre-wrap; }
キューで移動...
-
+
Priority (Speed)...
優先度 (速度)...
-
+
Streaming
ストリーミング
-
+
Random
ランダム
-
+
Chunk strategy
チャンクの方針
-
+
Queued
キュー済
-
+
RetroShare
RetroShare
-
+
Details:
詳細:
-
+
Open Transfer
転送を開く
-
+
File %1 is not completed. If it is a media file, try to preview it.
ファイル %1 は完了していません. もしそれがメディア ファイルならプレビューを試みてください.
-
+
Are you sure that you want to cancel and delete these files?
本当にこれらのファイルをキャンセルして削除しますか?
@@ -10496,90 +10542,84 @@ p, li { white-space: pre-wrap; }
ピア
-
-
+
+
Slower
遅く
-
-
-
+
+
+
Average
平均
-
-
+
+
Faster
速く
-
+
Move in Queue...
キュー内で移動...
-
-
-
-
+
+
+
Failed
失敗
-
-
-
-
+
+
+
Okay
OK
-
-
-
+
+
Waiting
待機中
-
+
Downloading
ダウンロード中
-
-
-
-
-
-
+
+
+
+
Complete
完了
-
+
Paused
ポーズ
-
+
Unknown
不明
-
+
version:
バージョン:
-
+
Transferring
-
-
+
Uploading
アップロード中
@@ -10603,62 +10643,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
表示中: ネットワーク全体
-
+
This table normaly auto-updates every 10 seconds.
この表は通常10秒ごとに自動更新されます.
-
+
is athenticated (one way) by
は (一方向に) 認証されています
-
+
athenticated himself
は自分自身を認証しています
-
+
athenticated each others
はお互いに認証されています
-
+
is athenticated by
は認証されています
-
+
athenticated
は認証しています
-
+
Half
ハーフ
-
+
Full
完全
-
-
+
+
peers, including him(her)self.
個のピア (自分自身を含む).
-
+
Showing: peers connected to
表示中: 接続しているピア
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_ko.qm b/retroshare-gui/src/lang/retroshare_ko.qm
index 1a0f99e31..d4a57188c 100644
Binary files a/retroshare-gui/src/lang/retroshare_ko.qm and b/retroshare-gui/src/lang/retroshare_ko.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_ko.ts b/retroshare-gui/src/lang/retroshare_ko.ts
index 0322c4170..310fb3f24 100644
--- a/retroshare-gui/src/lang/retroshare_ko.ts
+++ b/retroshare-gui/src/lang/retroshare_ko.ts
@@ -763,48 +763,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
증명서를 선정하십시오
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -813,28 +813,28 @@ p, li { white-space: pre-wrap; }
증명서 (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare (뒤에몫)
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1500,57 +1500,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
친구를 사귀십시오
-
+
Details about your friend :
당신의 친구에 대한 세부 정보 :
-
+
Key validity:
키 유효 기간 :
-
+
Email:
이메일:
-
+
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
서명자
@@ -2553,22 +2553,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);; 모든 파일 (*)
@@ -2906,12 +2906,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3142,6 +3142,7 @@ p, li { white-space: pre-wrap; }
+
bytes
바이트
@@ -3162,16 +3163,21 @@ p, li { white-space: pre-wrap; }
+ Remaining:
+
+
+
+
Number of sources:
소스의 개수 :
-
+
Chunk strategy:
청크 전략:
-
+
Transfer type:
전송 유형 :
@@ -3179,57 +3185,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 ***
@@ -4757,68 +4763,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
네트워크
-
+
Friends
친구들
-
+
Transfers
파일-전송
-
+
Messages
전자 우편 메시지
-
+
Channels
수로
-
+
Blogs
블로그
-
+
You has a new message
-
+
Internal Error
-
+
Options
선택권
-
+
Hide
은신처
-
+
Show
쇼
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare (뒤에몫)
@@ -4858,12 +4864,12 @@ p, li { white-space: pre-wrap; }
빠른 시작 마법사
-
+
Search
수색
-
+
Files
파일
@@ -4872,52 +4878,52 @@ p, li { white-space: pre-wrap; }
공유 디렉토리를 추가하십시오
-
+
Show/Hide
표시 / 숨기기
-
+
&Quit
종료
-
+
Bandwidth Graph
대역폭 그래프
-
+
Open Messenger
열기 메신저
-
+
Minimize
최소화
-
+
Maximize
최대화
-
+
Links Cloud
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
-
+
Help
도움
@@ -4927,22 +4933,22 @@ p, li { white-space: pre-wrap; }
에 관하여
-
+
News Feed
뉴스 피드
-
+
Forums
포럼
-
+
Open Messages
메시지를 열
-
+
Applications
응용 프로그램
@@ -4955,17 +4961,17 @@ p, li { white-space: pre-wrap; }
RetroShare %1 보안 분산 커뮤니케이션 플랫폼
-
+
Plugins
플러그인
-
+
Really quit ?
정말 그만?
-
+
Do you really want to exit RetroShare ?
정말 RetroShare 종료 하시겠습니까?
@@ -5066,12 +5072,12 @@ p, li { white-space: pre-wrap; }
에서
-
+
Size
크기
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5127,70 +5133,70 @@ p, li { white-space: pre-wrap; }
첨부 파일
-
-
-
+
+
+
Inbox
들어오는 전자 우편
-
-
-
+
+
+
Outbox
나가는 전자 우편
-
-
-
+
+
+
Draft
초안
-
+
Sent
보내진 전자 우편
-
-
+
+
Print...
인쇄
-
+
Print Preview
인쇄 미리보기
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
다른 이름으로 저장
@@ -5215,12 +5221,12 @@ p, li { white-space: pre-wrap; }
모두를 다운로드하십시오
-
+
Print Document
-
+
Sources
근원
@@ -5288,42 +5294,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+ 익명
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
다른 이름으로 저장
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -5340,27 +5353,26 @@ p, li { white-space: pre-wrap; }
주제
-
+
Subject:
주제:
-
+
From:
에서:
-
Date:
- 날짜:
+ 날짜:
-
+
To:
으로:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5371,12 +5383,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;">추천 파일 모두 다운로드</p></body></html>
-
+
File Name
파일명
-
+
Hash
해쉬
@@ -5467,6 +5479,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
인쇄 미리보기
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -6505,14 +6535,22 @@ p, li { white-space: pre-wrap; }
-
- Online:
- 온라인:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
+ <span style="color:#000000"><strong>친구:</strong></span>
+
+
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+ <span style="color:#0000FF"><strong>온라인:</strong></span>
+
+
+ Online:
+ 온라인:
-
Friends:
- 친구:
+ 친구:
Network:
@@ -8214,17 +8252,25 @@ p, li { white-space: pre-wrap; }
<strong>Down:</strong> 0.00 (kB/s) | <strong>Up:</strong> 0.00 (kB/s)
-
+ <strong>다운 :</strong> 0.00 (kB/s) | <strong>최대 :</strong> 0.00 (kB/s)
+
+
+
+ <strong>Down:</strong>
+ <strong>다운 :</strong>
+
+
+
+ <strong>Up:</strong>
+ <strong>최대 :</strong>
-
Down:
- 다운 :
+ 다운 :
-
Up:
- 최대 :
+ 최대 :
@@ -9014,7 +9060,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
다운로드
@@ -9026,93 +9072,93 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">파일 </span></p></body></html>
-
+
Checking...
확인중 ...
-
+
Check files
확인 파일
-
+
Copy retroshare Link
retroshare 링크 복사
-
+
Send retroshare Link
retroshare 링크 보내기
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
파일 열기
-
+
Open Folder
폴더 열기
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
<strong>내 공유 파일</strong>
-
+
<strong>Friends Files</strong>
<strong>친구 파일</strong>
-
+
<strong>Files</strong>
<strong>파일</strong>
@@ -9302,22 +9348,22 @@ p, li { white-space: pre-wrap; }
이름 - 위치 :
-
+
Login Failure
로그인 실패
-
+
Maybe password is wrong
아마 비밀 번호가 잘못입니다
-
+
Create a New Profil
새 프로필 만들기
-
+
This will generate a new Profile
Are you sure you want to continue
이것은 새 프로필을 생성합니다
@@ -9698,22 +9744,22 @@ p, li { white-space: pre-wrap; }
아래의 텍스트를 귀하의 PGP는 인증서입니다. 당신은 친구에게 그것을 제공해야
-
+
Please, paste your friends PGP certificate into the box below
제발, 상자 아래에 등록된 PGP 공개키 인증서를 귀하의 친구에 붙여넣기하세요
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
귀하의 쿠폰 클립 보드에 복사 붙여넣기하고 너의 친구이기도 이메일 또는 기타 방법을 통해 보내세요
-
+
You can copy this text and send it to your friend via email or some other way
이 텍스트를 복사하여 친구에게 이메일을 통해 보내세요
-
+
RetroShare
Retroshare (뒤에몫)
@@ -9723,37 +9769,37 @@ p, li { white-space: pre-wrap; }
텍스트 증명서
-
+
Copy your Cert to Clipboard
클립 보드로 복사하여 쿠폰
-
+
Save your Cert into a File
파일에 사용자 쿠폰 할인
-
+
Run Email program
이메일 프로그램을 실행
-
+
Connect Friend Help
친구 연결 도움말
-
+
Save as...
다른 이름으로 저장
-
+
RetroShare Certificate (*.rsc );;All Files (*)
RetroShare 인증서 (*.의 RSC);; 모든 파일 (*)
-
+
Certificate Load Failed
증명서 짐은 실패했다
@@ -9831,12 +9877,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
취소
-
+
Clear Completed
공간은 완료했다
@@ -9978,72 +10024,72 @@ p, li { white-space: pre-wrap; }
해쉬
-
+
Play
놀이
-
+
Pause
일시 중지
-
+
Resume
이력서
-
+
Open Folder
폴더 열기
-
+
Open File
파일 열기
-
+
Preview File
미리보기 파일
-
+
Details...
세부 정보
-
+
Copy retroshare Link
retroshare 링크 복사
-
+
Paste retroshare Link
붙여넣기 retroshare 링크
-
+
View
- 보기
+ 보기
-
+
Down
아래로
-
+
Up
위로
-
+
Top
위쪽
-
+
Bottom
아래쪽
@@ -10052,52 +10098,52 @@ p, li { white-space: pre-wrap; }
대기열로 이동 ...
-
+
Priority (Speed)...
우선순위 (고속) ...
-
+
Streaming
스트리밍
-
+
Random
랜덤
-
+
Chunk strategy
청크 전략
-
+
Queued
대기
-
+
RetroShare
Retroshare (뒤에몫)
-
+
Details:
세부 사항 :
-
+
Open Transfer
열기 전송
-
+
File %1 is not completed. If it is a media file, try to preview it.
%1 파일이 완료되지 않습니다. 만약 미디어 미리보기하려고하는 파일입니다.
-
+
Are you sure that you want to cancel and delete these files?
당신을 취소하고 해당 파일을 삭제하겠습니까?
@@ -10124,90 +10170,84 @@ p, li { white-space: pre-wrap; }
피어
-
-
+
+
Slower
천천히
-
-
-
+
+
+
Average
평균
-
-
+
+
Faster
빨리
-
+
Move in Queue...
대기열에있는 이동 ...
-
-
-
-
+
+
+
Failed
실패
-
-
-
-
+
+
+
Okay
좋아요
-
-
-
+
+
Waiting
대기
-
+
Downloading
다운로드
-
-
-
-
-
-
+
+
+
+
Complete
완료
-
+
Paused
일시 중지됨
-
+
Unknown
알 수없는
-
+
version:
버전:
-
+
Transferring
전송
-
-
+
Uploading
업로드
@@ -10231,62 +10271,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
전체
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_nl.ts b/retroshare-gui/src/lang/retroshare_nl.ts
index df7c57774..ee9847ce6 100644
--- a/retroshare-gui/src/lang/retroshare_nl.ts
+++ b/retroshare-gui/src/lang/retroshare_nl.ts
@@ -741,74 +741,74 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1466,57 +1466,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2479,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 (*)
@@ -2828,12 +2828,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3060,6 +3060,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3080,16 +3081,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3097,57 +3103,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 ***
@@ -4589,163 +4595,163 @@ 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
-
+
Show/Hide
-
+
&Quit
-
+
You has a new message
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Internal Error
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
Unfinished
-
+
Help
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -4862,7 +4868,7 @@ p, li { white-space: pre-wrap; }
-
+
Print Document
@@ -4930,42 +4936,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -4992,28 +5005,28 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
-
-
-
+
+
+
Outbox
-
-
-
+
+
+
Draft
-
+
Sent
@@ -5076,27 +5089,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5104,7 +5112,7 @@ p, li { white-space: pre-wrap; }
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5112,64 +5120,64 @@ p, li { white-space: pre-wrap; }
-
+
File Name
-
+
Size
-
+
Sources
-
+
Hash
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -5225,6 +5233,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -6167,13 +6193,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -7769,13 +7795,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -8465,98 +8491,98 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -8725,22 +8751,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -9096,22 +9122,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
@@ -9121,37 +9147,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
@@ -9205,12 +9231,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
-
+
Clear Completed
@@ -9291,96 +9317,96 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
version:
-
+
Queued
@@ -9401,67 +9427,67 @@ p, li { white-space: pre-wrap; }
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Move in Queue...
-
+
Priority (Speed)...
-
+
Paused
-
+
Transferring
-
+
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?
@@ -9510,51 +9536,45 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
-
+
Uploading
@@ -9578,62 +9598,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
Half
-
+
athenticated himself
-
+
athenticated each others
-
+
Full
-
+
is athenticated by
-
-
+
+
peers, including him(her)self.
-
+
athenticated
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_pl.qm b/retroshare-gui/src/lang/retroshare_pl.qm
index 2acc4824c..da515323d 100644
Binary files a/retroshare-gui/src/lang/retroshare_pl.qm and b/retroshare-gui/src/lang/retroshare_pl.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_pl.ts b/retroshare-gui/src/lang/retroshare_pl.ts
index 3b431350d..04b1ea6ef 100644
--- a/retroshare-gui/src/lang/retroshare_pl.ts
+++ b/retroshare-gui/src/lang/retroshare_pl.ts
@@ -904,48 +904,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
Przeglądaj
-
+
Select Certificate
Wybierz certyfikat
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -954,28 +954,28 @@ p, li { white-space: pre-wrap; }
Certyfikaty (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1713,52 +1713,52 @@ Available: %3
ConclusionPage
-
+
Make Friend
Twórz znajomego
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
Nazwa:
-
+
Loc:
@@ -1767,7 +1767,7 @@ Available: %3
Kraj:
-
+
Signers
@@ -2754,22 +2754,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 (*)
@@ -3217,12 +3217,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3459,6 +3459,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3479,16 +3480,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3511,57 +3517,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 ***
@@ -5198,68 +5204,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Sieć
-
+
Friends
Znajomi
-
+
Transfers
Transfery
-
+
Messages
Wiadomości
-
+
Channels
Kanały
-
+
Blogs
-
+
You has a new message
-
+
Internal Error
-
+
Options
Opcje
-
+
Hide
Ukryj
-
+
Show
Pokaż
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -5299,12 +5305,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Szukaj
-
+
Files
Pliki
@@ -5318,52 +5324,52 @@ p, li { white-space: pre-wrap; }
Messenger
-
+
Show/Hide
Pokaż/Ukryj
-
+
&Quit
&Zamknij
-
+
Bandwidth Graph
Wykres przepustowości łącza
-
+
Open Messenger
Otwórz Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
-
+
Help
Pomoc
@@ -5373,22 +5379,22 @@ p, li { white-space: pre-wrap; }
O
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5397,17 +5403,17 @@ p, li { white-space: pre-wrap; }
Ustawienia
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5503,12 +5509,12 @@ p, li { white-space: pre-wrap; }
Z
-
+
Size
Rozmiar
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5570,70 +5576,70 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
Pobrane email
-
-
-
+
+
+
Outbox
Outbox email
-
-
-
+
+
+
Draft
Załącznik
-
+
Sent
Wysłane email
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -5664,17 +5670,17 @@ p, li { white-space: pre-wrap; }
Pobierz wszystko
-
+
Print Document
-
+
File Name
Nazwa pliku
-
+
Sources
Źródła
@@ -5742,42 +5748,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -5794,27 +5807,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5822,7 +5830,7 @@ p, li { white-space: pre-wrap; }
-
+
Hash
@@ -5932,6 +5940,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -7193,13 +7219,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -8863,13 +8889,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -9658,7 +9684,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Pobieranie
@@ -9685,93 +9711,93 @@ p, li { white-space: pre-wrap; }
Wiadomość od znajomego
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9948,22 +9974,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10335,22 +10361,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
@@ -10360,37 +10386,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
Błąd wczytania certyfikatu
@@ -10444,12 +10470,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Anuluj
-
+
Clear Completed
Wyczyść ukończone
@@ -10593,132 +10619,132 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
Paused
-
+
Transferring
-
+
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?
@@ -10745,80 +10771,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
Uploading
@@ -10842,62 +10862,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_pt.qm b/retroshare-gui/src/lang/retroshare_pt.qm
index 20b21e7df..61a69129f 100644
Binary files a/retroshare-gui/src/lang/retroshare_pt.qm and b/retroshare-gui/src/lang/retroshare_pt.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_pt.ts b/retroshare-gui/src/lang/retroshare_pt.ts
index a5e32f0f0..8570f08fa 100644
--- a/retroshare-gui/src/lang/retroshare_pt.ts
+++ b/retroshare-gui/src/lang/retroshare_pt.ts
@@ -855,48 +855,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Selecionar o certificado
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -905,28 +905,28 @@ p, li { white-space: pre-wrap; }
Certificados (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1649,57 +1649,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Fazer o amigo
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2682,22 +2682,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 (*)
@@ -3145,12 +3145,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3384,6 +3384,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3404,16 +3405,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3432,57 +3438,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 ***
@@ -5288,68 +5294,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Rede
-
+
Friends
Bate-papo aos amigos
-
+
Transfers
Transferências
-
+
Messages
Email-Mensagens
-
+
Channels
Canaletas
-
+
Blogs
-
+
You has a new message
-
+
Internal Error
-
+
Options
Opções
-
+
Hide
não mostrar
-
+
Show
Mostra
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -5389,12 +5395,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Busca
-
+
Files
Limas
@@ -5403,52 +5409,52 @@ p, li { white-space: pre-wrap; }
Adicionar o diretório compartilhado
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
-
+
Help
Ajuda
@@ -5458,22 +5464,22 @@ p, li { white-space: pre-wrap; }
Sobre
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5482,17 +5488,17 @@ p, li { white-space: pre-wrap; }
Ajustes
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5593,12 +5599,12 @@ p, li { white-space: pre-wrap; }
De
-
+
Size
Tamanho
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5654,70 +5660,70 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
Email-Inbox
-
-
-
+
+
+
Outbox
Email-Outbox
-
-
-
+
+
+
Draft
Esboço
-
+
Sent
Email-Emitido
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -5742,17 +5748,17 @@ p, li { white-space: pre-wrap; }
Download tudo
-
+
Print Document
-
+
File Name
Lima - nome
-
+
Sources
Fontes
@@ -5820,42 +5826,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -5872,27 +5885,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5900,7 +5908,7 @@ p, li { white-space: pre-wrap; }
-
+
Hash
@@ -5983,6 +5991,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -7165,13 +7191,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -8828,13 +8854,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -9611,7 +9637,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Download
@@ -9623,93 +9649,93 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Limas</span></p></body></html>
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9878,22 +9904,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10265,22 +10291,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -10290,37 +10316,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
A carga do certificado falhou
@@ -10374,12 +10400,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Cancelamento
-
+
Clear Completed
O espaço livre terminou
@@ -10517,132 +10543,132 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
Paused
-
+
Transferring
-
+
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?
@@ -10669,80 +10695,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
Uploading
@@ -10766,62 +10786,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_ru.qm b/retroshare-gui/src/lang/retroshare_ru.qm
index a0dcf2b1d..d04b3b9e8 100644
Binary files a/retroshare-gui/src/lang/retroshare_ru.qm and b/retroshare-gui/src/lang/retroshare_ru.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_ru.ts b/retroshare-gui/src/lang/retroshare_ru.ts
index 6193944ce..78552097d 100644
--- a/retroshare-gui/src/lang/retroshare_ru.ts
+++ b/retroshare-gui/src/lang/retroshare_ru.ts
@@ -917,48 +917,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
Выбор файла
-
+
Select Certificate
Выберите сертификат
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -967,28 +967,28 @@ p, li { white-space: pre-wrap; }
Сертификаты (*.pqi /*.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1743,42 +1743,42 @@ Available: %3
ConclusionPage
-
+
Make Friend
Объявить другом
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
@@ -1787,7 +1787,7 @@ Available: %3
Доверие:
-
+
Name:
Имя:
@@ -1796,7 +1796,7 @@ Available: %3
Огр.:
-
+
Loc:
Место:
@@ -1805,7 +1805,7 @@ Available: %3
Страна:
-
+
Signers
@@ -2827,22 +2827,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 );; все файлы (*)
@@ -3302,12 +3302,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3541,6 +3541,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3561,16 +3562,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3585,57 +3591,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 ***
@@ -5287,68 +5293,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Сеть
-
+
Friends
Друзья
-
+
Transfers
Передача
-
+
Messages
Сообщения
-
+
Channels
Каналы
-
+
Blogs
Блоги
-
+
You has a new message
Вы есть новые сообщения
-
+
Internal Error
-
+
Options
Опции
-
+
Hide
Скрыт
-
+
Show
Показать
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -5388,12 +5394,12 @@ p, li { white-space: pre-wrap; }
Master bystr
-
+
Search
Поиск
-
+
Files
Файлы
@@ -5407,42 +5413,42 @@ p, li { white-space: pre-wrap; }
Мессенджер
-
+
Show/Hide
Показать / Скрыть
-
+
&Quit
&Выход
-
+
Bandwidth Graph
пропускная способность графа
-
+
Open Messenger
Открыто Мессенджер
-
+
Minimize
Минимизировать
-
+
Maximize
Развернуть
-
+
Links Cloud
Облако ссылок
-
+
Unfinished
Еще не готово
@@ -5456,7 +5462,7 @@ p, li { white-space: pre-wrap; }
SMPlayer
-
+
Help
Помощь
@@ -5466,27 +5472,27 @@ p, li { white-space: pre-wrap; }
О программе
-
+
News Feed
Новости кормить
-
+
Forums
Форум
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Open Messages
Открыто Сообщений
-
+
Applications
Применения
@@ -5495,17 +5501,17 @@ p, li { white-space: pre-wrap; }
Настройки
-
+
Plugins
Плагины
-
+
Really quit ?
Не ушел?
-
+
Do you really want to exit RetroShare ?
Вы действительно хотите выйти RetroShare?
@@ -5596,12 +5602,12 @@ p, li { white-space: pre-wrap; }
разослан
-
+
Size
Size
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5657,70 +5663,70 @@ p, li { white-space: pre-wrap; }
Вложения
-
-
-
+
+
+
Inbox
Входящие
-
-
-
+
+
+
Outbox
Исходящие
-
-
-
+
+
+
Draft
Дизайн неотправленных (draft)
-
+
Sent
Отправлено
-
-
+
+
Print...
Печать ...
-
+
Print Preview
Предварительный просмотр
-
-
+
+
Buttons Icon Only
Кнопки только значок
-
+
Buttons Text Beside Icon
Кнопки Текст Кроме Icon
-
+
Buttons with Text
Кнопки с текстом
-
+
Buttons Text Under Icon
Кнопки текст под иконы
-
+
Set Text Under Icon
Установить текст под иконы
-
+
Save As...
Сохранить как ...
@@ -5745,12 +5751,12 @@ p, li { white-space: pre-wrap; }
Скачать Все
-
+
Print Document
Распечатать документ
-
+
Sources
Источники
@@ -5818,42 +5824,49 @@ p, li { white-space: pre-wrap; }
Развернуть
-
+
+
+
+ Anonymous
+ Аноним
+
+
+
File Request Confirmation
Введите запрос файла
-
+
The file has been added to your download list.
Файл был добавлен в корзину.
-
+
File Request canceled
Запрос файла отменена
-
+
The file has not been added to your download list, because you already have it.
Файл не был добавлен в ваш список загрузки, потому что вы уже получили его.
-
+
File Request Error
Запрос файла ошибке
-
+
The file link is malformed.
Неверный ссылки на файл.
-
+
Save as...
Сохранить как ...
-
+
HTML-Files (*.htm *.html);;All Files (*)
HTML-файлы (*. HTM *. HTML), все файлы (*)
@@ -5870,27 +5883,26 @@ p, li { white-space: pre-wrap; }
Тема
-
+
Subject:
Тема:
-
+
From:
от:
-
Date:
- Свидание:
+ Свидание:
-
+
To:
Кому:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5901,12 +5913,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;">Скачать все рекомендованные Файлы</p></body></html>
-
+
File Name
Имя файла
-
+
Hash
Хэш
@@ -5998,6 +6010,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
Предварительный просмотр
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -7239,14 +7269,22 @@ p, li { white-space: pre-wrap; }
Oнлайн: 0 | Друзей: 0 | Сетей: 0
-
- Online:
- Oнлайн:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
+ <span style="color:#000000"><strong>Друзей:</strong></span>
+
+
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+ <span style="color:#0000FF"><strong>Oнлайн:</strong></span>
+
+
+ Online:
+ Oнлайн:
-
Friends:
- Друзей:
+ Друзей:
Network:
@@ -9148,14 +9186,22 @@ p, li { white-space: pre-wrap; }
<strong>Приём::</strong> 0.00 (kB/s) | <strong>Отдача:</strong> 0.00 (kB/s)
-
- Down:
- Приём:
+
+ <strong>Down:</strong>
+ <strong>Приём:</strong>
+
+
+
+ <strong>Up:</strong>
+ <strong>Отдача:</strong>
+
+
+ Down:
+ Приём:
-
Up:
- Отдача:
+ Отдача:
@@ -9995,7 +10041,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Скачать (Download)
@@ -10007,52 +10053,52 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Files</span></p></body></html>
-
+
Checking...
Проверка ...
-
+
Check files
Проверять файлы
-
+
Copy retroshare Link
Скопировать ссылку RetroShare
-
+
Send retroshare Link
Отправить ссылку RetroShare
-
+
Recommend (Automated message) To
Рекомендовать (автоматическое сообщение) до
-
+
Recommend in a message to
Рекомендовать в послании
-
+
Copy retroshare Links to Clipboard
RetroShare Скопировать ссылку в буфер обмена
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
Отправить ссылку RetroShare
-
+
Send retroshare Links (HTML)
@@ -10061,43 +10107,43 @@ p, li { white-space: pre-wrap; }
Отправить RetroShare ссылки на чат
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
Открыть файл
-
+
Open Folder
Открыть папку
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
<strong>Моя Общие файлы</strong>
-
+
<strong>Friends Files</strong>
<strong>друзей файлы</strong>
-
+
<strong>Files</strong>
<strong>Файлы</strong>
@@ -10291,22 +10337,22 @@ p, li { white-space: pre-wrap; }
Имя - Место проведения:
-
+
Login Failure
Войти провал
-
+
Maybe password is wrong
Может быть, неправильный пароль
-
+
Create a New Profil
Создание нового профиля
-
+
This will generate a new Profile
Are you sure you want to continue
Это позволит создать новый профиль
@@ -10687,37 +10733,37 @@ p, li { white-space: pre-wrap; }
Приводимый ниже текст PGP вашем сертификате. Вы должны предоставить его в другом
-
+
Save your Cert into a File
Cert Сохранить в файл
-
+
Please, paste your friends PGP certificate into the box below
Пожалуйста, вставьте друзья PGP сертификата в окне, расположенном ниже
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
Ваш 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
@@ -10735,12 +10781,12 @@ p, li { white-space: pre-wrap; }
В тексте ниже вы XPGP сертификат. Вы должны представить вашему другу
-
+
Copy your Cert to Clipboard
Скопируйте в буфер обмена Cert
-
+
Run Email program
Запустите почтовую программу
@@ -10749,7 +10795,7 @@ p, li { white-space: pre-wrap; }
Пожалуйста, вставьте друзья XPGP сертификата в поле ниже
-
+
Connect Friend Help
Связь Помощь другу
@@ -10758,7 +10804,7 @@ p, li { white-space: pre-wrap; }
Вы можете скопировать этот текст и отправить его к своему другу по электронной почте, ICQ или каким-либо другим способо
-
+
Certificate Load Failed
Нагрузка Ошибка сертификата
@@ -10823,12 +10869,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Вернуться/Отмена
-
+
Clear Completed
Очистка завершена
@@ -10975,132 +11021,132 @@ p, li { white-space: pre-wrap; }
Передано
-
+
Play
Играть
-
+
Pause
Пауза
-
+
Resume
Продолжить
-
+
Open Folder
Открыть папку
-
+
Open File
Открыть файл
-
+
Preview File
Предварительный просмотр файла
-
+
Details...
Подробности ...
-
+
Copy retroshare Link
Скопировать ссылку RetroShare
-
+
Paste retroshare Link
Вставить ссылку RetroShare
-
+
View
- Просмотр
+ Просмотр
-
+
Down
Вниз
-
+
Up
Вверх
-
+
Top
Верх
-
+
Bottom
Дно
-
+
Priority (Speed)...
Приоритета (скорость) ...
-
+
Streaming
потоковое
-
+
Random
Случайные
-
+
Chunk strategy
кусок стратегия
-
+
Queued
В очереди
-
+
Paused
Приостановлена
-
+
Transferring
Перенос
-
+
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?
Вы уверены, что вы хотите отменить, и удалить эти файлы?
@@ -11132,80 +11178,74 @@ p, li { white-space: pre-wrap; }
Хэш
-
-
+
+
Slower
Медленнее
-
-
-
+
+
+
Average
Среднее
-
-
+
+
Faster
Быстрее
-
+
Move in Queue...
Переместить в очереди ...
-
-
-
-
+
+
+
Failed
Ошибка
-
-
-
-
+
+
+
Okay
Хорошо
-
-
-
+
+
Waiting
ожидание
-
+
Downloading
Загрузка
-
-
-
-
-
-
+
+
+
+
Complete
Полная
-
+
Unknown
Неизвестно
-
+
version:
Версия:
-
-
+
Uploading
Загружаю
@@ -11229,62 +11269,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
Полный
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_sl.qm b/retroshare-gui/src/lang/retroshare_sl.qm
index 51cfd7490..e0a5dab46 100644
Binary files a/retroshare-gui/src/lang/retroshare_sl.qm and b/retroshare-gui/src/lang/retroshare_sl.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_sl.ts b/retroshare-gui/src/lang/retroshare_sl.ts
index 5611d107f..972d593a5 100644
--- a/retroshare-gui/src/lang/retroshare_sl.ts
+++ b/retroshare-gui/src/lang/retroshare_sl.ts
@@ -883,48 +883,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Izberi digitalno potrdilo
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -933,28 +933,28 @@ p, li { white-space: pre-wrap; }
Digitalna potrdila (*.pqi, *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1692,57 +1692,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Ustvari prijatelja
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2725,22 +2725,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 (*)
@@ -3188,12 +3188,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3430,6 +3430,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3450,16 +3451,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3482,57 +3488,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 ***
@@ -5563,68 +5569,68 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
MainWindow
-
+
Network
Omrežje
-
+
Friends
Prijatelji
-
+
Transfers
Prenosi
-
+
Messages
Sporočila
-
+
Channels
Kanali
-
+
Blogs
-
+
You has a new message
-
+
Internal Error
-
+
Options
Možnosti
-
+
Hide
Skrij
-
+
Show
Pokaži
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -5664,12 +5670,12 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
-
+
Search
Najdi
-
+
Files
Datoteke
@@ -5678,52 +5684,52 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
Dodaj mapo v skupni rabi
-
+
Show/Hide
-
+
&Quit
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Minimize
-
+
Maximize
-
+
Links Cloud
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Unfinished
-
+
Help
Pomoč
@@ -5733,22 +5739,22 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
O programu
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5757,17 +5763,17 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
Nastavitve
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5868,12 +5874,12 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can
Od
-
+
Size
Velikost
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5935,70 +5941,70 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
Prejeto
-
-
-
+
+
+
Outbox
Odhodna pošta
-
-
-
+
+
+
Draft
Osnutki
-
+
Sent
Poslano
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -6029,17 +6035,17 @@ p, li { white-space: pre-wrap; }
Prenesi vse
-
+
Print Document
-
+
File Name
Ime datoteke
-
+
Sources
Viri
@@ -6107,42 +6113,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -6159,27 +6172,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -6187,7 +6195,7 @@ p, li { white-space: pre-wrap; }
-
+
Hash
@@ -6297,6 +6305,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -7508,13 +7534,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -9174,13 +9200,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -9973,7 +9999,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Prenesi
@@ -9988,93 +10014,93 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Datoteke</span></p></body></html>
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -10243,22 +10269,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10630,22 +10656,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
@@ -10655,37 +10681,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
Nalaganje potrdila ni uspelo
@@ -10739,12 +10765,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Prekliči
-
+
Clear Completed
Počisti zaključene
@@ -10888,132 +10914,132 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
Paused
-
+
Transferring
-
+
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?
@@ -11040,80 +11066,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
Uploading
@@ -11137,62 +11157,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_sr.qm b/retroshare-gui/src/lang/retroshare_sr.qm
index 0261fd491..2b1679943 100644
Binary files a/retroshare-gui/src/lang/retroshare_sr.qm and b/retroshare-gui/src/lang/retroshare_sr.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_sr.ts b/retroshare-gui/src/lang/retroshare_sr.ts
index e51e488af..9dd5040ae 100644
--- a/retroshare-gui/src/lang/retroshare_sr.ts
+++ b/retroshare-gui/src/lang/retroshare_sr.ts
@@ -837,74 +837,74 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
Изабери Сертификат
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1603,57 +1603,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2624,22 +2624,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 (*)
@@ -3087,12 +3087,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3319,6 +3319,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3339,16 +3340,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3371,57 +3377,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 ***
@@ -5403,113 +5409,113 @@ 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
-
+
Show/Hide
-
+
Minimize
-
+
Maximize
-
+
&Quit
-
+
You has a new message
-
+
Internal Error
@@ -5518,37 +5524,37 @@ p, li { white-space: pre-wrap; }
Додај Дељени Директоријум
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Help
Помоћ
-
+
News Feed
-
+
Forums
-
+
Open Messages
-
+
Applications
@@ -5557,17 +5563,17 @@ p, li { white-space: pre-wrap; }
Подешавања
-
+
Plugins
-
+
Really quit ?
-
+
Do you really want to exit RetroShare ?
@@ -5700,12 +5706,12 @@ p, li { white-space: pre-wrap; }
Од
-
+
Size
Величина
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5716,17 +5722,17 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Препоручени Фајлови</span></p></body></html>
-
+
Print Document
-
+
File Name
Име Фајла
-
+
Sources
Изворишта
@@ -5794,42 +5800,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -5886,28 +5899,28 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
-
-
-
+
+
+
Outbox
-
-
-
+
+
+
Draft
-
+
Sent
@@ -5928,27 +5941,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5956,49 +5964,49 @@ p, li { white-space: pre-wrap; }
-
+
Hash
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -6096,6 +6104,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerDirModel
@@ -7272,13 +7298,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -8920,13 +8946,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -9693,98 +9719,98 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Преузимање
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -9953,22 +9979,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -10340,22 +10366,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
@@ -10365,37 +10391,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
@@ -10449,12 +10475,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Поништи
-
+
Clear Completed
Очисти Завршено
@@ -10598,132 +10624,132 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
Queued
-
+
Paused
-
+
Transferring
-
+
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?
@@ -10750,80 +10776,74 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
-
+
Move in Queue...
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
+
version:
-
-
+
Uploading
@@ -10847,62 +10867,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_sv.qm b/retroshare-gui/src/lang/retroshare_sv.qm
index 31d6bb730..453cb1edd 100644
Binary files a/retroshare-gui/src/lang/retroshare_sv.qm and b/retroshare-gui/src/lang/retroshare_sv.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_sv.ts b/retroshare-gui/src/lang/retroshare_sv.ts
index 1f04cdfd6..ec1105796 100644
--- a/retroshare-gui/src/lang/retroshare_sv.ts
+++ b/retroshare-gui/src/lang/retroshare_sv.ts
@@ -1107,7 +1107,7 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
Certifikatfiler
@@ -1116,38 +1116,38 @@ p, li { white-space: pre-wrap; }
Använd XPGP-certifikat sparade i filer
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
Du måste skapa en fil med ditt certifikat och ge det till din vän. Alternativt kan du använda en tidigare skapad fil.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
Ange sökväg till din väns certifikat i rutan nedan
-
+
Browse
Bläddra
-
+
Select Certificate
Välj certifikat
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -1156,23 +1156,23 @@ p, li { white-space: pre-wrap; }
Certifikat (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
RetroShare
-
+
Certificate file successfully created
Certifikatsfil skapad utan fel
-
+
Sorry, certificate file creation failed
Tyvärr, fel uppstod vid skapande av certifikatsfilen
@@ -1181,12 +1181,12 @@ p, li { white-space: pre-wrap; }
Laddning av certifikat felaktigt: något är fel med %1
-
+
Certificate Load Failed:file %1 not found
Laddning av certifikat felaktigt %1 hittades inte
-
+
Use PGP certificates saved in files.
@@ -2126,37 +2126,37 @@ Available: %3
ConclusionPage
-
+
Make Friend
Skapa vän
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
@@ -2165,7 +2165,7 @@ Available: %3
Fyll i detaljerna om din vän här
-
+
Peer details
Klientdetaljer
@@ -2174,7 +2174,7 @@ Available: %3
Pålitlig:
-
+
Name:
Namn:
@@ -2183,7 +2183,7 @@ Available: %3
Org:
-
+
Loc:
Plac:
@@ -2192,7 +2192,7 @@ Available: %3
Land:
-
+
Signers
Signerare
@@ -3242,22 +3242,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 (*)
@@ -3753,12 +3753,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
Ursäkta, ett fel uppstod
-
+
Here is the error message:
Här är felmeddelandet:
@@ -4034,6 +4034,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -4054,16 +4055,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -4114,57 +4120,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 ***
@@ -6073,68 +6079,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Nätverk
-
+
Friends
Vänner
-
+
Transfers
Överföringar
-
+
Messages
Meddelanden
-
+
Channels
Kanaler
-
+
Blogs
Bloggar
-
+
You has a new message
-
+
Internal Error
-
+
Options
Alternativ
-
+
Hide
Dölj
-
+
Show
Visa
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
RetroShare
@@ -6174,12 +6180,12 @@ p, li { white-space: pre-wrap; }
-
+
Search
Sök
-
+
Files
Filer
@@ -6188,52 +6194,52 @@ 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
-
+
Help
Hjälp
@@ -6243,22 +6249,22 @@ p, li { white-space: pre-wrap; }
Om
-
+
News Feed
Nyhetsflöde
-
+
Forums
Forum
-
+
Open Messages
Öppna meddelanden
-
+
Applications
Applikationer
@@ -6275,17 +6281,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?
@@ -6390,12 +6396,12 @@ p, li { white-space: pre-wrap; }
Från
-
+
Size
Storlek
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -6457,70 +6463,70 @@ p, li { white-space: pre-wrap; }
Bilagor
-
-
-
+
+
+
Inbox
Inkorg
-
-
-
+
+
+
Outbox
Utkorg
-
-
-
+
+
+
Draft
Utkast
-
+
Sent
Skickat
-
-
+
+
Print...
Skriv ut...
-
+
Print Preview
Förhandsgranska
-
-
+
+
Buttons Icon Only
Knappar endast ikon
-
+
Buttons Text Beside Icon
Knappar text bredvid Icon
-
+
Buttons with Text
Knappar med text
-
+
Buttons Text Under Icon
Knappar texten under Icon
-
+
Set Text Under Icon
Ange texten under Icon
-
+
Save As...
Spara som...
@@ -6551,17 +6557,17 @@ p, li { white-space: pre-wrap; }
Hämta alla
-
+
Print Document
Skriv ut dokument
-
+
File Name
Filnamn
-
+
Sources
Källor
@@ -6629,43 +6635,50 @@ p, li { white-space: pre-wrap; }
Utöka
-
+
+
+
+ Anonymous
+ Anonym
+
+
+
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 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.
-
+
File Request Error
Filförfrågningsfel
-
+
The file link is malformed.
Fillänken är missbildad.
-
+
Save as...
Spara som...
-
+
HTML-Files (*.htm *.html);;All Files (*)
HTML-filer (*.htm *.html);;Alla filer (*)
@@ -6686,27 +6699,26 @@ p, li { white-space: pre-wrap; }
Ämne
-
+
Subject:
Ämnde:
-
+
From:
Från:
-
Date:
- Datum:
+ Datum:
-
+
To:
Till:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -6717,7 +6729,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;">Ladda ned alla rekommenderade filer</p></body></html>
-
+
Hash
Hash
@@ -6889,6 +6901,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
Förhandsgranska
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -8511,14 +8541,22 @@ p, li { white-space: pre-wrap; }
Online: 0 | Vänner: 0 | Nätverk: 0
-
- Online:
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
+ <span style="color:#000000"><strong>Vänner:</strong></span>
+
+
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+
+
+ Online:
+ Online:
-
Friends:
- Vänner:
+ Vänner:
Network:
@@ -10267,14 +10305,22 @@ p, li { white-space: pre-wrap; }
<strong>Ner:</strong> 0.00 (kB/s) | <strong>Upp:</strong> 0.00 (kB/s)
-
- Down:
- Ner:
+
+ <strong>Down:</strong>
+ <strong>Ner:</strong>
+
+
+
+ <strong>Up:</strong>
+ <strong>Upp:</strong>
+
+
+ Down:
+ Ner:
-
Up:
- Upp:
+ Upp:
@@ -11199,7 +11245,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Hämta
@@ -11222,93 +11268,93 @@ p, li { white-space: pre-wrap; }
Rekommendera till
-
+
Checking...
Kontrollerar...
-
+
Check files
Kontrollera filer
-
+
Copy retroshare Link
Kopiera retrosharelänk
-
+
Send retroshare Link
Skicka retrosharelänk
-
+
Recommend (Automated message) To
Rekommendera (automatiserat meddelande) till
-
+
Recommend in a message to
Rekommendera i ett meddelande till
-
+
Copy retroshare Links to Clipboard
Kopiera retroshare Länkar till Urklipp
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
Skicka retroshare Länkar
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
Öppna fil
-
+
Open Folder
Öppna katalog
-
+
Set command for opening this file
Ange kommando för öppning av denna fil
-
+
<strong>My Shared Files</strong>
<strong>Mina Filer</strong>
-
+
<strong>Friends Files</strong>
<strong>Vänner filer</strong>
-
+
<strong>Files</strong>
<strong>Filer</strong>
@@ -11534,22 +11580,22 @@ p, li { white-space: pre-wrap; }
Lösenord:
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -11918,42 +11964,42 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Please, paste your friends PGP certificate into the box below
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
RetroShare
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
Save as...
Spara som...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
@@ -11971,7 +12017,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
@@ -11980,7 +12026,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
@@ -11989,7 +12035,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
@@ -12070,12 +12116,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Avbryt
-
+
Clear Completed
Töm färdiga
@@ -12182,47 +12228,47 @@ p, li { white-space: pre-wrap; }
Hash
-
+
Play
Spela
-
+
Pause
Paus
-
+
Resume
Återuppta
-
+
Open Folder
Öppna katalog
-
+
Open File
Öppna fil
-
+
Preview File
Förhandsgranska fil
-
+
Details...
Detaljer...
-
+
Copy retroshare Link
Kopiera retrosharelänk
-
+
Paste retroshare Link
Klistra in retrosharelänk
@@ -12237,56 +12283,56 @@ p, li { white-space: pre-wrap; }
Ange rot är dekorerad
-
+
View
- Visa
+ Visa
-
-
+
+
Slower
Långsammare
-
-
-
+
+
+
Average
Medel
-
-
+
+
Faster
Snabbare
-
+
Move in Queue...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
Chunk strategi
-
+
version:
-
+
Queued
Kö
@@ -12296,63 +12342,63 @@ p, li { white-space: pre-wrap; }
Hastighet / kö position
-
+
Down
Nere
-
+
Up
Upp
-
+
Top
Topp
-
+
Bottom
Botten
-
+
Priority (Speed)...
Prioritet (Hastighet) ...
-
+
Paused
Pausad
-
+
Transferring
Överföra
-
+
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?
@@ -12425,51 +12471,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
@@ -12493,62 +12533,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
Visar: hela nätverket
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_tr.qm b/retroshare-gui/src/lang/retroshare_tr.qm
index 7c61d05fa..8e9a4e79b 100644
Binary files a/retroshare-gui/src/lang/retroshare_tr.qm and b/retroshare-gui/src/lang/retroshare_tr.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_tr.ts b/retroshare-gui/src/lang/retroshare_tr.ts
index b6078463c..aa650c2f7 100644
--- a/retroshare-gui/src/lang/retroshare_tr.ts
+++ b/retroshare-gui/src/lang/retroshare_tr.ts
@@ -756,48 +756,48 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
Gözalt
-
+
Select Certificate
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
@@ -806,28 +806,28 @@ p, li { white-space: pre-wrap; }
Certificates (*.pqi *.pem)
-
+
Please choose a filename
-
-
+
+
RetroShare
Retroshare
-
+
Certificate file successfully created
Sertifika dosyası başarıyla oluşturuldu
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1493,57 +1493,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
Yapı Arkadaş
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2530,22 +2530,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 (*)
@@ -2883,12 +2883,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3119,6 +3119,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3139,16 +3140,21 @@ p, li { white-space: pre-wrap; }
+ Remaining:
+
+
+
+
Number of sources:
Kaynak:
-
+
Chunk strategy:
Chunk stratejisi
-
+
Transfer type:
Aktarım tip:
@@ -3156,57 +3162,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 ***
@@ -4776,68 +4782,68 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
Ağ
-
+
Friends
Arkadaşlar
-
+
Transfers
Aktarımlar
-
+
Messages
Mesajlar
-
+
Channels
Kanallar
-
+
Blogs
Bloglar
-
+
You has a new message
-
+
Internal Error
-
+
Options
Seçenekler
-
+
Hide
Gizle
-
+
Show
Göster
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -4877,12 +4883,12 @@ p, li { white-space: pre-wrap; }
Hızlı Başlangıç Sihirbazı
-
+
Search
Ara
-
+
Files
Dosya
@@ -4891,52 +4897,52 @@ p, li { white-space: pre-wrap; }
eklemek paylaşmak rehber kitap
-
+
Show/Hide
Göster/Gizle
-
+
&Quit
-
+
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
@@ -4946,22 +4952,22 @@ p, li { white-space: pre-wrap; }
Ile ilgili
-
+
News Feed
-
+
Forums
Forumlar
-
+
Open Messages
Aç Mesajlar
-
+
Applications
@@ -4974,17 +4980,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?
@@ -5085,12 +5091,12 @@ p, li { white-space: pre-wrap; }
Kimden
-
+
Size
Boyut
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5146,70 +5152,70 @@ p, li { white-space: pre-wrap; }
Ek
-
-
-
+
+
+
Inbox
Gelen
-
-
-
+
+
+
Outbox
Giden
-
-
-
+
+
+
Draft
Taslak
-
+
Sent
Gönderildi
-
-
+
+
Print...
Yazdır...
-
+
Print Preview
Yazdırma önizleme
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
Farklı kaydet...
@@ -5235,17 +5241,17 @@ p, li { white-space: pre-wrap; }
Download All
-
+
Print Document
Belge yazdır
-
+
File Name
Dosya Adı
-
+
Sources
Kaynak
@@ -5313,42 +5319,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+ Anonim
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
Farklı kaydet...
-
+
HTML-Files (*.htm *.html);;All Files (*)
HTML-Dosya (*.htm *.html);;Tüm Dosyalar (*)
@@ -5365,27 +5378,26 @@ p, li { white-space: pre-wrap; }
Konu
-
+
Subject:
Konu:
-
+
From:
Kimden:
-
Date:
- Tarih:
+ Tarih:
-
+
To:
Kime:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5396,7 +5408,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;">Tüm Önerilen Dosyalar indir</p></body></html>
-
+
Hash
@@ -5495,6 +5507,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
Baskı Önizleme
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -6539,14 +6569,18 @@ p, li { white-space: pre-wrap; }
-
- Online:
-
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
+ <span style="color:#000000"><strong>Arkadaşlar:</strong></span>
+
+
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+ <span style="color:#0000FF"><strong>Online:</strong></span>
-
Friends:
- Arkadaşlar:
+ Arkadaşlar:
@@ -8193,14 +8227,22 @@ p, li { white-space: pre-wrap; }
<strong>Indirme:</strong> 0.00 (kB/s) | <strong>Gönderme:</strong> 0.00 (kB/s)
-
- Down:
- Indirme:
+
+ <strong>Down:</strong>
+ <strong>Indirme:</strong>
+
+
+
+ <strong>Up:</strong>
+ <strong>Gönderme:</strong>
+
+
+ Down:
+ Indirme:
-
Up:
- Gönderme:
+ Gönderme:
@@ -8982,7 +9024,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
Indir
@@ -8994,52 +9036,52 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Files</span></p></body></html>
-
+
Checking...
Kontrol ediliyor ...
-
+
Check files
Onay dosyaları
-
+
Copy retroshare Link
Kopyala retroshare Link
-
+
Send retroshare Link
Gönder retroshare Link Mesajla
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
retroshare Link Panoya Kopyala
-
+
Copy retroshare Links to Clipboard (HTML)
reroshare Link Panoya Kopyala (HTML)
-
+
Send retroshare Links
Gönder retroshare link Mesajla
-
+
Send retroshare Links (HTML)
Gönder retroshare link Mesajla (HTML)
@@ -9048,43 +9090,43 @@ p, li { white-space: pre-wrap; }
Gönder retroshare link Chat
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
Dosyayı Aç
-
+
Open Folder
Klasör Aç
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
<strong>Paylaşılan Dosyalar</strong>
-
+
<strong>Friends Files</strong>
<strong>Arkadaşların Dosyaları</strong>
-
+
<strong>Files</strong>
<strong>Dosyalar</strong>
@@ -9274,22 +9316,22 @@ p, li { white-space: pre-wrap; }
Adı - yeri:
-
+
Login Failure
Giriş Hatası
-
+
Maybe password is wrong
Belki şifre yanlış
-
+
Create a New Profil
Yeni profil oluştur
-
+
This will generate a new Profile
Are you sure you want to continue
Bu yeni bir profil oluşturur
@@ -9670,22 +9712,22 @@ p, li { white-space: pre-wrap; }
Metni aşağıda PGP belgedir. Arkadaşınızın bunu sağlamak zorunda
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
@@ -9695,37 +9737,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
Farklı kaydet...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
sertifika yüklemek başaramamak
@@ -9803,12 +9845,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
Iptal
-
+
Clear Completed
Tamanları Temizle
@@ -9951,72 +9993,72 @@ p, li { white-space: pre-wrap; }
-
+
Play
Başlat
-
+
Pause
Duraklat
-
+
Resume
Devam
-
+
Open Folder
Klasör Aç
-
+
Open File
Dosyayı Aç
-
+
Preview File
Önizleme
-
+
Details...
Ayrıntılar
-
+
Copy retroshare Link
Kopyala retroshare Link
-
+
Paste retroshare Link
Yapıştır retroshare Link
-
+
View
- Görüntü
+ Görüntü
-
+
Down
Aşağı
-
+
Up
Yukarı
-
+
Top
Üst
-
+
Bottom
Alt
@@ -10025,7 +10067,7 @@ p, li { white-space: pre-wrap; }
Kuyrukta Taşı ...
-
+
Priority (Speed)...
Öncelikl (Hız)
@@ -10046,47 +10088,47 @@ p, li { white-space: pre-wrap; }
Otomatik
-
+
Streaming
-
+
Random
Rasgele
-
+
Chunk strategy
Chunk stratejisi
-
+
Queued
Sırada
-
+
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?
@@ -10113,90 +10155,84 @@ p, li { white-space: pre-wrap; }
-
-
+
+
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
@@ -10220,62 +10256,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_zh_CN.qm b/retroshare-gui/src/lang/retroshare_zh_CN.qm
index d7de45a8d..d2a32c91b 100644
Binary files a/retroshare-gui/src/lang/retroshare_zh_CN.qm and b/retroshare-gui/src/lang/retroshare_zh_CN.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_zh_CN.ts b/retroshare-gui/src/lang/retroshare_zh_CN.ts
index 03077f5df..2d5d90942 100644
--- a/retroshare-gui/src/lang/retroshare_zh_CN.ts
+++ b/retroshare-gui/src/lang/retroshare_zh_CN.ts
@@ -778,7 +778,7 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
证书
@@ -787,48 +787,48 @@ 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...
出口我的证书...
-
+
Specify path to your friend's certificate in the box below
选择在下表中给你好友的证书
-
+
Browse
浏览
-
+
Select Certificate
选择证书
-
+
RetroShare Certificates (*.rsc)
-
+
Please choose a filename
请选择一个文件名
-
+
Not implemented
@@ -837,18 +837,18 @@ p, li { white-space: pre-wrap; }
证书 (*.pqi *.pem)
-
-
+
+
RetroShare
-
+
Certificate file successfully created
证书创建成功
-
+
Sorry, certificate file creation failed
抱歉,证书创建失败
@@ -857,7 +857,7 @@ p, li { white-space: pre-wrap; }
证书加载失败:%1出错。
-
+
Certificate Load Failed:file %1 not found
证书加载失败:文件%1不存在。
@@ -1527,37 +1527,37 @@ Available: %3
ConclusionPage
-
+
Make Friend
成为好友
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
@@ -1566,7 +1566,7 @@ Available: %3
填写你好友的详细信息
-
+
Peer details
节点详细信息
@@ -1575,12 +1575,12 @@ Available: %3
信任
-
+
Name:
名字
-
+
Loc:
@@ -1589,7 +1589,7 @@ Available: %3
国家
-
+
Signers
签名
@@ -2629,22 +2629,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 (*)
@@ -2953,12 +2953,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
抱歉,有错误产生
-
+
Here is the error message:
错误信息:
@@ -3212,6 +3212,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3232,16 +3233,21 @@ p, li { white-space: pre-wrap; }
+ Remaining:
+
+
+
+
Number of sources:
数来源:
-
+
Chunk strategy:
块策略:
-
+
Transfer type:
传输类型:
@@ -3249,57 +3255,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 ***
@@ -4843,58 +4849,58 @@ p, li { white-space: pre-wrap; }
MainWindow
-
+
Network
网络
-
+
Friends
聊天好友
-
+
Transfers
文件
-
+
Messages
电子邮件
-
+
Channels
频道
-
+
Internal Error
内部错误
-
+
Options
选项
-
+
Hide
隐藏
-
+
Show
显示
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
Retroshare
@@ -4934,12 +4940,12 @@ p, li { white-space: pre-wrap; }
快速启动向导
-
+
Search
搜索
-
+
Files
文案
@@ -4948,62 +4954,62 @@ p, li { white-space: pre-wrap; }
添加共享目录
-
+
Show/Hide
显示/隐藏
-
+
&Quit
(&Q)退出
-
+
You has a new message
你有新邮件
-
+
Bandwidth Graph
带宽图
-
+
Open Messenger
打开信使
-
+
Minimize
最小化
-
+
Maximize
最大化
-
+
Links Cloud
链接
-
+
RetroShare %1 a secure decentralised communication platform
-
+
Blogs
博客
-
+
Unfinished
未完成
-
+
Help
幇助
@@ -5013,22 +5019,22 @@ p, li { white-space: pre-wrap; }
关於
-
+
News Feed
新闻提供
-
+
Forums
论坛
-
+
Open Messages
打开信使
-
+
Applications
程序
@@ -5041,17 +5047,17 @@ p, li { white-space: pre-wrap; }
RetroShare %1 一个安全分散的通信平台
-
+
Plugins
插件
-
+
Really quit ?
真要退出吗?
-
+
Do you really want to exit RetroShare ?
你真的要退出RetroShare?
@@ -5156,12 +5162,12 @@ p, li { white-space: pre-wrap; }
从
-
+
Size
大小
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5217,70 +5223,70 @@ p, li { white-space: pre-wrap; }
附件
-
-
-
+
+
+
Inbox
收件箱
-
-
-
+
+
+
Outbox
发件箱
-
-
-
+
+
+
Draft
草稿
-
+
Sent
发送电子邮件
-
-
+
+
Print...
打印
-
+
Print Preview
打印预览
-
-
+
+
Buttons Icon Only
按钮图标只
-
+
Buttons Text Beside Icon
按钮的文本旁边图标
-
+
Buttons with Text
按钮与文本
-
+
Buttons Text Under Icon
按钮的文字在图标
-
+
Set Text Under Icon
设置下的文本,图标
-
+
Save As...
另存为
@@ -5305,17 +5311,17 @@ p, li { white-space: pre-wrap; }
下载所有
-
+
Print Document
打印文档
-
+
File Name
文案名称
-
+
Sources
来源
@@ -5383,42 +5389,49 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+ 匿名
+
+
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
另存为
-
+
HTML-Files (*.htm *.html);;All Files (*)
网页 (*.htm *.html);;所有文件 (*)
@@ -5439,27 +5452,26 @@ p, li { white-space: pre-wrap; }
题目
-
+
Subject:
题目:
-
+
From:
发送方:
-
Date:
- 日期:
+ 日期:
-
+
To:
至:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5470,7 +5482,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;">推荐下载所有文件</p></body></html>
-
+
Hash
@@ -5581,6 +5593,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
打印预览
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -6747,14 +6777,22 @@ p, li { white-space: pre-wrap; }
在线: ) | 好友: 0 | 网络: 0
-
- Online:
- 在线: )
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
+
+
+
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
+
+
+
+ Online:
+ 在线: )
-
Friends:
- 好友:
+ 好友:
Network:
@@ -8456,14 +8494,22 @@ p, li { white-space: pre-wrap; }
<strong>下载:</strong> 0.00 (kB/s) | <strong>上传:</strong> 0.00 (kB/s)
-
- Down:
- 下载:
+
+ <strong>Down:</strong>
+ <strong>下载:</strong>
+
+
+
+ <strong>Up:</strong>
+ <strong>上传:</strong>
+
+
+ Down:
+ 下载:
-
Up:
- 上传:
+ 上传:
@@ -9307,7 +9353,7 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
下载
@@ -9331,68 +9377,68 @@ p, li { white-space: pre-wrap; }
讯息好友
-
-
+
+
Open File
打开文件
-
+
Open Folder
打开文件夹
-
+
Set command for opening this file
设置打开这个文件时使用的命令
-
+
Copy retroshare Link
复制retroshare链接
-
+
Checking...
检查...
-
+
Check files
刷新
-
+
Send retroshare Link
发送retroshare链接
-
+
Recommend (Automated message) To
推荐(自动消息)
-
+
Recommend in a message to
推荐的信息
-
+
Copy retroshare Links to Clipboard
复制retroshare链接到剪贴板
-
+
Copy retroshare Links to Clipboard (HTML)
retroshare链接复制到剪贴板(HTML)
-
+
Send retroshare Links
发送retroshare链接
-
+
Send retroshare Links (HTML)
发送retroshare链接(HTML)
@@ -9401,27 +9447,27 @@ p, li { white-space: pre-wrap; }
发送retroshare链接聊天
-
+
Send retroshare Links to Cloud
发送retroshare链接云
-
+
Add Links to Cloud
添加链接云
-
+
<strong>My Shared Files</strong>
<strong>我的共享文件</strong>
-
+
<strong>Friends Files</strong>
<strong>朋友文件</strong>
-
+
<strong>Files</strong>
<strong>文件</strong>
@@ -9644,22 +9690,22 @@ p, li { white-space: pre-wrap; }
登錄
-
+
Login Failure
登录失败
-
+
Maybe password is wrong
密码错误
-
+
Create a New Profil
创建新用户资料
-
+
This will generate a new Profile
Are you sure you want to continue
这将会产生一个新的配置文件
@@ -10045,42 +10091,42 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Please, paste your friends PGP certificate into the box below
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
Retroshare
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
Save as...
另存为
-
+
RetroShare Certificate (*.rsc );;All Files (*)
@@ -10093,7 +10139,7 @@ p, li { white-space: pre-wrap; }
你需要把你XPGP证书下面的文字提供给你的好友。
-
+
Run Email program
运行邮件程序
@@ -10102,7 +10148,7 @@ p, li { white-space: pre-wrap; }
请粘贴你好友的XPGP证书到下面的框中
-
+
Connect Friend Help
连接好友帮助
@@ -10111,7 +10157,7 @@ p, li { white-space: pre-wrap; }
你可以复制这段文字通过电子邮件、ICQ或其它渠道发送给你的好友。
-
+
Certificate Load Failed
证书加载失败
@@ -10176,12 +10222,12 @@ p, li { white-space: pre-wrap; }
TransfersDialog
-
+
Cancel
取消
-
+
Clear Completed
明确完成
@@ -10274,25 +10320,24 @@ p, li { white-space: pre-wrap; }
已下载
-
+
Play
播放
-
+
Move in Queue...
移动在队列...
-
+
RetroShare
-
-
-
-
+
+
+
Failed
失败
@@ -10329,49 +10374,49 @@ p, li { white-space: pre-wrap; }
-
+
Pause
暂停
-
+
Resume
简历
-
+
Open Folder
打开文件夹
-
+
Open File
打开文件
-
+
Preview File
预览文件
-
+
Details...
详情
-
+
Copy retroshare Link
复制retroshare链接
-
+
Paste retroshare Link
粘贴retroshare链接
-
+
View
- 查看
+ 查看
Remove all queued
@@ -10394,21 +10439,21 @@ p, li { white-space: pre-wrap; }
汽车
-
-
+
+
Slower
慢
-
-
-
+
+
+
Average
平均
-
-
+
+
Faster
更快
@@ -10421,62 +10466,58 @@ p, li { white-space: pre-wrap; }
优先级(速度)
-
+
Streaming
流
-
+
Random
随机
-
+
Chunk strategy
块策略
-
-
-
-
+
+
+
Okay
确定
-
-
-
+
+
Waiting
轮候
-
+
Downloading
下载
-
-
-
-
-
-
+
+
+
+
Complete
完成
-
+
Unknown
未知
-
+
version:
版本:
-
+
Queued
排队
@@ -10486,63 +10527,62 @@ p, li { white-space: pre-wrap; }
速度/队列位置
-
+
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 没有完成。如果它是一个媒体文件,尝试预览。
@@ -10614,62 +10654,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
전체
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm
diff --git a/retroshare-gui/src/lang/retroshare_zh_TW.ts b/retroshare-gui/src/lang/retroshare_zh_TW.ts
index a383cce9e..2485cb507 100644
--- a/retroshare-gui/src/lang/retroshare_zh_TW.ts
+++ b/retroshare-gui/src/lang/retroshare_zh_TW.ts
@@ -741,74 +741,74 @@ p, li { white-space: pre-wrap; }
CertificatePage
-
+
Certificate files
-
+
Use PGP certificates saved in files.
-
+
You have to generate a file with your certificate and give it to your friend. Also, you can use a file generated before.
-
-
+
+
Export my certificate...
-
+
Specify path to your friend's certificate in the box below
-
+
Browse
-
+
Select Certificate
-
+
RetroShare Certificates (*.rsc)
-
+
Not implemented
-
+
Please choose a filename
-
-
+
+
RetroShare
-
+
Certificate file successfully created
-
+
Sorry, certificate file creation failed
-
+
Certificate Load Failed:file %1 not found
@@ -1466,57 +1466,57 @@ Available: %3
ConclusionPage
-
+
Make Friend
-
+
Details about your friend :
-
+
Key validity:
-
+
Email:
-
+
Authenticate friend (Sign GPG Key)
-
+
Add as friend to connect with
-
+
It seems your friend is already registered. Adding it might just set it's ip address.
-
+
Peer details
-
+
Name:
-
+
Loc:
-
+
Signers
@@ -2479,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 (*)
@@ -2828,12 +2828,12 @@ p, li { white-space: pre-wrap; }
ErrorMessagePage
-
+
Sorry, some error appeared
-
+
Here is the error message:
@@ -3060,6 +3060,7 @@ p, li { white-space: pre-wrap; }
+
bytes
@@ -3080,16 +3081,21 @@ p, li { white-space: pre-wrap; }
- Number of sources:
+ Remaining:
- Chunk strategy:
+ Number of sources:
+ Chunk strategy:
+
+
+
+
Transfer type:
@@ -3097,57 +3103,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 ***
@@ -4589,163 +4595,163 @@ 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
-
+
News Feed
-
+
Plugins
-
+
Unfinished
-
+
Show/Hide
-
+
Minimize
-
+
Maximize
-
+
&Quit
-
-
-
-
-
-
+
+
+
+
+
+
RetroShare
-
+
Options
-
+
Bandwidth Graph
-
+
Open Messenger
-
+
Open Messages
-
+
Applications
-
+
Help
-
+
Really quit ?
-
+
Internal Error
-
+
Hide
-
+
Show
-
+
You has a new message
-
+
Do you really want to exit RetroShare ?
@@ -4931,47 +4937,54 @@ p, li { white-space: pre-wrap; }
-
+
+
+
+ Anonymous
+
+
+
+
Print Document
-
+
File Request Confirmation
-
+
The file has been added to your download list.
-
+
File Request canceled
-
+
The file has not been added to your download list, because you already have it.
-
+
File Request Error
-
+
The file link is malformed.
-
+
Save as...
-
+
HTML-Files (*.htm *.html);;All Files (*)
@@ -4992,28 +5005,28 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+
+
Inbox
-
-
-
+
+
+
Outbox
-
-
-
+
+
+
Draft
-
+
Sent
@@ -5076,27 +5089,22 @@ p, li { white-space: pre-wrap; }
-
+
Subject:
-
+
From:
-
- Date:
-
-
-
-
+
To:
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
@@ -5104,7 +5112,7 @@ p, li { white-space: pre-wrap; }
-
+
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
@@ -5112,64 +5120,64 @@ p, li { white-space: pre-wrap; }
-
+
File Name
-
+
Size
-
+
Sources
-
+
Hash
-
-
+
+
Print...
-
+
Print Preview
-
-
+
+
Buttons Icon Only
-
+
Buttons Text Beside Icon
-
+
Buttons with Text
-
+
Buttons Text Under Icon
-
+
Set Text Under Icon
-
+
Save As...
@@ -5225,6 +5233,24 @@ p, li { white-space: pre-wrap; }
PrintPreview
+
+
+
+ <strong>Unread:</strong>
+
+
+
+
+
+ <strong>Inbox:</strong>
+
+
+
+
+
+ <strong>Outbox:</strong>
+
+
MessengerWindow
@@ -6167,13 +6193,13 @@ p, li { white-space: pre-wrap; }
-
- Online:
+
+ <span style="color:#000000"><strong>Friends:</strong></span>
-
- Friends:
+
+ <span style="color:#0000FF"><strong>Online:</strong></span>
@@ -7769,13 +7795,13 @@ p, li { white-space: pre-wrap; }
-
- Down:
+
+ <strong>Down:</strong>
-
- Up:
+
+ <strong>Up:</strong>
@@ -8465,98 +8491,98 @@ p, li { white-space: pre-wrap; }
SharedFilesDialog
-
+
Download
-
+
Checking...
-
+
Check files
-
+
Copy retroshare Link
-
+
Send retroshare Link
-
+
Recommend (Automated message) To
-
+
Recommend in a message to
-
+
Copy retroshare Links to Clipboard
-
+
Copy retroshare Links to Clipboard (HTML)
-
+
Send retroshare Links
-
+
Send retroshare Links (HTML)
-
+
Send retroshare Links to Cloud
-
+
Add Links to Cloud
-
-
+
+
Open File
-
+
Open Folder
-
+
Set command for opening this file
-
+
<strong>My Shared Files</strong>
-
+
<strong>Friends Files</strong>
-
+
<strong>Files</strong>
@@ -8725,22 +8751,22 @@ p, li { white-space: pre-wrap; }
-
+
Login Failure
-
+
Maybe password is wrong
-
+
Create a New Profil
-
+
This will generate a new Profile
Are you sure you want to continue
@@ -9096,22 +9122,22 @@ p, li { white-space: pre-wrap; }
-
+
Please, paste your friends PGP certificate into the box below
-
+
Your Cert is copied to Clipboard, paste and send it to yourfriend via email or some other way
-
+
You can copy this text and send it to your friend via email or some other way
-
+
RetroShare
@@ -9121,37 +9147,37 @@ p, li { white-space: pre-wrap; }
-
+
Copy your Cert to Clipboard
-
+
Save your Cert into a File
-
+
Run Email program
-
+
Connect Friend Help
-
+
Save as...
-
+
RetroShare Certificate (*.rsc );;All Files (*)
-
+
Certificate Load Failed
@@ -9281,81 +9307,81 @@ p, li { white-space: pre-wrap; }
-
+
Play
-
+
Pause
-
+
Resume
-
+
Cancel
-
+
Open Folder
-
+
Open File
-
+
Preview File
-
+
Details...
-
+
Clear Completed
-
+
Copy retroshare Link
-
+
Paste retroshare Link
-
+
View
-
-
+
+
Slower
-
-
-
+
+
+
Average
-
-
+
+
Faster
@@ -9371,32 +9397,32 @@ p, li { white-space: pre-wrap; }
-
+
Move in Queue...
-
+
Streaming
-
+
Random
-
+
Chunk strategy
-
+
version:
-
+
Queued
@@ -9406,62 +9432,62 @@ p, li { white-space: pre-wrap; }
-
+
Down
-
+
Up
-
+
Top
-
+
Bottom
-
+
Priority (Speed)...
-
+
Paused
-
+
Transferring
-
+
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?
@@ -9510,51 +9536,45 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
Failed
-
-
-
-
+
+
+
Okay
-
-
-
+
+
Waiting
-
+
Downloading
-
-
-
-
-
-
+
+
+
+
Complete
-
+
Unknown
-
-
+
Uploading
@@ -9578,62 +9598,77 @@ p, li { white-space: pre-wrap; }
-
+
Showing: whole network
-
+
This table normaly auto-updates every 10 seconds.
-
+
is athenticated (one way) by
-
+
athenticated himself
-
+
athenticated each others
-
+
is athenticated by
-
+
athenticated
-
+
Half
-
+
Full
-
-
+
+
peers, including him(her)self.
-
+
Showing: peers connected to
+
+ TurtleRouterDialog
+
+
+
+ Search requests
+
+
+
+
+
+ Tunnel requests
+
+
+
TurtleRouterDialogForm