diff --git a/retroshare-gui/src/gui/ShareManager.cpp b/retroshare-gui/src/gui/ShareManager.cpp index b445dfa05..d7e018f34 100644 --- a/retroshare-gui/src/gui/ShareManager.cpp +++ b/retroshare-gui/src/gui/ShareManager.cpp @@ -49,8 +49,7 @@ ShareManager::ShareManager(QWidget *parent, Qt::WFlags flags) connect(ui.addButton, SIGNAL(clicked( bool ) ), this , SLOT( addShareDirectory() ) ); connect(ui.removeButton, SIGNAL(clicked( bool ) ), this , SLOT( removeShareDirectory() ) ); - connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(reject())); - connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(accept())); + connect(ui.closeButton, SIGNAL(accepted()), this, SLOT(close())); connect( ui.shareddirList, SIGNAL( customContextMenuRequested( QPoint ) ), this, SLOT( shareddirListCostumPopupMenu( QPoint ) ) ); diff --git a/retroshare-gui/src/gui/ShareManager.ui b/retroshare-gui/src/gui/ShareManager.ui index 6ee414311..9dc534feb 100644 --- a/retroshare-gui/src/gui/ShareManager.ui +++ b/retroshare-gui/src/gui/ShareManager.ui @@ -109,7 +109,7 @@ p, li { white-space: pre-wrap; } 6 - + Shared Folder Manager @@ -255,12 +255,9 @@ p, li { white-space: pre-wrap; } - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + Close diff --git a/retroshare-gui/src/gui/profile/StatusMessage.cpp b/retroshare-gui/src/gui/profile/StatusMessage.cpp index 63585f969..1a98ccb2c 100644 --- a/retroshare-gui/src/gui/profile/StatusMessage.cpp +++ b/retroshare-gui/src/gui/profile/StatusMessage.cpp @@ -42,8 +42,8 @@ StatusMessage::StatusMessage(QWidget *parent, Qt::WFlags flags) /* Create RshareSettings object */ _settings = new RshareSettings(); - connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(reject())); - connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(save())); + connect(ui.cancelButton, SIGNAL(clicked()), this, SLOT(close())); + connect(ui.okButton, SIGNAL(clicked()), this, SLOT(save())); load(); @@ -79,13 +79,8 @@ void StatusMessage::save() /** Loads the settings for this page */ void StatusMessage::load() -{ - //_settings->beginGroup("Profile"); - //ui.txt_StatusMessage->setText(_settings->value("StatusMessage","").toString()); - //_settings->endGroup(); - - ui.txt_StatusMessage->setText(QString::fromStdString(rsMsgs->getCustomStateString())) ; - +{ + ui.txt_StatusMessage->setText(QString::fromStdString(rsMsgs->getCustomStateString())); } diff --git a/retroshare-gui/src/gui/profile/StatusMessage.ui b/retroshare-gui/src/gui/profile/StatusMessage.ui index 5a898a793..7c8afd02c 100644 --- a/retroshare-gui/src/gui/profile/StatusMessage.ui +++ b/retroshare-gui/src/gui/profile/StatusMessage.ui @@ -35,22 +35,6 @@ :/images/rstray3.png:/images/rstray3.png - - - - 9 - 180 - 371 - 25 - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - @@ -168,9 +152,37 @@ border: 1px solid #CCCCCC;} QFrame::Raised + + + + 220 + 180 + 75 + 23 + + + + OK + + + true + + + + + + 300 + 180 + 75 + 23 + + + + Cancel + + frame_2 - buttonBox frame label_3 label_2 @@ -184,6 +196,7 @@ border: 1px solid #CCCCCC;} + diff --git a/retroshare-gui/src/lang/retroshare_af.qm b/retroshare-gui/src/lang/retroshare_af.qm index f313da663..7e7ff21d5 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 46d5cb621..37f756511 100644 --- a/retroshare-gui/src/lang/retroshare_af.ts +++ b/retroshare-gui/src/lang/retroshare_af.ts @@ -3423,7 +3423,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5498,6 +5498,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5537,11 +5542,6 @@ p, li { white-space: pre-wrap; } Settings Settings - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9615,38 +9615,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Remove - + Warning! - + Shared Directory Added! @@ -9702,6 +9702,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Toemaak + SharedFilesDialog @@ -10226,12 +10231,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10240,7 +10245,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10248,6 +10253,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + + + + + Cancel + + SubDestItem @@ -10631,7 +10646,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10700,11 +10715,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10726,32 +10736,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10779,75 +10789,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_bg.qm b/retroshare-gui/src/lang/retroshare_bg.qm index 64f9a554e..4b2a488c2 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 b8b80b79e..8e40e6037 100644 --- a/retroshare-gui/src/lang/retroshare_bg.ts +++ b/retroshare-gui/src/lang/retroshare_bg.ts @@ -3393,7 +3393,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5235,6 +5235,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5274,11 +5279,6 @@ p, li { white-space: pre-wrap; } Settings Настройки - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9414,28 +9414,28 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Изтриване @@ -9444,12 +9444,12 @@ behind a firewall or a VPN. Добавяне на директория за споделяне - + Warning! - + Shared Directory Added! @@ -9505,6 +9505,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Затваряне + SharedFilesDialog @@ -10032,12 +10037,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10046,7 +10051,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10054,6 +10059,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + + + + + Cancel + Отказ + SubDestItem @@ -10443,7 +10458,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10512,11 +10527,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10538,32 +10548,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10591,75 +10601,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_da.qm b/retroshare-gui/src/lang/retroshare_da.qm index 7b38cf99f..06edd92dc 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 5becfb7f5..ac3e16cec 100644 --- a/retroshare-gui/src/lang/retroshare_da.ts +++ b/retroshare-gui/src/lang/retroshare_da.ts @@ -3240,7 +3240,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -4859,6 +4859,11 @@ p, li { white-space: pre-wrap; } RetroShare RetroShare + + + RetroShare %1 a secure decentralised communication platform + + Search @@ -4949,11 +4954,6 @@ p, li { white-space: pre-wrap; } Applications - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -8863,38 +8863,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove - + Warning! - + Shared Directory Added! @@ -8950,6 +8950,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Luk + SharedFilesDialog @@ -9451,12 +9456,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9465,7 +9470,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9473,6 +9478,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + O.k. + + + + Cancel + Afbryd + SubDestItem @@ -9804,7 +9819,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -9855,20 +9870,20 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster @@ -9883,6 +9898,11 @@ p, li { white-space: pre-wrap; } i.e: Estimated Time of Arrival / Time left + + + Move in Queue... + + Streaming @@ -9899,12 +9919,12 @@ p, li { white-space: pre-wrap; } - + version: - + Queued @@ -9933,38 +9953,33 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... - + RetroShare RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10008,52 +10023,52 @@ p, li { white-space: pre-wrap; } - - - - + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_de.qm b/retroshare-gui/src/lang/retroshare_de.qm index 175ebd43b..2ddfe946a 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 f7183966d..cecbc834a 100644 --- a/retroshare-gui/src/lang/retroshare_de.ts +++ b/retroshare-gui/src/lang/retroshare_de.ts @@ -4013,9 +4013,13 @@ p, li { white-space: pre-wrap; } Verfügbarkeits map - sources - Quellen + Quellen + + + + active sources + @@ -6338,6 +6342,11 @@ p, li { white-space: pre-wrap; } Forums Foren + + + RetroShare %1 a secure decentralised communication platform + + Open Messages @@ -6352,11 +6361,6 @@ p, li { white-space: pre-wrap; } Settings Einstellungen - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -11041,22 +11045,22 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory Freigabe-Verzeichnis hinzufügen - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? @@ -11066,7 +11070,7 @@ behind a firewall or a VPN. - + Remove Entfernen @@ -11075,7 +11079,7 @@ behind a firewall or a VPN. Freigabe-Verzeichnis hinzufügen - + Warning! Warnung! @@ -11121,6 +11125,11 @@ p, li { white-space: pre-wrap; } Browsable + + + Close + Schliessen + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11135,7 +11144,7 @@ p, li { white-space: pre-wrap; } Hinzufügen - + Shared Directory Added! Verzeichniss wurde hinzugefügt! @@ -11773,12 +11782,12 @@ p, li { white-space: pre-wrap; } Status Nachricht - + Status message Statusnachricht - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11791,7 +11800,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Statusnachricht </span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11803,6 +11812,16 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Bitte geben sie ihre Statusnachricht ein</span></p></body></html> + + + OK + OK + + + + Cancel + Abbrechen + SubDestItem @@ -12211,7 +12230,7 @@ p, li { white-space: pre-wrap; } Übertragen - + Play Abspielen @@ -12280,11 +12299,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -12306,32 +12320,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. Datei %1 ist nicht komplett. Wenn es eine Media datei ist dann versuche "Vorschau". - + Are you sure that you want to cancel and delete these files? Soll dieser Download wirklich abgebrochen und gelöscht werden? @@ -12364,75 +12378,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed Gescheitert - - - - + + + + Okay OK - - - + + + Waiting Warte - - + + Downloading Ladend - - - - - - + + + + + + Complete Vollständig - + Unknown Unbekannt - + version: - - + + Uploading Hochladend diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts index b6435f900..fd4a3212c 100644 --- a/retroshare-gui/src/lang/retroshare_en.ts +++ b/retroshare-gui/src/lang/retroshare_en.ts @@ -3099,7 +3099,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -4696,6 +4696,11 @@ p, li { white-space: pre-wrap; } RetroShare + + + RetroShare %1 a secure decentralised communication platform + + Search @@ -4786,11 +4791,6 @@ p, li { white-space: pre-wrap; } Applications - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -8471,38 +8471,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove - + Warning! - + Shared Directory Added! @@ -8558,6 +8558,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + + SharedFilesDialog @@ -9059,12 +9064,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9073,7 +9078,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9081,6 +9086,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + + + + + Cancel + + SubDestItem @@ -9412,7 +9427,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -9463,20 +9478,20 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster @@ -9491,6 +9506,11 @@ p, li { white-space: pre-wrap; } i.e: Estimated Time of Arrival / Time left + + + Move in Queue... + + Streaming @@ -9507,12 +9527,12 @@ p, li { white-space: pre-wrap; } - + version: - + Queued @@ -9541,38 +9561,33 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -9616,52 +9631,52 @@ p, li { white-space: pre-wrap; } - - - - + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_es.qm b/retroshare-gui/src/lang/retroshare_es.qm index 42dd06bda..a6766ddd2 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 a3ac85b5b..d52af2bbc 100644 --- a/retroshare-gui/src/lang/retroshare_es.ts +++ b/retroshare-gui/src/lang/retroshare_es.ts @@ -3419,7 +3419,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5267,6 +5267,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5306,11 +5311,6 @@ p, li { white-space: pre-wrap; } Settings Ajustes - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9348,28 +9348,28 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Quitar @@ -9378,12 +9378,12 @@ behind a firewall or a VPN. Agregar el directorio compartido - + Warning! - + Shared Directory Added! @@ -9439,6 +9439,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Cierre + SharedFilesDialog @@ -9963,12 +9968,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9977,7 +9982,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9985,6 +9990,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + OK + + + + Cancel + + SubDestItem @@ -10368,7 +10383,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10437,11 +10452,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10463,32 +10473,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10516,75 +10526,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_fi.qm b/retroshare-gui/src/lang/retroshare_fi.qm index 530dea458..fa4b0cdcf 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 314ada56d..70a38b3aa 100644 --- a/retroshare-gui/src/lang/retroshare_fi.ts +++ b/retroshare-gui/src/lang/retroshare_fi.ts @@ -3450,7 +3450,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5753,6 +5753,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5792,11 +5797,6 @@ p, li { white-space: pre-wrap; } Settings Asetukset - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9937,28 +9937,28 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Poista @@ -9967,12 +9967,12 @@ behind a firewall or a VPN. Lisää jaettu hakemisto - + Warning! - + Shared Directory Added! @@ -10028,6 +10028,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Sulje + SharedFilesDialog @@ -10555,12 +10560,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10569,7 +10574,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10577,6 +10582,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + OK + + + + Cancel + Peru + SubDestItem @@ -10966,7 +10981,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -11035,11 +11050,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -11061,32 +11071,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -11114,75 +11124,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_fr.qm b/retroshare-gui/src/lang/retroshare_fr.qm index 48d3f9fe8..04bc20e75 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 575fadbe6..02edc4e27 100644 --- a/retroshare-gui/src/lang/retroshare_fr.ts +++ b/retroshare-gui/src/lang/retroshare_fr.ts @@ -4151,9 +4151,13 @@ p, li { white-space: pre-wrap; } Disponibilité ( - sources - sources + sources + + + + active sources + @@ -6782,6 +6786,11 @@ p, li { white-space: pre-wrap; } Links Cloud Nuage de Liens + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -6822,9 +6831,8 @@ p, li { white-space: pre-wrap; } Paramètres - RetroShare %1 a secure decentralised commmunication platform - RetroShare %1 - Logiciel sécurisé et décentralisé + RetroShare %1 - Logiciel sécurisé et décentralisé @@ -11773,22 +11781,22 @@ derrière un pare-feu ou un VPN (Virtual Private Network). ShareManager - + Add a Share Directory Ajouter un dossier à partager - + Stop sharing selected Directory Arrêter de partager le dossier selectionné - + Select A Folder To Share Selectionnez un dossier à partager - + Do you really want to stop sharing this directory ? Etes-vous vraiment certains de ne plus vouloir partager ce dossier ? @@ -11798,7 +11806,7 @@ derrière un pare-feu ou un VPN (Virtual Private Network). - + Remove Supprimer @@ -11807,12 +11815,12 @@ derrière un pare-feu ou un VPN (Virtual Private Network). Ajouter un dossier partagé - + Warning! Attention ! - + Shared Directory Added! Dossier ajouté avec succès ! @@ -11879,23 +11887,28 @@ p, li { white-space: pre-wrap; } Directory - Répertoire + Répertoire Network Wide - Anonymes + Anonymes Browsable - Visibles + Visibles Add Ajouter + + + Close + Fermer + SharedFilesDialog @@ -12517,39 +12530,49 @@ Etes-vous certains de vouloir continuer ? Personal message - Message perso + Message perso - + Status message - Message d'état + Message d'état - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Personal message</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Message perso</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Entrez votre message d'état</span></p></body></html> + + + OK + OK + + + + Cancel + Annuler + SubDestItem @@ -12997,7 +13020,7 @@ p, li { white-space: pre-wrap; } Transféré - + Play Lecture @@ -13046,26 +13069,31 @@ p, li { white-space: pre-wrap; } View Affichage + + + Move in Queue... + + Remove all queued Purger la file d'attente - + Slower Basse - - + + Average Normale - + Faster Plus rapide @@ -13114,56 +13142,56 @@ p, li { white-space: pre-wrap; } 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 @@ -13192,44 +13220,39 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... - - + + Uploading En cours d'envoi - + RetroShare RetroShare - + Details: Détails : - + Open Transfer Ouvrir le transfert - + File %1 is not completed. If it is a media file, try to preview it. Le fichier %1 n'est pas terminé. Si c'est un fichier multimédia, essayez de le prévisualiser. - + Are you sure that you want to cancel and delete these files? Etes-vous sûr de vouloir annuler et d'effacer ces fichiers ? diff --git a/retroshare-gui/src/lang/retroshare_gr.qm b/retroshare-gui/src/lang/retroshare_gr.qm index 390f8a1ce..5438abde0 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 3c2346ed7..9c77a69e2 100644 --- a/retroshare-gui/src/lang/retroshare_gr.ts +++ b/retroshare-gui/src/lang/retroshare_gr.ts @@ -3419,7 +3419,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5490,6 +5490,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5529,11 +5534,6 @@ p, li { white-space: pre-wrap; } Settings Settings - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9583,38 +9583,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Remove - + Warning! - + Shared Directory Added! @@ -9670,6 +9670,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + λήξη + SharedFilesDialog @@ -10194,12 +10199,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10208,7 +10213,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10216,6 +10221,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + + + + + Cancel + + SubDestItem @@ -10599,7 +10614,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10668,11 +10683,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10694,32 +10704,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10747,75 +10757,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_it.qm b/retroshare-gui/src/lang/retroshare_it.qm index c5e0e8fba..e36d5bc27 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 14c027183..93c70e8b9 100644 --- a/retroshare-gui/src/lang/retroshare_it.ts +++ b/retroshare-gui/src/lang/retroshare_it.ts @@ -3423,7 +3423,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5275,6 +5275,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5314,11 +5319,6 @@ p, li { white-space: pre-wrap; } Settings Regolazioni - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9373,28 +9373,28 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Rimuovere @@ -9403,12 +9403,12 @@ behind a firewall or a VPN. Aggiungere l'indice comune - + Warning! - + Shared Directory Added! @@ -9464,6 +9464,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Fine + SharedFilesDialog @@ -9988,12 +9993,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10002,7 +10007,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10010,6 +10015,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + OK + + + + Cancel + + SubDestItem @@ -10393,7 +10408,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10462,11 +10477,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10488,32 +10498,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10541,75 +10551,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_ja.qm b/retroshare-gui/src/lang/retroshare_ja.qm index 67ab4f731..67ae179e6 100644 Binary files a/retroshare-gui/src/lang/retroshare_ja.qm and b/retroshare-gui/src/lang/retroshare_ja.qm differ diff --git a/retroshare-gui/src/lang/retroshare_ja.ts b/retroshare-gui/src/lang/retroshare_ja.ts index 2a33b1c92..ea802984b 100644 --- a/retroshare-gui/src/lang/retroshare_ja.ts +++ b/retroshare-gui/src/lang/retroshare_ja.ts @@ -3404,7 +3404,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5499,6 +5499,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5538,11 +5543,6 @@ p, li { white-space: pre-wrap; } Settings  設定 - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -8236,7 +8236,7 @@ p, li { white-space: pre-wrap; } Profile - + 横顔 @@ -9601,38 +9601,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove 取除きなさい - + Warning! - + Shared Directory Added! @@ -9688,6 +9688,11 @@ p, li { white-space: pre-wrap; } Add 追加する + + + Close + 終わり + SharedFilesDialog @@ -10216,12 +10221,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10230,7 +10235,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10238,6 +10243,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + + + + + Cancel + + SubDestItem @@ -10621,7 +10636,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10690,11 +10705,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10716,32 +10726,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10769,75 +10779,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_ko.qm b/retroshare-gui/src/lang/retroshare_ko.qm index d6c13dc61..11e6db446 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 99505344f..697b7f46c 100644 --- a/retroshare-gui/src/lang/retroshare_ko.ts +++ b/retroshare-gui/src/lang/retroshare_ko.ts @@ -303,7 +303,7 @@ p, li { white-space: pre-wrap; } File Name - + 파일명 @@ -415,12 +415,12 @@ p, li { white-space: pre-wrap; } Popularity - + 인기도 Last Post - + 마지막 게시물 @@ -458,7 +458,7 @@ p, li { white-space: pre-wrap; } Blogs - + 블로그 @@ -531,7 +531,7 @@ p, li { white-space: pre-wrap; } Subject - + 주제 @@ -569,7 +569,7 @@ p, li { white-space: pre-wrap; } Add - + 추가 @@ -622,7 +622,7 @@ p, li { white-space: pre-wrap; } Name - + 이름 @@ -772,7 +772,7 @@ p, li { white-space: pre-wrap; } Location: - + 위치 : @@ -807,7 +807,7 @@ p, li { white-space: pre-wrap; } Add - + 추가 @@ -1015,7 +1015,7 @@ p, li { white-space: pre-wrap; } &Quit - + 종료 @@ -1112,7 +1112,7 @@ Do you want to save message ? Add Extra File - + 추가 파일 추가 @@ -1168,12 +1168,12 @@ Do you want to save message ? Underline - + 밑줄 Italic - + 기울임꼴 @@ -1368,22 +1368,22 @@ p, li { white-space: pre-wrap; } Forum Name - + 포럼 이름 Popularity - + 인기도 Last Post - + 마지막 게시물 Forum ID - + 포럼 자료 ID @@ -1435,7 +1435,7 @@ p, li { white-space: pre-wrap; } Add - + 추가 @@ -1479,12 +1479,12 @@ p, li { white-space: pre-wrap; } Name - + 이름 Popularity - + 인기도 @@ -1653,7 +1653,7 @@ Available: %3 Name - + 이름 @@ -1693,12 +1693,12 @@ Available: %3 Addresses list - + 주소 목록 Apply and Close - + 닫기 @@ -1765,7 +1765,7 @@ Available: %3 Maybe password is wrong - + 아마 비밀 번호가 잘못입니다 @@ -1775,7 +1775,7 @@ Available: %3 Deny Friend - + 친구 거부 @@ -1785,12 +1785,12 @@ Available: %3 Local Address - + 로컬 주소 External Address - + 외부 주소 @@ -1811,12 +1811,12 @@ Available: %3 Marginal - + 한계 Full - + 전체 @@ -1841,12 +1841,12 @@ Available: %3 Make Friend - 친구를 사귀십시오 + 친구를 사귀십시오 OK - + 확인 @@ -1925,7 +1925,7 @@ p, li { white-space: pre-wrap; } Create new Blog - + 새 블로그 만들기 @@ -1934,72 +1934,76 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Blog</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">새 블로그</span></p></body></html> Name - + 이름 Description - + 설명 Type: - 유형: + 유형: Public - Anyone can read and publish (Shared Publish Key) - + 공개 - 누구나 읽을 수 있고 (공유 게시 키) 게시 Restricted - Anyone can read, limited publishing (Private Publish Key) - + 제한됨 - 누구나 제한 게시 (사립 게시 키)를 읽을 수있습니다 Private - (Private Publish Key required to view Messages) - + 개인 - (사립 게시 키 메시지를 볼 필요) Allowed Messages - + 허용 메시지 Authemticated Messages - + 인증된 메시지 Anonymous Messages - + 익명 메시지 Cancel - + 취소 Create - + 만들기 RetroShare - Retroshare (뒤에몫) + Retroshare (뒤에몫) Please add a Name - + 제발 이름을 추가합니다 @@ -2043,7 +2047,7 @@ p, li { white-space: pre-wrap; } Attachments - + 첨부 파일 @@ -2078,12 +2082,12 @@ p, li { white-space: pre-wrap; } Underline - + 밑줄 Italic - + 기울임꼴 @@ -2128,7 +2132,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + 추가 파일 추가 @@ -2158,17 +2162,17 @@ p, li { white-space: pre-wrap; } &Save - + 저장하십시오 Save &As... - + 다른 이름으로 저장 &Print... - + 인쇄 @@ -2183,7 +2187,7 @@ p, li { white-space: pre-wrap; } &Quit - + 종료 @@ -2292,7 +2296,7 @@ Do you want to save your changes? Open File... - + 파일 열기 @@ -2302,7 +2306,7 @@ Do you want to save your changes? Save as... - + 다른 이름으로 저장 @@ -2387,7 +2391,7 @@ p, li { white-space: pre-wrap; } Attachments - + 첨부 파일 @@ -2397,7 +2401,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + 추가 파일 추가 @@ -2415,32 +2419,32 @@ p, li { white-space: pre-wrap; } Name - 이름 + 이름 Type: - 유형: + 유형: Cancel - 취소 + 취소 RetroShare - Retroshare (뒤에몫) + Retroshare (뒤에몫) Please add a Name - + 제발 이름을 추가합니다 Create new Forum - + 새 포럼 만들기 @@ -2449,57 +2453,61 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Forum</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">새 포럼</span></p></body></html> Description - + 설명 Public - Anyone can read and publish (Shared Publish Key) - + 공개 - 누구나 읽을 수 있고 (공유 게시 키) 게시 Restricted - Anyone can read, limited publishing (Private Publish Key) - + 제한됨 - 누구나 제한 게시 (사립 게시 키)를 읽을 수있습니다 Private - (Private Publish Key required to view Messages) - + 개인 - (사립 게시 키 메시지를 볼 필요) Allowed Messages - + 허용 메시지 Authemticated Messages - + 인증된 메시지 Anonymous Messages - + 익명 메시지 Channel Logo - + 채널 로고 Add Channel Logo - + 채널 로고 추가 Create - + 만들기 @@ -2591,12 +2599,12 @@ p, li { white-space: pre-wrap; } Save as... - + 다른 이름으로 저장 RetroShare Certificate (*.rsc );;All Files (*) - + RetroShare 인증서 (*.의 RSC);; 모든 파일 (*) @@ -2731,7 +2739,7 @@ p, li { white-space: pre-wrap; } Transfer - + 전송 @@ -2853,7 +2861,7 @@ p, li { white-space: pre-wrap; } File Name - + 파일명 @@ -2900,7 +2908,7 @@ p, li { white-space: pre-wrap; } Add a Share Directory - + 공유 디렉토리를 추가하십시오 @@ -3020,7 +3028,7 @@ p, li { white-space: pre-wrap; } Status - + 상태 @@ -3141,9 +3149,13 @@ p, li { white-space: pre-wrap; } 상태지도 - sources - 근원 + 근원 + + + + active sources + @@ -3345,7 +3357,7 @@ p, li { white-space: pre-wrap; } Forum Name - + 포럼 이름 @@ -3377,7 +3389,7 @@ p, li { white-space: pre-wrap; } Reply - + 대답 @@ -3421,7 +3433,7 @@ p, li { white-space: pre-wrap; } Subscribe to Forum - + 구독 포럼 @@ -3431,7 +3443,7 @@ p, li { white-space: pre-wrap; } Forum Description - + 포럼에 대한 설명 @@ -3650,7 +3662,7 @@ p, li { white-space: pre-wrap; } Last Post - + 마지막 게시물 @@ -3834,7 +3846,7 @@ p, li { white-space: pre-wrap; } Status - + 상태 @@ -3865,7 +3877,7 @@ p, li { white-space: pre-wrap; } Delete - + 삭제 @@ -4029,7 +4041,7 @@ p, li { white-space: pre-wrap; } Forum - + 포럼 @@ -4056,7 +4068,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + 추가 파일 추가 @@ -4078,7 +4090,7 @@ p, li { white-space: pre-wrap; } Attachments - + 첨부 파일 @@ -4491,7 +4503,7 @@ p, li { white-space: pre-wrap; } Info - + 정보 @@ -4920,6 +4932,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -4960,9 +4977,8 @@ p, li { white-space: pre-wrap; } 조정 - RetroShare %1 a secure decentralised commmunication platform - RetroShare %1 보안 분산 커뮤니케이션 플랫폼 + RetroShare %1 보안 분산 커뮤니케이션 플랫폼 @@ -5449,7 +5465,7 @@ p, li { white-space: pre-wrap; } Reply - + 대답 @@ -5460,12 +5476,12 @@ p, li { white-space: pre-wrap; } Print - + 인쇄 PrintPreview - + 인쇄 미리보기 @@ -5473,12 +5489,12 @@ p, li { white-space: pre-wrap; } Expand all - + 모두 확장 Collapse all - + 모두 축소 @@ -5488,7 +5504,7 @@ p, li { white-space: pre-wrap; } Message Friend - + 메시지를 친구에게 보내기 @@ -5508,12 +5524,12 @@ p, li { white-space: pre-wrap; } Deny Friend - + 친구 거부 Remove Friend Location - + 제거 친구 위치 @@ -5523,7 +5539,7 @@ p, li { white-space: pre-wrap; } <strong>RetroShare instance</strong> - + <strong>RetroShare 예를 들어</strong> @@ -5537,7 +5553,7 @@ p, li { white-space: pre-wrap; } location : - + 위치 : @@ -5549,12 +5565,12 @@ p, li { white-space: pre-wrap; } Available - + 사용 가능 Offline - + 오프라인 @@ -5569,7 +5585,7 @@ p, li { white-space: pre-wrap; } Friend Not Online - + 친구가 아니 온라인 @@ -5580,7 +5596,7 @@ Do you want to send them a Message instead View - + 보기 Remove Friend @@ -5609,7 +5625,7 @@ p, li { white-space: pre-wrap; } Online - + 온라인 @@ -5732,7 +5748,7 @@ p, li { white-space: pre-wrap; } All - + 모두 @@ -5742,7 +5758,7 @@ p, li { white-space: pre-wrap; } Subject - + 주제 @@ -6009,7 +6025,7 @@ p, li { white-space: pre-wrap; } Unknown - + 알 수없는 @@ -6314,7 +6330,7 @@ p, li { white-space: pre-wrap; } News Feed - + 뉴스 피드 @@ -6329,7 +6345,7 @@ p, li { white-space: pre-wrap; } Forums - + 포럼 @@ -6339,7 +6355,7 @@ p, li { white-space: pre-wrap; } Blogs - + 블로그 @@ -6618,12 +6634,12 @@ p, li { white-space: pre-wrap; } Expand all - + 모두 확장 Collapse all - + 모두 축소 @@ -6821,7 +6837,7 @@ p, li { white-space: pre-wrap; } Edit Personal message - + 편집 상태 메시지 @@ -7012,7 +7028,7 @@ p, li { white-space: pre-wrap; } Peer - + 피어 @@ -7074,7 +7090,7 @@ p, li { white-space: pre-wrap; } Description - + 설명 @@ -7087,12 +7103,12 @@ p, li { white-space: pre-wrap; } Date: - + 날짜: Location: - + 위치 : @@ -7187,7 +7203,7 @@ p, li { white-space: pre-wrap; } Pause - + 일시 중지 @@ -7295,13 +7311,13 @@ p, li { white-space: pre-wrap; } Underline - + 밑줄 Italic - + 기울임꼴 @@ -7351,7 +7367,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + 추가 파일 추가 @@ -7415,12 +7431,12 @@ p, li { white-space: pre-wrap; } Print - + 인쇄 &Print... - + 인쇄 @@ -7468,7 +7484,7 @@ p, li { white-space: pre-wrap; } Profile - + 개요 @@ -7633,7 +7649,7 @@ p, li { white-space: pre-wrap; } Hash - + 해쉬 @@ -7842,7 +7858,7 @@ p, li { white-space: pre-wrap; } Popularity - + 인기도 @@ -7907,7 +7923,7 @@ p, li { white-space: pre-wrap; } Hash - + 해쉬 @@ -8732,7 +8748,7 @@ p, li { white-space: pre-wrap; } Firewalled - + 방화벽 @@ -8907,28 +8923,28 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory 공유 디렉토리를 추가하십시오 - + Stop sharing selected Directory 그만 공유 디렉토리를 선택 - + Select A Folder To Share 를 선택하려면 폴더 공유 - + Do you really want to stop sharing this directory ? 정말이 디렉토리의 공유를 중지하시겠습니까? - + Remove 제거하십시오 @@ -8937,12 +8953,12 @@ behind a firewall or a VPN. 공유 디렉토리를 추가하십시오 - + Warning! 경고! - + Shared Directory Added! 공유 디렉토리 추가! @@ -9002,6 +9018,11 @@ p, li { white-space: pre-wrap; } Add 추가 + + + Close + 닫기 + SharedFilesDialog @@ -9508,7 +9529,7 @@ p, li { white-space: pre-wrap; } Transfer - + 전송 @@ -9544,12 +9565,12 @@ p, li { white-space: pre-wrap; } 개인 메시지 - + Status message 상태 메시지 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9562,7 +9583,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">개인 메시지</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9574,6 +9595,16 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">귀하의 상태 메시지를 입력하세요</span></p></body></html> + + + OK + 좋습니다 + + + + Cancel + 취소 + SubDestItem @@ -9613,7 +9644,7 @@ p, li { white-space: pre-wrap; } File Name - + 파일명 @@ -9651,7 +9682,7 @@ p, li { white-space: pre-wrap; } Pause - + 일시 중지 @@ -9969,7 +10000,7 @@ p, li { white-space: pre-wrap; } 해쉬 - + Play 놀이 @@ -10039,9 +10070,8 @@ p, li { white-space: pre-wrap; } 아래쪽 - Move in queue... - 대기열로 이동 ... + 대기열로 이동 ... @@ -10064,32 +10094,32 @@ p, li { white-space: pre-wrap; } 청크 전략 - + 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? 당신을 취소하고 해당 파일을 삭제하겠습니까? @@ -10117,75 +10147,80 @@ p, li { white-space: pre-wrap; } - + Slower 천천히 - - + + Average 평균 - + Faster 빨리 - - - - + + Move in Queue... + + + + + + + Failed 실패 - - - - + + + + Okay 좋아요 - - - + + + Waiting 대기 - - + + Downloading 다운로드 - - - - - - + + + + + + Complete 완료 - + Unknown 알 수없는 - + version: 버전: - - + + Uploading 업로드 @@ -10303,7 +10338,7 @@ p, li { white-space: pre-wrap; } Quit - + 종료 @@ -10317,7 +10352,7 @@ p, li { white-space: pre-wrap; } Unknown Unknown (size) - + 알 수없는 diff --git a/retroshare-gui/src/lang/retroshare_pl.qm b/retroshare-gui/src/lang/retroshare_pl.qm index b64c37915..55fa57580 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 fa92c7120..33c6edd76 100644 --- a/retroshare-gui/src/lang/retroshare_pl.ts +++ b/retroshare-gui/src/lang/retroshare_pl.ts @@ -3490,7 +3490,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5401,6 +5401,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5440,11 +5445,6 @@ p, li { white-space: pre-wrap; } Settings Ustawienia - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9622,38 +9622,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Usuń - + Warning! - + Shared Directory Added! @@ -9709,6 +9709,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Zamknij + SharedFilesDialog @@ -10256,12 +10261,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10270,7 +10275,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10278,6 +10283,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + + + + + Cancel + Anuluj + SubDestItem @@ -10667,7 +10682,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10736,11 +10751,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10762,32 +10772,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10815,75 +10825,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_pt.qm b/retroshare-gui/src/lang/retroshare_pt.qm index 9cbf16851..0be7af3b6 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 435a610c0..df9187783 100644 --- a/retroshare-gui/src/lang/retroshare_pt.ts +++ b/retroshare-gui/src/lang/retroshare_pt.ts @@ -3415,7 +3415,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5486,6 +5486,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5525,11 +5530,6 @@ p, li { white-space: pre-wrap; } Settings Ajustes - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9575,38 +9575,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Remover - + Warning! - + Shared Directory Added! @@ -9662,6 +9662,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Fim + SharedFilesDialog @@ -10186,12 +10191,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10200,7 +10205,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10208,6 +10213,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + APROVAÇÃO (OK) + + + + Cancel + + SubDestItem @@ -10591,7 +10606,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10660,11 +10675,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10686,32 +10696,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare Retroshare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10739,75 +10749,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_ru.qm b/retroshare-gui/src/lang/retroshare_ru.qm index 2c0574b7b..e414cbc63 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 78bfe98ec..6470d5c96 100644 --- a/retroshare-gui/src/lang/retroshare_ru.ts +++ b/retroshare-gui/src/lang/retroshare_ru.ts @@ -3541,7 +3541,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5473,6 +5473,11 @@ p, li { white-space: pre-wrap; } Forums + + + RetroShare %1 a secure decentralised communication platform + + Open Messages @@ -5487,11 +5492,6 @@ p, li { white-space: pre-wrap; } Settings Настройки - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9610,22 +9610,22 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory Добавить Открыть каталог - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? @@ -9635,7 +9635,7 @@ behind a firewall or a VPN. - + Remove Удалить @@ -9644,12 +9644,12 @@ behind a firewall or a VPN. Добавить общий каталог - + Warning! Внимание! - + Shared Directory Added! Общий каталог добавлено! @@ -9709,6 +9709,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + закрыть + SharedFilesDialog @@ -10237,12 +10242,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10251,7 +10256,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10259,6 +10264,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + + + + + Cancel + + SubDestItem @@ -10663,7 +10678,7 @@ p, li { white-space: pre-wrap; } Передано - + Play @@ -10732,11 +10747,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10758,32 +10768,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10816,75 +10826,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown Неизвестно - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_sl.qm b/retroshare-gui/src/lang/retroshare_sl.qm index a2f3a9938..b69c93f69 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 41175ddc3..3952a533f 100644 --- a/retroshare-gui/src/lang/retroshare_sl.ts +++ b/retroshare-gui/src/lang/retroshare_sl.ts @@ -3461,7 +3461,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5761,6 +5761,11 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -5800,11 +5805,6 @@ RetroShare has a built in proxy system to circumventfirewalls - However this can Settings Nastavitve - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9933,28 +9933,28 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Odstrani @@ -9963,12 +9963,12 @@ behind a firewall or a VPN. Dodaj mapo v skupni rabi - + Warning! - + Shared Directory Added! @@ -10024,6 +10024,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + Zapri + SharedFilesDialog @@ -10551,12 +10556,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10565,7 +10570,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10573,6 +10578,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + V redu + + + + Cancel + Prekliči + SubDestItem @@ -10962,7 +10977,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -11031,11 +11046,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -11057,32 +11067,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -11110,75 +11120,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_sr.qm b/retroshare-gui/src/lang/retroshare_sr.qm index b5e762900..16392af1c 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 1c29c4399..185ac2388 100644 --- a/retroshare-gui/src/lang/retroshare_sr.ts +++ b/retroshare-gui/src/lang/retroshare_sr.ts @@ -3350,7 +3350,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -5502,6 +5502,11 @@ p, li { white-space: pre-wrap; } RetroShare RetroShare + + + RetroShare %1 a secure decentralised communication platform + + Search @@ -5600,11 +5605,6 @@ p, li { white-space: pre-wrap; } Settings Подешавања - - - RetroShare %1 a secure decentralised commmunication platform - - Plugins @@ -9665,28 +9665,28 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove Уклони @@ -9695,12 +9695,12 @@ behind a firewall or a VPN. Додај Дељени Директоријум - + Warning! - + Shared Directory Added! @@ -9756,6 +9756,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + + SharedFilesDialog @@ -10273,12 +10278,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10287,7 +10292,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -10295,6 +10300,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + У Реду + + + + Cancel + Поништи + SubDestItem @@ -10684,7 +10699,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -10753,11 +10768,6 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... @@ -10779,32 +10789,32 @@ p, li { white-space: pre-wrap; } - + Queued - + RetroShare RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -10832,75 +10842,80 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster - - - - + + Move in Queue... + + + + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - + version: - - + + Uploading diff --git a/retroshare-gui/src/lang/retroshare_sv.qm b/retroshare-gui/src/lang/retroshare_sv.qm index 72a0b6d71..d4dc2a2d6 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 daa9f2415..3b2109546 100644 --- a/retroshare-gui/src/lang/retroshare_sv.ts +++ b/retroshare-gui/src/lang/retroshare_sv.ts @@ -4006,7 +4006,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -6179,6 +6179,11 @@ p, li { white-space: pre-wrap; } Links Cloud Länkmoln + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -6229,9 +6234,8 @@ p, li { white-space: pre-wrap; } Inställningar - RetroShare %1 a secure decentralised commmunication platform - RetroShare %1 en säker och decentraliserad kommunikationsplattform + RetroShare %1 en säker och decentraliserad kommunikationsplattform Turtle @@ -10965,22 +10969,22 @@ om du sitter bakom en brandvägg eller VPN. ShareManager - + Add a Share Directory Lägg till delad katalog - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? @@ -10990,7 +10994,7 @@ om du sitter bakom en brandvägg eller VPN. - + Remove Ta bort @@ -10999,12 +11003,12 @@ om du sitter bakom en brandvägg eller VPN. Lägg till delad katalog - + Warning! Varning! - + Shared Directory Added! Delad katalog tillagd! @@ -11076,6 +11080,11 @@ p, li { white-space: pre-wrap; } Add Lägg till + + + Close + Stäng + SharedFilesDialog @@ -11652,12 +11661,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11666,7 +11675,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -11674,6 +11683,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + OK + + + + Cancel + Avbryt + SubDestItem @@ -12047,7 +12066,7 @@ p, li { white-space: pre-wrap; } Hash - + Play Spela @@ -12108,23 +12127,28 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster + + + Move in Queue... + + Streaming @@ -12141,12 +12165,12 @@ p, li { white-space: pre-wrap; } - + version: - + Queued @@ -12175,38 +12199,33 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... - + RetroShare RetroShare - + Details: - + Open Transfer Öppna överföring - + File %1 is not completed. If it is a media file, try to preview it. Fil %1 är inte komplett. Om det är en mediafil, försök att förhandsgranska den. - + Are you sure that you want to cancel and delete these files? Är du säker att du vill avbryta och ta bort dessa filer? @@ -12270,52 +12289,52 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Uppladdningar:</span></p></body></html> - - - - + + + + Failed Misslyckades - - - - + + + + Okay Okej - - - + + + Waiting Väntar - - + + Downloading Hämtar - - - - - - + + + + + + Complete Fullständig - + Unknown Okänd - - + + Uploading Laddar upp diff --git a/retroshare-gui/src/lang/retroshare_tr.qm b/retroshare-gui/src/lang/retroshare_tr.qm index 37f9038d4..51e7103bb 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 91abcd7d0..5f74e765e 100644 --- a/retroshare-gui/src/lang/retroshare_tr.ts +++ b/retroshare-gui/src/lang/retroshare_tr.ts @@ -408,12 +408,12 @@ p, li { white-space: pre-wrap; } Popularity - + Popülerlik: Last Post - + Son Mesaj @@ -451,7 +451,7 @@ p, li { white-space: pre-wrap; } Blogs - + Bloglar @@ -524,7 +524,7 @@ p, li { white-space: pre-wrap; } Subject - + Konu @@ -775,7 +775,7 @@ p, li { white-space: pre-wrap; } Status: - + Durum: @@ -847,7 +847,7 @@ p, li { white-space: pre-wrap; } Browse - + Gözalt @@ -882,7 +882,7 @@ p, li { white-space: pre-wrap; } Certificate file successfully created - + Sertifika dosyası başarıyla oluşturuldu @@ -968,7 +968,7 @@ p, li { white-space: pre-wrap; } Compose: - + Yeni posta: @@ -1069,17 +1069,17 @@ p, li { white-space: pre-wrap; } HTML-Files (*.htm *.html);;All Files (*) - + HTML-Dosya (*.htm *.html);;Tüm Dosyalar (*) Save as... - + Farklı kaydet... Print Document - + Belge yazdır @@ -1105,7 +1105,7 @@ Do you want to save message ? Add Extra File - + Ekstra Dosya Ekle @@ -1136,7 +1136,7 @@ Do you want to save message ? Subject: - + Konu: @@ -1171,7 +1171,7 @@ Do you want to save message ? Italic - + Italik @@ -1181,7 +1181,7 @@ Do you want to save message ? Attach File - + Dosya ekle @@ -1221,7 +1221,7 @@ Do you want to save message ? Reply - + Yanıtla @@ -1361,17 +1361,17 @@ p, li { white-space: pre-wrap; } Forum Name - + Forum İsmi Popularity - + Popülerlik: Last Post - + Son Mesaj @@ -1477,7 +1477,7 @@ p, li { white-space: pre-wrap; } Popularity - + Popülerlik: @@ -1527,12 +1527,12 @@ p, li { white-space: pre-wrap; } Create a new Channel - + Yeni bir kanal oluştur New Channel - + Yeni Kanal @@ -1545,6 +1545,14 @@ Available: %3 + + ChatToaster + + + Message + + + ConclusionPage @@ -1929,7 +1937,7 @@ p, li { white-space: pre-wrap; } Description - + Açıklamalar @@ -1954,17 +1962,17 @@ p, li { white-space: pre-wrap; } Allowed Messages - + Izin Mesajlar Authemticated Messages - + Doğrulanmış Mesajlar Anonymous Messages - + Anonim Mesajlar @@ -1974,7 +1982,7 @@ p, li { white-space: pre-wrap; } Create - + Oluştur @@ -2028,7 +2036,7 @@ p, li { white-space: pre-wrap; } Attachments - + Ek @@ -2068,7 +2076,7 @@ p, li { white-space: pre-wrap; } Italic - + Italik @@ -2113,7 +2121,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + Ekstra Dosya Ekle @@ -2282,12 +2290,12 @@ Do you want to save your changes? HTML-Files (*.htm *.html);;All Files (*) - + HTML-Dosya (*.htm *.html);;Tüm Dosyalar (*) Save as... - + Farklı kaydet... @@ -2297,7 +2305,7 @@ Do you want to save your changes? Print Document - + Belge yazdır @@ -2372,7 +2380,7 @@ p, li { white-space: pre-wrap; } Attachments - + Ek @@ -2382,7 +2390,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + Ekstra Dosya Ekle @@ -2400,22 +2408,22 @@ p, li { white-space: pre-wrap; } Name - Name + Isim Type: - Tip: + Tip: Cancel - geçersiz kılmak + Iptal RetroShare - Retroshare + Retroshare @@ -2425,7 +2433,7 @@ p, li { white-space: pre-wrap; } Create new Forum - + Yeni Forum yarat @@ -2434,12 +2442,16 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Forum</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">Yeni Forum</span></p></body></html> Description - + Açıklamalar @@ -2459,17 +2471,17 @@ p, li { white-space: pre-wrap; } Allowed Messages - + Izin Mesajlar Authemticated Messages - + Doğrulanmış Mesajlar Anonymous Messages - + Anonim Mesajlar @@ -2484,7 +2496,7 @@ p, li { white-space: pre-wrap; } Create - + Oluştur @@ -2553,7 +2565,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + Ekstra Dosya Ekle @@ -2576,7 +2588,7 @@ p, li { white-space: pre-wrap; } Save as... - + Farklı kaydet... @@ -3126,9 +3138,13 @@ p, li { white-space: pre-wrap; } Mevcut map - sources - Kaynak + Kaynak + + + + active sources + @@ -3247,72 +3263,72 @@ p, li { white-space: pre-wrap; } Forum Details - + Forum Detayları Forum Info - + Forum Bilgileri Forum Name - + Forum İsmi Popularity - + Popülerlik: Last Post - + Son Mesaj Forum ID - + Forum Description - + Forum Açıklama Security - + Güvenlik Allowed Messages - + Izin Mesajlar Authemticated Messages - + Doğrulanmış Mesajlar Anonymous Messages - + Anonim Mesajlar Cancel - + Iptal OK - + Tamam Apply and Close - + Kapat @@ -3330,7 +3346,7 @@ p, li { white-space: pre-wrap; } Forum Name - + Forum İsmi @@ -3362,7 +3378,7 @@ p, li { white-space: pre-wrap; } Reply - + Yanıtla @@ -3406,7 +3422,7 @@ p, li { white-space: pre-wrap; } Subscribe to Forum - + Foruma abone ol @@ -3416,7 +3432,7 @@ p, li { white-space: pre-wrap; } Forum Description - + Forum Açıklama @@ -3852,7 +3868,7 @@ p, li { white-space: pre-wrap; } Delete - + Sil @@ -4084,7 +4100,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + Ekstra Dosya Ekle @@ -4106,7 +4122,7 @@ p, li { white-space: pre-wrap; } Attachments - + Ek @@ -4519,7 +4535,7 @@ p, li { white-space: pre-wrap; } Info - + Bilgi @@ -4948,6 +4964,11 @@ p, li { white-space: pre-wrap; } Links Cloud + + + RetroShare %1 a secure decentralised communication platform + + Unfinished @@ -4988,9 +5009,8 @@ p, li { white-space: pre-wrap; } Settings - RetroShare %1 a secure decentralised commmunication platform - RetroShare %1 güvenli bir merkezden uzak iletişim platformu + RetroShare %1 güvenli bir merkezden uzak iletişim platformu @@ -5486,7 +5506,7 @@ p, li { white-space: pre-wrap; } Reply - + Yanıtla @@ -5497,12 +5517,12 @@ p, li { white-space: pre-wrap; } Print - + Yazdır PrintPreview - + Baskı Önizleme @@ -5510,12 +5530,12 @@ p, li { white-space: pre-wrap; } Expand all - + Tüm genişletin Collapse all - + Tümünü daralt @@ -5525,7 +5545,7 @@ p, li { white-space: pre-wrap; } Message Friend - + Arkadaş'a Mesaj yaz @@ -5545,22 +5565,22 @@ p, li { white-space: pre-wrap; } Deny Friend - + Arkadaş reddet Remove Friend Location - + Kaldır Arkadaş Yeri <strong>GPG Key</strong> - + <strong>GPG Anahtar</strong> <strong>RetroShare instance</strong> - + <strong>RetroShare instance</strong> @@ -5574,7 +5594,7 @@ p, li { white-space: pre-wrap; } location : - + Yer: @@ -5586,7 +5606,7 @@ p, li { white-space: pre-wrap; } Available - + Mevcut @@ -5606,13 +5626,14 @@ p, li { white-space: pre-wrap; } Friend Not Online - + Arkadaşım Online değil Your Friend is offline Do you want to send them a Message instead - + Arkadaşınızın offline +Bunun yerine Mesaj göndermek istiyor musunuz? @@ -5779,7 +5800,7 @@ p, li { white-space: pre-wrap; } Subject - + Konu @@ -6526,7 +6547,7 @@ p, li { white-space: pre-wrap; } Status: - + Durum: @@ -7117,7 +7138,7 @@ p, li { white-space: pre-wrap; } Description - + Açıklamalar @@ -7130,7 +7151,7 @@ p, li { white-space: pre-wrap; } Date: - + Tarih: @@ -7344,7 +7365,7 @@ p, li { white-space: pre-wrap; } Italic - + Italik @@ -7394,7 +7415,7 @@ p, li { white-space: pre-wrap; } Add Extra File - + Ekstra Dosya Ekle @@ -7435,7 +7456,7 @@ p, li { white-space: pre-wrap; } File not found or file name not accepted. - + Dosya bulunamadı veya isim kabul edilmedi . @@ -7458,7 +7479,7 @@ p, li { white-space: pre-wrap; } Print - + Yazdır @@ -7511,7 +7532,7 @@ p, li { white-space: pre-wrap; } Profile - + Profil @@ -7853,7 +7874,7 @@ p, li { white-space: pre-wrap; } Popularity - + Popülerlik: @@ -8167,7 +8188,7 @@ p, li { white-space: pre-wrap; } Transfer - + Aktarım @@ -8177,7 +8198,7 @@ p, li { white-space: pre-wrap; } Security - + Güvenlik @@ -8827,12 +8848,12 @@ behind a firewall or a VPN. Options - + Seçenekler Transfer - + Aktarım @@ -8842,7 +8863,7 @@ behind a firewall or a VPN. Security - + Güvenlik @@ -8887,38 +8908,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory Paylaşım Dizin Ekle - + Stop sharing selected Directory Seçilen paylaşımı durdur - + Select A Folder To Share Bir klasör seçin Paylaşım için - + Do you really want to stop sharing this directory ? Gerçekten bu dizinin paylaşımını durdurmak istiyor musunuz? - + Remove Kaldır - + Warning! Uyarı! - + Shared Directory Added! Paylaşılan Dizin Eklendi! @@ -8978,6 +8999,11 @@ p, li { white-space: pre-wrap; } Add Ekle + + + Close + Kapat + SharedFilesDialog @@ -9484,7 +9510,7 @@ p, li { white-space: pre-wrap; } Transfer - + Aktarım @@ -9520,12 +9546,12 @@ p, li { white-space: pre-wrap; } Kişisel ileti - + Status message Durum mesajı - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9538,7 +9564,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Kişisel ileti</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9550,6 +9576,16 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Durum mesajı</span></p></body></html> + + + OK + Tamam + + + + Cancel + Iptal + SubDestItem @@ -9690,7 +9726,7 @@ p, li { white-space: pre-wrap; } Save as... - + Farklı kaydet... @@ -9946,7 +9982,7 @@ p, li { white-space: pre-wrap; } - + Play Başlat @@ -10016,9 +10052,8 @@ p, li { white-space: pre-wrap; } Alt - Move in queue... - Kuyrukta Taşı ... + Kuyrukta Taşı ... @@ -10057,32 +10092,32 @@ p, li { white-space: pre-wrap; } 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? @@ -10110,75 +10145,80 @@ 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ış - + Unknown Bilinmeyen - + version: - - + + Uploading Gönderiliyor @@ -10300,12 +10340,12 @@ p, li { white-space: pre-wrap; } Quit - + Çıkış Browse - + Gözalt @@ -10314,7 +10354,7 @@ p, li { white-space: pre-wrap; } Unknown Unknown (size) - + Bilinmeyen @@ -10350,7 +10390,7 @@ p, li { white-space: pre-wrap; } Unknown - + Bilinmeyen diff --git a/retroshare-gui/src/lang/retroshare_zh_CN.qm b/retroshare-gui/src/lang/retroshare_zh_CN.qm index 9f86da2b6..7d4c4b698 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 99e9bc389..5231c0425 100644 --- a/retroshare-gui/src/lang/retroshare_zh_CN.ts +++ b/retroshare-gui/src/lang/retroshare_zh_CN.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -193,7 +193,7 @@ p, li { white-space: pre-wrap; } Language - 语言 (Language) + 语言 (Language) @@ -201,17 +201,20 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShare에서 사용되는 언어를 선택하십시오</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html> - <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">改变语言才生效后重啟Retroshare!</p></body></html> + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">改变语言才生效后重啟Retroshare!</p></body></html> Style - + 风格 @@ -219,12 +222,15 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RetroShare의 인터페이스 스타일을 선택하십시오</p></body></html> Style Sheet - + @@ -1697,13 +1703,13 @@ Available: %3 Apply and Close - 应用并关闭 + 应用并关闭 RetroShare - Retroshare + Retroshare @@ -1813,33 +1819,33 @@ Available: %3 External Address - + 외부 주소 Port - + 포트 Your trust in this peer is: - + 이 피어에 대한 여러분의 신뢰입니다 : None - + 毫无 Marginal - + 한계 Full - + 전체 @@ -1869,17 +1875,17 @@ Available: %3 Deny Friend - 拒绝好友 + 拒绝好友 Make Friend - + 成为好友 OK - 确定 + 确定 @@ -3205,9 +3211,13 @@ p, li { white-space: pre-wrap; } 可用性地图 - sources - 来源 + 来源 + + + + active sources + @@ -4999,6 +5009,11 @@ p, li { white-space: pre-wrap; } Links Cloud 链接 + + + RetroShare %1 a secure decentralised communication platform + + Blogs @@ -5044,9 +5059,8 @@ p, li { white-space: pre-wrap; } 设置 - RetroShare %1 a secure decentralised commmunication platform - RetroShare %1 一个安全分散的通信平台 + RetroShare %1 一个安全分散的通信平台 @@ -9096,7 +9110,7 @@ p, li { white-space: pre-wrap; } External Address - + 외부 주소 @@ -9186,22 +9200,22 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory 添加分享目录 - + Stop sharing selected Directory - + Select A Folder To Share 选择一个文件夹共享 - + Do you really want to stop sharing this directory ? 你真的要停止共享此目录? @@ -9211,7 +9225,7 @@ behind a firewall or a VPN. - + Remove 移除 @@ -9220,12 +9234,12 @@ behind a firewall or a VPN. 添加分享目录 - + Warning! 注意! - + Shared Directory Added! 分享目录已经添加! @@ -9293,6 +9307,11 @@ p, li { white-space: pre-wrap; } Add 添加 + + + Close + 关闭 + SharedFilesDialog @@ -9872,12 +9891,12 @@ p, li { white-space: pre-wrap; } 状态消息 - + Status message 状态消息 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9890,7 +9909,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">个人信息</span></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9902,6 +9921,16 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">输入您的状态消息</span></p></body></html> + + + OK + 确定 + + + + Cancel + + SubDestItem @@ -10086,7 +10115,7 @@ p, li { white-space: pre-wrap; } None - + 毫无 @@ -10261,20 +10290,25 @@ p, li { white-space: pre-wrap; } 已下载 - + Play 播放 - + + Move in Queue... + + + + RetroShare - - - - + + + + Failed 失败 @@ -10377,20 +10411,20 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average 平均 - + Faster 更快 @@ -10418,48 +10452,48 @@ p, li { white-space: pre-wrap; } 块策略 - - - - + + + + Okay 确定 - - - + + + Waiting 轮候 - - + + Downloading 下载 - - - - - - + + + + + + Complete 完成 - + Unknown 未知 - + version: 版本: - + Queued 排队 @@ -10488,39 +10522,34 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... - - + + Uploading 上传 - + Are you sure that you want to cancel and delete these files? 您确定要取消,并删除这些文件? - + Details: 详情: - + Open Transfer 开放式传输 - + File %1 is not completed. If it is a media file, try to preview it. 文件 %1 没有完成。如果它是一个媒体文件,尝试预览。 diff --git a/retroshare-gui/src/lang/retroshare_zh_TW.ts b/retroshare-gui/src/lang/retroshare_zh_TW.ts index 12ab2b080..98f0de8ea 100644 --- a/retroshare-gui/src/lang/retroshare_zh_TW.ts +++ b/retroshare-gui/src/lang/retroshare_zh_TW.ts @@ -3099,7 +3099,7 @@ p, li { white-space: pre-wrap; } - sources + active sources @@ -4685,6 +4685,11 @@ p, li { white-space: pre-wrap; } Forums + + + RetroShare %1 a secure decentralised communication platform + + Channels @@ -4791,11 +4796,6 @@ p, li { white-space: pre-wrap; } Show - - - RetroShare %1 a secure decentralised commmunication platform - - You has a new message @@ -8471,38 +8471,38 @@ behind a firewall or a VPN. ShareManager - + Add a Share Directory - + Stop sharing selected Directory - + Select A Folder To Share - + Do you really want to stop sharing this directory ? - + Remove - + Shared Directory Added! - + Warning! @@ -8558,6 +8558,11 @@ p, li { white-space: pre-wrap; } Add + + + Close + + SharedFilesDialog @@ -9059,12 +9064,12 @@ p, li { white-space: pre-wrap; } - + Status message - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9073,7 +9078,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -9081,6 +9086,16 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#666666;">Enter your Status message</span></p></body></html> + + + OK + + + + + Cancel + + SubDestItem @@ -9402,7 +9417,7 @@ p, li { white-space: pre-wrap; } - + Play @@ -9463,20 +9478,20 @@ p, li { white-space: pre-wrap; } - + Slower - - + + Average - + Faster @@ -9491,6 +9506,11 @@ p, li { white-space: pre-wrap; } i.e: Estimated Time of Arrival / Time left + + + Move in Queue... + + Streaming @@ -9507,12 +9527,12 @@ p, li { white-space: pre-wrap; } - + version: - + Queued @@ -9541,38 +9561,33 @@ p, li { white-space: pre-wrap; } Bottom - - - Move in queue... - - Priority (Speed)... - + RetroShare - + Details: - + Open Transfer - + File %1 is not completed. If it is a media file, try to preview it. - + Are you sure that you want to cancel and delete these files? @@ -9616,52 +9631,52 @@ p, li { white-space: pre-wrap; } - - - - + + + + Failed - - - - + + + + Okay - - - + + + Waiting - - + + Downloading - - - - - - + + + + + + Complete - + Unknown - - + + Uploading